-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
37 lines (34 loc) · 1.11 KB
/
mkdocs.yml
File metadata and controls
37 lines (34 loc) · 1.11 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
site_name: Seika Engine
repo_url: https://github.com/Chukobyte/seika-engine
edit_uri: ""
site_description: Seika is an open source 2D/3D game engine.
site_author: Chukobyte
copyright: 'Copyright © 2021 Chukobyte'
nav:
- General:
- Home: index.md
- Core Concepts: general/core_concepts.md
- Project Properties: general/project_properties.md
- Command Line Flags: general/command_line_flags.md
- Scene File Reference: general/scene_file_reference.md
- Python API:
- Index: python_api/index.md
- Node: python_api/node.md
- Camera: python_api/camera.md
- Audio: python_api/audio.md
- Input: python_api/input.md
- Engine: python_api/engine.md
- Scene: python_api/scene.md
- Network: python_api/network.md
- Physics: python_api/physics.md
- Math: python_api/math.md
- Color: python_api/color.md
- Renderer: python_api/renderer.md
- Assets: python_api/assets.md
- Data: python_api/data.md
- Showcase:
- Projects Made With Seika: showcase/projects_made_with_seika.md
plugins:
- search
- mermaid2
theme: readthedocs