-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
65 lines (62 loc) · 2.11 KB
/
Copy pathmkdocs.yml
File metadata and controls
65 lines (62 loc) · 2.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
site_name: Sucata
site_url: https://sucata.dev
theme:
name: material
language: en
logo: images/icon.png
favicon: images/icon.png
palette:
scheme: slate
primary: blue grey
scheme: slate
accent: light blue
icon:
repo: fontawesome/brands/git-alt
features:
- search.suggest
- search.highlight
- search.share
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.path
- navigation.expand
- navigation.top
- navigation.tracking
- navigation.indexes
plugins:
- search
- blog
repo_url: https://github.com/sucata-engine/sucata-engine
repo_name: sucata-engine
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Concepts: getting-started/concepts.md
- First Project:
- Overview: getting-started/first-project/overview.md
- Configuring the Project: getting-started/first-project/configuring-project.md
- Creating the Player: getting-started/first-project/creating-player.md
- Creating Meteors: getting-started/first-project/creating-meteors.md
- Game Manager: getting-started/first-project/game-manager.md
- Shooting meteors: getting-started/first-project/shooting-meteors.md
- Adding textures: getting-started/first-project/adding-textures.md
- Playing sounds: getting-started/first-project/playing-sounds.md
- Examples: examples.md
- CLI: cli.md
- References:
- sucata.audio: references/sucata.audio.md
- sucata.camera: references/sucata.camera.md
- sucata.events: references/sucata.events.md
- sucata.filesystem: references/sucata.filesystem.md
- sucata.gamepad: references/sucata.gamepad.md
- sucata.graphic: references/sucata.graphic.md
- sucata.input: references/sucata.input.md
- sucata.math: references/sucata.math.md
- sucata.meta: references/sucata.meta.md
- sucata.scene: references/sucata.scene.md
- sucata.time: references/sucata.time.md
- sucata.window: references/sucata.window.md
- Third Party: third-party.md
- About: about.md