* docs: add July 10, 2026 changelog entry
* docs: translate July 10 changelog entry to es, fr, zh
* docs: revise July 10 changelog entry
Add missing ships (SSO enforcement, comments/suggestions GA, system theme,
collapsible headings, activity log links, search boost, locale codes, MCP
redirect URIs, a11y and OneTrust fixes), note plan availability, remove
unverified Pro plan relaunch and internal refactor items, fix deflection
settings link.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* docs: restructure July 10 changelog entry around themes
Group the entry by product story (search, subpath hosting, editor,
enterprise security, assistant/automations) with fixes folded into their
themes, followed by other improvements and remaining bug fixes.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* copy edit
* vale
* Update changelog.mdx
* fix link
* docs: bring es/fr/zh July 10 changelog entries into parity with revised English entry
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---------
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
CloudFront behaviors default to allowing only GET and HEAD, which
silently blocks the POST requests used for Mintlify analytics. Add
allowed-methods guidance to the AWS guide and the generic reverse
proxy page, and resolve the CachingOptimized/CachingDisabled
contradiction in the AWS guide.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
* Updated mintlify pages
- Created .mintlify/assistant/git-revalidation/SKILL.mdx
- Created .mintlify/assistant/editor-reset/SKILL.mdx
- Created .mintlify/assistant/custom-domain-rate-limit/SKILL.mdx
Mintlify-Source: dashboard-editor
* Updated mintlify pages
- Created .mintlify/assistant/skills/git-revalidation/skill.mdx
- Created .mintlify/assistant/skills/editor-reset/skill.mdx
- Created .mintlify/assistant/skills/custom-domain-rate-limit/skill.mdx
Mintlify-Source: dashboard-editor
* Remove stale skill file at wrong path
* Remove stale skill file at wrong path
* Remove stale skill file at wrong path
* Updated mintlify pages
- Updated .mintlify/assistant/skills/git-revalidation/skill.mdx
Mintlify-Source: dashboard-editor
* Rewrite assistant skills per skill-writing best practices
- Kebab-case name fields matching directories; drop title and hidden fields
- Remove trigger conditions duplicated from descriptions
- Rewrite bodies in consistent agent-directed voice
- Fix contradictory wording about deleting/re-adding domains
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* 💅
* Address Bugbot feedback on git-revalidation skill
- Add PR previews and stale branch options as trigger symptoms in the
description
- Distinguish visibility-change directions: Suggest Edits is public-repo
only, so revalidation cannot restore it after a repo goes private
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---------
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
* docs: improve SEO title and descriptions for custom domain and Vercel pages
* Apply suggestion from @ethanpalm
* 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: apply brand tone and writing style fixes to custom domain pages
* docs: capitalize Worker in Cloudflare test heading for consistency
---------
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
* docs: document session lifetimes, credential revocation, and updated SSO controls
- Update SSO page to match shipped UI: Require SSO toggle, Break-glass
access, verified domain SSO routing, Identity & access page references
- Correct the SSO enforcement guard description (blocks only when no
SSO connection is configured, not on owner lockout)
- Add credential revocation section to the roles page
- Broaden network access page into dashboard access policies covering
the IP allowlist and session lifetimes
- Add SSO category and new events to the audit logs table
- Add offboarding to Vale vocabulary
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* 💅
---------
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
* docs: update custom domain setup for new dashboard flow
Reflect the new custom domain UI: hosting mode selector (domain/subdomain
vs subpath), traffic routing options (Mintlify-managed vs proxy-only),
arbitrary base paths with reserved-path list, and base path changes that
redeploy with rollback on failure. Replace references to the removed
Host at /docs toggle in the Vercel and reverse proxy guides.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* copy edit
* update images
* docs: update subpath proxy guides for dashboard base paths
Custom subpaths no longer require documentation files to live in a
directory matching the subpath. The base path set in the dashboard is
applied at build time, so the custom subpath reverse proxy setup now
uses the same routing configuration as /docs with the path substituted.
Add dashboard base path setup steps to the Vercel, Cloudflare Worker,
and Route 53/CloudFront guides.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* 💅
* add plan gate
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* update vercel generator
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* remove gate
* remove gate
* Fix review findings: shared subpath setup snippet, generalize /docs framing, clarify Host header and script guidance
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* Align hosting mode and traffic routing labels with dashboard UI, update screenshot alt text
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* Fix root-only special file routing: path-preserving nginx destinations, restore sitemap/robots/mcp rewrites, sanitize generator input
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* Add apex domain DNS provider requirements
Apex domains get the same CNAME instruction as subdomains, but a CNAME
at the apex requires provider support for CNAME flattening or ALIAS
records. Document the requirement and supported providers, and link to
it from the hosting mode section.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* Correct special-file routing to base-path destinations per live verification, remove stale toggle images, generalize propagation snippet
Verified against mintlify.mintlify.site: all special files (sitemap.xml,
robots.txt, mcp, skill.md, llms.txt) serve under the base path and 404 at
root, so root-mapping rewrites are reverted and optional root routes now
proxy to base-path destinations. Broken links in es/fr/zh from image
deletion resolve via post-merge translation automation.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* remove outdated images
* Update dashboard instructions for Host at toggle UI (mint #8979)
The hosting mode selector and traffic routing options were replaced with
a Host at toggle and inline base path input; routing is now inferred from
DNS. Verified against mint origin/main commit 6fb20b1789.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* 💅
---------
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
* docs: replace "Pro plan and above" with "Pro plan or higher" in credits
* fix: capitalize "Starter plan" consistently in credits.mdx
* 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: document markdown.instructions for custom agent instructions
Add a "Custom agent instructions" section to the Markdown export page
covering the markdown.instructions docs.json setting (string or array),
the rendered Agent Instructions block, and where it appears. Cross-link
it from the llms.txt structure list.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* 💅
* docs: add markdown block to docs.json schema reference
Document the previously-undocumented markdown config block in the
schema reference, covering markdown.schema and the new
markdown.instructions setting, in both the quick reference table and
the full property reference.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* docs: improve SEO title and description for SCIM page
* 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>