-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (32 loc) · 755 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (32 loc) · 755 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
site_name: My Docs
theme:
name: material
features:
- content.code.annotate
- content.code.copy
- content.tabs.link
- header.autohide
- announce.dismiss
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.share
- search.suggest
palette:
# Palette toggle for dark mode
- scheme: slate
primary: black
accent: amber
toggle:
icon: material/weather-night
name: Why would you like to burn your eyes?
# Palette toggle for light mode
- scheme: default
primary: amber
accent: blue
toggle:
icon: material/weather-sunny
name: Switch to dark mode