-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
70 lines (64 loc) · 1.94 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
site_name: Chao World Modding Documentation v2.2.0
site_url: https://nostalgianinja.github.io/ChaoModding_Docs/
nav:
- Home: index.md
- Useful pages:
- Resources: resources.md
- Examples: examples.md
- CWE API Code Template: CWEAPICodeTemplate.md
- Reference - SA2MDL Chao Filenames: RefChaoFiles.md
- Reference - Chao Data Structure: ChaoDataStruct.md
- Character Chao using Custom Accessories: CharChaoCustomAccessories.md
- Checking if CWE Exists: CheckCWE.md
- Tips for beginners:
- Texturing: beginTexturing.md
- UV Unwrapping: beginUV.md
- Code: beginCode.md
- Testing Mods: TestingMods.md
- SAIO: beginSAIO.md
- Asking for help: BeginHelp.md
- Modding Setup:
- Making a Project: MakingProject.md
- Setting up your development environment: DevSetup.md
- Creating Mods:
- Animation Modding: AnimModding.md
- Fortune Teller Name Mods: FTNaming.md
- Hat Mods: HatModding.md
- Fruit Mods: FruitModding.md
- Accessory Mods: AccessoryModding.md
- Custom Animal Mods: AnimalModding.md
- Custom Tree Mods: TreeModding.md
- Custom Character Chao Mods: CharacterChaoModding.md
- Lens Mods: LensModding.md
- Troubleshooting: troubleshooting.md
- Contributing: CONTRIBUTING.md
- Credits: credits.md
theme:
name: material
palette:
- scheme: slate
toggle:
icon: material/brightness-2
name: Dark Mode
- scheme: default
toggle:
icon: material/brightness-7
name: Light Mode
features:
- content.code.copy
logo: logo.png
favicon: logo.png
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.keys
plugins:
- social: