-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
55 lines (43 loc) · 1010 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
45
46
47
48
49
50
51
52
53
54
55
site_name: Avian Docs
site_url: https://aviannetwork.github.io/avian-docs/
repo_url: https://github.com/AvianNetwork/Avian
repo_name: AvianNetwork/Avian
plugins:
- search
- awesome-pages
- social
theme:
name: material
custom_dir: docs/overrides
# 404 page
static_templates:
- 404.html
# Necessary for search to work properly
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
palette:
- scheme: default
primary: black
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: black
toggle:
icon: material/weather-night
name: Switch to dark mode
features:
- navigation.tabs
logo: assets/logo.png
favicon: assets/logo.png
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.keys
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true