Skip to content

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages