-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
73 lines (70 loc) · 2.39 KB
/
Copy pathmkdocs.yml
File metadata and controls
73 lines (70 loc) · 2.39 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
site_name: Mod Tool Documentation
site_url: https://oleg52.github.io/ModToolDocs
theme:
name: material
favicon: assets/images/favicon.ico
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search
extra_javascript:
- https://cdn.jsdelivr.net/npm/medium-zoom@1.0.6/dist/medium-zoom.min.js
- extras/js/zoom.js
extra_css:
- extras/css/zoom.css
nav:
- Home: index.md
- Global Options:
- Dev Mode: global/dev-mode.md
- Precise Templates: global/precise-templates.md
- Skip Race Testing: global/skip-test.md
- Test Race: global/test-race.md
- Save Map: global/save-map.md
- Publish Map: global/publish-map.md
- Props:
- Overview: props/overview.md
- Blacklisted Props: props/blacklist.md
- Advanced Restore: props/advanced-restore.md
- Auto Placement:
- Overview: props/auto-placement/overview.md
- Numbers: props/auto-placement/numbers.md
- Stairs & Spiral: props/auto-placement/strairs-spiral.md
- Layered Wallrides: props/auto-placement/layered-wallrides.md
- Props List: props/auto-placement/props-list.md
- Checkpoints:
- Points: checkpoints/points/overview.md
- Vehicles:
- Overview: checkpoints/vehicles/overview.md
- Grid Vehicles Presets: checkpoints/vehicles/presets.md
- Race Settings:
- Map Options: race-settings/map-options/overview.md
- Vehicles: race-settings/vehicles/overview.md
- Locations: race-settings/locations/overview.md
- Online Options: race-settings/online-options/overview.md
- menubs: race-settings/menubs/overview.md
- Addons:
- Zones: addons/zones/overview.md
- Fixtures: addons/fixtures/overview.md
- Units: addons/units/overview.md
- Stuff: stuff/overview.md
- Prop Swap:
- Models: prop-swap/models/overview.md
- Textures: prop-swap/textures/overview.md
- Hidden Jobs: hidden-jobs/overview.md
- Copy Tool:
- Copy: copy-tool/copy/overview.md
- Options: copy-tool/options/overview.md
- Advanced: copy-tool/advanced/overview.md
- Jobs Replacement: copy-tool/jobs-replacement/overview.md
- Tips:
- Disable BE: tips/disable-be.md
- Arrow Control: tips/arrow-control.md
- Add/Delete: tips/add-delete.md
- Range Formats: tips/range-formats.md