-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
30 lines (30 loc) · 932 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
site_name: DENOG Routing Guide
repo_url: https://github.com/denog/routing-guide
edit_uri: edit/main/docs/
extra_css:
- stylesheets/extra.css
theme:
name: material
font: false
features:
- content.action.edit
- content.action.view
icon:
edit: material/pencil
view: material/eye
palette:
# Palette toggle for light mode
- scheme: default
primary: 'yellow'
accent: 'yellow'
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: 'yellow'
accent: 'yellow'
toggle:
icon: material/brightness-4
name: Switch to light mode
copyright: Licensed under the <a href="https://raw.githubusercontent.com/denog/routing-guide/main/LICENSE.md">Creative Commons Attribution License 4.0</a>, unless otherwise stated | <a href="https://www.denog.de/de/impressum.html">Imprint</a>