mintlify[bot]
c5f290b1f8
docs: translate quickstart setup agent prompt (es, fr, zh) ( #6793 )
...
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-28 21:08:23 +00:00
mintlify[bot]
1595bc5244
docs: fix typos in setup agent prompt snippet ( #6792 )
...
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-28 21:05:01 +00:00
Nivedh Mudiam
804051af12
docs: add AI setup agent prompt to quickstart ( #6781 )
...
* docs: add AI setup agent prompt to quickstart
* remove redundant SkillMcpPrompt
* Apply suggestions from code review
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com >
---------
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com >
2026-07-28 14:02:46 -07:00
Kaishan (Sam) Ding
995f5f0e2c
use correct widget id ( #6770 )
2026-07-27 18:23:30 -07:00
Kaishan (Sam) Ding
e10cfd0019
feat: assistant widget ( #6754 )
...
* feat: assistant widget
* fix
* docs: rename Assistant Widget to Mintlify Widget
* docs: shorten widget sidebar title
* add starter questions + support email
* new playground
* update
* fix
* remove bg
* remove bg
* fix
* update link
* resolve merge conflicts
* update intro, copy edit
* add prerequisites and confirmation step
* vale warning
* fix
* fix
* fkx
* fix
* fix
* live preview
* fix
---------
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com >
2026-07-27 17:37:11 -07:00
mintlify[bot]
5976d9dcd4
docs: document src prop on Icon component ( #6150 )
...
* docs: document src prop on Icon component
* Update snippets/icons-required.mdx
---------
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com >
2026-07-15 15:47:54 -07:00
mintlify[bot]
93f848e73d
docs: translate custom domain updates ( #6465 ) into es, fr, zh ( #6492 )
...
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com >
2026-07-09 18:51:37 -07:00
mintlify[bot]
9540ae22d9
docs: fix grammar and formatting in custom domain guides ( #6488 )
...
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-10 01:07:39 +00:00
Ethan Palm
be7a1371ac
Custom domain updates ( #6465 )
...
* 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 >
2026-07-09 18:04:01 -07:00
mintlify[bot]
a0ff4ec99e
docs: translate static-export API pages, snippets, and specs to es/fr/zh ( #6352 )
...
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-01 23:29:47 +00:00
mintlify[bot]
3ca550b188
Update from code changes: switch hosted docs domain to mintlify.site ( #6296 )
...
* docs: update hosted docs domain to mintlify.site
* docs: complete mintlify.site migration across remaining pages
Updates 45 files that PR 6282 had originally changed but were
reverted by PR 6285 and not re-addressed in this PR:
- snippets/vercel-json-generator.mdx (all 4 locales): rewrite
destinations now use mintlify.site, consistent with deploy/vercel.mdx
- assistant/use.mdx: example deep-link URLs
- ai/skillmd.mdx: agent card subdomain reference
- guides/assistant-embed.mdx: docsURL code example
- guides/codex.mdx: MCP URL example
- deploy/authentication-setup.mdx: example Mintlify subdomain
- discovery-openapi.json: domain identifier URL descriptions (4 occurrences)
- integrations/privacy/osano.mdx: managed rule domain
- editor/branching-and-publishing.mdx: branch preview URL format
- customize/themes.mdx: theme demo site links
- guides/help-center.mdx: live example link
- zh/editor/collaborate.mdx: branch preview URL format
All changes mirrored across es, fr, and zh locales.
Co-Authored-By: Claude Sonnet 4.6 <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 Sonnet 4.6 <noreply@anthropic.com >
2026-06-26 10:51:54 -07:00
Ethan Palm
2c99f3c736
Revert "Update from code changes: hosted docs domain is now mintlify.site (#6…" ( #6285 )
...
This reverts commit 553e2813ac .
2026-06-25 14:10:23 -07:00
mintlify[bot]
553e2813ac
Update from code changes: hosted docs domain is now mintlify.site ( #6282 )
...
* docs: update hosted docs domain to mintlify.site
* docs: tighten zh reverse proxy intro for translation parity
---------
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-06-25 11:58:10 -07:00
mintlify[bot]
63a5fc4167
fix: resolve broken automation snippet import and CLI anchor ( #6230 )
...
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-06-18 23:50:39 +00:00
mintlify[bot]
aa9261ff85
docs: translate workflows pages and icon update to fr and es ( #6022 )
...
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-05-28 18:33:56 +00:00
mintlify[bot]
ec195789cb
docs: remove filler words flagged by style guide ( #5978 )
...
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-05-26 15:43:16 -07:00
Ethan Palm
6bb14aa061
docs: replace dashboard.mintlify.com with app.mintlify.com ( #5990 )
...
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-26 15:42:09 -07:00
Ethan Palm
490436fda9
use snippet for repeated prompt ( #5628 )
2026-05-01 11:29:29 -07:00
Ethan Palm
2a1f93eedd
Split workflows into structured group at /workflows/ ( #5597 )
2026-04-29 18:51:22 -07:00
Ethan Palm
9d0640aafb
Improve settings page IA and readability ( #4446 )
...
* settings overview page
* update docs.json
* update links in icons snippets
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
* add schema reference
* add api settings
* add appearance settings
* add integrations settings
* add seo and search settings
* add structure
* add new contextual options
* update links
* Vale
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-13 16:17:34 -07:00
locadex-agent[bot]
73edda4d1f
docs(locadex): add translations ( #4050 )
...
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2026-03-05 18:41:53 -08:00
locadex-agent[bot]
305fc7dba1
docs(locadex): add translations ( #3482 )
...
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2026-02-16 08:54:01 -08:00
Ethan Palm
7593914c6d
Remove test snippets ( #3462 )
...
* remove test snippets
* remove test dir
2026-02-16 08:51:27 -08:00
locadex-agent[bot]
3394b52733
docs(locadex): add translations ( #3371 )
...
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2026-02-10 13:30:39 -08:00
mintlify[bot]
3a171abf1d
Add Tabler icons support to documentation ( #3370 )
...
Co-authored-by: Mintlify Agent <agent@mintlify.com >
2026-02-10 13:27:33 -08:00
locadex-agent[bot]
ce2388e32e
docs(locadex): add translations ( #3194 )
...
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2026-02-06 12:19:04 -08:00
locadex-agent[bot]
0a280021d0
docs(locadex): add translations ( #3190 )
...
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2026-02-06 12:10:06 -08:00
locadex-agent[bot]
87859c1e1c
docs(locadex): add translations ( #3177 )
...
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2026-02-06 10:43:26 -08:00
locadex-agent[bot]
ea8eca0f36
docs(locadex): add translations ( #3171 )
...
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2026-02-06 10:15:18 -08:00
locadex-agent[bot]
3b313d0fd5
docs(locadex): add translations ( #3156 )
...
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2026-02-06 09:37:34 -08:00
locadex-agent[bot]
d7cf383795
docs(locadex): add translations ( #3150 )
...
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2026-02-05 15:32:30 -08:00
locadex-agent[bot]
5ae7caa887
docs(locadex): add translations ( #2897 )
...
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2026-01-27 10:33:43 -08:00
Ethan Palm
23b4be274f
include icon library in icon snippets ( #2895 )
2026-01-27 10:26:53 -08:00
locadex-agent[bot]
27cc51fc37
docs(locadex): add translations ( #2748 )
...
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2026-01-16 16:55:03 -08:00
Ethan Palm
d00f2f293d
chore: user feedback week of Jan 12 ( #2747 )
...
* Clarify icon options for docs.json configuration
* vale
2026-01-16 16:31:51 -08:00
locadex-agent[bot]
89a700081d
docs(locadex): add translations ( #2567 )
...
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2026-01-06 16:42:55 -08:00
Han Wang
38cbc1963a
add hidden pages for testing snippets
2026-01-06 13:51:18 -08:00
locadex-agent[bot]
8a0e350529
docs(locadex): add translations ( #2378 )
...
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-12-17 00:24:29 +00:00
mintlify[bot]
00f890046a
Update snippets/vercel-json-generator.mdx ( #2377 )
...
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2025-12-16 16:19:49 -08:00
locadex-agent[bot]
c26c2c95f9
docs(locadex): update translations ( #1570 )
...
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-10-16 11:41:28 -07:00
Chris Saganic
c5107d400c
fix(docs): update vercel generator to use subpath for root rewrite ( #1535 )
2025-10-16 11:36:28 -07:00
locadex-agent[bot]
1fd4e0767c
docs(locadex): update translations ( #1569 )
...
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-10-16 11:34:11 -07:00
mintlify[bot]
0ae630d2c4
Update snippets/vercel-json-generator.mdx ( #1568 )
...
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2025-10-16 11:32:27 -07:00
locadex-agent[bot]
89ddff4143
docs(locadex): update translations ( #1491 )
...
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-10-07 13:57:41 -07:00
Ethan Palm
20f0434a81
Clarify "Generate rewrites" tool to only be used for custom base paths ( #1485 )
...
* clarify rewrite methods
* add images
* copyedits
* move note about repository structure
* add missing `/docs` from rewrites
* update snippet to use `subpath`
* consolidate /docs steps
* copyedit
2025-10-07 13:45:18 -07:00
locadex-agent[bot]
756e009c72
chore(locadex): update translations ( #1328 )
...
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-09-25 16:10:34 -07:00
locadex-agent[bot]
84a7546997
chore(locadex): update translations ( #1327 )
...
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-09-25 16:00:57 -07:00
locadex-agent[bot]
f6dd813247
feat(locadex): setup i18n ( #1197 )
...
* chore(locadex): add .locadex/LOCADEX.md
* refactor(locadex): i18n
* gt-retranslate (#1199 )
* update interaction.drilldown code sample (#1198 )
* removed quotes (#1203 )
* Add missing hostnames to CSP configuration (#1202 )
* Add missing hostnames to CSP configuration
Added 13 missing domains found in comprehensive codebase search:
- *.mintlify.com (dashboard, API, analytics proxy)
- leaves.mintlify.com (GitLab webhooks)
- d1ctpt7j8wusba.cloudfront.net (mint releases)
- mintcdn.com (asset tracking)
- api.mintlifytrieve.com (search API)
- mintlify-assets.b-cdn.net (BunnyCDN)
- mintlify.s3-us-west-1.amazonaws.com (S3 images)
- fonts.googleapis.com (Google Fonts)
- cdn.jsdelivr.net (emoji assets)
- us.posthog.com (PostHog analytics)
- cdn.getkoala.com (Koala analytics)
- browser.sentry-cdn.com (Sentry error tracking)
- js.sentry-cdn.com (Sentry SDK)
Updated domain whitelist table and all CSP configuration examples
(Cloudflare, AWS CloudFront, Vercel) to include required domains.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
* Apply suggestions from code review
Co-authored-by: Mayank Shouche <43075711+mayankshouche@users.noreply.github.com >
* Update guides/csp-configuration.mdx
Co-authored-by: Lucas <18381968+lucaspunz@users.noreply.github.com >
* Update guides/csp-configuration.mdx
* Update CSP examples to match revised domain whitelist
- Remove mintlify-assets.b-cdn.net and mintlify.s3-us-west-1.amazonaws.com
- Add *.mintcdn.com wildcard domain to img-src and connect-src
- Update all configuration examples (main, Cloudflare, AWS CloudFront, Vercel)
- Align with reviewer feedback from PR #1202
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
* remove redundancies in examples
---------
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Mayank Shouche <43075711+mayankshouche@users.noreply.github.com >
Co-authored-by: Lucas <18381968+lucaspunz@users.noreply.github.com >
* Added custom reverse proxy configurartion. (#1200 )
* Update advanced/reverse-proxy.mdx
* Update docs.json
* Documentation edits made through Mintlify web editor
* Update advanced/reverse-proxy.mdx
* Update advanced/reverse-proxy.mdx
* Update advanced/reverse-proxy.mdx
* Documentation edits made through Mintlify web editor
* Documentation edits made through Mintlify web editor
* move from `advanced` to `guides`
* copy edit
* remove Custom from title
* fix group casing
* concision
* update header
* replace lists with table
* more active language
* remove redundant example
* update placeholder
* remove propagating snippet
* copy edit troubleshooting
* make limitations more solutions-oriented
* update example config
---------
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com >
* Update Vale configuration (#1194 )
* add CI workflow
* add script to find new vocabulary terms
* add vocab accept list
* add modified Google styles
* add Mintlify headings
* add vale.ini
* update vocab with Mintlify defaults
* add README for vale
* update vocab
* fix vale.ini
* remove redundant workflow
* update vocab
* add running vale to the Claude review command
* hide reverse proxy guide (#1211 )
* Added troubleshooting section for disabled repository options (#1210 )
* Update settings/github.mdx
* add troubleshooting for public repo feedback
* add images
---------
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com >
* Vale improvements (#1212 )
* update header exceptions
* remove FirstPerson rule
it mostly flags UI elements like "My profile"
* remove Will - too noisy
* add drilldown to accept list
* update accepted words
* Fix vale errors (#1213 )
* don't lint inside JSON examples
* actually don't lint inside JSON snippets
* update vocab
* fix errors
* update vocab
* remove latin abbreviations
* don't lint snippets
* update vocab
* don't lint in angle brackets
* add language tags
* update vocab
* regexify vocab list
* grammar
* changelog added for Sept 14-19 (#1215 )
* changelog added for Sept 14-19
* Update changelog.mdx
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com >
* Update changelog.mdx
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com >
---------
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com >
* Documentation edits made through Mintlify web editor (#1242 )
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
* hide slack app page (#1250 )
* Updated codeblock styling documentation with new theme options (#1252 )
* Update settings.mdx
* Update code.mdx
* Update components/code-groups.mdx
* Update settings.mdx
* Update code.mdx
* Update components/code-groups.mdx
* Update settings.mdx
* Update code.mdx
* Update components/code-groups.mdx
* copy edits
---------
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com >
* chore(locadex): add .locadex/LOCADEX.md
* pulling updates to docs
* gt-retranslate
* updating translations
* re-translate
* retranslate es/text.mdx
---------
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com >
Co-authored-by: RoyceWilliams510 <roycejames1130@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Mayank Shouche <43075711+mayankshouche@users.noreply.github.com >
Co-authored-by: Lucas <18381968+lucaspunz@users.noreply.github.com >
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Brandon Waselnuk <brandonwaselnuk@gmail.com >
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
* hide slack app page
* add files
---------
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
Co-authored-by: fernando-aviles <fernando@generaltranslation.com >
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com >
Co-authored-by: RoyceWilliams510 <roycejames1130@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Mayank Shouche <43075711+mayankshouche@users.noreply.github.com >
Co-authored-by: Lucas <18381968+lucaspunz@users.noreply.github.com >
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Brandon Waselnuk <brandonwaselnuk@gmail.com >
2025-09-24 17:39:49 -07:00
Ruhan Ponnada
41c9146d23
fixed vercel snippet ( #1195 )
2025-09-17 15:41:45 -07:00
Ricardo Nunez
ef880d1b9d
Replace references to '/api' in docs ( #1167 )
2025-09-16 16:45:25 -07:00