-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
62 lines (55 loc) · 1.24 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
site_name: SW32
site_url: https://saawsm.github.io/SW32
site_author: saawsm
site_description: "Documentation for the SW32, a 4-channel E-Stim box."
repo_name: SW32
repo_url: https://github.com/saawsm/SW32
theme:
name: material
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- search.suggest
- search.highlight
- search.share
- toc.integrate
- content.code.copy
plugins:
- search
- awesome-pages
- table-reader
- glightbox:
auto_caption: true
markdown_extensions:
- abbr
- attr_list
- sane_lists
- tables
- toc:
permalink: true
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.details
extra_css:
- assets/stylesheets/styles.css
nav:
- index.md
- ...