Documentation for the various teams involved in organizing the conference, including their responsibilities, workflows, and how to contribute to each team.
- Python 3.x
- uv - Fast Python package installer and resolver
# Install dependencies
uv sync# Serve documentation locally with live reload
uv run mkdocs serveThe site will be available at http://127.0.0.1:8000/
# Build static site
uv run mkdocs buildThe built site will be in the site/ directory.
Documentation is automatically deployed to GitHub Pages on every push to the main branch via GitHub Actions.