This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is the DjangoCon US documentation site, built with Zensical (the successor to MkDocs, from the Material for MkDocs team). It reads the existing mkdocs.yml configuration natively. It contains organizer documentation, checklists, and templates for running DjangoCon US conferences.
# Install dependencies
just bootstrap
# Serve docs locally (http://127.0.0.1:8000)
just serve
# Build static site
just build
# Update uv.lock
just lockAlternatively, using Docker:
docker compose updocs/- Markdown documentation files organized by topicmkdocs.yml- MkDocs configuration and navigation structurejustfile- Task runner commandspyproject.toml- Project metadata and dependenciesuv.lock- Locked dependencies
Each topic area typically has:
- A
checklist.md- Tasks and timeline for that area - Additional
.mdfiles with detailed documentation
Key sections: Conference Chair, A/V, Community, Conduct, Contribution Sprints, Health and Safety, Lightning Talks, Logistics, Marketing, Online Committee, Opportunity Grants, Program and Schedule, Social Events, Sponsors, Swag, Tickets, Venue, Volunteer Team, Website
- Follow existing markdown formatting conventions
- Use task lists (
- [ ]) for checklists - Keep documentation practical and actionable for conference organizers
- When adding new pages, update
mkdocs.ymlnav section