* Remove quarterly business reviews from Dedicated CSM offering
Quarterly reviews are not currently offered. Removes all three
references across the tier description and FAQ accordions.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* Update advanced-support page to clarify enterprise support tiers and SLAs
- Replace vague 24h/4h response times with the full P0–P3 SLA table
- Make clear Standard Support has no binding SLA commitments (best effort)
- Introduce "Enterprise Support" as the umbrella term for both add-ons
- Explain how each add-on routes issues: AI routing (Advanced Slack) vs CSM manual escalation (Dedicated CSM)
- Add explicit note that P0 is 24/7 and handled by engineering (status.mintlify.com)
- Add explicit note that P1–P3 are business hours only (9 AM–5 PM PT, Mon–Fri)
- Add new FAQ section on SLAs and coverage hours
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Apply suggestion from @dino475
* Apply suggestions from code review
Co-authored-by: Dean from Mintlify <dean@mintlify.com>
* Remove 'Enterprise support' grouping, promote add-ons to top-level tiers
Each of the three support tiers now has its own top-level heading:
Standard support, Advanced Slack Support (add-on), Dedicated CSM (add-on).
Removes the 'Enterprise support (add-on)' umbrella section and its
introductory paragraph. Updates SLA table heading accordingly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* docs: rename "Open in Windsurf" to "Open in Devin Desktop" in contextual menu
* Apply suggestion from @ethanpalm
---------
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
* docs: fix Vale warnings from PRs merged in the last week
* Apply suggestion from @ethanpalm
---------
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
* Document custom hostname setup for Cloudflare-proxied domains
TXT pre-validation cannot complete while a domain is proxied through
Cloudflare, even when the records resolve correctly. Add a section with
the setup order for proxied domains and link it from the warning.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* Update customize/custom-domain.mdx
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
---------
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
* docs: sync es/fr/zh translations with recent English updates
* docs: tighten descriptions and replace HTML entities with real quotes
---------
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Migration services are now an Enterprise plan feature, and the Pro plan no longer exists. Update the migration-services page to reference the Enterprise plan, and drop the Pro Plan changelog entry plus the "Pro users" qualifier from the AI Widget entry.
* clarify MCP returns MD
* Fix doc issues surfaced by user feedback
- Fix claude mcp add --header argument order: the flag must come after
the positional <name> and <url> args because --header is variadic and
otherwise consumes everything that follows it, causing the "missing
required argument 'name'" error users reported.
- Add tip to wrap iframes in Frame component to prevent overflow (user
suggestion on image-embeds page).
- Fix broken anchor link in quickstart CLI tab: /cli/install has no
#clone-your-repository section; replaced with inline git clone
instructions and a correct link to /deploy/github.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Document wide-mode behavior for side panel
Wide mode hides the entire side panel (not just the TOC), including
Panel components and OpenAPI request/response examples. This was
undocumented and actively confused a user who couldn't understand why
their OpenAPI example panels disappeared on wide-mode pages.
- Fix the wide mode description in organize/pages.mdx (it previously
said only the TOC was hidden, but ContentSideLayout.tsx returns null
for wide/center/custom modes entirely)
- Add a Note to components/panel.mdx calling out that the side panel
is absent on wide, center, and custom pages
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Resolve user feedback: clarify path formats, load timing, and analytics config
- react-components: add Constraints section (hooks pre-injected, no npm, no default exports)
- posthog: fix default host from app.posthog.com to ph.mintlify.com (confirmed via source)
- plausible: add ParamField descriptions including server field explanation
- create/text: note that internal links require root-relative paths without file extensions
- create/image-embeds: clarify image paths are root-relative, relative paths unsupported
- create/redirects: show redirects as top-level field in full docs.json example
- customize/custom-scripts: note that custom JS runs after page is interactive, applies globally
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* 💅
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>