CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.Project Overview
This is the documentation repository for Chamber, a GPU capacity control plane for enterprise AI infrastructure. It uses Mintlify as the documentation framework with MDX formatting.- Product: Chamber (https://usechamber.com)
- Dashboard: https://app.usechamber.io
- Framework: Mintlify (MDX-based documentation)
Development Commands
Deployment
Changes pushed tomain are automatically deployed via Mintlify’s GitHub integration. No manual build step required.
Architecture
Content Organization
concepts/- Core concepts (teams, capacity pools, reservations, workload classes, scheduling)platform/- Platform UI guides (dashboard, team management, capacity management, workloads)agent/- Kubernetes agent documentation (installation, troubleshooting, upgrading)api-reference/- API documentationcli/- CLI documentation
Configuration
docs.json- Main Mintlify config (navigation structure, theme, colors, navbar)- Navigation is defined in
docs.jsonundernavigation.tabs
Adding New Pages
- Create
.mdxfile in appropriate directory - Add frontmatter with
titleanddescription - Add page path to
docs.jsonnavigation section
MDX Components
Available Mintlify components for documentation pages:Frontmatter Format
Every.mdx page requires:

