docs: fix broken links to Update channels page and fix HEIC image#10880
docs: fix broken links to Update channels page and fix HEIC image#10880keydunov wants to merge 1 commit into
Conversation
- Fix broken link references pointing to non-existent /admin/deployment/deployments page, redirect them to /admin/deployment/index (Mintlify docs) - Fix broken link references in old docs (environments.mdx) using wrong path prefix - Fix broken image on Update channels section: the ucarecdn asset is in HEIC format which browsers cannot render; append -/format/auto/ to serve as JPEG Fixes CUB-2581 Co-authored-by: Artyom Keydunov <artyom.keydunov@gmail.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Claude finished @keydunov's task in 1m 16s —— View job Code Review: docs: fix broken links to Update channels page and fix HEIC image
Overall: Looks good. The changes are correct and well-scoped. The link fixes point to files that actually exist, and the ucarecdn Changes verified
Issues found1. Missed broken links in Mintlify docs (same pattern) There are two more files referencing the non-existent
2. Mintlify While this PR correctly fixed the two 3. Missing trailing newline All five changed files are missing a trailing newline (the diff shows SummaryThe PR correctly fixes the specific broken links and image rendering issues it targets. The only actionable finding is the two additional broken |
Check List
Issue Reference this PR resolves
CUB-2581
Description of Changes Made
Fixes two issues on the Update channels documentation page:
1. Broken links to Update channels section
Several documentation pages referenced
/admin/deployment/deployments#update-channels, but the pagedeployments.mdxdoesn't exist in the Mintlify docs — the content lives inadmin/deployment/index.mdx. Fixed references in:docs-mintlify/admin/account-billing/distribution.mdx— updated link ref to/admin/deployment/index#update-channelsdocs-mintlify/admin/deployment/environments.mdx— updated bothref-versionandref-version-channelto point to/admin/deployment/indexdocs/content/product/administration/deployment/environments.mdx(old docs) — fixed incorrect path prefix (/product/deployment/cloud/→/product/administration/deployment/)2. Broken image on Update channels section
The screenshot image (
ucarecdn.com/3ef5fa36-...) is stored in HEIC format, which browsers cannot render natively. Appended ucarecdn's-/format/auto/processing suffix so the CDN serves it as JPEG instead. Fixed in both:docs-mintlify/admin/deployment/index.mdxdocs/content/product/administration/deployment/deployments.mdxNote: The "Learn more" link shown in the Cube Cloud Settings UI under "Update channel" points to the same broken URL (
/admin/deployment/deployments#update-channels). That link lives in the enterprise/console-ui codebase and should be updated separately to point to/admin/deployment/index#update-channels.Linear Issue: CUB-2581