forked from CleanroomMC/Encyclopedia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
111 lines (106 loc) · 3.34 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
site_name: Cleanroom Encyclopedia
repo_url: https://github.com/CleanroomMC/Encyclopedia
repo_name: CleanroomMC/Encyclopedia
nav:
- Home: index.md
- About: about.md
- Cleanroom Mod Development:
- Porting from Forge: cleanroom-mod-development/porting-from-forge.md
- Forge Mod Development:
- Debugging: forge-mod-development/debugging.md
- Sidedness: forge-mod-development/sidedness.md
- Behaviour:
- Neighbours: forge-mod-development/behaviour/neighbours.md
- Event:
- Overview: forge-mod-development/event/overview.md
- PlayerDestroyItemEvent: forge-mod-development/event/player-destroy-item-event.md
- Game Object:
- Sound:
- Play Sound: forge-mod-development/game-object/sound/play.md
- Mixin:
- Preface: forge-mod-development/mixin/preface.md
- MixinBooter: forge-mod-development/mixin/mixinbooter.md
- Annotation:
- "@Shadow": forge-mod-development/mixin/annotation/shadow.md
- Environment:
- Registration: forge-mod-development/mixin/environment/registration.md
- Configuration: forge-mod-development/mixin/environment/configuration.md
- Rendering:
- Colouring Blocks and Items: forge-mod-development/rendering/colouring-blocks-and-items.md
- Mod Wikis:
- ModularUI:
- Intro: mod-wiki/modularui/intro.md
- Getting Started: mod-wiki/modularui/getting_started.md
- Client GUI tutorial: mod-wiki/modularui/client_gui_tutorial.md
- Synced GUI tutorial: mod-wiki/modularui/synced_gui_tutorial.md
- Sizing and Positioning: mod-wiki/modularui/sizing_and_positioning.md
- Framework: mod-wiki/modularui/framework.md
- Themes: mod-wiki/modularui/themes.md
- Json:
- Drawables: mod-wiki/modularui/json/drawable.md
- Color: mod-wiki/modularui/json/color.md
- Alignment: mod-wiki/modularui/json/alignment.md
- Theme: mod-wiki/modularui/json/theme.md
- Proposal:
- Standard:
- Minecraft Technical Metric System: proposal/standard/mtms.md
theme:
name: material
custom_dir: theme
language: en
logo: assets/icon.png
favicon: assets/icon.png
font:
text: Ubuntu
code: JetBrains Mono
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: pink
toggle:
icon: material/brightness-7
name: Switch to Dark Mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: pink
toggle:
icon: material/brightness-4
name: Switch to Light Mode
features:
- header.autohide
- announce.dismiss
- search.highlight
- search.share
plugins:
- search
markdown_extensions:
- admonition
- def_list
- attr_list
- md_in_html
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.snippets:
url_download: true
# extra:
# alternate:
# - name: English
# link: /en/
# lang: en
# - name: 繁體中文
# link: /tw/
# lang: zh-TW
# - name: 简体中文
# link: /cn/
# lang: zh