-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
66 lines (61 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
site_name: Dispatch SDK
nav:
- API Reference:
- Dispatch: reference/
theme:
name: "material"
features:
- navigation.indexes
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
plugins:
- search
- gen-files:
scripts:
- docs/gen-api.py
- literate-nav:
nav_file: SUMMARY.md
- mkdocstrings:
handlers:
python:
options:
members_order: source
merge_init_into_class: true
show_if_no_docstring: false
show_source: no
docstring_options:
ignore_init_summary: true
heading_level: 1
inherited_members: true
merge_init_into_class: true
separate_signature: true
show_root_heading: true
show_root_full_path: false
show_source: false
show_signature_annotations: true
show_symbol_type_heading: true
show_symbol_type_toc: true
signature_crossrefs: true
summary: true
- mike
extra:
version:
provider: mike
markdown_extensions:
- attr_list
- admonition
- toc:
permalink: "¤"