- Install Ruby (https://www.ruby-lang.org/en/documentation/installation/)
- Install Jekyll (https://jekyllrb.com/docs/installation/)
npm run install-local
npm start
Deployment is managed by Netlify, using @BeFunes's personal account (in order to keep the plan free).
Deployment on ponicode-docs-dev.netlify.app is triggered by any push on dev in the repository OTHER_docs.
The CCI Workflow deploy_preprod copies the content of this repo into OTHER_docs (dev branch), thus triggering deployment.
Deployment on docs.ponicode.com is triggered by any push on master in the repository OTHER_docs.
The CCI Workflow deploy_prod copies the content of this repo into OTHER_docs (master branch), thus triggering deployment.