Skip to content

Commit fce8dfe

Browse files
author
vivekkumarrathour
committed
docs: make Customization a subtopic under Configuration (Fixes #1663)
1 parent 84629b5 commit fce8dfe

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

mkdocs.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,15 @@ theme:
55
name: "material"
66
palette:
77
- primary: 'deep purple'
8-
# Palette toggle for automatic mode
98
- media: "(prefers-color-scheme)"
109
toggle:
1110
icon: material/brightness-auto
1211
name: Switch to light mode
13-
14-
# Palette toggle for light mode
1512
- media: "(prefers-color-scheme: light)"
1613
scheme: default
1714
toggle:
1815
icon: material/brightness-7
1916
name: Switch to dark mode
20-
21-
# Palette toggle for dark mode
2217
- media: "(prefers-color-scheme: dark)"
2318
scheme: slate
2419
toggle:
@@ -42,8 +37,9 @@ nav:
4237
- ls: "commands/ls.md"
4338
- schema: "commands/schema.md"
4439
- version: "commands/version.md"
45-
- Configuration: "config.md"
46-
- Customization: "customization.md"
40+
- Configuration:
41+
- Overview: "config.md"
42+
- Customization: "customization.md"
4743
- Tutorials:
4844
- Writing commits: "tutorials/writing_commits.md"
4945
- Managing tags formats: "tutorials/tag_format.md"

0 commit comments

Comments
 (0)