docs.yml 6.95 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

16
17
# yaml-language-server: $schema=https://schema.buildwithfern.dev/docs-yml.json

18
instances:
19
  - url: dynamo.docs.buildwithfern.com/dynamo
20
    custom-domain: [docs.nvidia.com/dynamo, docs.dynamo.nvidia.com]
21
22
23

title: NVIDIA Dynamo Documentation

24
25
26
27
agents:
  page-directive: "For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://docs.nvidia.com/dynamo/llms.txt. For full content including API reference and SDK examples, see https://docs.nvidia.com/dynamo/llms-full.txt."


28
29
30
products:
  - display-name: Dynamo
    slug: /
31
    path: ../docs/index.yml
32
    versions:
33
      - display-name: dev
34
        path: ../docs/index.yml
35

36
37
38
redirects:
  - source: "/dynamo/index.html"
    destination: "/dynamo/"
39
40
  - source: "/dynamo/dev/index.html"
    destination: "/dynamo/dev/"
41
42
  - source: "/dynamo/latest/index.html"
    destination: "/dynamo/"
43
44
45
46
47
48
49
50
51
52
  # Unversioned root redirects → dev (fixes broken links from docs.nvidia.com/dynamo)
  # See: https://github.com/ai-dynamo/dynamo/issues/7297
  - source: "/dynamo/resources/support-matrix"
    destination: "/dynamo/dev/resources/support-matrix"
  - source: "/dynamo/resources/feature-matrix"
    destination: "/dynamo/dev/resources/feature-matrix"
  - source: "/dynamo/resources/release-artifacts"
    destination: "/dynamo/dev/resources/release-artifacts"
  - source: "/dynamo/resources/examples"
    destination: "/dynamo/dev/resources/examples"
53
  # Version-scoped getting-started → resources redirects
54
  # Only for versions where these pages moved (dev, v1.0.0, v1.0.1, latest).
55
56
57
58
59
60
61
62
63
  # Older versions (v0.9.x and below) still have pages under getting-started.
  - source: "/dynamo/dev/getting-started/support-matrix"
    destination: "/dynamo/dev/resources/support-matrix"
  - source: "/dynamo/dev/getting-started/feature-matrix"
    destination: "/dynamo/dev/resources/feature-matrix"
  - source: "/dynamo/dev/getting-started/release-artifacts"
    destination: "/dynamo/dev/resources/release-artifacts"
  - source: "/dynamo/dev/getting-started/examples"
    destination: "/dynamo/dev/resources/examples"
64
65
66
67
68
69
70
71
  - source: "/dynamo/v1.0.1/getting-started/support-matrix"
    destination: "/dynamo/v1.0.1/resources/support-matrix"
  - source: "/dynamo/v1.0.1/getting-started/feature-matrix"
    destination: "/dynamo/v1.0.1/resources/feature-matrix"
  - source: "/dynamo/v1.0.1/getting-started/release-artifacts"
    destination: "/dynamo/v1.0.1/resources/release-artifacts"
  - source: "/dynamo/v1.0.1/getting-started/examples"
    destination: "/dynamo/v1.0.1/resources/examples"
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
  - source: "/dynamo/v1.0.0/getting-started/support-matrix"
    destination: "/dynamo/v1.0.0/resources/support-matrix"
  - source: "/dynamo/v1.0.0/getting-started/feature-matrix"
    destination: "/dynamo/v1.0.0/resources/feature-matrix"
  - source: "/dynamo/v1.0.0/getting-started/release-artifacts"
    destination: "/dynamo/v1.0.0/resources/release-artifacts"
  - source: "/dynamo/v1.0.0/getting-started/examples"
    destination: "/dynamo/v1.0.0/resources/examples"
  - source: "/dynamo/latest/getting-started/support-matrix"
    destination: "/dynamo/latest/resources/support-matrix"
  - source: "/dynamo/latest/getting-started/feature-matrix"
    destination: "/dynamo/latest/resources/feature-matrix"
  - source: "/dynamo/latest/getting-started/release-artifacts"
    destination: "/dynamo/latest/resources/release-artifacts"
  - source: "/dynamo/latest/getting-started/examples"
    destination: "/dynamo/latest/resources/examples"
88
89
90
91
92
93
94
95
96
97
98
99
100
101
  - source: "/dynamo/dev/user-guides/multimodal-model-serving/diffusion-experimental/:slug*"
    destination: "/dynamo/dev/user-guides/diffusion/:slug*"
  - source: "/dynamo/dev/user-guides/multimodal-model-serving/diffusion-experimental"
    destination: "/dynamo/dev/user-guides/diffusion"
  - source: "/dynamo/dev/user-guides/multimodal-model-serving/vision-language-models-vlms/:slug*"
    destination: "/dynamo/dev/user-guides/multimodal/:slug*"
  - source: "/dynamo/dev/user-guides/multimodal-model-serving/vision-language-models-vlms"
    destination: "/dynamo/dev/user-guides/multimodal"
  - source: "/dynamo/dev/user-guides/diffusion/diffusion-guide"
    destination: "/dynamo/dev/user-guides/diffusion/fastvideo"
  - source: "/dynamo/dev/user-guides/agentic-workloads/:slug*"
    destination: "/dynamo/dev/user-guides/agents/:slug*"
  - source: "/dynamo/dev/user-guides/agentic-workloads"
    destination: "/dynamo/dev/user-guides/agents"
102
103
  - source: "/dynamo/latest/planner/planner_intro.html"
    destination: "/dynamo/components/planner"
104
105
106
107
108
  # SGLang HiCache moved from Integrations section to Backends > SGLang section
  - source: "/dynamo/dev/integrations/sglang-hicache"
    destination: "/dynamo/dev/backends/sglang/hicache"
  - source: "/dynamo/integrations/sglang-hicache"
    destination: "/dynamo/dev/backends/sglang/hicache"
109

110
111
# GitHub repository link in navbar
navbar-links:
112
113
114
115
  - type: dropdown
    text: Blog
    links:
      - text: All Posts
116
        href: /dynamo/dev/blog
117
118
      - text: "Full-Stack Optimizations for Agentic Inference"
        href: /dynamo/dev/blog/agentic-inference
119
120
      - text: "Flash Indexer: Inter-Galactic KV Routing"
        href: /dynamo/dev/blog/flash-indexer
121
122
123
  - type: github
    value: https://github.com/ai-dynamo/dynamo

124
125
126
127
128
129
130
131
132
133
footer: ./components/CustomFooter.tsx

layout:
  searchbar-placement: header
  page-width: 1376px
  sidebar-width: 248px
  content-width: 812px
  tabs-placement: header
  hide-feedback: true

134
135
136
metadata:
  canonical-host: "docs.nvidia.com/dynamo"

137
138
139
experimental:
  mdx-components:
    - ./components
140
  basepath-aware: true
141

142
colors:
143
144
145
  accentPrimary:
    dark: '#76B900'
    light: '#76B900'
146
  background:
147
148
149
150
151
152
    light: '#FFFFFF'
    dark: '#000000'
typography:
  bodyFont:
    name: NVIDIA
    paths:
153
      - path: ../docs/assets/fonts/NVIDIASans.woff2
154
        style: normal
155
      - path: ../docs/assets/fonts/NVIDIASans_Italic.woff2
156
157
158
159
        style: italic
  codeFont:
    name: RobotoMono
    paths:
160
      - path: ../docs/assets/fonts/RobotoMono.woff2
161
162
163
theme:
  page-actions: toolbar
  footer-nav: minimal
164
165

logo:
166
167
  dark: ../docs/assets/NVIDIA_dark.svg
  light: ../docs/assets/NVIDIA_light.svg
168
  height: 20
169
  href: /dynamo/getting-started
170
171
  right-text: Documentation

172
favicon: ../docs/assets/NVIDIA_symbol.svg
173

174
175
176
177
178
js:
  - url: https://assets.adobedtm.com/5d4962a43b79/c1061d2c5e7b/launch-191c2462b890.min.js
    strategy: beforeInteractive
css:
  - ./main.css