Disable gradients in Docsy's Bootstrap bundle via _variables_project.scss The $enable-gradients: false in _variables.scss only affected our custom CSS bundle (main-custom.min.css). Docsy's main.scss compiles Bootstrap separately and its _variables.scss sets $enable-gradients: true !default. This adds _variables_project.scss — the Docsy hook point loaded BEFORE Docsy's own variables — setting $enable-gradients: false so it takes precedence. The compiled main.min.css (which flows into the Sphinx theme) no longer applies gradient overlays to buttons or navbar.
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.