Add Versioning section to Environments docs page#668
Merged
Conversation
Contributor
Greptile SummaryThis PR adds API versioning guidance to the Environments docs page.
Confidence Score: 4/5The docs change has a contained contract-language issue around deprecated version support.
mintlify/api-reference/environments.mdx
|
| Filename | Overview |
|---|---|
| mintlify/api-reference/environments.mdx | Adds a Versioning section; the deprecation wording should be narrowed to match the legal support commitment. |
Prompt To Fix All With AI
Fix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
mintlify/api-reference/environments.mdx:21
**Deprecation Support Overpromised**
When a version is deprecated, this says it will keep working for at least three months after notice. The MSA only commits to commercially reasonable efforts during the migration period and allows shorter Critical Update timelines, so integrators can rely on a stronger availability guarantee than the contract supports.
```suggestion
**Deprecation.** When we deprecate a version, we notify your account contact email with the migration steps and a timeline. We use commercially reasonable efforts to maintain support for deprecated versions during the migration period, which is at least three months after that notice unless a shorter Critical Update timeline applies.
```
Reviews (1): Last reviewed commit: "docs: add Versioning section to Environm..." | Re-trigger Greptile
Deprecated-version support is stated as a migration window (normally at least three months, shorter for security/compliance-critical updates) instead of an unconditional three-month availability guarantee.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
pengying
approved these changes
Jul 8, 2026
Revision 2
|
shreyav
approved these changes
Jul 8, 2026
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
Adds a Versioning section to the Environments page in the Mintlify docs, right after the Base API URL it explains.
Integrator-facing policy it documents:
2025-10-13) is the API's major version; a pinned version's behavior doesn't change.The three-month window and notice mechanism deliberately match the MSA (
mintlify/legal/msa.mdx§7.1–7.2, three-month Migration Period) and the existing "notify the account contact email" language used for Service IP changes on the same page — no new commitments invented.Rendered page
Test plan
mint dev(pinned CLI 4.2.284) — screenshot above.mint broken-links: no new findings (pre-existing broken links in untouched files only).Slack thread: https://lightsparkgroup.slack.com/archives/D0AHLSKKV8R/p1783469743603179
🤖 forked-diode(#1) | Feedback
Original PR: #667