Commit Graph

3336 Commits

Author SHA1 Message Date
mintlify-development[bot] ddf9f91733 docs: add July 3, 2026 changelog entry 2026-07-03 09:05:58 +00:00
mintlify[bot] fed930aa2d docs: translate Vale-warning fixes into es, fr, zh (#6380)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-03 00:33:45 +00:00
Ethan Palm 017d7c7377 Fix Vale warnings (#6378)
* fix: reduce Vale false positives via vocab and config updates

- Make English-word vocab entries case-insensitive so sentence-start
  capitalization and normal prose usage stop flagging (agents, rest,
  cursor, setup, endpoints, etc.)
- Add vocab entries for filenames and code identifiers that appear in
  frontmatter and JSX contexts (docs.json, llms.txt, CLAUDE.md, etc.)
- Ignore openapi frontmatter lines, filenames, JSX attributes, email
  addresses, and internal link targets via TokenIgnores
- Skip inline code scope and indented code fences
- Add Headings exceptions for proper nouns (Claude Code, GitHub
  Actions, Route 53, GA4, etc.)
- Disable linting for the all-code vercel-json-generator snippet

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix: resolve all Vale warnings and errors across docs

Content fixes:
- Reword sentences using 'will', first person, spaced em dashes,
  'e.g.', Latin abbreviations, and hyphenated adverbs
- Sentence-case headings that started with dotted filenames
- Backtick literal API values instead of bolding them
- Move periods inside quotation marks
- Fix Oxford comma rule misfires by restructuring sentences

False-positive suppression:
- Vale toggles around example user questions, keyboard shortcut keys
  (Cmd+I), UI labels, and code samples in JSX contexts that Vale
  misparses
- Exclude vale toggle comments from the brace Token/BlockIgnores so
  in-document commands actually reach Vale (the greedy brace pattern
  was also silently swallowing large regions; now lazy)
- Vocab entries for code identifiers (internal_id, handleSubmit, etc.)
- Per-file rule disables for component docs with dotted JSX names and
  files where link-target linting ignores in-document toggles

Result: vale --minAlertLevel warning is clean repo-wide; only
suggestion-level items (Passive, Semicolons, Acronyms) remain.
mint broken-links passes.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix: correct WordList rule instead of degrading prose

- Restore sentence-start "Email" in advanced-support; the rule now
  only flags hyphenated e-mail/E-mail forms
- Restore the idiom "above all else"; the above->preceding swap now
  exempts "above all"

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix: restore deliberate prose flagged by blunt rules

- Restore spatial 'above the navbar' / 'above a page title' in
  custom-scripts; the above->preceding swap now exempts 'above
  the/a/an'
- Restore the '= ...' in the react-components named-export example
  (the ellipsis is inside inline code) with an Ellipses toggle
- Restore SLA phrasing 'will use commercially reasonable efforts'
  with a Will toggle
- Restore the quoted developer question in the GEO guide intro with a
  FirstPerson toggle, matching the file's other example questions

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix: remove WordList swaps that flag legitimate English

- Drop tablet->device and firewalls->firewall rules; both words are
  correct in ordinary prose
- Narrow touch->tap to UI-instruction phrasing (touch the/a) so
  'keep in touch' and 'touch devices' stop flagging

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix: reposition vale toggles to wrap whole blocks

Toggle comments placed between list items split the lists (restarting
ol numbering in deployments) and comments flush against tables risked
breaking GFM table parsing. Wrap entire lists/tables with blank-line
separation instead. Verified rendering with mint dev: single ol with
two items, tables intact, no comments in visible DOM.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* refactor: prune accept.txt to load-bearing entries

Empirically removed 166 vocab entries (575 -> 409) whose removal
causes no Vale flags across all 908 English pages: dictionary words
that never needed listing (agents, setup, endpoints, webhooks, yaml),
lowercase entries the speller already accepts, and filename entries
made redundant by inline vale toggles.

Kept every case-enforcing entry (API, JSON, GitHub, ...) so casing
policy is unchanged, plus entries that double as capitalization
exceptions for headings (mcp, md, auth, cursor, txt).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* Update ai/mintlify-mcp.mdx

* Update api/agent/v2/create-agent-job.mdx

* chore: alphabetize Headings exceptions and accept.txt

Case-insensitive sort, ignoring the (?i) prefix; also drops a
duplicate Scala entry.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix: re-apply OxfordComma rewrite lost in branch merge

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* docs: resolve Vale suggestions batch 1 (acronyms, semicolons, passive voice)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* docs: resolve remaining Vale suggestions (passive voice batch 2)

Rewrite ~90 passive constructions to active voice across deploy,
guides, migration-services, and organize docs. Toggle the deliberate
passive examples in the style-and-tone guide ('by zombies' test).
Add axios/lodash vocab entries for a repositioned code example.

vale . is now fully clean: 0 errors, 0 warnings, 0 suggestions.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-02 17:17:56 -07:00
mintlify[bot] b1bd6f6979 fix: remove duplicate download-pdf rows in es/fr contextual-menu pages (#6377)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-02 23:37:45 +00:00
mintlify[bot] dbd927853f docs: translate contextual menu keywords update to es, fr, zh (#6376)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-02 23:36:00 +00:00
Ethan Palm 410ae7eae7 docs: add feature-oriented keywords to contextual menu page (#6374)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-02 16:34:11 -07:00
mintlify[bot] 185979c63d docs: tighten metadata on assistant and support pages (#6373)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-02 15:27:11 -07:00
mintlify[bot] 5daf64144f docs: apply brand tone and writing style fixes to assistant/configure (#6372)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-02 15:26:42 -07:00
mintlify[bot] 1af1643297 fix: hyphenate compound modifier in assistant skills page (#6371)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-02 22:24:22 +00:00
mintlify[bot] db589222b9 docs: translate assistant contact form fields update (#6370)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-02 22:24:11 +00:00
Ethan Palm 1c693a133a chore: style edits for assistant skills (#6369)
* docs: style pass on assistant skills page

Align the assistant skills page (added in #6363) with docs style
standards: tighter intro without promotional language, language tag
on the directory tree code block, active voice, prose instead of a
behavior bullet list, and action-oriented headings.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* 💅

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-02 15:22:24 -07:00
Ethan Palm 8406dd54da Assistant support/sales form fields (#6368)
* docs: update assistant contact form fields after lead capture redesign

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* 💅

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-02 15:22:09 -07:00
mintlify[bot] a44502b329 docs: address recent user feedback on variables, link checker, and GitLab workflows (#6315)
* docs: clarify scope of variables, broken-links checker, and GitLab push workflows

* 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-07-02 13:58:50 -07:00
mintlify[bot] 9647a1c054 fix: replace double hyphen with em dash in navigation docs (#6367)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-02 20:47:11 +00:00
mintlify[bot] d2d0a946b3 docs: translate automations index PR #6364 updates into es, fr, zh (#6365)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-02 20:46:39 +00:00
Ethan Palm c877e9e768 automations github/gitlab parity (#6364)
* Updated mintlify pages

- Updated quickstart.mdx
- Updated cli/install.mdx
- Updated optimize/search.mdx
- Updated ai/mintlify-mcp.mdx
- Updated organize/navigation.mdx
- Updated organize/hidden-pages.mdx

Mintlify-Source: dashboard-editor

* Updated mintlify pages

- Updated automations/index.mdx

Mintlify-Source: dashboard-editor

* Updated mintlify pages

- Updated automations/index.mdx

Mintlify-Source: dashboard-editor

* Updated mintlify pages

- Updated automations/index.mdx

Mintlify-Source: dashboard-editor

* Updated mintlify pages

- Updated organize/hidden-pages.mdx

Mintlify-Source: dashboard-editor

* Updated mintlify pages

- Updated ai/mintlify-mcp.mdx

Mintlify-Source: dashboard-editor

* Updated mintlify pages

- Updated organize/navigation.mdx

Mintlify-Source: dashboard-editor

* Updated mintlify pages

- Updated cli/install.mdx

Mintlify-Source: dashboard-editor

* Updated mintlify pages

- Updated quickstart.mdx

Mintlify-Source: dashboard-editor

* Updated mintlify pages

- Updated optimize/search.mdx

Mintlify-Source: dashboard-editor

* Updated mintlify pages

- Updated automations/index.mdx

Mintlify-Source: dashboard-editor
2026-07-02 13:44:01 -07:00
mintlify[bot] dbaedf2ae7 Update from code changes: document trigger automation API (#6333)
* docs: document trigger automation API endpoint

* docs: translate trigger automation API docs to es, fr, zh

* Fix rate limit for trigger automation endpoint

The docs incorrectly borrowed the 5-requests-per-minute limit from
Trigger preview deployment. The endpoint actually shares Trigger
update's limiter: 10 requests per 10 seconds per organization.

Co-Authored-By: Claude Sonnet 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 Sonnet 5 <noreply@anthropic.com>
2026-07-02 13:24:40 -07:00
mintlify[bot] 6991dcda79 Draft changelog: July 2, 2026 weekly update (#6362)
* docs: add July 2, 2026 changelog entry

* docs: translate July 2, 2026 changelog to es/fr/zh

* 💅

---------

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-02 12:04:47 -07:00
mintlify[bot] fde96c3d57 Documentation quality check: address gaps in recently updated pages (#6358)
* docs: address gaps found in recently updated pages

* docs: mirror gap-fix additions into es, fr, zh translations

* 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-07-02 11:30:46 -07:00
mintlify[bot] e1fa3abf9e Vale style audit: fix WordList warning in multi-repo keywords (#6360)
* docs: fix Vale WordList warning (url → URL) in multi-repo keywords

* docs: mirror URL keyword fix to es/fr/zh multi-repo pages

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-02 11:19:52 -07:00
mintlify[bot] 2152fdfeb5 Update from code changes: document assistant skills (#6363)
* docs: document assistant skills

* docs: translate assistant skills page and mirror nav

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-02 11:17:48 -07:00
mintlify[bot] e6319a30a7 docs: document support and sales deflection emails for the assistant (#6357) 2026-07-01 21:01:01 -07:00
mintlify[bot] 238a604a87 docs: translate agent metrics analytics updates to es, fr, zh (#6356)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-02 00:11:15 +00:00
mintlify[bot] 7f89731d79 docs: apply brand tone and writing style fixes to analytics page (#6355)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-01 17:11:01 -07:00
Ethan Palm 9afe33e0b0 explain agent metrics (#6354) 2026-07-01 17:08:15 -07:00
mintlify[bot] 8ae2fc63c0 chore: add Vale vocabulary terms flagged in latest merged PR (#6353)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-01 17:08:02 -07:00
mintlify[bot] 939d24cde0 docs: apply SEO metadata improvements to API pages (#6351)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-01 16:47:10 -07:00
mintlify[bot] 534a6b17fd docs: apply brand tone and writing style fixes (#6350)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-01 16:45:50 -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
Ethan Palm bf399dbaa9 add export info (#6348) 2026-07-01 16:20:40 -07:00
Ethan Palm a72c2a107d fix vale false positives 2026-07-01 16:18:58 -07:00
mintlify[bot] e0d95ab8d9 docs: translate admin MCP multi-deployment updates (es, fr, zh) (#6347)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-01 21:55:43 +00:00
mintlify[bot] 296218902d docs: add missing colon before sub-list in admin MCP connector steps (#6345)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-01 21:53:50 +00:00
Ethan Palm 0d61868604 Admin MCP multi deployment support (#6344)
* docs: document multi-deployment support in admin MCP

Admin MCP connections can now be scoped to multiple deployments and
switch between them. Adds the list_deployments discovery tool, updates
checkout's subdomain semantics, and corrects the re-checkout tip.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* 💅

---------

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-01 14:11:22 -07:00
mintlify[bot] de11591886 docs: address user feedback on API intro clarity and code groups (#6332)
* docs: address user feedback on API intro clarity and code group tab heights

* Apply suggestion from @ethanpalm

* Update introduction.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>
2026-07-01 11:49:35 -07:00
mintlify[bot] cf671d7abf Documentation quality check: address gaps in recently updated pages (#6339)
* docs: address gaps in recently updated pages

* docs: translate page-gap fixes to es, fr, zh

* Apply suggestions from code review

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

* Update multi-repo.mdx

* add line breaks

---------

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-01 11:44:38 -07:00
mintlify[bot] 467bb99cbb docs: apply active voice fixes in multi-repo guide (#6342)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-01 11:41:12 -07:00
mintlify[bot] ce9e66f60f docs: translate sourceRef navigation section (es, fr, zh) (#6343)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-01 18:01:29 +00:00
Leyland Yang cd4ec2389f Document sourceRef navigation for multi-repo (#6337)
* Document sourceRef navigation for multi-repo

* move requirements higher

---------

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-07-01 10:58:44 -07:00
mintlify[bot] 1127cd55e1 docs: fix translation lag in es, fr, zh across 9 pages (#6341)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-01 10:32:34 -07:00
mintlify[bot] 9d6c481ac4 docs: clarify OpenAPI spec resolution with multiple specs in MDX frontmatter (#6340)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-01 08:00:21 -07:00
mintlify[bot] b087f99708 Update from code changes: document submit feedback MCP tool (#6322)
* docs: document submit feedback tool on search MCP server

* 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-06-30 16:56:19 -07:00
mintlify[bot] f9c4d6c4f0 Documentation quality check: address gaps in recently updated pages (#6326)
* docs: address quality-check gaps across recent page updates

* docs: mirror quality-check fixes into es, fr, and zh translations

* 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-06-30 13:41:22 -07:00
mintlify[bot] 0eb89fb270 docs: address user feedback from the last month (#6328)
* docs: add Codex tab to admin MCP and expand preview deployment troubleshooting

* 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-06-30 10:59:10 -07:00
mintlify[bot] e142c1f28c Draft improvements from user feedback: clarify tiles examples (#6327)
* docs: use neutral placeholders in tiles component examples

* docs: mirror tiles placeholder examples in 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-06-30 09:57:49 -07:00
mintlify[bot] 4331362566 Update from code changes: document multi-repo base source selection (#6321)
* docs: document base source selection for multi-repo deployments

* Update deploy/multi-repo.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-06-30 09:50:56 -07:00
mintlify[bot] 0c79081ecd docs: lengthen zh redirects description to meet SEO minimum (#6320)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-06-30 09:46:53 -07:00
mintlify[bot] f725c5c88f docs: unify "header"→"heading" terminology in create/text.mdx (#6314)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-06-30 09:46:22 -07:00
mintlify[bot] 714bc81773 docs: translate redirects update to Spanish (#6319)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-06-29 22:41:45 +00:00
mintlify[bot] 7ce964994a fix: translate untranslated heading in zh/create/redirects (#6318)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-06-29 22:41:41 +00:00