Add posts about 2.4 release (#659)

* Add posts about 2.4 release

* Update landing-pages/site/content/en/blog/airflow-2.4.0/index.md

Co-authored-by: Kaxil Naik <kaxilnaik@gmail.com>

* Add missing closing code fences

* Apply suggestions from code review

Co-authored-by: Paola Peraza Calderon <paola@astronomer.io>
Co-authored-by: Kaxil Naik <kaxilnaik@gmail.com>
Co-authored-by: Bas Harenslak <BasPH@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Paola Peraza Calderon <paola@astronomer.io>

* Apply suggestions from code review

Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com>
Co-authored-by: Paola Peraza Calderon <paola@astronomer.io>

* Update landing-pages/site/content/en/blog/airflow-2.4.0/index.md

Co-authored-by: Jarek Potiuk <jarek@potiuk.com>

* Add bit about ExternalPythonOperator

* Apply suggestions from code review

Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com>

* Update landing-pages/site/content/en/blog/airflow-2.4.0/index.md

* Update landing-pages/site/content/en/blog/airflow-2.4.0/index.md

Co-authored-by: Paola Peraza Calderon <paola@astronomer.io>

* Remove smart sensor from blogpost

* Fix doc error

Co-authored-by: Kaxil Naik <kaxilnaik@gmail.com>
Co-authored-by: Paola Peraza Calderon <paola@astronomer.io>
Co-authored-by: Bas Harenslak <BasPH@users.noreply.github.com>
Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com>
Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
Co-authored-by: Ephraim Anierobi <splendidzigy24@gmail.com>
2 files changed
tree: 5173ab95205cd1b8c112522a6b13e2b0526dfc2b
  1. .github/
  2. docs-archive/
  3. landing-pages/
  4. license-templates/
  5. sphinx_airflow_theme/
  6. .asf.yaml
  7. .dockerignore
  8. .editorconfig
  9. .gitignore
  10. .gitmodules
  11. .hadolint.yaml
  12. .pre-commit-config.yaml
  13. CONTRIBUTE.md
  14. Dockerfile
  15. dump-docs-packages-metadata.py
  16. README.md
  17. requirements.txt
  18. site.sh
README.md

Apache Airflow website

Build docs

This is a repository of Apache Airflow website. The repository of Apache Airflow can be found here.

General directory structure

  • docs-archive - directory containing archived documentation versions and shell script generating docs index,
  • landing-pages - directory containing the source code of landing pages,
  • license-templates - directory containing license templates,
  • sphinx_airflow_theme - directory containing source code of sphinx theme for Apache Airflow documentation site.

For more detailed description of directory structure, please refer to contributor's guide.

Getting started

If you're a Macbook user, first install coreutils.

brew install coreutils


The Docsy theme required for the site to work properly is included as a git submodule.

This means that after you already cloned the repository, you need to update submodules

git submodule update --init --recursive

In order to build site, run script <ROOT DIRECTORY>/site.sh build-site.

In order to preview landing pages, run script <ROOT DIRECTORY>/site.sh preview-landing-pages.

In order to work with documentation theme, please refer to Sphinx Airflow theme's readme file.

For more detailed description of site.sh capabilities, please refer to contributor's guide.

Contributor's guide

If you'd like to contribute to the Apache Airflow website project, read our contributor's guide where you can find detailed instructions on how to work with the website.