-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
197 lines (191 loc) · 5.81 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
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
site_name: Wisp Forest Docs
site_url: https://docs.wispforest.io
theme:
name: null
custom_dir: mkdocs-material/material
palette:
- scheme: slate
primary: indigo
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: indigo
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
navigation.tabs
navigation.indexes
navigation.expand
search.suggest
search.share
navigation.top
content.code.annotate
favicon: assets/favicon.png
icon:
logo: octicons/flame-16
language: en
font:
text: Fira Sans
code: Fira Mono
copyright: "Documentation by <a style=\"color: #13A6F0;\" href=\"https://github.com/gliscowo\">glisco</a>, with assistance from the Wisp Forest team"
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/xrwHKktV2d
- icon: fontawesome/brands/github
link: https://github.com/wisp-forest/
projects:
isometric-renders:
repo: https://github.com/gliscowo/isometric-renders
name: Isometric Renders
icon: isometric-renders/icon.png
owo:
repo: https://github.com/wisp-forest/owo-lib
name: oωo
icon: owo/icon.png
scatter:
repo: https://github.com/gliscowo/scatter
name: scatter
docs:
repo: https://github.com/wisp-forest/docs
name: Wisp Forest
numismatic-overhaul:
repo: https://github.com/wisp-forest/numismatic-overhaul
name: Numismatic Overhaul
lavender:
repo: https://github.com/wisp-forest/lavender
name: Lavender
gadget:
repo: https://github.com/wisp-forest/gadget
name: gadget
alloy-forgery:
repo: https://github.com/wisp-forest/alloy-forgery
name: Alloy Forgery
accessories:
repo: https://github.com/wisp-forest/accessories
name: Accessories
limelight:
repo: https://github.com/wisp-forest/limelight
name: Limelight
extra_css:
- overrides.css
plugins:
- search
- git-revision-date-localized:
type: timeago
markdown_extensions:
- admonition
- attr_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.details
- pymdownx.keys
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- footnotes
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tilde
- pymdownx.critic
nav:
- Home:
- index.md
- faq.md
- fabric-events.md
- datapack-tutorial.md
- Isometric Renders:
- isometric-renders/home.md
- isometric-renders/slash_isorender.md
- isometric-renders/options.md
- Numismatic Overhaul:
- numismatic-overhaul/home.md
- numismatic-overhaul/shop.md
- numismatic-overhaul/trades.md
- oωo:
- owo/setup.md
- owo/features.md
- owo/registration.md
- owo/item-groups.md
- owo/recipe-remainders.md
- owo/networking.md
- owo/endec.md
- owo/rich-translations.md
- owo/system-properties.md
- owo/renderdoc.md
- Config:
- owo/config/index.md
- owo/config/getting-started.md
- owo/config/constraints.md
- owo/config/annotations.md
- owo/config/synchronization.md
- owo/config/options.md
- UI:
- owo/ui/index.md
- owo/ui/getting-started.md
- owo/ui/academy.md
- owo/ui/component-basics.md
- owo/ui/layout-basics.md
- owo/ui/utility-components.md
- Lavender:
- lavender/setup.md
- lavender/getting-started.md
- lavender/metadata-format.md
- lavender/markdown-syntax.md
- lavender/structures.md
- lavender/writing-extensions.md
- scatter:
- scatter/home.md
- scatter/upload.md
- scatter/edit.md
- scatter/config.md
- gadget:
- gadget/home.md
- gadget/for_server_admins.md
- gadget/entity_inspector.md
- gadget/nbt_inspector.md
- Packet Dumps:
- gadget/packet-dumps/index.md
- gadget/packet-dumps/quick_start.md
- gadget/packet-dumps/custom_packets.md
- Alloy Forgery:
- alloy-forgery/home.md
- alloy-forgery/adding-recipes-and-fuels.md
- alloy-forgery/building-a-forge.md
- alloy-forgery/recipe-adaptation.md
- alloy-forgery/defining-a-forge.md
- Accessories:
- accessories/home.md
- accessories/slot_types.md
- accessories/binding_slots_to_entities.md
- accessories/binding_accessories_to_slots.md
- accessories/slot_groups.md
- accessories/api_events.md
- accessories/itemstack_components.md
- accessories/rendering_api.md
- Limelight:
- limelight/index.md
- Configuring:
- limelight/configuring/adding_wikis.md
- Extending:
- limelight/extending/setup.md
- limelight/extending/defining_extensions.md
- limelight/extending/providing_results.md
- limelight/extending/adding_wiki_sources.md