-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
112 lines (99 loc) · 2.59 KB
/
mkdocs.yml
File metadata and controls
112 lines (99 loc) · 2.59 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
site_name: Inventory Profiles Next
site_description: An inventory sorter mod
theme:
name: material
favicon: assets/favicon.ico
custom_dir: overrides
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: light blue
accent: light blue
toggle:
icon: material/lightbulb
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: light blue
accent: light blue
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
icon:
repo: fontawesome/brands/github
features:
- navigation.sections
- navigation.instant
markdown_extensions:
- footnotes
- attr_list
- admonition
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.keys
- pymdownx.details
- pymdownx.tabbed
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- overrides/.icons
plugins:
- search
- i18n:
default_language: en
languages:
en: English
eo: Esperanto
fr: Français
nav_translations:
fr:
Custom rules: Règles personnalisées
Project details: Détails du projet
eo:
Custom rules: Propraj reguloj
Project details: Informoj de projekto
- minify:
minify_html: true
repo_url: https://github.com/blackd/Inventory-Profiles
repo_name: Inventory-Profiles
edit_uri: https://github.com/Inventory-Profiles-Next/Inventory-Profiles-Next.github.io/edit/main/docs/
nav:
- Inventory Profiles Next:
- index.md
- downloads/index.md
- installation/index.md
- profiles/index.md
- Custom rules:
- custom-rules/add/index.md
- custom-rules/natives/index.md
- Project details:
- changelog/index.md
- known-issues/index.md
- contributing/index.md
- thanks/index.md
- license/index.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Inventory-Profiles-Next
- icon: fontawesome/brands/discord
link: https://discord.gg/23YCxmveUM
- icon: custom/curseforge
link: https://www.curseforge.com/minecraft/mc-mods/inventory-profiles-next
- icon: custom/modrinth
link: https://modrinth.com/mod/inventory-profiles-next
alternate:
- name: English
lang: en
link: ./en/
- name: Esperanto
lang: eo
link: ./eo/
- name: Français
lang: fr
link: ./fr/
extra_css:
- stylesheets/extra.css