This repository holds the sources for the landing page of our help center, made by hand with love.
Install/preview the landing page
Install Docker Engine
make build
This is only building the documentation. The documentation is not available with this command, as it does not launch the HTTP server.
make watch
The help center website is then available on http://localhost:8000/
.
Files located in the content and src directories are watched for changes, so when developing or writing new articles you do not need to launch any other task.
This is automatically deployed in staging when merging the PR. To deploy in production, please accept the deployment in the approval step.