chore: upgrade Mintlify from v4.0.436 to v4.2.87#23418
Merged
alishaz-polymath merged 3 commits intomainfrom Aug 29, 2025
Merged
chore: upgrade Mintlify from v4.0.436 to v4.2.87#23418alishaz-polymath merged 3 commits intomainfrom
alishaz-polymath merged 3 commits intomainfrom
Conversation
- Updated GitHub Actions workflow to use latest stable Mintlify version - Tested local build compatibility with existing mint.json configuration - Verified no breaking changes or type errors introduced - Both mint.json and docs.json configurations supported in new version Co-Authored-By: ali@cal.com <ali@cal.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
Status, Documentation and Community
|
alishaz-polymath
approved these changes
Aug 29, 2025
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
E2E results are ready! |
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.
What does this PR do?
Upgrades Mintlify documentation framework from version 4.0.436 to the latest stable version 4.2.87 in the GitHub Actions workflow. This ensures the documentation build process uses the most recent version with latest features and security updates.
The change affects only the CI/CD pipeline - no application code or documentation content was modified.
Testing Performed
mintlify devlocally with version 4.2.87 - documentation builds and renders correctlymint.jsonconfiguration works with new versionyarn type-check:ci --forceacross entire monorepo - no type errors introducedmint.jsonanddocs.jsonconfigurations work (future-proofing)Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
The primary test is ensuring the documentation build workflow still passes in CI:
Expected outcome: Documentation builds successfully and renders identically to the previous version.
Link to Devin run: https://app.devin.ai/sessions/5b6ec5e768c94ec189edce3881a72afd
Requested by: ali@cal.com