"...ssh:/git@developer.sourcefind.cn:2222/OpenDAS/dynamo.git" did not exist on "537759f1d6745f75370dfdf25441fc27e622a39b"
Unverified Commit 00d8ea5a authored by dagil-nvidia's avatar dagil-nvidia Committed by GitHub
Browse files

fix: add missing redirects for unversioned and dev docs URLs (#7468)

parent 1e261dbd
...@@ -32,8 +32,20 @@ products: ...@@ -32,8 +32,20 @@ products:
redirects: redirects:
- source: "/dynamo/index.html" - source: "/dynamo/index.html"
destination: "/dynamo/" destination: "/dynamo/"
- source: "/dynamo/dev/index.html"
destination: "/dynamo/dev/"
- source: "/dynamo/latest/index.html" - source: "/dynamo/latest/index.html"
destination: "/dynamo/" 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 # Version-scoped getting-started → resources redirects
# Only for versions where these pages moved (dev, v1.0.0, latest). # 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. # Older versions (v0.9.x and below) still have pages under getting-started.
......
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