-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (37 loc) · 858 Bytes
/
mkdocs.yml
File metadata and controls
42 lines (37 loc) · 858 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
site_name: yooink docs
theme:
name: material
features:
- navigation.instant
- navigation.tabs
logo: assets/logo.png
favicon: assets/logo.png
palette:
primary: black
font:
text: "Roboto"
extra_css:
- assets/css/custom.css
markdown_extensions:
- attr_list
- md_in_html
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
nav:
- Home: index.md
- Quick start:
- Introduction: quick_start/index.md
- API Setup: quick_start/api_setup.md
- Data Overview: quick_start/data_overview.md
- Simple Data Query: quick_start/simple_data_query.md
- About: about.md
- API Reference:
- Request Manager: api/request_manager.md
- Data Fetcher: api/data_fetcher.md
- Data Manager: api/data_manager.md
- API handler: api/api.md