54 Commits

Author SHA1 Message Date
mintlify[bot] ade1fbbd39 Documentation quality check: fill gaps in recently updated pages (#6633)
* docs: address reader-question gaps in recently updated pages

* docs: shorten analytics description, split long sentence, mirror translations

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-17 15:06:01 +00:00
dmytro b42a5087ac fix: use currentColor for Fathom and Hightouch analytics logos (#6612)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-07-17 01:53:36 +02:00
mintlify[bot] 54f9721835 Apply brand tone and writing style fixes (#6532)
* docs: apply brand tone and writing style fixes

* 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-07-13 16:31:33 -07: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
Han Wang f8b7762bee Update 2026-05-01 21:21:20 -07:00
Han Wang 31bb7244a4 Add heights 2026-05-01 20:10:21 -07:00
Han Wang 32525d1906 Update icons 2026-05-01 20:05:14 -07:00
Han Wang 90930744d6 Fix SVGs 2026-05-01 20:01:18 -07:00
Han Wang 2feedc303f Add heights 2026-05-01 19:39:19 -07:00
Han Wang d325a3bb3a Update clearbit 2026-05-01 19:38:39 -07:00
Han Wang c931048770 remove /docs in clarity 2026-05-01 19:30:50 -07:00
mintlify[bot] f8e015ff62 Improve SEO descriptions across 177 pages (#4993)
* Improve SEO metadata: update descriptions to 130-155 chars across 177 pages

Generated-By: mintlify-agent

* Apply suggestion from @ethanpalm

* Apply suggestions from code review

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

* 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-03-31 16:12:58 -07:00
mintlify[bot] 844e0f0c14 Document Heap analytics event tracking (#4816)
* Document Heap analytics event tracking support

Generated-By: mintlify-agent

* alphabetize cards

* concision

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-03-23 17:11:22 -07:00
mintlify[bot] dbdb1a298b Fix Vale style warnings across documentation (#4036)
* Fix Vale style warnings across documentation

Generated-By: mintlify-agent

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Apply suggestions from code review

* Update guides/automate-agent.mdx

* Update integrations/analytics/adobe.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-03-05 10:11:54 -08:00
mintlify-development[bot] f91dfb8ab5 style: fix passive voice in analytics overview (#3841)
Rewording to use active voice per Vale style guide
Generated-By: mintlify-agent

Co-authored-by: mintlify-development[bot] <109878554+mintlify-development[bot]@users.noreply.github.com>
2026-02-27 11:13:46 -08:00
mintlify-development[bot] 08061629f2 Fix typo: 'analytic' to 'analytics' in heading (#3836)
Generated-By: mintlify-agent

Co-authored-by: mintlify-development[bot] <109878554+mintlify-development[bot]@users.noreply.github.com>
2026-02-26 17:08:24 -08:00
Leyland Yang 2f66d0ba99 adobe analytics page (#3829)
* adobe analytics page

* update logo SVG

---------

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-02-26 17:04:08 -08:00
mintlify[bot] a7025a0d27 Enable add-mcp in contextual menu (#3366)
* Add add-mcp contextual menu option to documentation

* Add add-mcp to contextual menu options

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

---------

Co-authored-by: Mintlify Agent <agent@mintlify.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-02-10 11:33:00 -08:00
mintlify[bot] 2afbab0d46 Add add-mcp contextual menu option (#3365)
* Add add-mcp contextual menu option to documentation

* Enable add-mcp in contextual menu config

---------

Co-authored-by: Mintlify Agent <agent@mintlify.com>
2026-02-10 11:27:48 -08:00
mintlify[bot] e83ce16353 Clarify analytics API key security (#3130)
* Clarify that analytics integrations use public API keys

* Update integrations/analytics/overview.mdx

---------

Co-authored-by: Mintlify Agent <agent@mintlify.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-02-05 17:59:49 -08:00
Ethan Palm 70a57f5766 Add docs.content.md.view analytics event (#3048)
* Update integrations/analytics/overview.mdx

Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>

* Apply suggestion from @ethanpalm

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-02-02 13:45:31 -08:00
mintlify[bot] 3db3e10f05 Update integrations/analytics/overview.mdx (#2762)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-01-21 17:54:44 -08:00
Ethan Palm e1ad682118 Update integrations/analytics/overview.mdx (#2463)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2025-12-19 11:23:44 -08:00
cdxker 65ef91ccc8 Update analytics event names for assistant feedback and add new autopilot events (#2434)
* Update integrations/analytics/overview.mdx

Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>

* Update integrations/analytics/overview.mdx

Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>

* Apply suggestions from code review

* update headers

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2025-12-19 10:15:59 -08:00
mintlify[bot] 2b9ec579d8 Improve analytics overview page clarity (#2421)
* Update integrations/analytics/overview.mdx

Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>

* Update integrations/analytics/overview.mdx

Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>

* Update integrations/analytics/overview.mdx

Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>

* Update integrations/analytics/overview.mdx

Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>

* Update integrations/analytics/overview.mdx

Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>

* copy edit

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2025-12-19 10:01:27 -08:00
Leyland Yang 2d2ea0da04 Remove deprecated assistant feedback analytics events (#2202)
* Update ai/assistant.mdx

Co-Authored-By: mintlify-development[bot] <109878554+mintlify-development[bot]@users.noreply.github.com>

* Update integrations/analytics/overview.mdx

Co-Authored-By: mintlify-development[bot] <109878554+mintlify-development[bot]@users.noreply.github.com>

* Apply suggestions from code review

* Apply suggestion from @ethanpalm

---------

Co-authored-by: mintlify-development[bot] <109878554+mintlify-development[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2025-12-12 17:45:17 -08:00
mintlify[bot] a878f8319e Update integrations/analytics/overview.mdx (#1927)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2025-12-01 09:18:57 -08:00
Ethan Palm 4c31f3683c SEO: add keywords to pages (#1775)
* ai/ keywords

* api/ keywords

* components/ keywords

* create/ keywords

* customize/ keywords

* api-playground/ keywords

* dashboard/ keywords

* deploy/ keywords

* guides/ keywords

* insights/ keywords

* integrations/ keywords

* optimize/ keywords

* organize/ keywords

* root/ keywords

* rm temp files
2025-11-14 14:08:24 -08:00
Ethan Palm 4b68a8e5ec Update descriptions for SEO (#1767)
* add global metatags

* set "indexing": "all"

* update AI group descriptions

* api-playground descriptions

* root level page descriptions

* component descriptions

* create descriptions

* customize descriptions

* dashboard descriptions

* deploy descriptions

* guides descriptions

* insights descriptions

* api-playground

* organize descriptions

* Integrations descriptions
2025-11-13 17:14:39 -08:00
dmytro efb9e3b44a Fix clarity icon (#1764)
* remove svg tags

* wip

* fix icon

* wip

---------

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2025-11-13 22:48:55 +01:00
Ethan Palm 34bcd871b9 Fix Clarity icon (#1758)
* remove svg tags

* wip

---------

Co-authored-by: pqoqubbw <pqoqubbw@gmail.com>
2025-11-13 13:34:52 -08:00
mintlify[bot] 75e1a4fbb0 Add Microsoft Clarity analytics integration documentation (#1740)
* Update integrations/analytics/clarity.mdx

* Update integrations/analytics/overview.mdx

* Update integrations/analytics/overview.mdx

* Update docs.json

* Update docs.json

* Update docs.json

* Update docs.json

* Update docs.json

* Update docs.json

* Update docs.json

* Update docs.json

* Update docs.json

* Update docs.json

* fix docs.json

* update icon

* Update integrations/analytics/clarity.mdx

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: pqoqubbw <pqoqubbw@gmail.com>
Co-authored-by: dmytro <71014515+pqoqubbw@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2025-11-12 21:59:03 +01:00
Ethan Palm c5bd07bff1 Deprecate koala (#1496)
* remove Koala page

* remove Koala from analytics overview

* remove Koala CSP configurations

* remove Koala from settings reference
2025-10-08 11:09:16 -07:00
Kaishan (Sam) Ding 6ad6192d68 feat: add 4 more events for actions in context menu (#1025) 2025-08-12 22:41:58 -07:00
cdxker 65b26c80b6 feature: docs for hightouch analytics (#1014)
* feature: docs for hightouch analytics

* feature: add hightouch onto overview.mdx

* add Hightouch card to Overview

* make icon dark mode friendly

* fix fathom too

---------

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2025-08-12 20:25:11 -07:00
Ethan Palm cb7180b5a0 add undocumented events (#856) 2025-06-25 14:36:35 -07:00
Ethan Palm 2b150e5749 Change titles to sentence case (#833)
* change titles to sentence case

* make groups sentence case
2025-06-19 10:15:15 -07:00
Ethan Palm 3a50c90582 update event names (#825) 2025-06-17 17:01:09 -07:00
Ethan Palm bc300dd9e7 Make analytics events more discoverable (#811)
* bring events out of accordion

* change list to table
2025-06-12 17:17:20 -07:00
Hahnbee Lee ffd2d62fd2 fix: analytics overview (#650) 2025-04-11 17:19:44 -07:00
Dean from Mintlify 44801fd002 Removed: GA4 example from integrations (#615)
* Documentation edits made through Mintlify web editor

* add missing integrations

* fix icons

* remove spaces

---------

Co-authored-by: Hahnbee Lee <55263191+hahnbeelee@users.noreply.github.com>
2025-04-11 17:15:45 -07:00
Han Wang 0a17bd8ba4 Update brackets to integrations 2025-03-27 10:27:56 -07:00
dino475 28cdbad61b added segment to the code block (#539)
LFG
2025-02-20 13:30:47 -08:00
Han Wang e1210834db Update docs for GA 2025-02-10 22:38:00 -08:00
mintlify[bot] 38d1f02f95 Documentation edits made through Mintlify web editor (#522)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2025-02-10 11:29:38 -08:00
Ruhan Ponnada da0b605d83 Replacing mint.json to docs.json (#506)
* Replacing mint.json to docs.json for everythin except versioning and navigation

* Reflected docs.json for navigation and versioning
2025-02-04 20:24:52 -08:00
tiffany-mintlify 09f7992a90 added analytics events to analytics page (#439)
* added analytics events to analytics page

* make it an FAQ section

---------

Co-authored-by: Hahnbee Lee <55263191+hahnbeelee@users.noreply.github.com>
2025-01-02 16:49:17 -05:00
Ricky Zhang be8d6c9d45 Add segment page (#229)
* add segment page

* fix logo size

* improve wording

Co-authored-by: Ronan McCarter <63772591+rpmccarter@users.noreply.github.com>

---------

Co-authored-by: Ronan McCarter <63772591+rpmccarter@users.noreply.github.com>
2024-07-25 22:06:15 -04:00
Han Wang c370823c2c Edit horizontal cards and use an example (#213)
* Edit horizontal cards and use an example

* Add horizontal cards
2024-07-15 17:45:34 -07:00
Ricky Zhang 6d0e979534 add heap 2024-03-19 18:43:06 -04:00