- The
master
branch is the live documentation. - The
develop
branch is the next release documentation.
Documentation can be previewed locally with docsify.
- To install docsify:
npm i docsify-cli -g
- To start:
docsify serve docs
Continuous Deployment (CD) is done with Netlify:
- from
master
branch to https://docs.kubernetic.com/. - from
develop
branch to https://develop--docs-kubernetic.netlify.app/. - from PRs as Preview with dedicated URL for each one.