Skip to content

DFE-Digital/secure-by-design-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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