Equinor AppSec public site
This repo contains the documentation and setup for hosting https://equinor.github.io/appsec/
Development
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.
Adding content
To add content add markdown inside the docs
folder, and link
it from the rest of the site.
Runbook
A runbook of how the site is deployed and maintained can be found in Runbook.
How to contribute
Read our contribute.md