-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs-base.yml
66 lines (66 loc) · 2.3 KB
/
mkdocs-base.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
site_name: packwiz
repo_name: packwiz/packwiz
repo_url: https://github.com/packwiz/packwiz
edit_uri: https://github.com/packwiz/packwiz-website/tree/main/docs
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: purple
accent: deep orange
toggle:
icon: material/lightbulb
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: purple
accent: deep orange
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.indexes
markdown_extensions:
- pymdownx.magiclink
- admonition
- pymdownx.highlight
- pymdownx.superfences
plugins:
- search
nav:
- Home: index.md
- Installation: installation.md
- Tutorials:
- Creating a modpack:
- Getting started: tutorials/creating/getting-started.md
- Adding mods: tutorials/creating/adding-mods.md
- Using packwiz with Git: tutorials/creating/git.md
# TODO: document optional and sided mods!
# TODO: Documentation on how to test (packwiz serve) packwiz packs - might link to the below pages for info about installing
# - Testing a modpack: []
- Installing/distributing a modpack:
- Installing with packwiz-installer: tutorials/installing/packwiz-installer.md
- Publishing to CurseForge: tutorials/hosting/curseforge.md
- Publishing to Modrinth: tutorials/hosting/modrinth.md
# TODO: See below; documentation on how to distribute packwiz packs on several platforms
# - Hosting with HTTP:
# - Your own HTTP server: []
# - Github Pages: []
# - Netlify: []
- Reference:
- Additional options: reference/additional-options.md
- Commands: [] # Commands added here by build.js
- Pack format:
- pack.toml: reference/pack-format/pack-toml.md
- index.toml: reference/pack-format/index-toml.md
- mod.pw.toml: reference/pack-format/mod-toml.md
# - .packwizignore: []
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/DcSkRF4
- icon: fontawesome/brands/github
link: https://github.com/packwiz/packwiz