Skip to content

fix: co-locate troubleshooting images to fix broken CDN rendering - #444

Merged
Nikhil (shadowfax92) merged 1 commit into
mainfrom
fix/troubleshooting-images
Mar 15, 2026
Merged

fix: co-locate troubleshooting images to fix broken CDN rendering#444
Nikhil (shadowfax92) merged 1 commit into
mainfrom
fix/troubleshooting-images

Conversation

@shadowfax92

Copy link
Copy Markdown
Contributor

Summary

  • Images on the troubleshooting/connection-issues page are broken — Mintlify CDN serves 130-byte placeholder PNGs instead of real images for all files in docs/images/
  • Co-locates images with the MDX file in docs/troubleshooting/, matching the working pattern used by features/workflow/ and features/cowork/
  • Also fixes the Slack link placeholder (SLACK_LINK_HERE → actual URL)

Test plan

  • Verify images render on the deployed docs page after merge
  • Confirm no other pages are broken by the change

Follow-up

  • Remaining ~40 broken image references across ~15 MDX files in docs/images/ need the same co-location fix

🤖 Generated with Claude Code

Images in docs/images/ are served as broken 130-byte placeholders by
Mintlify CDN. Co-locating images with the MDX file (matching the
working pattern in features/workflow/ and features/cowork/) bypasses
this issue. Also fixes the Slack link placeholder.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@shadowfax92
Nikhil (shadowfax92) merged commit c79c775 into main Mar 15, 2026
3 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant