-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
120 lines (113 loc) · 3.67 KB
/
mkdocs.yml
File metadata and controls
120 lines (113 loc) · 3.67 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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
site_name: hyperdefined's Documentation
site_url: "https://docs.hyper.lol"
theme:
name: material
custom_dir: 'overrides'
palette:
scheme: 'slate'
primary: 'black'
accent: 'blue'
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- content.code.annotate
- content.code.copy
code:
highlight_theme: github
icon:
admonition:
repo_name: hyperdefined/docs
repo_url: https://github.com/hyperdefined/docs
copyright: |
© hyperdefined
nav:
- Home: index.md
- Software:
- Overview: software/index.md
- CustomLauncherRewrite:
- About: software/CustomLauncherRewrite/about.md
- Install: software/CustomLauncherRewrite/install.md
- Screenshots: software/CustomLauncherRewrite/screenshots.md
- Uninstall: software/CustomLauncherRewrite/uninstall.md
- Usage: software/CustomLauncherRewrite/usage.md
- CodebergReleaseAPI:
- Usage: software/CodebergReleaseAPI/usage.md
- Plugins:
- Overview: plugins/index.md
- AnarchyStats:
- About: plugins/anarchystats/about.md
- Commands: plugins/anarchystats/commands.md
- Configuration: plugins/anarchystats/configuration.md
- AutoWhitelistRemove:
- About: plugins/autowhitelistremove/about.md
- Commands: plugins/autowhitelistremove/commands.md
- Configuration: plugins/autowhitelistremove/configuration.md
- hyperMOTD:
- About: plugins/hyperMOTD/about.md
- Commands: plugins/hyperMOTD/commands.md
- Configuration: plugins/hyperMOTD/configuration.md
- NoEndCrystals:
- About: plugins/noendcrystals/about.md
- Commands: plugins/noendcrystals/commands.md
- Configuration: plugins/noendcrystals/configuration.md
- PerWorldChat:
- About: plugins/perworldchat/about.md
- Commands: plugins/perworldchat/commands.md
- SimplePlayTime:
- About: plugins/simpleplaytime/about.md
- Commands: plugins/simpleplaytime/commands.md
- Configuration: plugins/simpleplaytime/configuration.md
- TimeBar:
- About: plugins/timebar/about.md
- Commands: plugins/timebar/commands.md
- Configuration: plugins/timebar/configuration.md
- PlaceHolderAPI: plugins/timebar/placeholders.md
- RealisticSeasons Support: plugins/timebar/rs.md
- AdvancedSeasons Support: plugins/timebar/as.md
- ToolStats:
- About: plugins/toolstats/about.md
- Commands: plugins/toolstats/commands.md
- Configuration: plugins/toolstats/configuration.md
- Token System: plugins/toolstats/tokens.md
- VelocityBlockVersion:
- About: plugins/velocityblockversion/about.md
- Configuration: plugins/velocityblockversion/configuration.md
- Guides:
- Overview: guides/index.md
- cobalt:
- Overview: guides/cobalt/overview.md
- Setup on a Server: guides/cobalt/server.md
- Setup locally (Windows): guides/cobalt/windows.md
- Host Web: guides/cobalt/web.md
plugins:
- glightbox
- minify:
minify_html: true
minify_css: true
htmlmin_opts:
remove_comments: true
cache_safe: true
- macros
markdown_extensions:
- toc
- attr_list
- md_in_html
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.keys