tree: 4cda90ee2d8da8dec28f467e78ce56f76a6ed74f [path history] [tgz]
  1. assets/
  2. layouts/
  3. .gitignore
  4. builder.Dockerfile
  5. cloudbuild-deploy-docs.yaml
  6. config.toml
  7. deploy-builder.sh
  8. README.md
site/docs/README.md

Documentation Site

This directory contains the configuration required to build and deploy the documentation site as well as the continuous deployment configuration that pushes a rebuilt copy of the documentation after every commit.

Documentation Builder

In order to speed up the deployment there is a GCR image (gcr.io/active-premise-257318/builder) that contains all of the project's python requirements pre-installed. This cuts the deployment from several minutes to around twenty seconds. To rebuild and deploy the image use the deploy-builder.sh script.