This repository has been archived by the owner on Jul 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
46 lines (44 loc) · 1.64 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
site_name: Rory's Mod
site_description: A forge mod for Minecraft 1.7.10
site_author: Rory Claasen
copyright: Copyright Rory Claasen (Apache 2.0)
google_analytics: ['UA-45259414-3', 'mkdocs.org']
repo_url: https://github.com/GOGO98901/RorysMod/
theme: readthedocs
docs_dir: docs
pages:
- Home: 'index.md'
- Installation: 'install.md'
- Change Log: 'changes.md'
- Better Sleeping: 'bettersleeping.md'
- Modular Lasers:
- Laser Rifle: 'content/items/tools/rifle.md'
- Upgrade Table: 'content/blocks/upgradetable.md'
- Rifle Modules: 'content/items/riflemodules.md'
- Content:
- Blocks:
- Blue Print: 'content/blocks/blueprint.md'
- Testing Wall: 'content/blocks/testingwall.md'
- Ingot Blocks: 'content/blocks/ingotblocks.md'
- Powered Chest: 'content/blocks/powerchest.md'
- Auto Renamer: 'content/blocks/machinerenamer.md'
- Upgrade Table: 'content/blocks/upgradetable.md'
- Items:
- Tools:
- Soldering Iron: 'content/items/tools/solderingiron.md'
- Laser Rifle: 'content/items/tools/rifle.md'
- Rifle Modules: 'content/items/riflemodules.md'
- "Circuit's": 'content/items/circuit.md'
- Filament: 'content/items/filament.md'
- Lens: 'content/items/lens.md'
- Central Processing Unit: 'content/items/cpu.md'
- License: 'license.md'
- Developer:
- Metrics: 'metrics.md'
- Travis CI: 'buildstatus.md'
markdown_extensions:
- smarty
- toc:
permalink: True
- sane_lists
- admonition