forked from Roald87/TwinCatChangelog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
44 lines (38 loc) · 894 Bytes
/
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
site_name: Unofficial TwinCAT 3 Changelog
repo_url: https://github.com/Roald87/TwinCatChangelog
repo_name: Roald87/TwinCatChangelog
theme:
name: material
custom_dir: overrides
palette:
- media: "(prefers-color-scheme: light)"
primary: deep purple
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
primary: yellow
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.indexes
- navigation.tabs
- navigation.top
- navigation.tracking
- toc.integrate
- search.suggest
- search.highlight
extra:
analytics:
provider: custom
plugins:
- search
- awesome-pages
markdown_extensions:
- toc:
toc_depth: 2
permalink: "#"
- admonition