Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
00d8ea5a
Unverified
Commit
00d8ea5a
authored
Mar 17, 2026
by
dagil-nvidia
Committed by
GitHub
Mar 17, 2026
Browse files
fix: add missing redirects for unversioned and dev docs URLs (#7468)
parent
1e261dbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
fern/docs.yml
fern/docs.yml
+12
-0
No files found.
fern/docs.yml
View file @
00d8ea5a
...
...
@@ -32,8 +32,20 @@ products:
redirects
:
-
source
:
"
/dynamo/index.html"
destination
:
"
/dynamo/"
-
source
:
"
/dynamo/dev/index.html"
destination
:
"
/dynamo/dev/"
-
source
:
"
/dynamo/latest/index.html"
destination
:
"
/dynamo/"
# 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"
# Version-scoped getting-started → resources redirects
# Only for versions where these pages moved (dev, v1.0.0, latest).
# Older versions (v0.9.x and below) still have pages under getting-started.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment