Commit Graph

3701 Commits

Author SHA1 Message Date
mintlify[bot] 09740d372d Updated mintlify pages
- Updated guides/accessibility.mdx

Mintlify-Source: dashboard-editor
2026-08-13 05:01:57 +00:00
mintlify[bot] 6e09e8eef0 Update from code changes: document language auto-routing (#6960)
* docs: document auto-route to preferred language for multilingual docs

* docs: translate auto-route to preferred language section

* docs: trim auto-route to preferred language section

Cut the section down to what a user needs to turn the setting on:
what it does, the Add-ons page link, and the two behaviors that
affect them (root-only redirects, switcher choice wins).

Co-Authored-By: Claude Opus 5 (1M context) <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 Opus 5 (1M context) <noreply@anthropic.com>
2026-08-12 17:04:31 -07:00
mintlify[bot] 0775470b7c docs: fix grammar & typos in agent-context skill files (#6965)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-12 23:35:50 +00:00
Mayank Shouche 638248c1ba feat: generate kiro power in agent-context (#6916)
* feat: generate kiro power in agent-context

* Validate Kiro power artifacts against schemas
2026-08-12 16:33:16 -07:00
mintlify[bot] ffe0546996 Apply SEO and metadata best practices (#6958)
* docs: improve SEO title on assistant widget page

* 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-12 10:08:44 -07:00
mintlify[bot] c83cf5cdcc docs: sync Mintlify skill with group-level and page-level SDK config (#6963)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-12 10:07:21 -07:00
mintlify[bot] 691a34ada9 Translation lag tracker: sync es/fr/zh for Aug 5-12 updates (#6962)
* docs: sync es/fr/zh translations for Aug 5-12 English updates

* docs: shorten SEO titles/descriptions on new translated help-center pages

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-12 08:39:55 -07:00
mintlify[bot] 3bfe368134 Update from code changes: document sdk frontmatter and group-level sdk (#6961)
* docs: document sdk frontmatter and group-level sdk config

* docs: enhance sdk group configuration and page integration

* docs: improve sdk reference documentation clarity

* docs: improve sdk reference setup documentation

* docs: update sdk reference setup examples

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Brandon McConnell <brandon@dreamthinkbuild.com>
2026-08-12 04:46:35 -07:00
mintlify[bot] 06d0a4edb8 fix: remove mode "wide" from translated widget pages (#6957)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-11 21:48:23 +00:00
Kyan Yang 7fa1bd8e27 [fix] show on this page TOC on widget page (#6956)
Remove mode: "wide" so the right sidebar table of contents renders.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-11 14:46:36 -07:00
mintlify[bot] fde3e4eb61 docs: add Stripe to supported integrations (#6953)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-11 13:32:58 -07:00
mintlify[bot] cd1e123d27 Agent skill sync with docs: GitHub component, OpenAPI file uploads, playground JS (#6955)
* docs: sync Mintlify skill with new component, OpenAPI file uploads, and playground JS API

* docs: split long sentence in runtime server variables section

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-11 10:52:37 -07:00
mintlify[bot] fca6b473f4 docs: warn that download-spec on authed sites bypasses auth groups (#6939)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 18:11:13 -07:00
Ethan Palm 5cfff0fdd4 Deprecate local workflow files and fix the Vale above rule (#6951)
* Fix Vale rules instead of degrading prose

The Vale style audit workflow told the agent to make warnings go away,
with only two outcomes: fix the prose or note it in the PR body. That
produced runs that reworded correct English to satisfy an over-matching
rule, and one that replaced em dashes with colons when Mintlify.EmDash
only bans the spaces around them.

- Add a third classification to the workflow: when the prose is correct
  and the rule is over-matching, fix the rule. Documents where to make
  each kind of rule fix and requires explaining it in the PR body.
- Replace the "warnings left by the CI check" step. There is no Vale CI
  check in this repo, so the step pointed at a source that does not
  exist. Run vale against the changed files instead.
- Resolve the "a pull request for each file" ambiguity to one PR.
- Narrow the WordList `above` pattern so tier comparisons ("Pro plan and
  above") are exempt. Positional references ("see above", "the app ID
  above") still flag. The \b guard keeps words ending in "and" such as
  "command above" and "operand above" flagged.

Verified with vale 3.12.0 against a fixture covering both the wrongly
flagged text and the text the rule must still catch.

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

* Fold vocabulary maintenance into the weekly Vale audit

Update Vale vocabulary ran on every merge to main: six runs in about
three hours on Aug 10, four of them no-ops, and it split related terms
across separate runs because each run only saw one PR. The work also has
an ordering dependency on the style audit, which should not reword a
valid product name that the vocabulary pass ought to accept.

Adds the vocabulary pass as step 4 of the weekly audit, ahead of prose
fixes, and notes that accept.txt entries are case-sensitive regular
expressions. The previous instruction to find words "not already
present" invited a literal comparison, which would add "allowlisted" as
a new line even though allowlist(s|ed|ing)? already covers it.

Update Vale vocabulary is disabled rather than deleted; its file stays in
.mintlify/workflows/ for now.

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

* Deprecate local workflow files; dashboard is source of truth

The .mintlify/workflows/ files had already drifted out of sync with the
automations they were supposed to define, in both directions:

- translation-lag.md was missing the entire "Check translated redirect
  parity" section that exists in the dashboard record. Had a file sync
  fired, it would have reverted that work.
- seo-audit.md defined an automation, "SEO and metadata audit" on a
  Monday cron, that has no dashboard record and has never run. It was
  still being maintained through PRs as recently as #5250.

Keeping two sources of truth for the same automation invites silent
reverts and edits to prompts that do not run. The dashboard is now the
only definition. Full backup of the four file-backed records is in the
session scratchpad; all prompt text remains in git history.

seo-audit.md is dropped rather than recreated. Fix SEO issues covers it.

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

---------

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-10 17:40:55 -07:00
mintlify[bot] 75c93aff08 docs: tighten Spanish and French analytics page descriptions for SEO (#6950)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 17:39:42 -07:00
mintlify[bot] 4020d995fa docs: fix sentence fragment in redirects page (#6949)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 17:14:20 -07:00
Ethan Palm 02a171c816 fix missing localized redirects (#6948) 2026-08-10 17:11:35 -07:00
mintlify[bot] ea879412dd docs: translate analytics group split into es, fr, zh (#6947)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 23:51:30 +00:00
mintlify[bot] bd053dedb6 docs: align select/choose terminology in analytics pages (#6946)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 16:50:51 -07:00
mintlify[bot] 53d13897de docs: expand analytics page descriptions for SEO (#6945)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 16:49:13 -07:00
Ethan Palm 00445d8e71 Split analytics page into a group (#6944)
* Update redirects.json

* update links

* update nav

* create index page

* Create traffic.mdx

* Create assistant.mdx

* Create search.mdx

* Create user-engagements.mdx

* Create streaming.mdx

* Create export.mdx

* Delete analytics.mdx

* 💅
2026-08-10 16:43:32 -07:00
mintlify[bot] dbfcd5a748 docs: mirror new tag badges to es/fr/zh translations (#6943)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 23:34:39 +00:00
mintlify[bot] 1b5052d730 fix: use Badge component name in translated badge code samples (#6942)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 23:33:48 +00:00
Kaishan (Sam) Ding 0a6a9b4d91 add new badges (#6940) 2026-08-10 16:31:26 -07:00
mintlify[bot] 22e7dd256d Apply brand tone and writing style fixes (#6938)
* docs: apply brand tone and writing style fixes to assistant pages

* Update assistant/configure.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-10 15:56:30 -07:00
Kaishan (Sam) Ding b0bc8946df docs: clarify Next.js Widget loading strategy (#6937)
* docs: add Next.js widget loading guidance

* fix
2026-08-10 15:48:23 -07:00
mintlify[bot] 9b8ba22489 chore: add Loom and Vimeo to Vale vocabulary (#6935)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 15:03:59 -07:00
mintlify[bot] 2392d2715b docs: tighten over-length descriptions on 3 pages for SEO (#6936)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 15:03:40 -07:00
mintlify[bot] 5b39f907cd chore: add Bitbucket to Vale vocabulary (#6933)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 15:03:22 -07:00
mintlify[bot] 0aa4dcab4a docs: translate Bitbucket Cloud support (#6929) into es, fr, zh (#6934)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 21:56:25 +00:00
mintlify[bot] f3b088b1d6 docs: apply brand tone and writing style fixes to Bitbucket page (#6931)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 14:56:02 -07:00
Ethan Palm 04e47bd627 add task lists and moving private pages (#6932) 2026-08-10 14:55:34 -07:00
mintlify[bot] 94aae43575 docs: fix grammar in Bitbucket Cloud additions (#6930)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 21:51:10 +00:00
Ethan Palm 1c7ae48a4d Bitbucket cloud support (#6929)
* mention Bitbucket availability

* add bitbucket setup page
2026-08-10 14:48:44 -07:00
mintlify[bot] 4df6199783 docs: document sourceRef support inside tab menu arrays (#6901)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 14:40:07 -07:00
mintlify[bot] 6c5edc2da2 Update from code changes: document API Playground variables (#6882)
* docs: document API Playground server variables

* docs: refine API Playground variable guidance

* 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-10 14:39:05 -07:00
mintlify[bot] 17c95e4a04 Update from code changes: document static export URLs (#6875)
* docs: document static export HTML URLs

* docs: polish static export translations

* docs: cover imperative static export navigation

* docs: polish static export overview pages

* Apply suggestion from @ethanpalm

* 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-10 14:31:21 -07:00
mintlify[bot] 0f449bc2ae Update from code changes: document OpenAPI file uploads (#6863)
* docs: document OpenAPI 3.1 file uploads

* fix: improve translated OpenAPI page metadata

* docs: clarify OpenAPI file encoding behavior

* fix: polish OpenAPI upload documentation

* 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-10 14:20:27 -07:00
mintlify[bot] 3cb050a75a Update from code changes: document GitHub repository card (#6923)
* docs: document GitHub repository card component

* docs: translate GitHub component page and mirror nav updates

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 12:00:29 -07:00
mintlify[bot] 7c838dad4a Update from code changes: support Pylon and Zendesk feedback (#6917)
* docs: add Pylon and Zendesk to support feedback automation

* docs: mirror Pylon/Zendesk support automation change to translations

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 11:54:07 -07:00
mintlify[bot] 47f912262e docs: apply SEO and metadata best practices (#6928)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 11:43:36 -07:00
mintlify[bot] 88b4314765 docs: translate editor agent comments/suggestions section (#6927)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 18:38:38 +00:00
mintlify[bot] 448c70439f docs: apply brand tone and writing style fixes to editor/agent.mdx (#6926)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-10 11:37:52 -07:00
Ethan Palm 168c7db359 add comments/suggestions (#6924) 2026-08-10 11:34:24 -07:00
mintlify[bot] 3b78dd9d26 Update & deprecate from code: document analytics updates (#6856)
* docs: document analytics and authenticated previews

* docs: polish translated analytics updates

* remove duplicative content

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* 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-10 11:03:28 -07:00
mintlify[bot] f06a3c920d Update from code changes: document user flows (#6855)
* docs: document user flow analytics

* docs: polish analytics metadata

* docs: clarify user flow aggregation

* docs: refine analytics writing style

* docs: document impressions actions metrics

* docs: refine analytics prose

* docs: document search funnel actions

* docs: improve funnel prose

* docs: clarify impressions card order

* update user engagement info

---------

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-10 10:45:02 -07:00
mintlify[bot] e3d9a5ade2 Documentation quality check: address reader-question gaps (#6922)
* docs: address reader-question gaps flagged by quality check

* docs: mirror English gap fixes to es, fr, zh translations

* 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-10 09:51:50 -07:00
mintlify[bot] f0cf216f80 docs: translate PostHog key safety clarification (es, fr, zh) (#6920)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-08 00:39:38 +00:00
mintlify[bot] 40674fa8c3 docs: fix gender agreement in FR PostHog page (#6919)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-08-08 00:39:25 +00:00
Ethan Palm 2e99d5eab0 Clarify PostHog key safety (#6918)
* docs: clarify PostHog API key is safe to commit

Users were avoiding committing the apiKey out of caution, unaware
it's a client-side token already exposed in every browser request.

Fixes DOC-415 / mintlify/docs#609

* 💅
2026-08-07 17:37:36 -07:00