generated from br3ndonland/template-python
-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
53 lines (53 loc) · 1.17 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
edit_uri: ""
markdown_extensions:
- admonition
- pymdownx.inlinehilite
- pymdownx.magiclink:
user: br3ndonland
repo: inboard
repo_url_shorthand: true
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: true
toc_depth: 3
nav:
- "index.md"
- "docker.md"
- "environment.md"
- "logging.md"
- "authentication.md"
- "changelog.md"
- "contributing.md"
repo_name: br3ndonland/inboard
repo_url: https://github.com/br3ndonland/inboard
site_name: inboard docs
site_url: ""
theme:
favicon: assets/images/favicon.png
features:
- content.code.copy
- header.autohide
- navigation.instant
- navigation.top
font: false
icon:
logo: fontawesome/brands/docker
repo: fontawesome/brands/github
name: material
palette:
- media: "(prefers-color-scheme: dark)"
accent: blue
primary: blue
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
accent: blue
primary: blue
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
use_directory_urls: false