-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (38 loc) · 870 Bytes
/
mkdocs.yml
File metadata and controls
42 lines (38 loc) · 870 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: SPNKr Documentation
theme:
name: material
plugins:
- mkdocstrings:
handlers:
python:
options:
show_root_heading: true
show_source: false
merge_init_into_class: true
docstring_options:
ignore_init_summary: true
nav:
- Home: index.md
- getting-started.md
- basic-usage.md
- Reference:
- reference/authentication.md
- reference/client.md
- reference/services.md
- reference/responses.md
- reference/models.md
- reference/film.md
- reference/reference-data.md
- reference/extras.md
markdown_extensions:
- tables
- attr_list
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details