tree: 926dcb70ed01c6483338f1108c0dece16c25c51e [path history] [tgz]
  1. assets/
  2. doxygen/
  3. layouts/
  4. .gitignore
  5. builder.Dockerfile
  6. cloudbuild-deploy-docs.yaml
  7. config.toml
  8. deploy-builder.sh
  9. 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.