-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
mkdocs.yml
62 lines (55 loc) · 1.5 KB
/
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
51
52
53
54
55
56
57
58
59
60
61
62
site_name: Polymer
repo_url: https://github.com/Patbox/polymer
repo_name: Patbox/polymer
nav:
- index.md
- User Guides:
- user/resource-pack-hosting.md
- user/resource-pack-custom-assets.md
- Polymer Core:
- polymer-core/getting-started.md
- polymer-core/items.md
- polymer-core/blocks.md
- polymer-core/entities.md
- polymer-core/other.md
- polymer-core/client-side.md
- Polymer Resource Pack:
- polymer-resource-pack/getting-started.md
- polymer-resource-pack/basics.md
- Polymer Textured Blocks:
- polymer-blocks/getting-started.md
- polymer-blocks/basics.md
- Polymer Virtual Entity:
- polymer-virtual-entity/getting-started.md
- polymer-virtual-entity/basics.md
- Polymer Networking:
- polymer-networking/getting-started.md
- polymer-networking/basics.md
- Other:
- other/updating-0.2.x-to-0.3.md
- Server Translation API: https://github.com/NucleoidMC/Server-Translations
theme:
name: material
logo: assets/logo.png
favicon: images/favicon.png
palette:
- scheme: slate
primary: custom
features:
- navigation.expand
toggle:
icon: material/weather-sunny
name: Switch to light mode
- scheme: default
primary: custom
features:
- navigation.expand
toggle:
icon: material/weather-night
name: Switch to dark mode
extra_css:
- assets/style.css
markdown_extensions:
- admonition
plugins:
- search