-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
72 lines (65 loc) · 1.64 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
site_name: Spriggit Documentation
site_url: https://mutagen-modding.github.io/Spriggit/
repo_name: Spriggit
repo_url: https://github.com/Mutagen-Modding/Spriggit
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Mutagen-Modding
- icon: fontawesome/brands/discord
link: https://discord.gg/GdKZ3SH
markdown_extensions:
- admonition
- tables
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- 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
extra_css:
- stylesheets/extra.css
plugins:
- search
- glightbox:
zoomable: true
draggable: true
theme:
name: material
font:
text: Inter
palette:
primary: custom
accent: custom
scheme: slate
favicon: mutagen-icon.png
logo: mutagen-icon.png
features:
- content.tooltips
- content.code.copy
- navigation.instant
- navigation.tracking
- navigation.indexes
- navigation.path
nav:
- Overview: index.md
- Workflow: workflow.md
- Output: output.md
- Installation: installation.md
- Command Line Interface: cli.md
- .spriggit File: spriggit-file.md
- Translation Packages: translation-packages.md
- Merge Conflicts: merge-conflicts.md
- Troubleshooting:
- Backups: backups.md
- Unexpected Records: unexpected-records.md
- Bad Target Folder: bad-target-folder.md
- Backwards Compatibility With Alpha Versions: alpha-backwards-compatibility.md