This repo contains the documentation and setup for hosting https://equinor.github.io/appsec/
Install the dependencies using
pip install -r requirements.txt
To start the project, simply run:
mkdocs serve
and the server will start on localhost:8000
.
.. or use e.g. Gitpod by click the Gitpod image/link above.
To add content add markdown inside the docs
folder, and link
it from the rest of the site.
A runbook of how the site is deployed and maintained can be found in Runbook.
Read our contribute.md