forked from Gothic-Modding-Community/gmc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
186 lines (162 loc) · 6.19 KB
/
mkdocs.yml
File metadata and controls
186 lines (162 loc) · 6.19 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
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
site_name: Gothic Modding Community
site_url: https://auronen.github.io/gmc/
repo_name: auronen/gmc
repo_url: https://github.com/auronen/gmc/
edit_uri: edit/main/docs/
theme:
name: material
favicon: img/gmc_logo.png
logo: img/gmc_logo.png
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
primary: black
scheme: default
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
primary: black
accent: light blue
scheme: slate
toggle:
icon: material/brightness-2
name: Switch to light mode
features:
- navigation.tabs
- navigation.indexes
nav:
- Home:
- index.md
- Getting Started: GettingStarted_ZenGin.md
- ZenGin (G1/G2): zengin/general_info/DirectoryStructure.md
- Genome (G3/R1): genome/index.md
- ZenGin (G1/G2):
- General information:
- Directory structure: zengin/general_info/DirectoryStructure.md
- VDFS - virtual file system:
- zengin/general_info/vdfs/index.md
- GothicVDFS: zengin/tools/GothicVDFS.md
- VDFS Tool: zengin/tools/VDFSTool.md
- Object persistence: zengin/general_info/ObjectPersistence.md
- Animations:
- zengin/anims/index.md
- MDS - ModelScript: zengin/anims/MDS.md
- EventBlocks: zengin/anims/AniEventBlocks.md
- Tutorials:
- Standalone animation: zengin/anims/StandaloneAni.md
- Meshes:
- zengin/meshes/index.md
- Music:
- zengin/music/index.md
- Sound:
- zengin/sound/index.md
- Textures:
- zengin/textures/index.md
- Video:
- zengin/video/index.md
- Worlds:
- zengin/worlds/index.md
- Scripts:
- zengin/scripts/index.md
- Classes:
- C_ITEM: zengin/scripts/classes/c_item.md
- C_INFO: zengin/scripts/classes/c_info.md
- Extenders:
- zengin/scripts/extenders/index.md
- Ikarus:
- zengin/scripts/extenders/ikarus/index.md
- LeGo:
- zengin/scripts/extenders/lego/index.md
- AFSP:
- zengin/scripts/extenders/afsp/index.md
- Enhanced Info Manager: zengin/scripts/extenders/afsp/afsp_eim.md
- zParserExtender: zengin/union_plugins/zParserExtender/index.md
- Union plugins:
- zengin/union_plugins/index.md
- zParserExtender:
- zengin/union_plugins/zParserExtender/index.md
- Syntax extensions:
- While loop: zengin/union_plugins/zParserExtender/zPE_while.md
- Namespaces: zengin/union_plugins/zParserExtender/zPE_namespaces.md
- Event functions: zengin/union_plugins/zParserExtender/zPE_events.md
- Test-else binding: zengin/union_plugins/zParserExtender/zPE_testelse.md
- Extern binding: zengin/union_plugins/zParserExtender/zPE_extern.md
- Dialogue constants: zengin/union_plugins/zParserExtender/zPE_dialogues.md
- Classes:
- C_Trigger class: zengin/union_plugins/zParserExtender/zPE_c_trigger.md
- Engine classes: zengin/union_plugins/zParserExtender/zPE_helperclasses.md
# - External functions: zengin/union_plugins/zParserExtender/zPE_externals.md
- Daedalus Injection:
- zengin/union_plugins/zParserExtender/zPE_injection.md
- META block: zengin/union_plugins/zParserExtender/zPE_META.md
- Hooking: zengin/union_plugins/zParserExtender/zPE_hooks.md
- Other features: zengin/union_plugins/zParserExtender/zPE_other.md
- Externals:
- zengin/union_plugins/zParserExtender/externals/index.md
- String functions: zengin/union_plugins/zParserExtender/externals/zPE_string.md
- Menu function: zengin/union_plugins/zParserExtender/externals/zPE_menu.md
- Log function: zengin/union_plugins/zParserExtender/externals/zPE_log.md
- Event function: zengin/union_plugins/zParserExtender/externals/zPE_eventsandvars.md
- CAST functions: zengin/union_plugins/zParserExtender/externals/zPE_CAST.md
- HLP functions: zengin/union_plugins/zParserExtender/externals/zPE_HLP.md
- WLD functions: zengin/union_plugins/zParserExtender/externals/zPE_WLD.md
- MDL functions: zengin/union_plugins/zParserExtender/externals/zPE_MDL.md
- NPC functions: zengin/union_plugins/zParserExtender/externals/zPE_NPC.md
- MOB functions: zengin/union_plugins/zParserExtender/externals/zPE_MOB.md
- AI functions: zengin/union_plugins/zParserExtender/externals/zPE_AI.md
- PAR functions: zengin/union_plugins/zParserExtender/externals/zPE_PAR.md
- VOB functions: zengin/union_plugins/zParserExtender/externals/zPE_VOB.md
- Tools:
- zengin/tools/index.md
- Daedalus:
- Daedalus Language Server: zengin/tools/DLS.md
- VDFS tools:
- GothicVDFS: zengin/tools/GothicVDFS.md
- VDFS Tool: zengin/tools/VDFSTool.md
- Genome (G3/R1):
- General information:
- genome/index.md
- Object persistence: genome/ObjectPersistence.md
extra_css:
- css/extra.css
extra_javascript:
- js/extra.js
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/mCpS5b5SUY
name: Gothic Modding Comunity Discord Server
- icon: fontawesome/brands/github
link: https://github.com/auronen/gmc
name: Gothic Modding Comunity Github repository
markdown_extensions:
- toc:
permalink: 𐌾
- admonition
- codehilite
- footnotes
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
- mkdocs-video:
css_style:
width: "100%"
height: "100%"
- git-revision-date-localized:
enabled: !ENV [GMC_SHOW_UPDATE_TIME, False]
type: iso_datetime
timezone: Europe/Warsaw
exclude:
- index.md