Apache Airflow Website

Clone this repo:
  1. 9be4026 Add documentation for packages - 2024-04-16 (#1007) by Elad Kalif · 6 days ago main
  2. 9a8c67e Add documentation for packages - 2024-04-13 (#1005) by Elad Kalif · 11 days ago
  3. 9303c30 Add Power BI plugin Github link in ecosystem (#1006) by ambika-garg · 13 days ago
  4. eff4a6e Add documentation for packages - 2024-04-10 (#1003) by Elad Kalif · 14 days ago
  5. 9c16bc9 Add temporary banner for 2024 Airflow Summit (#1004) by Elad Kalif · 2 weeks ago

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 the site locally,

  1. Install Node.js and NPM
  2. Make sure you have HUGO installed. You're recommended to install the version that is being used in the CI build job.
  3. 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.