-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (38 loc) · 919 Bytes
/
mkdocs.yml
File metadata and controls
38 lines (38 loc) · 919 Bytes
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
site_name: GremlinEx
site_url: https://github.com/muchimi/JoystickGremlinEx
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7 # Icon for light mode
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4 # Icon for dark mode
name: Switch to light mode
plugins:
- search
- glightbox
- autorefs
markdown_extensions:
- attr_list
- toc:
permalink: true
toc_depth: 3
nav:
- Home: index.md
- Overview: overview.md
- Usage: usage.md
- Containers : containers.md
- Actions : actions.md
- Mapping Guide: mapping.md
- Resources: resources.md
- Scripting: scripting.md
- AI and DevOps: ktts.md
- Credits: credits.md