-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
59 lines (53 loc) · 1.47 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
site_name: Riders.Tweakbox Documentation
site_url: http://sewer56.dev/Riders.Tweakbox/
repo_name: Sewer56/Riders.Tweakbox
repo_url: https://github.com/Sewer56/Riders.Tweakbox
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Sewer56
- icon: fontawesome/brands/twitter
link: https://twitter.com/TheSewer56
markdown_extensions:
- admonition
- tables
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tasklist
- def_list
- meta
- md_in_html
- attr_list
- footnotes
theme:
name: material
palette:
primary: red
accent: red
scheme: slate
nav:
- Home: index.md
- Features: features.md
- Installation: installation.md
- Reporting Issues: reporting-issues.md
- Building: building.md
- Customization:
- Music: custom-music.md
- Textures: textures.md
- Custom Gears: custom-gears.md
- Optimizing Textures: optimizing-textures.md
- Animated Textures: animated-textures.md
- Book of the Tweakbox:
- Index: BookOfTheTweakbox/index.md
- Introduction: BookOfTheTweakbox/introduction.md
- Overlay Helper APIs: BookOfTheTweakbox/overlay-helpers.md
- Heap: BookOfTheTweakbox/heap.md
- Preview:
- About: Preview/preview.md
- Tweakbox API: Preview/tweakbox-api.md
- Changelog:
- 0.6.0: Changelogs/0.6.0/0.6.0.md
- 0.5.0: Changelogs/0.5.0/0.5.0.md
- 0.4.0: Changelogs/0.4.0/0.4.0.md
- 0.3.1: Changelogs/0.3.1/0.3.1.md