forked from dyvenia/viadot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
32 lines (31 loc) · 799 Bytes
/
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
site_name: Viadot Docs
site_url: "https://dyvenia.github.io/viadot/"
nav:
- Home: index.md
- Howtos:
- "Config File": howtos/config_file.md
- "Running a task": "howtos/running_tasks.md"
- Flows: howtos/flows.md
- Tutorials: tutorials/adding_source.md
- References:
- "SQL Sources": references/sql_sources.md
- "API Sources": references/api_sources.md
- "Flows library": references/flows_library.md
- Task library: references/task_library.md
theme:
name: "material"
features:
- navigation.tabs
plugins:
- search
- mkdocstrings:
watch:
- viadot
handlers:
python:
rendering:
show_root_heading: yes
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
dev_addr: "0.0.0.0:8000"