-
Notifications
You must be signed in to change notification settings - Fork 14
/
mkdocs.yml
98 lines (98 loc) · 2.82 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
site_name: mcman
repo_url: https://github.com/ParadigmMC/mcman
repo_name: ParadigmMC/mcman
nav:
- Home: index.md
- Installation: installation.md
- Concepts:
- concepts/getting-started.md
- concepts/importing-modpacks.md
- concepts/building.md
- concepts/variables.md
- concepts/dev.md
- concepts/using-worlds.md
- concepts/network.md
- concepts/caching.md
- concepts/options.md
- Commands:
- commands/index.md
- init: commands/init.md
- build: commands/build.md
- run: commands/run.md
- dev: commands/dev.md
- cache: commands/cache.md
- world pack|unpack: commands/world.md
- import url|mrpack|packwiz: commands/import.md
- export mrpack|packwiz: commands/export.md
- info: commands/info.md
- pull: commands/pull.md
- markdown: commands/markdown.md
- env: commands/env.md
- version: commands/version.md
- Reference:
- server.toml:
- reference/server.toml.md
- reference/world.md
- reference/markdown-options.md
- reference/server-launcher.md
- reference/clientsidemod.md
- network.toml: reference/network.toml.md
- Hook: reference/hook.md
- Server Type:
- reference/servertype/index.md
- reference/servertype/vanilla.md
- reference/servertype/fabric.md
- reference/servertype/quilt.md
- reference/servertype/neoforge.md
- reference/servertype/forge.md
- reference/servertype/papermc.md
- reference/servertype/purpurmc.md
- reference/servertype/bungeecord.md
- reference/servertype/buildtools.md
- Downloadable:
- reference/downloadable/index.md
- reference/downloadable/modrinth.md
- reference/downloadable/curserinth.md
- reference/downloadable/hangar.md
- reference/downloadable/spigot.md
- reference/downloadable/github-releases.md
- reference/downloadable/jenkins.md
- reference/downloadable/maven.md
- reference/downloadable/custom-url.md
- Lockfile: reference/lockfile.md
theme:
name: material
icon:
repo: fontawesome/brands/github
logo: material/server
palette:
scheme: slate
primary: deep purple
accent: purple
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.path
- content.code.copy
- content.code.annotate
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- def_list
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ParadigmMC/mcman