forked from MicrocontrollersDev/Alternatives
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
107 lines (102 loc) · 3.14 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
99
100
101
102
103
104
105
106
107
site_name: Alternatives
copyright: Copyright 2023 MicrocontrollersDev
theme:
favicon: assets/images/logo.png
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.expand
- toc.integrate
- content.code.annotate
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: fontawesome/brands/github
link: https://github.com/MicrocontrollersDev/Alternatives
- icon: simple/revoltdotchat
link: https://rvlt.gg/vNMTy2bw
- icon: fontawesome/brands/discord
link: https://discord.gg/rejfv9kFJj
- 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"
- "1.8.9":
- "Home": "1.8.9/home.md"
- "Mod List":
- "Mod List": "1.8.9/modlist.md"
- "Clients":
- "Badlion Client": "1.8.9/badlion_client.md"
- "Feather Client": "1.8.9/feather_client.md"
- "Hyperium": "1.8.9/hyperium.md"
- "LabyMod": "1.8.9/labymod.md"
- "Lunar Client": "1.8.9/lunar_client.md"
- "Mods":
- "5zig": "1.8.9/5zig.md"
- "Dungeon Utilities": "1.8.9/dungeon_utilities.md"
- "HyChat": "1.8.9/hychat.md"
- "SkyblockCatia": "1.8.9/skyblockcatia.md"
- "SkyblockExtras": "1.8.9/skyblockextras.md"
- "Skyblock Reinvented": "1.8.9/skyblock_reinvented.md"
- "Skypixel": "1.8.9/skypixel.md"
- "SoopyAddons": "1.8.9/soopy.md"
- "Wyvtils": "1.8.9/wyvtils.md"
- "Modpacks":
- "Refraction v4": "1.8.9/refraction_v4.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":
- "OptiFine": "latest/optifine.md"
- "Patcher": "latest/patcher.md"
- "Launcher":
- "Home": "launcher/home.md"
- "Modrinth App":
- "Windows": "launcher/modrinth_win.md"
- "Prism Launcher":
- "Windows": "launcher/prism_win.md"
- "MacOS": "launcher/prism_mac.md"
- "Linux": "launcher/prism_gnu.md"
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- footnotes
- toc:
permalink: true
plugins:
- search
- open-in-new-tab