Move icons from icons/ to different directories (#202)

* Move icons from icons/ to different directories

* Update documentation
16 files changed
tree: 44fca74bb42072596a104e760ba0bdc6de044969
  1. docs-archive/
  2. landing-pages/
  3. license-templates/
  4. sphinx_airflow_theme/
  5. .dockerignore
  6. .editorconfig
  7. .gitignore
  8. .gitmodules
  9. .hadolint.yaml
  10. .pre-commit-config.yaml
  11. .travis.yml
  12. CONTRIBUTE.md
  13. Dockerfile
  14. README.md
  15. requirements.txt
  16. site.sh
README.md

Apache Airflow website

Build Status

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. Hence, to clone the repository correctly, run the following command:

git clone --recurse-submodules git@github.com:apache/airflow-site.git

or

git clone --recurse-submodules https://github.com/apache/airflow-site.git


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.

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.