-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmkdocs.yml
52 lines (47 loc) · 1.23 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
site_name: Voodoo
repo_name: Voodoo
repo_url: https://github.com/DaemonicLabs/Voodoo
site_description: "Voodoo: Modpack building magic"
site_author: Nikky Snow
remote_branch: gh-pages
copyright: 'Copyright © 2020 Nikky Snow'
theme:
name: 'material'
# logo: img/icon.svg
favicon: img/favicon.ico
palette:
primary: 'blue grey'
accent: 'indigo'
icon:
repo: fontawesome/brands/github
extra_css:
- 'css/extra.css'
markdown_extensions:
- smarty
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.details
- tables
- admonition
nav:
- 'Quickstart':
- 'Basic Concepts': quickstart/
- 'Downloading Voodoo': quickstart/#downloading-voodoo
- 'Setup Modpack Repository': quickstart/#setup-modpack-repository
- 'Create a Modpack': quickstart/#create-a-modpack
- 'Building the pack': quickstart/#building-the-pack
- 'Testing in MultiMC': quickstart/#testing-in-multimc
- 'Packaging and Upload': quickstart/#packaging-and-upload