-
Notifications
You must be signed in to change notification settings - Fork 87
/
mkdocs.yml
67 lines (61 loc) · 1.6 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
site_name: Wind Waker Randomizer
repo_url: https://github.com/LagoLunatic/wwrando
repo_name: WWRando Source Code
nav:
- index.md
- getting-started.md
- download.md
- faq.md
- useful-links.md
- release-history.md
- credits.md
theme:
name: material
logo: assets/icon.ico
favicon: assets/icon.ico
font: false # Disable loading fonts from Google Fonts servers
icon:
repo: fontawesome/brands/github # Upper right repo link
features:
- navigation.instant # Switch pages quickly with XHR
- navigation.tracking # Auto-update anchor in URL
- navigation.top # "Back to top" button
# - navigation.expand
# - navigation.sections
# - navigation.indexes
# - navigation.footer
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- admonition # Notes
- attr_list # Custom element IDs
# - def_list
# - footnotes
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
permalink: true
toc_depth: 2
plugins:
- search
- macros
extra:
rando_version: 1.10.0
generator: false # Hide the "Made with Material for MkDocs" footer
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/r2963mt