Templates
Templates for creating consistent Dynamo documentation.
Directory Hierarchy
Components (Router, Planner, KVBM, Frontend, Profiler)
Backends (SGLang, TRT-LLM, vLLM)
Features (Multimodal, LoRA, Speculative Decoding)
Integrations (LMCache, HiCache, NIXL)
Deploy (Kubernetes, Helm, Operator)
Performance (Tuning, Benchmarks)
Infrastructure (Observability, Fault Tolerance, Development)
Three-Tier Pattern
Template Selection
Usage
- Identify which category your documentation belongs to (component, backend, feature, integration)
- Create the directory structure shown above
- Copy templates to the correct locations with correct filenames
- Replace all
<placeholders>with actual values - Replace
{/* comments */}with actual content - Remove sections that don’t apply
Updating Navigation
After adding new documentation:
- Sphinx (current): Update
docs/index.rstor the appropriate_sections/*.rstfile to include your new docs in the navigation - Fern (future): Update
fern/docs.ymlwith your new pages
See docs/README.md for documentation build instructions.