Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 553 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 553 Bytes

Docs for Secure by Design

Install mkdocs

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install mkdocs mkdocs-material pymdown-extensions

Host docs locally

$ mkdocs serve

Build docs

$ mkdocs build -d site/

Push docs to storage

$ az storage blob upload-batch --account-name 'storage_account_name' -d '$web' --overwrite --source ./site
$ az storage blob upload-batch --account-name 'storage_account_name' -d '$web' --overwrite --source ./useful_docs # used for attachments