Skip to content

Commit

Permalink
Create initial documentation index (#325)
Browse files Browse the repository at this point in the history
Create a first version of a docs index page so we have a unified place
to link the documentation we'll create in the follow-up PRs.
  • Loading branch information
tatiana authored Dec 31, 2024
1 parent 017bc30 commit c171166
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# DAG Factory documentation

Everything you need to know about how to build Apache Airflow® workflows using YAML files.

## Getting started

Are you new to DAG Factory? This is the place to start!

* [DAG Factory at a glance]()
* [Install guide]()
* [Using YAML instead of Python]()
* [Traditional Airflow Operators]()
* [TaskFlow API]()


## Features

* [Configuring your workflows]()
* Environment variables
* Defaults
* [Defining actions upon task states]()
* Callbacks
* [Dynamically creating tasks during runtime]()
* Dynamic task mapping


## Getting help

Having trouble? We'd like to help!

* Report bugs, questions and feature requests in our [ticket tracker](https://github.com/astronomer/dag-factory/issues).


## Contributing

DAG Factory is an Open-Source project. Learn about its development process and about how you can contribute:

* [Contributing to DAG Factory]()
* [Github repository](https://github.com/astronomer/dag-factory/)

## License

To learn more about the terms and conditions for use, reproduction and distribution, read the [Apache License 2.0](../LICENSE).


## Privacy Notice

This project follows [Astronomer's Privacy Policy](https://www.astronomer.io/privacy/).

For further information, [read this](../PRIVACY_NOTICE.md)

0 comments on commit c171166

Please sign in to comment.