-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
43 lines (39 loc) · 961 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Project information
site_name: Frontend React Vite
site_description: 'A Template for building a frontend application with React and Vite'
site_url: 'https://vymalo.github.io/template-frontend-react-vite'
# Theme settings
theme:
name: material
locale: en
highlightjs: true
palette:
scheme: slate
primary: purple
# Navbar settings (site structure)
nav:
- Home: README.md
- Storybook: storybook
# Extra settings
markdown_extensions:
- admonition
- codehilite
- attr_list
- footnotes
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
repo_name: template-frontend-react-vite
repo_url: https://github.com/vymalo/template-frontend-react-vite
edit_uri: edit/main/docs/