Skip to content

Internal Policy

Welcome to the internal policy and documentation site.

Getting started

This site is built with MkDocs and the Material for MkDocs theme.

Local development

# Create a virtual environment (recommended)
python -m venv .venv
.venv\Scripts\activate   # Windows
# source .venv/bin/activate  # Linux/macOS

# Install dependencies
pip install -r requirements.txt

# Serve with live reload
mkdocs serve

Open http://127.0.0.1:8000 in your browser.

Build for deployment

pip install -r requirements.txt
mkdocs build

Output is written to the dist/ directory, which the pipeline syncs to S3.