-
Notifications
You must be signed in to change notification settings - Fork 184
/
Copy pathmkdocs.yml
68 lines (61 loc) · 1.63 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
site_name: DAG Factory
site_url: https://astronomer.github.io/dag-factory
repo_url: https://github.com/astronomer/dag-factory
repo_name: astronomer/dag-factory
edit_uri: "blob/main/docs"
theme:
name: material
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.sections
- navigation.tabs
- navigation.footer
- navigation.indexes
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
extra:
version:
provider: mike
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
check_paths: true
base_path: [ "." ]
- pymdownx.superfences
nav:
- Home: index.md
- Getting Started:
- Airflow Standalone: getting-started/quick-start-airflow-standalone.md
- Astro CLI: getting-started/quick-start-astro-cli.md
- Configuration:
- configuration/configuring_workflows.md
- configuration/environment_variables.md
- configuration/defaults.md
- Features:
- features/dynamic_tasks.md
- Comparison:
- comparison/index.md
- Traditional Airflow Operators: comparison/traditional_operators.md
- TaskFlow API: comparison/taskflow_api.md
- Contributing:
- Code of Conduct: contributing/code_of_conduct.md
- contributing/contributors.md
- contributing/howto.md
- contributing/roles.md
plugins:
- mike:
alias_type: symlink
- search