Documentation¶
Guide for contributing to Flux documentation.
Running Locally¶
# Install deps
pip install -r docs/requirements.txt
# Serve locally
mkdocs serve
# Open http://localhost:8000
File Structure¶
docs/
├── index.md # Landing page
├── getting-started/ # Getting started guides
├── tutorials/ # Step-by-step tutorials
├── concepts/ # Core concepts
├── algorithms/ # Algorithm guides
├── configuration/ # Config reference
├── api/ # API reference
├── how-to/ # Task-oriented guides
├── design/ # Design docs
└── contributing/ # This section