-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
57 lines (49 loc) · 1.3 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
54
55
56
57
site_name: Nexus NX MkDocs Theme
site_url: https://github.com/Nexus-Mods/NexusMods.MkDocsMaterial.Themes.Next
repo_name: Nexus-Mods/NexusMods.MkDocsMaterial.Themes.Next
repo_url: https://github.com/Nexus-Mods/NexusMods.MkDocsMaterial.Themes.Next
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Nexus-Mods
- icon: fontawesome/brands/twitter
link: https://twitter.com/NexusSites
extra_css:
- 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
- redirects:
redirect_maps:
'index.md': 'Pages/index.md'
nav:
- Home: Pages/index.md
- Contributing: Pages/contributing.md
- Testing Zone: Pages/testing-zone.md
index: Pages/index.md