-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
70 lines (59 loc) · 1.52 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
63
64
65
66
67
68
69
70
site_name: RoTools Docs
theme:
name: material
logo: assets/logo.png
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.top
- toc.follow
- search.highlight
extra_css:
- stylesheets/extra.css
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
repo_url: https://github.com/DrawZeroPoint/RoTools
# Footer
copyright: Copyright © 2020 - 2022 Zhipeng Dong
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/DrawZeroPoint
# Page tree
nav:
- Home: index.md
- Reference:
- reference/index.md
- common: reference/common.md
# - Getting started:
# - Installation: getting-started.md
# - Creating your site: creating-your-site.md
# - Publishing your site: publishing-your-site.md
# - Customization: customization.md
# - Browser support: browser-support.md
# - Philosophy: philosophy.md
# - Alternatives: alternatives.md
# - License: license.md
# - Changelog:
# - changelog/index.md
# - How to upgrade: upgrade.md