generated from Nexus-Mods/NexusMods.App.Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
53 lines (46 loc) · 1.16 KB
/
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
44
45
46
47
48
49
50
51
52
53
site_name: Nexus Mods Paths
site_url: https://nexus-mods.github.io/NexusMods.Paths
repo_name: Nexus-Mods/NexusMods.Paths
repo_url: https://github.com/Nexus-Mods/NexusMods.Paths
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Nexus-Mods
- icon: fontawesome/brands/twitter
link: https://twitter.com/NexusSites
extra_css:
- Nexus/Stylesheets/extra.css
markdown_extensions:
- admonition
- tables
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tasklist
- def_list
- meta
- md_in_html
- attr_list
- footnotes
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
theme:
name: material
palette:
scheme: nexus-slate
features:
- navigation.instant
plugins:
- search
nav:
- Home: index.md
- Dynamic Trees:
- "Introduction": Trees/Introduction.md
- "How it Works": Trees/HowItWorks.md