Commit Graph

3755 Commits

Author SHA1 Message Date
mintlify[bot] 3fbb941d58 docs: update static export bundle example to export.tar.gz (#7063)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-24 10:38:03 -07:00
mintlify[bot] 04ed35e256 Update from code changes: static export API projectId scope (#7016)
* docs: update static export API to projectId-scoped 2-step flow

* docs: language-prefix internal links and wrap translated headings

* docs: update static export example bundle URLs to mintlify-static-export-outputs-prod

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-24 10:27:57 -07:00
mintlify[bot] f0d37a25be docs: translate June 2026 agent traffic measurement note (es, fr, zh) (#7062)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-24 16:17:05 +00:00
Leyland Yang 2a733c9959 docs(analytics): document June 2026 agent traffic measurement change (#7061) 2026-08-24 09:14:49 -07:00
mintlify[bot] 3bbce7aa1a Changelog generator: August 21, 2026 recap (#7054)
* docs: add August 21, 2026 changelog entry

* docs: translate August 21 changelog entry to es, fr, zh

* edits

* edits

* 💅

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-08-21 16:21:09 -07:00
mintlify[bot] 68f390b5a3 Update from support feedback: private repo missing on second deployment (#7052)
* docs: add help center article for private repo missing in second deployment onboarding

* docs: translate second-deployment private repo help article and tighten English title

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-08-21 15:43:03 -07:00
mintlify[bot] 2d380976ba docs: restore missing disallow robots.txt example in SEO page (#7050)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-21 15:41:01 -07:00
mintlify[bot] c8e979f6cf Fill gaps from assistant conversations: static file 404 troubleshooting (#7051)
* docs: add help center article for static file 404 troubleshooting

* docs: translate static-file-not-served help center article to es, fr, zh

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-21 15:34:16 -07:00
mintlify[bot] 2f0a248f60 docs: correct hidden/searchable behavior in skill reference (#7045)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-21 15:33:45 -07:00
mintlify[bot] a1b330cd42 chore: fix OAuth 2.0 false positive in WordList and add PKCE to vocab (#7044)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-20 08:29:33 -07:00
mintlify[bot] a0640fb76f Documentation quality check: fill gaps in 4 recently updated pages (#7040)
* docs: fill gaps flagged by quality check across 4 pages

* docs: mirror gap fixes into es, fr, zh; drop em dash

* Apply suggestions from code review

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-08-20 06:47:19 -07:00
mintlify[bot] 3085d10e1a docs: apply brand tone and writing style fixes (#7032)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-20 06:36:15 -07:00
mintlify[bot] 21c61461ab docs: translate hidden/noindex/llms.txt updates to es, fr, zh (#7033)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-19 21:46:10 +00:00
Ethan Palm d954559d5e Fix infinite redirect loop on the migration overview page (#7031)
Four self-referential rules redirected /migration to /migration/index in
each language. The redirect matcher strips a trailing /index before
matching, so /migration/index matched the /migration rule and redirected
to itself, making the migration overview unreachable in all four
languages.

Remove those rules -- Mintlify serves migration/index.mdx at /migration
natively, the same as /assistant, /editor, and /automations -- and point
the /guides/migration redirects at /migration instead of /migration/index.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-19 14:39:59 -07:00
Ethan Palm ca84e009d5 Fix hidden, noindex, llms.txt accuracy (#7030)
* Correct hidden, noindex, and llms.txt docs against implementation

- Add an llms.txt column to the hidden pages comparison table and split the
  frontmatter vs. navigation-removal rows, which differ for the noindex tag
- Replace the "hidden: false is undefined behavior" claim with actual behavior
- llms.txt lists pages in navigation order, not repository order
- Descriptions come from the first paragraph, truncated at 300 characters; the
  spec-info claim applies to llms-full.txt, not llms.txt
- Document the Optional section and the full Link header rel values
- Note the default language/version scope and that the 100k cap is llms.txt only

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

* Correct what "Don't index project" does to search indexes

Enabling deployment-level noindex removes the site from Mintlify Index
(the universal search collection) via skipSite. It does not clear the
deployment's own Chroma collection, and no search, assistant, or MCP
query path checks deployment.noindex.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-19 14:38:04 -07:00
mintlify[bot] f46968c54d Update from code changes: document result snippets toggle (#7029)
* docs: document result snippets toggle on search settings page

* docs: wrap translated headings in anchor divs

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-19 14:14:52 -07:00
Justin Torre 68a8b4e9ef Rename noCopy to nocopy in code block docs (#7025)
mintlify/mint#10203 shipped the flag as `nocopy` (single name, no aliases).
Fixes the auto-generated docs from #7017 which used `noCopy` and described
aliases that don't exist. Also repairs the malformed fences in es/fr/zh.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-08-19 12:00:36 -07:00
mintlify[bot] 366484ec03 docs: fix outdated mint workflow link on automations/manage (#7019)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-19 11:51:17 -07:00
mintlify[bot] 464e77a7a7 Update from code changes: document bulk member invites (#7010)
* docs: document bulk member invite flow

* Apply suggestions from code review

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-08-19 11:43:15 -07:00
mintlify[bot] e47328c4d8 docs: translate migration guides into es, fr, and zh (#7024)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-19 17:44:06 +00:00
mintlify[bot] 66193e6628 Apply brand tone and writing style fixes (#7023)
* docs: tighten long sentence and checklist intro in migration guides

* Update migration-services/go-live-checklist.mdx

* Update migration/gitbook.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-08-19 10:41:04 -07:00
mintlify[bot] 89b545900e Apply SEO and metadata best practices (#7022)
* docs: expand migration guide descriptions for SEO

* Update migration/fern.mdx

* Update migration/manual.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-08-19 10:39:35 -07:00
Ethan Palm 3b2ab685d9 Add migration guides (#6996)
* docs: add platform migration guides

* move migrations.mdx to migrations/index.mdx

* add doc360 and fern guides

* /goal loop

* copy edit index

* copy edit doc 360

* docusaurus copy edits

* fern copy edit

* gitbook copy edit

* copy edit go-live

* resolve TODOs

* manual copy edit

* readme copy edit

* Fix GitBook terminology, Document360 export steps, and revert banner examples

- migration/gitbook.mdx: GitBook renamed spaces to sections. Their current
  docs use "section" exclusively across the Git Sync, content-structure,
  content-configuration, and reusable-content pages. Update terminology
  throughout, add a note about the older name, correct the Git Sync setup
  steps to match the real flow (Set up next to Git Sync in the section
  header, then pick a provider), and expand the direction warning with the
  version-history rollback. Add a Vale.Terms toggle so .gitbook.yaml and
  .gitbook/ paths do not trip the GitBook capitalization rule.
- migration/document360.mdx: fix "Document 360" typo and align the export
  procedure with Document360's documented dialog order, including the
  format selection, the Include media files checkbox, and downloading from
  Recent files.
- Revert components/banner.mdx and its es/fr/zh copies. The /migration link
  there is a placeholder inside an example, and translated content is
  handled by the translation pipeline.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

* Rename migration hub page to avoid duplicating its group name

The group is already called "Migrate to Mintlify", so the root page title
repeated it in the sidebar.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

* Address migration guide nits: Fern paths, scraper page command, placeholders

- migration/fern.mdx: correct the source-content paths against Fern's
  documented project structure. Pages live in fern/docs/pages/ and assets in
  fern/docs/assets/. Add the previously missing fern/docs/snippets/,
  fern/docs/changelog/, and fern/styles.css, note that only the fern and
  changelog folder names are reserved, and map Fern snippets to Mintlify
  snippets in the component table.
- migration/index.mdx: document the scraper's page command, which was only
  documented in the deleted migration.mdx. Covered once here rather than
  repeated in each scraper-supported platform guide. Also update the GitBook
  card to say section instead of space.
- migration/readme.mdx: replace https://project.readme.io with
  https://your-project.readme.io. The former is a real login-gated project.
- migration/docusaurus.mdx: remove trailing whitespace.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

* remove go live checklist

* add launch your site snippet

* update index

* 💅

* 💅

---------

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-19 10:30:56 -07:00
mintlify[bot] 8acbdcedf0 Translation lag tracker: sync es/fr/zh for Aug 12-19 updates (#7020)
* docs: sync es/fr/zh translations for Aug 12-19 English updates

* docs: wrap translated personalization headings and trim overlong descriptions

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-19 08:49:28 -07:00
mintlify[bot] 71efc8f5cc Update from code changes: document noCopy code block option (#7017)
* docs: document noCopy code block option

* copy edit

* remove aliases

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-08-19 06:30:07 -07:00
mintlify[bot] 884b86595b docs: remove Turnstile CSP entry from assistant widget (#7006)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-18 09:29:08 -07:00
mintlify[bot] 41af0c5388 Update from code changes: remove retired mint deslop command (#7005)
* docs: remove retired mint deslop CLI command

* docs: remove retired deslop API endpoint and references

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-18 09:27:39 -07:00
mintlify[bot] 5f2a3ab450 Shipped Channel Updates: document Slack channel message trigger (#7002)
* docs: document Slack channel message trigger for custom automations

* docs: translate Slack channel message trigger updates for es, fr, zh

* Apply suggestions from code review

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-08-18 09:17:58 -07:00
mintlify[bot] f41b832a93 docs: document code block copy button and fade overlay CSS classes (#7003)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-17 13:02:27 -07:00
mintlify[bot] 8222d59e2c docs: split long sentences in multi-repo deployments page (#6997)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-17 11:30:03 -07:00
mintlify[bot] c01ebfa41c docs: translate multi-repo variable merging updates (es/fr/zh) (#6998)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-17 18:28:14 +00:00
Leyland Yang 39d1a868bc Document variable merging in multi-repository deployments (#6994)
* Document variable merging in multi-repository deployments

* 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-08-17 11:24:38 -07:00
mintlify[bot] 5c09a3cb8a Update from code changes: document widget analytics pathname opt-out (#6990)
* docs: document widget analytics pathname capture and opt-out

* docs: wrap translated analytics-privacy heading in anchor div

* docs: remove standalone analytics privacy section from widget pages

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-17 10:50:20 -07:00
mintlify[bot] 81b65665ff docs: clarify groups frontmatter behavior with personalization (#6987)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-17 10:49:30 -07:00
mintlify[bot] 47738ceea4 docs: sync SDK reference setup translation with English (#6989)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-16 05:05:50 +00:00
Brandon McConnell 1d6664c96c docs: remove object form frontmatter example from SDK reference setup (#6988) 2026-08-15 22:02:56 -07:00
mintlify[bot] 839f44c5d3 Update from code changes: document editor version history (#6872)
* docs: document editor version history

* docs: add translated editor version history

* docs: clarify editor history saves

* docs: refine editor page metadata

* docs: document editor history restore

* docs: improve version history readability

* docs: clarify editor restore scope

* docs: refine restore wording

* docs: document editor version comparison

* docs: document private page version history

* docs: add edited-time history access

* Merge main into editor version history docs

* 💅

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-08-14 16:11:22 -07:00
mintlify[bot] ce3e99d196 Update from code changes: document live preview settings (#6886)
* docs: document live preview site settings

* docs: refine live preview translations and metadata

* docs: document live preview agent panel

* docs: refine live preview copy

* 💅

* localize

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-08-14 15:52:32 -07:00
mintlify[bot] 545885e453 Update from code changes: document main branch autocommits (#6971)
* docs: document main branch autocommits setting

* Update editor/settings.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-08-14 14:42:44 -07:00
mintlify[bot] 07b5ff0a64 Fill gaps from assistant conversations: docs.json location + Auth0 OAuth (#6981)
* docs: clarify docs.json location and add Auth0 OAuth help center article

* docs: mirror docs.json location + Auth0 OAuth page into es, fr, zh

* 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>
2026-08-14 14:37:25 -07:00
mintlify[bot] 51f9be82f8 Update from code changes: assistant link deflection and thread endpoint (#6982)
* docs: document assistant link deflection and thread transcript endpoint

* fix: correct link deflection anchor in assistant thread page

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-14 21:24:49 +00:00
mintlify[bot] f1e83ba658 Prune bot: fold what-is-mintlify and dashboard/permissions into stronger pages (#6984)
* refactor: consolidate what-is-mintlify and dashboard/permissions

* docs: wrap translated headings with English anchor slug for redirects

* Apply suggestions from code review

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-08-14 14:24:26 -07:00
mintlify[bot] 24cfa2fb18 Changelog generator: add August 14, 2026 entry (#6978)
* docs: add August 14, 2026 changelog entry

* docs: translate August 14, 2026 changelog entry into fr, es, zh

* 💅

* fix link

* localize

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-08-14 14:17:15 -07:00
mintlify[bot] 77b4022eef docs: apply brand tone and writing style fixes (#6983)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-14 11:18:01 -07:00
Marco Dewey 5fa5efc31e Document personalization and JWT login options (#6959)
* Document personalization and JWT login options

* update expiresAt value, clarify auth vs. personalization

* Update custom-scripts.mdx

* copy edit

---------

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-08-14 10:59:59 -07:00
mintlify[bot] ca26814ba0 Update from code changes: note Pro+ plan for self-hosted GitLab OAuth (#6972)
* docs: note Pro+ plan requirement for self-hosted GitLab OAuth

* Apply suggestion from @ethanpalm

* Update es/deploy/gitlab-self-hosted.mdx

* Update fr/deploy/gitlab-self-hosted.mdx

* Update zh/deploy/gitlab-self-hosted.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-08-14 10:59:27 -07:00
mintlify[bot] 4a8f15c3dc Vale style audit: fix em-dash spacing and tune Acronyms/kbd scopes (#6968)
* docs: vale style audit fixes and rule tuning

* docs: mirror vale style fixes to es/fr/zh translations

* Update assistant/use.mdx

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* docs: use colons in custom selector lists

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-08-14 10:56:35 -07:00
mintlify[bot] 4f6cce6166 docs: sync skill with lastUpdatedDate frontmatter and auto-route fallback (#6980)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-14 10:15:29 -07:00
mintlify[bot] d51abd3b24 Update from code changes: document lastUpdatedDate frontmatter (#6974)
* docs: document lastUpdatedDate frontmatter for last modified footer

* docs: mirror lastUpdatedDate override note to translated settings reference

* Apply suggestions from code review

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

* 💅

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-08-14 10:15:06 -07:00
mintlify[bot] 241375e810 Apply brand tone and writing style fixes (#6977)
* docs: use active voice for last modified timestamp precedence

* Update organize/pages.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-08-14 09:38:20 -07:00