Skip to content

Commit 257be87

Browse files
committed
add quickstart links
1 parent 0d13572 commit 257be87

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

fern/fern/pages/getting-started/quickstart.mdx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,31 @@ curl localhost:8000/v1/chat/completions \
7070
| **KV Cache Routing** | Intelligent request routing based on KV cache state |
7171
| **Kubernetes Native** | Full operator and Helm chart support |
7272
| **Observability** | Prometheus metrics, Grafana dashboards, and tracing |
73+
74+
## Documentation Overview
75+
76+
### Backends
77+
- [vLLM Backend](/components/backends/v-llm) - High-throughput serving with vLLM
78+
- [SGLang Backend](/components/backends/sg-lang) - Fast inference with SGLang
79+
- [TensorRT-LLM Backend](/components/backends/tensor-rt-llm) - Optimized inference with TensorRT-LLM
80+
81+
### Kubernetes Deployment
82+
- [Installation Guide](/kubernetes-deployment/deployment-guide/detailed-installation-guide) - Deploy Dynamo on Kubernetes
83+
- [Operator Guide](/kubernetes-deployment/deployment-guide/dynamo-operator) - Using the Dynamo Operator
84+
- [Autoscaling](/additional-resources/advanced-kubernetes/autoscaling) - Automatic scaling configuration
85+
86+
### Architecture
87+
- [System Architecture](/design-docs/overall-architecture) - Overall system design
88+
- [Disaggregated Serving](/design-docs/disaggregated-serving) - P/D separation architecture
89+
- [Distributed Runtime](/design-docs/distributed-runtime) - Runtime internals
90+
91+
### Performance & Tuning
92+
- [Performance Tuning](/user-guides/tuning-disaggregated-performance) - Optimize your deployment
93+
- [Benchmarking](/user-guides/dynamo-benchmarking-guide) - Measure and compare performance
94+
- [AI Configurator](/user-guides/finding-best-initial-configs) - Automated configuration
95+
96+
## Getting Help
97+
98+
- **GitHub Issues**: [Report bugs or request features](https://github.com/ai-dynamo/dynamo/issues)
99+
- **Discussions**: [Ask questions and share ideas](https://github.com/ai-dynamo/dynamo/discussions)
100+
- **Reference**: [CLI Reference](/additional-resources/cli-reference) | [Glossary](/user-guides/glossary) | [Support Matrix](/getting-started/support-matrix)

0 commit comments

Comments
 (0)