Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »


  • Only modified or added branch will be built and updated to the staging and prod instances.
  • To include or remove any of the version -
    • widgets.json file will need to be updated
    • if removed - the robots.txt file will have to be updated
  • Each build will pull theme so that each version gets same HTML/CSS
  • CircleCI will listen to changes of all branches except prod.
  • No tag based deployment. 
  • Commit id will be inserted in the footer with the text "Build from commit <commit-id>" so that info is available from which commit it was build

There will be 3 build pipelines for Docs - 

  • Version - build and deploy version branches after any modification
  • PR - this will build and deploy preview site for pr
  • TOC - whenever a toc branch is updated this build will be triggered

We are not considering build pipeline for main / marketing site in this release. 


  • No labels