-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (33 loc) · 832 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (33 loc) · 832 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
site_name: DDataflow
site_url: https://code.getyourguide.com/DDataFlow/
repo_url: https://github.com/getyourguide/DDataFlow/
edit_uri: edit/main/docs/
theme:
name: material
icon:
edit: material/pencil
repo: fontawesome/brands/github
features:
- content.action.edit
markdown_extensions:
- pymdownx.superfences
nav:
- 'index.md'
- 'local_development.md'
- 'sampling.md'
- API Reference:
- 'api_reference/DDataflow.md'
- 'api_reference/DataSource.md'
- 'api_reference/DataSources.md'
- 'api_reference/DataSourceDownloader.md'
- 'troubleshooting.md'
- 'FAQ.md'
plugins:
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: sphinx
allow_inspection: true