Replace S3 URLs with relative paths for images#5051
Merged
Conversation
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
cdxker
approved these changes
Apr 1, 2026
brandonmcconnell
added a commit
that referenced
this pull request
Apr 1, 2026
* Revert "Replace S3 URLs with relative paths for theme and hero images (#5051)" This reverts commit 43b3783. * fix: use GitHub raw URLs for image assets Replace S3 bucket URLs with direct links to GitHub raw content for image assets. This provides a more consistent and reliable source for images used across the documentation pages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mintlify.s3.us-west-1.amazonaws.com) with relative paths for theme and hero imagesthemes/folder in the S3 bucketcustomize/themes.mdx(en/es/fr/zh) andindex.mdx(en/es/fr/zh)The images already exist as git-tracked assets in the repo, so relative paths will resolve correctly without depending on S3.
Note
Low Risk
Low risk documentation-only change; the main risk is broken images if the expected
/images/...assets aren’t present or paths differ in the deployed environment.Overview
Switches theme preview and homepage hero images (EN/ES/FR/ZH) from hardcoded S3 URLs to relative
/images/...paths.This removes the docs’ runtime dependency on the
mintlify.s3.us-west-1.amazonaws.combucket for these assets, preventing broken/403 image loads when the bucket paths aren’t available.Written by Cursor Bugbot for commit 4a56cff. This will update automatically on new commits. Configure here.