forked from Hans5958/CC-Creative-Guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (31 loc) · 1.15 KB
/
mkdocs.yml
File metadata and controls
31 lines (31 loc) · 1.15 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
theme: 'readthedocs'
site_name: 'Cosmic Craft Creative Guide'
site_description: 'Guide for Creative on Cosmic Craft. Every aspect explained.'
site_author: 'Hans5958'
site_url: 'https://hans5958.github.io/CC-Creative-Guide'
pages:
- 'Main Page': 'index.md'
- 'Preface': 'preface/index.md'
- 'I. Introduction': 'introduction/index.md'
- 'II. Commands':
- 'Index': 'commands/index.md'
- 'Basics': 'commands/basics.md'
- 'Plotting': 'commands/plotting.md'
- 'Disguise': 'commands/disguise.md'
- 'Marriage': 'commands/marriage.md'
- 'Donator': 'commands/donator.md'
- 'III. Things To Know':
- 'Index': 'things/index.md'
- 'Donator Ranks': 'things/donator.md'
- 'Cheating and Hacking': 'things/cheat.md'
- 'Reboot': 'things/reboot.md'
- 'Color and Formatting Codes': 'things/format.md'
- 'Plot Music ID': 'things/musicid.md'
- 'Plugins': 'things/plugins.md'
- 'Voting': 'things/voting.md'
- 'WorldEdit': 'things/worldedit.md'
- 'Ending': 'ending/index.md'
- 'Credits': 'credits/index.md'
google_analytics: ['UA-49890594-3', 'auto']
repo_name: 'GitHub'
repo_url: 'https://github.com/Hans5958/CC-Creative-Guide'