Skip to content

Commit 505eb0c

Browse files
Add light/dark toggle; Apply Prettier formatting
1 parent 8e6c0af commit 505eb0c

File tree

1 file changed

+27
-16
lines changed

1 file changed

+27
-16
lines changed

mkdocs.yml

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ repo_name: TCAT Wiki on GitHub
44
repo_url: https://github.com/TaskarCenterAtUW/tcat-wiki
55
theme:
66
name: material
7+
palette:
8+
# Palette toggle for light mode
9+
- scheme: default
10+
toggle:
11+
icon: material/weather-night
12+
name: Switch to dark mode
13+
# Palette toggle for dark mode
14+
- scheme: slate
15+
toggle:
16+
icon: material/weather-sunny
17+
name: Switch to light mode
718
features:
819
- navigation.instant
920
- navigation.instant.progress
@@ -20,20 +31,20 @@ plugins:
2031
- social
2132
nav:
2233
- Home:
23-
- index.md
34+
- index.md
2435
- TDEI:
25-
- tdei/index.md
26-
- Core:
27-
- tdei/core/index.md
28-
- Producers:
29-
- tdei/producers/index.md
30-
- Workspaces:
31-
- tdei/producers/workspaces/index.md
32-
- GoInfoGame:
33-
- tdei/producers/goinfogame/index.md
34-
- Consumers:
35-
- tdei/consumers/index.md
36-
- AccessMap:
37-
- tdei/consumers/accessmap/index.md
38-
- TDEI Walkshed:
39-
- tdei/consumers/walkshed/index.md
36+
- tdei/index.md
37+
- Core:
38+
- tdei/core/index.md
39+
- Producers:
40+
- tdei/producers/index.md
41+
- Workspaces:
42+
- tdei/producers/workspaces/index.md
43+
- GoInfoGame:
44+
- tdei/producers/goinfogame/index.md
45+
- Consumers:
46+
- tdei/consumers/index.md
47+
- AccessMap:
48+
- tdei/consumers/accessmap/index.md
49+
- TDEI Walkshed:
50+
- tdei/consumers/walkshed/index.md

0 commit comments

Comments
 (0)