-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
71 lines (66 loc) · 1.8 KB
/
mkdocs.yml
File metadata and controls
71 lines (66 loc) · 1.8 KB
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
site_name: Nucleoid Docs
repo_url: https://github.com/NucleoidMC/nucleoid-docs
repo_name: NucleoidMC/nucleoid-docs
theme:
name: material
logo: assets/images/favicon.png
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- toc.integrate
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
toggle:
icon: material/toggle-switch
name: Switch to dark mode
icon:
repo: fontawesome/brands/github
nav:
- index.md
- Plasmid:
- plasmid/index.md
- plasmid/getting-started.md
- plasmid/maps.md
- plasmid/statistics.md
- Backend:
- backend/index.md
- backend/http-api.md
- Build Rush:
- build-rush/index.md
- build-rush/maps.md
- build-rush/builds.md
- Administration:
- admin/index.md
- Guides:
- admin/guides/new-contributor.md
- admin/guides/reboot.md
- Infra:
- admin/infra/index.md
- Services:
- admin/infra/services/backend.md
- admin/infra/services/minecraft.md
- admin/infra/services/modmail.md
- admin/infra/services/website.md
- admin/infra/services/misc.md
extra:
social:
- icon: fontawesome/brands/discord
link: https://nucleoid.xyz/discord
- icon: fontawesome/brands/github
link: https://github.com/NucleoidMC
- icon: fontawesome/brands/twitter
link: https://twitter.com/NucleoidMC
copyright: Content on this site is licensed CC-BY-SA; excluding code snippets, which are licensed under The Unlicense.
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences