-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
50 lines (46 loc) · 966 Bytes
/
mkdocs.yml
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
site_name: Rained
plugins:
- offline
- search
nav:
- Home: index.md
- Manual:
- Brief: brief.md
- Installation and Updates: install-updates.md
- User interface: user-interface.md
- Editing the level:
- Overview: overview.md
- Environment: env.md
- Geometry: geo.md
- Tiles: tiles.md
- Cameras: cameras.md
- Light: light.md
- Effects: effects.md
- Props: props.md
- Rendering and playing: rendering.md
- Further reading: resources.md
- Developing: developing.md
theme:
name: material
language: en
favicon:
img/favicon.ico
logo:
img/favicon.ico
palette:
scheme: slate
features:
- content.tabs.link
markdown_extensions:
- admonition
- def_list
- attr_list
- md_in_html
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
site_url: ""
docs_dir: "docs/en"
site_dir: "dist/docs/en"
use_directory_urls: False