Commit Graph

81 Commits

Author SHA1 Message Date
Ethan Palm 0631ebe0d0 remove default groups 2026-07-31 15:15:13 -07:00
Ethan Palm 47411500ec show accurate previews 2026-07-31 15:10:45 -07:00
Ethan Palm c8121c7c2e combine preview and JSON copy block 2026-07-31 15:00:54 -07:00
Ethan Palm 8953cc759c add nav builder 2026-07-31 14:49:14 -07:00
Royce Williams d90d662362 added interactive nesting component 2026-07-30 14:20:15 -07:00
Kaishan (Sam) Ding 24719c3d9b widget nits (#6808) 2026-07-29 14:00:16 -07:00
Kaishan (Sam) Ding 2fd83e10ef playground updates (#6806)
* playground updates

* fix

* remove minimal path

* remove some options

* fix

* fix
2026-07-29 13:27:33 -07:00
Nivedh Mudiam fdf81e7bd6 modification to subdomain caching delays in the agent prompt (#6796) 2026-07-28 16:23:18 -07:00
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