-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmkdocs.yml
More file actions
22 lines (22 loc) · 786 Bytes
/
mkdocs.yml
File metadata and controls
22 lines (22 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
theme:
name: readthedocs
site_name: NMSDK
site_dir: html_docs/site/
nav:
- Home: index.md
- Setup: setup.md
- Importing a Scene:
- Importing: importing/importing.md
- Manipulating imported scenes: importing/manipulating_scenes.md
- Exporting a Scene:
- Setting up: exporting/exporting.md
- Node type guide: exporting/node_docs.md
- Adding Entities: exporting/entities.md
- Adding Animations: exporting/animations.md
- Making a proc-gen scene: exporting/proc_gen.md
- Creating Action Triggers: exporting/action_triggers.md
- Shader Setup: exporting/shader_nodes.md
- Examples:
- Creating a proc-gen reference scene: examples/create_procgen_scene.md
- API guide: api.md
- Change log: change_log.md