forked from SIsilicon/WorldEdit-BE-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
50 lines (45 loc) · 1.24 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
site_name: WorldEdit for Minecraft Bedrock
repo_url: https://github.com/SIsilicon/WorldEdit-BE-Docs
markdown_extensions:
- admonition
- tables
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
theme:
name: readthedocs
locale: en
extra_css: [css/extra.css]
nav:
- Home: index.md
- Installation: installation.md
- Quick Start: quick_start.md
- Configuration: configuration.md
- Commands: commands.md
- Differences: differences.md
- FAQ: common_questions.md
- Usage:
- General:
- History: usage/general/history.md
- Sessions: usage/general/sessions.md
- Patterns: usage/general/patterns.md
- Masks: usage/general/masks.md
- Regions:
- Region Operations: usage/regions/region_operations.md
- Selection: usage/regions/selection.md
- Kit: usage/kit.md
- Navigation: usage/navigation.md
- Clipboard: usage/clipboard.md
- Generation: usage/generation.md
- Tools: usage/tools.md
- Brushes: usage/brushes.md
- Structures: usage/structures.md
- Utilities: usage/utilites.md
- WorldEdit App: usage/worldedit_app.md
python:
install:
- requirements: docs/requirements.txt