-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (39 loc) · 989 Bytes
/
mkdocs.yml
File metadata and controls
44 lines (39 loc) · 989 Bytes
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: Skydance
site_description: A library for communication with Skydance Wi-Fi relays.
site_author: Tomas Bedrich
copyright: Copyright © 2020 Tomas Bedrich
repo_url: https://github.com/tomasbedrich/skydance
edit_uri: https://github.com/tomasbedrich/skydance/edit/master/docs
theme:
name: material
palette:
scheme: preference
primary: pink
accent: pink
markdown_extensions:
- codehilite
- admonition
- toc:
permalink: True
plugins:
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_source: false
show_root_toc_entry: false
show_root_heading: true
heading_level: 3
watch:
- skydance
nav:
- Home: index.md
- API:
- Protocol: api/protocol.md
- Network: api/network.md
- Enums: api/enum.md
- About:
- Release Notes: about/changelog.md
- Contributing: about/contributing.md
- License: about/license.md