Skip to content

ViewDescriptorProtocol/ViewDescriptorProtocol.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors