-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
204 lines (191 loc) · 5.21 KB
/
mkdocs.yml
File metadata and controls
204 lines (191 loc) · 5.21 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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
# Project information
site_name: AQuietOne Docs
site_url: https://aquietone.github.io/docs/
site_author: aquietone
# Repository
repo_name: AQuietOne Docs
repo_url: https://github.com/aquietone/docs
edit_uri: edit/master/docs
docs_dir: docs
# Copyright
copyright: Copyright © 2022 aquietone
extra_css:
- stylesheets/extra.css
# Navigation
nav:
- Home:
- README.md
- Getting Started: main/README.md
- Links: main/links.md
- BoxHUD:
- boxhud/README.md
- Commands: boxhud/commands.md
- Configuration:
- boxhud/config/README.md
- General Settings: boxhud/config/settings.md
- Properties: boxhud/config/properties.md
- Columns: boxhud/config/columns.md
- Tabs: boxhud/config/tabs.md
- Windows: boxhud/config/windows.md
- Troubleshooting: boxhud/troubleshooting.md
- FAQ: boxhud/faq.md
- Change Log: https://github.com/aquietone/boxhud/blob/master/CHANGELOG" target="_blank
- LEM:
- lem/README.md
- Commands: lem/commands.md
- Text Events:
- Managing Text Events: lem/events/manage.md
- Text Event Examples: lem/events/examples.md
- Condition Events:
- Managing Condition Events: lem/reacts/manage.md
- Condition Event Examples: lem/reacts/examples.md
- TLO: lem/tlo.md
- FAQ: lem/faq.md
- Change Log: https://github.com/aquietone/event-manager/blob/dev/CHANGELOG" target="_blank
- Chase:
- chase/README.md
- Commands: chase/commands.md
- TLO: chase/tlo.md
- FAQ: chase/faq.md
- Change Log: https://github.com/aquietone/luachase/blob/main/CHANGELOG" target="_blank
- MAUI:
- maui/README.md
- Commands: maui/commands.md
- FAQ: maui/faq.md
- Change Log: https://github.com/aquietone/maui/blob/main/CHANGELOG" target="_blank
- AQOBot:
- aqobot/README.md
- Settings: aqobot/settings.md
- Commands: aqobot/commands.md
- Modes: aqobot/modes.md
- Routines: aqobot/routines.md
- Events: aqobot/events.md
- Classes:
- Bard: aqobot/classes/brd.md
- Beastlord: aqobot/classes/bst.md
- Berserker: aqobot/classes/ber.md
- Cleric: aqobot/classes/clr.md
- Druid: aqobot/classes/dru.md
- Enchanter: aqobot/classes/enc.md
- Magician: aqobot/classes/mag.md
- Monk: aqobot/classes/mnk.md
- Necromancer: aqobot/classes/nec.md
- Paladin: aqobot/classes/pal.md
- Ranger: aqobot/classes/rng.md
- Rogue: aqobot/classes/rog.md
- Shadow Knight: aqobot/classes/shd.md
- Shaman: aqobot/classes/shm.md
- Warrior: aqobot/classes/war.md
- Wizard: aqobot/classes/wiz.md
- TLO: aqobot/tlo.md
- FAQ: aqobot/faq.md
- Change Log: https://github.com/aquietone/aqobot/blob/emu/CHANGELOG" target="_blank
- Eval:
- eval/README.md
- Debugger:
- debugger/README.md
- CondBuilder:
- condbuilder/README.md
- Change Log: https://github.com/aquietone/condition-builder/blob/main/CHANGELOG" target="_blank
- LuaBard:
- luabard/README.md
- FAQ: luabard/faq.md
- LuaNecro:
- luanecro/README.md
- FAQ: luanecro/faq.md
- LootNScoot:
- lootnscoot/README.md
- Change Log: https://github.com/aquietone/lootnscoot/blob/main/CHANGELOG" target="_blank
- Find:
- find/README.md
- Change Log: https://github.com/aquietone/finditemwindow/blob/main/CHANGELOG" target="_blank
- AbilityPicker:
- abilitypicker/README.md
- TaskWindow:
- taskwindow/README.md
- Arkanoid:
- arkanoid/README.md
- WordQuest:
- wordquest/README.md
- Change Log: https://github.com/aquietone/wordquest/blob/main/CHANGELOG" target="_blank
- Misc:
- misc/README.md
- Aten Ha Ra Mission Script: misc/atensilence.md
- Shei Vinitras Mission Script: misc/sheiroot.md
- ImGui File Dialog: misc/filedialog.md
- ImGui Skeleton: misc/uisample.md
- Lua Timer Library: misc/timer.md
- Lua Cache Library: misc/cache.md
# Theme
theme:
name: material
logo: images/logo.png
favicon: images/logo.png
font:
code: Source Code Pro
features:
- content.action.edit
- navigation.tabs
- search.highlight
- search.share
- navigation.instant
- navigation.indexes
- navigation.top
palette:
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
- scheme: default
toggle:
icon: material/toggle-switch
name: Switch to dark mode
icon:
repo: fontawesome/brands/github
# Plugins
plugins:
- search
- same-dir
- redirects
- tags
# Customization
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- mdx_math
- meta
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde