forked from li5414/Unity_RuntimeEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
26 lines (24 loc) · 775 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
26 lines (24 loc) · 775 Bytes
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
site_name: Runtime Editor
site_url: http://rteditor.battlehub.net
site_description: Documentation for Runtime Editor - runtime scene editor built with Unity3D
site_author: vadim andriyanov
copyright: Copyright © 2019 vadim.andriyanov@outlook.com
nav:
- Home: 'index.md'
- General: 'general.md'
- Transform Handles: 'transform-handles.md'
- Gizmos: 'gizmos.md'
- Rendering: 'rendering.md'
- Common Infrastructure: 'infrastructure.md'
- Runtime Editor: 'runtime-editor.md'
- Save Load: 'save-load.md'
- Dock Panels: 'dock-panels.md'
- Virtualizing Tree View: 'vtv.md'
- Menu Control: 'menu-control.md'
theme: readthedocs
extra_css:
- css/extra.css
markdown_extensions:
- admonition
# - codehilite:
# linenums: true