| commit | 743208832f968a52df008ff2ae7987f2600fc8f2 | [log] [tgz] |
|---|---|---|
| author | Jarek Potiuk <jarek@potiuk.com> | Tue Nov 11 22:27:36 2025 +0100 |
| committer | GitHub <noreply@github.com> | Tue Nov 11 22:27:36 2025 +0100 |
| tree | d115b9f7d0a8a7ffb0f3554a599dcd58c31e70bd | |
| parent | 1f2a0395d5cc7fa38f0c480bf6ae6bdc5b2a1c8e [diff] |
Modernize CI setup for airflow-site (#1272) * Use prek instead of pre-commit * add actions for prek, zizmor, octopin to keep the actions and prek updated and secure * Switch to latest dependencies (lock files) * add Dependabot for npm dependencies
This is a repository of Apache Airflow website. The repository of Apache Airflow can be found here.
For more detailed description of directory structure, please refer to contributor's guide.
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,
<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.
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.