-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
49 lines (45 loc) · 1.33 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
site_name: Dropt
pages:
- Introduction: index.md
- ChangeLog: changelog.md
- Getting Started:
- Getting Started: gettingstarted.md
- Configuration Files: configuration.md
- Commands: commands.md
- Debugging: debugging.md
- Block Strings: blockstrings.md
- Examples:
- Basic Replacement: examples/basic_replacement.md
- Selective Removal: examples/selective_removal.md
- Grass Drops: examples/grass_drops.md
- Leaf Drops: examples/leaf_drops.md
- Tool Restriction: examples/tool_restriction.md
- Advanced Fortune: examples/advanced_fortune.md
- Silk Touch: examples/silk_touch.md
- Match Quantity: examples/match_quantity.md
- Distance From Spawn: examples/distance.md
- NBT: examples/nbt.md
- GameStages: examples/gamestages.md
- Forced Drops: examples/forced_drops.md
- Drop All: examples/drop_all.md
- BlockState Replacement: examples/blockstate_replacement.md
- Fallthrough: examples/fallthrough.md
- ZenScript:
- Dropt: zs/dropt.md
- RuleList: zs/rulelist.md
- Rule: zs/rule.md
- Harvester: zs/harvester.md
- Drop: zs/drop.md
- Examples: zs/example.md
- JSON:
- Syntax: json/syntax.md
- Examples: json/examples.md
- API:
- Reference: api/reference.md
- Development:
- Contributor's License Agreement: cla.md
theme: readthedocs
markdown_extensions:
- admonition
- attr_list
extra_css: [custom.css]