Documentation site for the View Descriptor Protocol (VDP), built with MkDocs Material and deployed to vdprotocol.org.
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 startThe site will be available at http://127.0.0.1:8000.
make buildOutput is written to the site/ directory.
Pushes to main automatically build and deploy via GitHub Actions to GitHub Pages.
Apache 2.0