38
38
< li class ="nav-item ">
39
39
< a href =". " class ="nav-link active " aria-current ="page "> DAG Factory documentation</ a >
40
40
</ li >
41
- < li class ="nav-item dropdown ">
42
- < a href ="# " class ="nav-link dropdown-toggle " role ="button " data-bs-toggle ="dropdown " aria-expanded ="false "> Getting started</ a >
43
- < ul class ="dropdown-menu ">
44
-
45
- < li >
46
- < a href ="getting-started/quick-start-airflow-standalone/ " class ="dropdown-item "> DAG Factory Quick Start Guide</ a >
47
- </ li >
48
-
49
- < li >
50
- < a href ="getting-started/quick-start-astro-cli/ " class ="dropdown-item "> DAG Factory Quick Start Guide</ a >
51
- </ li >
52
- </ ul >
41
+ < li class ="nav-item ">
42
+ < a href ="quick-start-airflow-standalone/ " class ="nav-link "> DAG Factory Quick Start Guide</ a >
43
+ </ li >
44
+ < li class ="nav-item ">
45
+ < a href ="quick-start-astro-cli/ " class ="nav-link "> DAG Factory Quick Start Guide</ a >
53
46
</ li >
54
47
</ ul >
55
48
60
53
</ a >
61
54
</ li >
62
55
< li class ="nav-item ">
63
- < a rel ="next " href ="getting-started/ quick-start-airflow-standalone/ " class ="nav-link ">
56
+ < a rel ="next " href ="quick-start-airflow-standalone/ " class ="nav-link ">
64
57
Next < i class ="fa fa-arrow-right "> </ i >
65
58
</ a >
66
59
</ li >
@@ -120,34 +113,26 @@ <h1 id="dag-factory-documentation">DAG Factory documentation</h1>
120
113
< h2 id ="getting-started "> Getting started</ h2 >
121
114
< p > Are you new to DAG Factory? This is the place to start!</ p >
122
115
< ul >
123
- < li > < a href =""> DAG Factory at a glance</ a > < ul >
124
- < li > < a href ="getting-started/quick-start-airflow-standalone/ "> Quickstart with Airflow standalone</ a > </ li >
125
- < li > < a href ="getting-started/quick-start-astro-cli/ "> Quickstart with Astro CLI</ a > </ li >
126
- </ ul >
127
- </ li >
128
- < li > < a href =""> Install guide</ a > </ li >
129
- < li > < a href =""> Using YAML instead of Python</ a > < ul >
130
- < li > < a href =""> Traditional Airflow Operators</ a > </ li >
131
- < li > < a href =""> TaskFlow API</ a > </ li >
116
+ < li > DAG Factory at a glance< ul >
117
+ < li > < a href ="quick-start-airflow-standalone/ "> Open Source Airflow</ a > </ li >
118
+ < li > < a href ="quick-start-astro-cli/ "> Astro CLI</ a > </ li >
132
119
</ ul >
133
120
</ li >
121
+ < li > Install guide</ li >
122
+ < li > Using YAML instead of Python</ li >
123
+ < li > Traditional Airflow Operators]</ li >
124
+ < li > TaskFlow API</ li >
134
125
</ ul >
135
126
< h2 id ="features "> Features</ h2 >
136
127
< ul >
137
- < li > < a href ="" > Configuring your workflows</ a > < ul >
128
+ < li > Configuring your workflows</ li >
138
129
< li > Environment variables</ li >
139
130
< li > Defaults</ li >
140
- </ ul >
141
- </ li >
142
- < li > < a href =""> Defining actions upon task states</ a > < ul >
131
+ < li > Defining actions upon task states</ li >
143
132
< li > Callbacks</ li >
144
- </ ul >
145
- </ li >
146
- < li > < a href =""> Dynamically creating tasks during runtime</ a > < ul >
133
+ < li > Dynamically creating tasks during runtime</ li >
147
134
< li > Dynamic task mapping</ li >
148
135
</ ul >
149
- </ li >
150
- </ ul >
151
136
< h2 id ="getting-help "> Getting help</ h2 >
152
137
< p > Having trouble? We'd like to help!</ p >
153
138
< ul >
@@ -156,14 +141,14 @@ <h2 id="getting-help">Getting help</h2>
156
141
< h2 id ="contributing "> Contributing</ h2 >
157
142
< p > DAG Factory is an Open-Source project. Learn about its development process and about how you can contribute:</ p >
158
143
< ul >
159
- < li > < a href ="" > Contributing to DAG Factory</ a > </ li >
144
+ < li > Contributing to DAG Factory</ li >
160
145
< li > < a href ="https://github.com/astronomer/dag-factory/ "> Github repository</ a > </ li >
161
146
</ ul >
162
147
< h2 id ="license "> License</ h2 >
163
- < p > To learn more about the terms and conditions for use, reproduction and distribution, read the < a href =".. /LICENSE "> Apache License 2.0</ a > .</ p >
148
+ < p > To learn more about the terms and conditions for use, reproduction and distribution, read the < a href ="https://github.com/astronomer/dag-factory/blob/main /LICENSE "> Apache License 2.0</ a > .</ p >
164
149
< h2 id ="privacy-notice "> Privacy Notice</ h2 >
165
150
< p > This project follows < a href ="https://www.astronomer.io/privacy/ "> Astronomer's Privacy Policy</ a > .</ p >
166
- < p > For further information, < a href =".. /PRIVACY_NOTICE.md "> read this</ a > </ p > </ div >
151
+ < p > For further information, < a href ="https://github.com/astronomer/dag-factory/blob/main /PRIVACY_NOTICE.md "> read this</ a > </ p > </ div >
167
152
</ div >
168
153
</ div >
169
154
@@ -225,5 +210,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
225
210
226
211
<!--
227
212
MkDocs version : 1.6.1
228
- Build Date UTC : 2025-01-03 11:44:08.295521 +00:00
213
+ Build Date UTC : 2025-01-03 11:46:23.324492 +00:00
229
214
-->
0 commit comments