-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (37 loc) · 880 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (37 loc) · 880 Bytes
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
site_name: Veto WebApp Docs
theme:
name: material
palette:
- scheme: slate
primary: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
- scheme: default
primary: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
nav:
- Home: index.md
- API: api.md
- Architecture: architecture.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist
- pymdownx.emoji
- pymdownx.keys
- pymdownx.mark
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.arithmatex
- pymdownx.magiclink
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format