-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
73 lines (66 loc) · 1.73 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
67
68
69
70
71
72
73
site_name: GeoQuery Dataset Ingest Pipelines
markdown_extensions:
- admonition
- attr_list
- def_list
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: true
nav:
- Home: index.md
- Writing Pipelines:
- dataset-guide/index.md
- dataset-guide/dev-env.md
- dataset-guide/planning-script.md
- dataset-guide/writing-code.md
- dataset-guide/dataset-class.md
- dataset-guide/adding-boilerplate.md
- dataset-guide/running.md
- dataset-guide/tips.md
- Deploying Pipelines:
- deployment-guide/index.md
- deployment-guide/build-container.md
- deployment-guide/prefect.md
- deployment-guide/helm-chart.md
- deployment-guide/k8s-debug.md
- Code Reference: reference/
theme:
name: "material"
palette:
primary: white
logo: https://cdn.prod.website-files.com/5914719ba6e62162556bd443/5b71a50b4c381931b61a7a9a_triangles.svg
features:
- content.code.annotate
- navigation.footer
- navigation.instant
- navigation.tabs
- toc.follow
- toc.integrate
extra:
homepage: https://aiddata.org
repo_url: https://github.com/aiddata/geo-datasets
plugins:
- gen-files:
scripts:
- scripts/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- mkdocstrings:
handlers:
python:
options:
show_symbol_type_heading: true
- search
- section-index
watch:
- data_manager