"...git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "596c18f6608ba64265b3db727231b56d8bf78932"
Unverified Commit 35cbc759 authored by dagil-nvidia's avatar dagil-nvidia Committed by GitHub
Browse files

docs: reorganize sidebar — slim Getting Started, add Resources section (#7263)


Signed-off-by: default avatarDan Gil <dagil@nvidia.com>
parent 6a46e3a0
...@@ -22,6 +22,10 @@ navigation: ...@@ -22,6 +22,10 @@ navigation:
contents: contents:
- page: Quickstart - page: Quickstart
path: getting-started/quickstart.md path: getting-started/quickstart.md
# ==================== Resources ====================
- section: Resources
contents:
- page: Support Matrix - page: Support Matrix
path: reference/support-matrix.md path: reference/support-matrix.md
- page: Feature Matrix - page: Feature Matrix
......
...@@ -108,7 +108,7 @@ TensorRT-LLM delivers maximum inference performance and optimization, with full ...@@ -108,7 +108,7 @@ TensorRT-LLM delivers maximum inference performance and optimization, with full
--- ---
{/* Backend READMEs — paths relative to rendered URL /getting-started/feature-matrix */} {/* Backend READMEs — paths relative to rendered URL /resources/feature-matrix */}
[vllm-readme]: ../backends/v-llm [vllm-readme]: ../backends/v-llm
[sglang-readme]: ../backends/sg-lang [sglang-readme]: ../backends/sg-lang
[trtllm-readme]: ../backends/tensor-rt-llm [trtllm-readme]: ../backends/tensor-rt-llm
......
...@@ -46,7 +46,7 @@ Platform-specific deployment guides for production environments: ...@@ -46,7 +46,7 @@ Platform-specific deployment guides for production environments:
- **[Amazon EKS](/examples/deployments/EKS/)** - Deploy Dynamo on Amazon Elastic Kubernetes Service - **[Amazon EKS](/examples/deployments/EKS/)** - Deploy Dynamo on Amazon Elastic Kubernetes Service
- **[Azure AKS](/examples/deployments/AKS/)** - Deploy Dynamo on Azure Kubernetes Service - **[Azure AKS](/examples/deployments/AKS/)** - Deploy Dynamo on Azure Kubernetes Service
- **[Amazon ECS](/examples/deployments/ECS/)** - Deploy Dynamo on Amazon Elastic Container Service - **[Amazon ECS](/examples/deployments/ECS/)** - Deploy Dynamo on Amazon Elastic Container Service
- **Google GKE** - _Coming soon_ - **[Google GKE](/examples/deployments/GKE/)** - Deploy Dynamo on Google Kubernetes Engine
## Runtime Examples ## Runtime Examples
......
...@@ -34,6 +34,14 @@ redirects: ...@@ -34,6 +34,14 @@ redirects:
destination: "/dynamo/" destination: "/dynamo/"
- source: "/dynamo/latest/index.html" - source: "/dynamo/latest/index.html"
destination: "/dynamo/" destination: "/dynamo/"
- source: "/dynamo/getting-started/support-matrix"
destination: "/dynamo/resources/support-matrix"
- source: "/dynamo/getting-started/feature-matrix"
destination: "/dynamo/resources/feature-matrix"
- source: "/dynamo/getting-started/release-artifacts"
destination: "/dynamo/resources/release-artifacts"
- source: "/dynamo/getting-started/examples"
destination: "/dynamo/resources/examples"
# GitHub repository link in navbar # GitHub repository link in navbar
navbar-links: navbar-links:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment