An open API service indexing awesome lists of open source software.

https://github.com/equinor/appsec

Everything Application Security
https://github.com/equinor/appsec

documentation hacktoberfest hacktoberfestivus

Last synced: over 1 year ago
JSON representation

Everything Application Security

Awesome Lists containing this project

README

          

# Equinor AppSec public site

This repo contains the documentation and setup for hosting

## Development

Install the dependencies using

```bash
pip install -r requirements.txt
```

To start the project, simply run:

```bash
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](./runbook.md).

## How to contribute

Read our [contribute.md](CONTRIBUTING.md)