forked from dyvenia/viadot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
31 lines (31 loc) · 827 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
site_name: Viadot Docs
site_url: "https://dyvenia.github.io/viadot/"
nav:
- Home: home.md
- Howtos:
- "Config File": howtos/config_file.md
- Flows: howtos/flows.md
- "Get Excel file": howtos/uk_carbon_intensity.md
- "SQLtoDF": howtos/sqltodf.md
- "Insert data": howtos/insert.md
- Tutorials:
- Tutorials: tutorials/placeholder.md
- References:
- "SQL Sources": references/sql_sources.md
- "API Sources": references/api_sources.md
- "Tasks library": references/task_library.md
# - "Task library": references/sources.md
theme:
name: "material"
features:
- navigation.tabs
plugins:
- search
- mkdocstrings:
watch:
- viadot
handlers:
python:
rendering:
show_root_heading: yes
dev_addr: "0.0.0.0:8000"