-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
52 lines (44 loc) · 1.31 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
nav:
- Home: 'index.md'
- Gems++:
- Index: 'gemsplusplus/index.md'
- Blocks:
- Gem Blocks: 'gemsplusplus/blocks/gemblock.md'
- Gem Glass: 'gemsplusplus/blocks/glass.md'
- Gem Sand: 'gemsplusplus/blocks/sand.md'
- Gem Ore: 'gemsplusplus/blocks/ores.md'
- Items:
- Gem Armour: 'gemsplusplus/items/armour.md'
- Gems: 'gemsplusplus/items/gems.md'
- Tools: 'gemsplusplus/items/tools.md'
- Slaughtercraft:
- Index: 'slaughtercraft/index.md'
- Blocks:
- Carcasses: 'slaughtercraft/blocks/carcasses.md'
- Other Blocks: 'slaughtercraft/blocks/otherblocks.md'
- Items:
- Butchers Knife: 'slaughtercraft/items/butchersknife.md'
- Food and Animal Parts: 'slaughtercraft/items/animalparts.md'
- Misc:
- Recipes: 'slaughtercraft/misc/recipes.md'
site_name: Trhod177's Mods Documentation !!(Under Construction)!!
markdown_extensions:
- admonition
- codehilite
- footnotes
- toc:
permalink: true
- pymdownx.tasklist:
custom_checkbox: true
theme:
name: 'material'
custom_dir: 'theme'
palette:
primary: 'green'
accent: 'light green'
favicon: 'assets/images/favicon.ico'
logo: 'assets/images/logo.svg'
extra_css:
- stylesheets/dark_theme.css
- stylesheets/codehilite.css
- stylesheets/custom.css