Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 753 Bytes

File metadata and controls

37 lines (24 loc) · 753 Bytes

CFC Teams Documentation

Documentation for the various teams involved in organizing the conference, including their responsibilities, workflows, and how to contribute to each team.

Requirements

  • Python 3.x
  • uv - Fast Python package installer and resolver

Installation

# Install dependencies
uv sync

Local Development

# Serve documentation locally with live reload
uv run mkdocs serve

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

Build

# Build static site
uv run mkdocs build

The built site will be in the site/ directory.

Deployment

Documentation is automatically deployed to GitHub Pages on every push to the main branch via GitHub Actions.