-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmkdocs.yml
164 lines (158 loc) · 7.28 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
docs_dir: "docs/"
repo_name: "AoE2DE_UGC_Guide"
repo_url: "https://github.com/Divy1211/AoE2DE_UGC_Guide"
site_author: "Alian713, MrKirby, hszemi"
site_description: "The Ultimate Guide To AoE2DE UGC"
site_name: "AoE2DE UGC Guide"
site_url: "https://ugc.aoe2.rocks"
edit_uri: "edit/main/docs/"
use_directory_urls: true
nav:
- "index.md"
- Game Mechanics:
- "general/index.md"
- Damage Calculation: "general/damage_calculation.md"
- Attributes: "general/attributes/attributes.md"
- Resources: "general/resources/resources.md"
- Hotkeys: "general/hotkeys/hotkeys.md"
- Custom Scenarios:
- "scenarios/index.md"
- Triggers:
- "scenarios/triggers/index.md"
- Effects: "scenarios/triggers/effects/effects.md"
# - Conditions: "scenarios/triggers/conditions/conditions.md"
# - Variables: "scenarios/triggers/variables.md"
# - Tricks and Tips: "scenarios/tricks.md"
# - Advanced:
# - File Byte Structure: "scenarios/advanced/byte_structure.md"
- Useful Tools:
# - Advanced Genie Editor:
# - A.G.E. Uses: "scenarios/useful_tools/age/uses.md"
# - Unhiding Editor Units: "scenarios/useful_tools/age/unhide.md"
- AoE2ScenarioParser:
- "scenarios/useful_tools/parser/index.md"
- XS Scripting:
- "general/xs/index.md"
- For Beginners: "general/xs/beginner.md"
- For Programmers: "general/xs/programmer.md"
- Tricks: "general/xs/tricks.md"
- Functions Reference: "general/xs/functions.md"
- Constant Reference: "general/xs/constants.md"
- Known Bugs:
- "general/xs/bugs/index.md"
- Chat Data: "general/xs/bugs/Chat Data.md"
- Crashes: "general/xs/bugs/Crashes.md"
- Editor: "general/xs/bugs/Editor.md"
- Effect Amount: "general/xs/bugs/Effect Amount.md"
# - Fixed: "general/xs/bugs/Fixed.md"
- Important: "general/xs/bugs/Important.md"
- Language Syntax: "general/xs/bugs/Language Syntax.md"
- Task: "general/xs/bugs/Task.md"
- Mods:
- "mods/index.md"
# - Data Mods
# - Advanced Genie Editor:
# - A.G.E. Basics: "mods/age/basics.md"
# - RMS:
# - RMS Basics: "rms/basics.md"
markdown_extensions:
- attr_list
- admonition # Create not and warning boxes https://squidfunk.github.io/mkdocs-material/reference/admonitions/#admonition
- md_in_html
- pymdownx.caret # Handling sub- and superscripts https://facelessuser.github.io/pymdown-extensions/extensions/caret/
- pymdownx.critic # https://facelessuser.github.io/pymdown-extensions/extensions/critic/
- pymdownx.details # Collapsable elements https://facelessuser.github.io/pymdown-extensions/extensions/details/
- pymdownx.inlinehilite # Inline code highlighting https://facelessuser.github.io/pymdown-extensions/extensions/inlinehilite/
- pymdownx.keys # Add styling keyboard keys https://facelessuser.github.io/pymdown-extensions/extensions/keys/
- pymdownx.mark # Highlighting of text https://facelessuser.github.io/pymdown-extensions/extensions/mark/
- pymdownx.smartsymbols # Creating special characters https://facelessuser.github.io/pymdown-extensions/extensions/smartsymbols/
- pymdownx.snippets # https://facelessuser.github.io/pymdown-extensions/extensions/snippets/
- pymdownx.superfences
- pymdownx.tabbed # Tabs https://facelessuser.github.io/pymdown-extensions/extensions/tabbed/
- pymdownx.tasklist # https://facelessuser.github.io/pymdown-extensions/extensions/tasklist/
- pymdownx.tilde # Strikethrough of text https://facelessuser.github.io/pymdown-extensions/extensions/tilde/
- pymdownx.arithmatex: # Preserve LaTeX math equations https://facelessuser.github.io/pymdown-extensions/extensions/arithmatex/
generic: true
- pymdownx.emoji: # Emojis https://facelessuser.github.io/pymdown-extensions/extensions/emoji/
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight: # Highlighting code blocks https://facelessuser.github.io/pymdown-extensions/extensions/highlight/
linenums: true
use_pygments: true
- pymdownx.superfences: # Complicated code fences https://facelessuser.github.io/pymdown-extensions/extensions/superfences/
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tasklist: # Creating Check-able tasklist https://facelessuser.github.io/pymdown-extensions/extensions/tasklist/
custom_checkbox: true
clickable_checkbox: true
- toc:
permalink: true
plugins:
- search:
lang: en
separator: '[\s\-\.\_]+'
theme:
# favicon:
language: en
name: material
features:
- content.code.annotate
- content.code.copy
- navigation.expand
- navigation.indexes
# - navigation.instant
# - navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
# - toc.integrate
font:
text: Roboto
code: Spline Sans Mono
icon:
logo: octicons/file-code-24
admonition:
abstract: octicons/checklist-16
bug: octicons/bug-16
danger: octicons/zap-16
example: octicons/beaker-16
failure: octicons/x-circle-16
info: octicons/info-16
note: octicons/tag-16
success: octicons/check-16
tip: octicons/squirrel-16
question: octicons/question-16
quote: octicons/quote-16
warning: octicons/alert-16
palette:
scheme: slate
primary: red
accent: red
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3.2.0/es5/tex-mml-chtml.js
extra_css:
- ./css/style.css
- ./css/monokai-pro.css
extra:
analytics:
provider: google
property: G-X6E7LFHRLR
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target=_blank>feedback form</a>.