-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
141 lines (137 loc) · 5.13 KB
/
Copy pathmkdocs.yml
File metadata and controls
141 lines (137 loc) · 5.13 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
site_name: Slabserver | The Etho Community
site_url: https://slabserver.github.io
site_author: DaUltraMarine
site_description: >-
Welcome to Slabserver – the home of everything Etho. Get your snacks!
theme:
favicon: assets/images/favicon.png
logo: assets/images/icon.png
features:
- announce.dismiss
- content.tooltips
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.tracking
name: material
custom_dir: overrides
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to Light Mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: indigo
toggle:
icon: material/toggle-switch-off
name: Switch to Dark Mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to System Preference
plugins:
- blog:
blog_dir: transparency
pagination_per_page: 12
post_url_format: "{slug}"
post_excerpt_separator:
- search
- glightbox: # used for zoom functionality, see https://squidfunk.github.io/mkdocs-material/reference/images/#lightbox
width: 90%
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details # used by admonitions
- pymdownx.superfences # used by admonitions
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- toc:
permalink: ''
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
# Page tree
nav:
- Home: index.md
- Documentation:
- documentation/index.md
- Minecraft Servers:
- Client Macros: documentation/minecraft/client-macros.md
- Client Mods: documentation/minecraft/client-mods.md
- Server Plugins: documentation/minecraft/server-plugins.md
- "Server Tweaks":
- "All Server Tweaks": documentation/minecraft/tweaks/all.md
- "Individual Tweaks":
- "Datapack Features":
- documentation/minecraft/tweaks/custom-advancements.md
- documentation/minecraft/tweaks/custom-recipes.md
- "Fun Additions":
- documentation/minecraft/tweaks/alpha.md
- documentation/minecraft/tweaks/initiation-candle.md
- "Quality of Life":
- documentation/minecraft/tweaks/discord-commands.md
- documentation/minecraft/tweaks/invisible-item-frames.md
- documentation/minecraft/tweaks/pl3xmap.md
- documentation/minecraft/tweaks/wrench.md
- "Multiplayer Rebalance":
- documentation/minecraft/tweaks/elytra.md
- documentation/minecraft/tweaks/phantoms.md
- documentation/minecraft/tweaks/resource-world.md
- documentation/minecraft/tweaks/sleeping-requirements.md
- "Anti-Griefing":
- documentation/minecraft/tweaks/lightning-fire-nerf.md
- documentation/minecraft/tweaks/enderman-griefing-nerf.md
- Server Architecture: documentation/minecraft/server-architecture.md
- Nexus Server:
- Overview: documentation/nexus/index.md
- Architecture: documentation/nexus/architecture.md
- Servers:
- Decked Out:
- Overview: documentation/nexus/decked-out/index.md
- Staff Help: documentation/nexus/decked-out/staff-help.md
- Technical Details: documentation/nexus/decked-out/technical.md
- Hurtin' Slabbers:
- Overview: documentation/nexus/hurtin-slabbers/index.md
- Technical Details: documentation/nexus/hurtin-slabbers/technical.md
- Spectator Servers:
- Overview: documentation/nexus/spectator-servers/index.md
- Technical Details: documentation/nexus/spectator-servers/technical.md
- Basing Guidelines: documentation/minecraft/basing-guidelines.md
- Lagbusting Guidelines: documentation/minecraft/lag.md
- Chunkloader Guidelines: documentation/minecraft/chunkloaders.md
- Shopping District Guidelines: documentation/minecraft/shopping-district.md
- General:
- Gamenight Servers: documentation/general/gamenight-servers.md
- "Great Slabserver Polls":
- "Great Slabserver Poll 2026": polls/2026.md
- "Great Slabserver Poll 2025": polls/2025.md
- Assets & Downloads: documentation/general/downloads.md
- Bans & Appeals: documentation/general/bans.md
- Privacy Policy: documentation/general/privacy.md
- Transparency Reports:
- transparency/index.md
- History: history/index.md
- Community Wiki: https://wiki.slabserver.org
exclude_docs: |
template-report.md
README.md
extra_css:
- assets/stylesheets/extra.css