-
Notifications
You must be signed in to change notification settings - Fork 8
migrate assets to cloudinary #858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR migrates all asset URLs from various hosting sources (primarily static.alchemyapi.io, fern-image-hosting.s3.us-east-1.amazonaws.com, and local file references) to Cloudinary (alchemyapi-res.cloudinary.com). The migration provides centralized asset management and improved delivery performance.
Key Changes
- Updated image URLs across documentation files to use Cloudinary CDN
- Migrated video assets to Cloudinary
- Consolidated asset hosting from multiple sources to a single CDN
Reviewed changes
Copilot reviewed 89 out of 89 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| fern/tutorials/transactions/transaction-simulation/*.mdx | Updated asset logo URLs for USDC and UNI tokens |
| fern/tutorials/transactions/transaction-history/*.mdx | Migrated GitHub repository thumbnails and favicon references |
| fern/tutorials/smart-wallets//.mdx | Updated screenshot and diagram URLs for gas manager and account abstraction guides |
| fern/tutorials/learn-about-alchemy/*.mdx | Migrated referral program and verified badge screenshots |
| fern/tutorials/getting-started//.mdx | Updated dashboard screenshot and diagram URLs |
| fern/tutorials/creating-smart-contracts/*.mdx | Migrated Metamask setup and deployment screenshots |
| fern/tutorials/alchemy-university//.mdx | Updated educational diagrams, code examples, and technical illustrations |
| fern/tutorials/alchemy-subgraphs//.mdx | Migrated subgraph dashboard and configuration screenshots |
| fern/home/index.mdx | Updated use-case icon URLs |
| fern/changelog/2025-09-18.md | Migrated video asset to Cloudinary |
| fern/api-reference//.mdx | Updated API documentation screenshots, chain logos, and technical diagrams |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🌿 Documentation Preview
|
6d061c9 to
c042f61
Compare
dslovinsky
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job!
Description
In total we've migrated:
296 assets (295 images + 1 video)This includes images from various sources:
Now all of this is centralized in one place, in cloudinary.
I also found that there are 964 images in
fern/imagesthat we aren't referencing anymore anywhere in our docs, so we can safely remove them and ofc we didn't migrate those to cloudinary - this is great for cleanup 🙌Testing
pnpm run validate)