guidebook/mkdocs.yml

18 lines
504 B
YAML
Raw Normal View History

2020-11-21 03:09:16 +00:00
site_name: "Project: Doodle Guidebook"
use_directory_urls: false
nav:
- Home: index.md
- About: about.md
2020-11-21 06:54:02 +00:00
- "Creating Levels": custom-levels/index.md
- "Built-in Doodads": doodads.md
- "Creating Doodads": custom-doodads/index.md
- "Drawing Doodads": custom-doodads/edit-in-game.md
- "Doodad Scripts": custom-doodads/scripts.md
- "Shortcut Keys": hotkeys.md
- "`doodad` Tool": doodad-tool.md
- "Hacking": hacking.md
theme: readthedocs
2020-11-21 03:09:16 +00:00
markdown_extensions:
- toc:
permalink: "#"