Skip to content

Commit 9635287

Browse files
cloud: add redirects (#22973)
<!--Delete sections as needed --> ## Description Add redirect for onboarding Offload in Desktop. Temporarily pointing at https://docs.docker.com/ai/compose/models-and-compose/ to prevent 404. Will update post DD release. ## Related issues or tickets https://docker.slack.com/archives/C08QTNR45U6/p1751382027982129?thread_ts=1751363398.009029&cid=C08QTNR45U6 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Editorial review Signed-off-by: Craig <craig.osterhout@docker.com>
1 parent 21b9a3f commit 9635287

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

data/redirects.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,17 @@
222222
"https://www.docker.com/products/build-cloud/?utm_campaign=2024-02-02-dbc_cli&utm_medium=in-product-ad&utm_source=desktop_v4":
223223
- /go/docker-build-cloud/
224224

225-
# Run Cloud links & Docker Cloud
225+
# Run Cloud links & Docker Cloud & Docker Offload
226226
"/":
227227
- /go/run-cloud-eap/
228228
"/desktop/setup/vm-vdi/":
229+
# Onboarding - VDI beta
229230
- /go/docker-cloud/
231+
# Onboarding - enable GPU
230232
- /go/docker-cloud-gpu/
233+
"/ai/compose/models-and-compose/":
234+
# Onboarding - enable GPU - compose for agents
235+
- /go/compose-for-agents/
231236

232237
# CLI backlinks
233238
"/engine/cli/filter/":
@@ -279,6 +284,7 @@
279284

280285

281286
# Links in Desktop
287+
282288

283289
# Desktop MCP Toolkit
284290
"/ai/mcp-catalog-and-toolkit/toolkit/":

0 commit comments

Comments
 (0)