* 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>
Renames optimize/search-boost.mdx to optimize/search.mdx and
restructures it so search boost is one section alongside the new
"Maximum search results" setting from mint #7771. Updates inbound
links (changelog, pages.mdx, settings-reference.mdx) to deep-link
into the boost section, adds a redirect from the old path, and
includes light/dark screenshots of the new dashboard settings page.
* remove beta notice
* add plan information
* rename heading
* add use cases to intro
* add tip
* add workflows to nav
* add links to conceptual pages
* add rate limit info
* add beta info
* add dashboard option for creating a workflow
* rename existing workflows file to use cases
* add new workflows page
* add link to agent index
* ent only for launch
* reviewer feedback
* add info on writing prompts
* add example workflows
* add more examples
* update examples frontmatter
* update changelog example
* hide page
* remove index link
* vale
* docs: add Luma theme to docs
Updates various documentation sections to officially include the new Luma theme.
Adds Luma to the list of available themes and provides its description in relevant configuration and theme files.
Extends "frame" mode compatibility to include the Luma theme, reflecting its support for this layout.
* chore: losslessly compress images
used https://tinypng.com
* Add custom frontend use case guide
Documents the @mintlify/astro integration for building custom
documentation frontends. Covers setup from the starter repo,
how the integration works, and connecting search/assistant.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Fix Vale errors and broken link in custom frontend guide
Add Astro to Vale vocabulary, fix em dash spacing, and remove
broken /ai/search link.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Add custom frontend link to guides index
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Fix Node.js version requirement to v20.17.0+
Matches the Mintlify CLI minimum requirement.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* create custom frontend guide
* Rewrite setup steps to match actual onboarding flow
* copyedit
* reviewer feedback
* add image of repo settings
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* feat: update docs to include sequoia theme
* feat: add sequoia to themes list, replace all themes thumbnails
* feat: replace all themes thumbnails in localized themes pages
* Add Markdown mode shortcuts to keyboard shortcuts reference
Restructure the keyboard shortcuts page to cover both Visual mode
and Markdown mode (Monaco editor). Visual mode shortcuts remain
unchanged. New Markdown mode section documents standard VS Code
shortcuts for find/replace, line manipulation, and multi-cursor
editing.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* update keyboard shortcuts
* remove out of date screenshots
* copy edit index
* add missing images
* add info to pages
* copy edit
* concision for media page
* copy edit publish
* update live preview
* update index
* add features to index
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>