-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathmkdocs.yml
More file actions
99 lines (94 loc) · 2.84 KB
/
mkdocs.yml
File metadata and controls
99 lines (94 loc) · 2.84 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
site_name: Alternatives
copyright: Copyright 2024 MicrocontrollersDev
theme:
favicon: assets/images/logo.png
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.expand
- toc.integrate
- content.code.annotate
- content.action.edit
name: material
logo: assets/images/logo.png
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: purple
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: purple
accent: indigo
toggle:
icon: material/weather-night
name: Switch to light mode
repo_name: Alternatives
repo_url: https://github.com/MicrocontrollersDev/Alternatives
edit_uri: ../Alternatives/edit/main/docs/
extra:
social:
- icon: simple/modrinth
link: https://modrinth.com/user/Microcontrollers
- icon: simple/curseforge
link: https://legacy.curseforge.com/members/microcontrollerstv/projects
- icon: simple/codeberg
link: https://codeberg.org/MicrocontrollersDev
- icon: fontawesome/brands/github
link: https://github.com/MicrocontrollersDev
- icon: simple/matrix
link: https://matrix.to/#/!axTNrRSaDlwHtQznCp:matrix.org
- icon: simple/revoltdotchat
link: https://rvlt.gg/vNMTy2bw
- icon: fontawesome/brands/discord
link: https://discord.gg/rejfv9kFJj
- icon: simple/bluesky
link: https://bsky.app/profile/microcontrollers.dev
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@Microcontrollers
- icon: simple/kofi
link: https://ko-fi.com/microcontrollers
nav:
- "Home":
- "Welcome": "index.md"
- "Contributors": "contributors.md"
- "Latest":
- "Home": "latest/home.md"
- "Mod List":
- "Migrating to Latest": "latest/migrating.md"
- "Clients":
- "Badlion Client": "latest/badlion.md"
- "Feather Client": "latest/feather.md"
- "Lunar Client": "latest/lunar.md"
- "Mods":
- "Aaron's Mod": "latest/aaronsmod.md"
- "Essential": "latest/essential.md"
- "Krypt": "latest/krypt.md"
- "OptiFine": "latest/optifine.md"
- "Patcher": "latest/patcher.md"
- "Skyblock Addons": "latest/skyblockaddons.md"
- "Skytils": "latest/skytils.md"
- "Zen": "latest/zen.md"
- "Launcher":
- "Home": "launcher/home.md"
- "Launchers":
- "Prism": "launcher/prism.md"
- "Modrinth": "launcher/modrinth.md"
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- footnotes
- toc:
permalink: true
plugins:
- search
- open-in-new-tab