-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (58 loc) · 1.58 KB
/
mkdocs.yml
File metadata and controls
61 lines (58 loc) · 1.58 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
site_name: VanillaPlus
site_description: Documentation for the VanillaPlus Paper Minecraft plugin
site_url: http://xodiumsoftware.github.io/VanillaPlus
repo_name: XodiumSoftware/VanillaPlus
repo_url: https://github.com/XodiumSoftware/VanillaPlus
edit_uri: edit/main/docs/
theme:
name: material
palette:
scheme: slate
primary: red
accent: amber
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.indexes
- search.suggest
- search.highlight
- content.code.copy
- content.action.edit
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- tables
- attr_list
- md_in_html
nav:
- Home: index.md
- Getting Started: getting-started.md
- Modules:
- modules/index.md
- Book: modules/book.md
- Chiseled Bookshelf: modules/chiseledbookshelf.md
- Chat: modules/chat.md
- Dimensions: modules/dimensions.md
- Entity: modules/entity.md
- Inventory: modules/inventory.md
- Locator: modules/locator.md
- MOTD: modules/motd.md
- Openable: modules/openable.md
- Player: modules/player.md
- Scoreboard: modules/scoreboard.md
- Server Info: modules/server-info.md
- Sit: modules/sit.md
- Tameable: modules/tameable.md
- Enchantments: enchantments.md
- Recipes: recipes.md
- Commands & Permissions: commands.md
- Configuration: configuration.md