Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 789 Bytes

File metadata and controls

37 lines (23 loc) · 789 Bytes

ViewDescriptorProtocol.github.io

Documentation site for the View Descriptor Protocol (VDP), built with MkDocs Material and deployed to vdprotocol.org.

Local Development

Prerequisites: Python 3.x

# Create a virtualenv (optional but recommended)
python -m venv .venv
source .venv/bin/activate

# Install dependencies
pip install -r requirements.txt

# Start the dev server
make start

The site will be available at http://127.0.0.1:8000.

Build

make build

Output is written to the site/ directory.

Deployment

Pushes to main automatically build and deploy via GitHub Actions to GitHub Pages.

License

Apache 2.0