guidebook/mkdocs.yml

28 lines
920 B
YAML
Raw Normal View History

site_name: "Sketchy Maze: Guidebook"
2020-11-21 03:09:16 +00:00
use_directory_urls: false
nav:
- Home: index.md
- About Sketchy Maze: about.md
- Change History: changes.md
- Controls: controls.md
2022-10-10 19:54:19 +00:00
- Story Mode: story-mode.md
- Creating Levels: custom-levels/index.md
2021-06-20 20:22:13 +00:00
- Publishing Levels: custom-levels/publishing.md
2022-10-10 19:54:19 +00:00
- Level Packs: custom-levels/levelpacks.md
2021-06-07 04:28:13 +00:00
- Custom Wallpaper: custom-levels/custom-wallpaper.md
- Built-in Doodads: doodads.md
- Linked Doodads: linked-doodads.md
- Creating Custom Doodads: custom-doodads/index.md
- Drawing Doodads: custom-doodads/edit-in-game.md
- Doodad Scripts: custom-doodads/scripts.md
2022-10-10 19:54:19 +00:00
- Script API Reference: custom-doodads/api-reference.md
- Shortcut Keys: hotkeys.md
- "`doodad` Program": doodad-tool.md
- Hacking: hacking.md
2022-10-10 19:54:19 +00:00
- Register Your Game: register.md
- Open Source Licenses: licenses.md
2020-11-21 06:54:02 +00:00
theme: readthedocs
2020-11-21 03:09:16 +00:00
markdown_extensions:
- toc:
permalink: "#"