-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
48 lines (45 loc) · 1.2 KB
/
mkdocs.yml
File metadata and controls
48 lines (45 loc) · 1.2 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
site_name: Server-side Development
nav:
- index.md
- setup.md
- events.md
- libraries.md
- commands.md
- permissions.md
- mixin-injects.md
- nbt.md
- "Configs":
- "Using gson": config/gson_config.md
theme:
name: material
features:
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: dark)"
primary: slate gray
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
- media: "(prefers-color-scheme: dark)"
primary: slate gray
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
plugins:
- search
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/quiltservertools/serversidedevdocs
name: GitHub
- icon: fontawesome/brands/discord
link: https://discord.gg/TB8455aGuu
name: Server-side Development Discord
- icon: fontawesome/brands/discord
link: https://discord.gg/FpRNYrQaGP
name: QuiltServerTools Discord
copyright: To the extent possible under law, QuiltServerTools has waived all copyright and related or neighboring rights to this work
generator: false