-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
122 lines (118 loc) · 2.95 KB
/
mkdocs.yml
File metadata and controls
122 lines (118 loc) · 2.95 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
121
122
site_name: Archie Docs
site_description: >
A library mod for Kernel Panic's mods
site_author: Kernel Panic
site_url: https://docs.kernelpanicsoft.net/Archie/
repo_url: https://github.com/kernel-panic-codecave/Archie/
edit_uri: edit/1.21.x/docs/
use_directory_urls: false
theme:
name: material
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.code.select
- content.footnote.tooltips
- content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.instant.preview
- navigation.path
# - navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
icon:
edit: material/pencil
view: material/eye
logo: assets/icon.svg
favicon: assets/icon.svg
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: "System theme (click to switch to light)"
- media: "(prefers-color-scheme: light)"
scheme: slate
primary: green
accent: green
toggle:
icon: material/brightness-7
name: "Light theme (click to switch to dark)"
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: green
accent: green
toggle:
icon: material/brightness-4
name: "Dark theme (click to switch to system)"
plugins:
- social
- search
- privacy
- optimize
- blog:
post_excerpt: optional
authors: false
blog_dir: news
- tags:
tags_hierarchy: true
- rss:
match_path: 'news/posts/.*'
date_from_meta:
as_creation: date.created
as_update: date.updated
use_git: false
extra:
version:
provider: mike
default: latest
alias: true
markdown_extensions:
- admonition
- attr_list
- def_list
- md_in_html
- footnotes
- tables
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
nav:
- Home:
- index.md
- Guides:
- Networking: networking.md
- Registries: registries.md
- Serialization: serialization.md
- Config System: config.md
- GUI Framework: gui.md
- Events: events.md
- Transfer & Inventory: transfer.md
- Resource Packs: resource-packs.md
# !!! EMBEDDED DOKKA START, DO NOT COMMIT !!! #
# !!! EMBEDDED DOKKA END, DO NOT COMMIT !!! #