46 Commits

Author SHA1 Message Date
mintlify[bot] 533b0ff794 Apply brand tone and writing style fixes (#6748)
* docs: split overly long sentences in agent and AI pages for readability

* chore: remove stray tmp scan script

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-24 17:08:25 -07:00
mintlify[bot] dacdda6cd7 Update from code changes: automation integrations available to all plans (#6692)
* docs: remove Enterprise gating from automation integrations

* docs: mirror Enterprise callout removal in es, fr, zh translations

* update Vale

* update agent slack app info

* include integration trigger

* add plan gate

* add bew trugger

* Update integrations.mdx

* Update manage.mdx

* spanish

* french

* chinese

---------

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-23 13:39:06 -07:00
Ethan Palm a4f36e3a8f updates from docs report (#6613) 2026-07-16 11:38:13 -07:00
mintlify[bot] aae35106db Update from code changes: document agent publishing options (#6349)
* docs: document agent publishing options

* docs: translate agent publishing options to es, fr, zh

* docs: align review process wording with dashboard labels

* 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: Aadit Shah <aadit2805@gmail.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-07-15 15:19:46 -07:00
mintlify[bot] a974b9a4b5 docs: clarify PDFs are supported as agent attachments (#6482)
* docs: clarify PDFs are supported as agent attachments

* docs: include SVGs in supported agent attachments

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-10 14:40:35 -07:00
mintlify[bot] dddfdcd00b docs: remove Slack agent integration references (#6412)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-07 13:19:30 -07:00
mintlify[bot] 0a821baa8e docs: use consistent "select" verb in agent Slack docs (#6410)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-07 09:10:06 -07:00
Patrick Foster 7dfae46f10 Move integrations docs from agent to automations (#6402)
* docs: move integrations page from agent to automations

Slack agent integrations are deprecated; integrations now serve the
Automations product and are managed from Settings -> Integrations in the
dashboard. Moves /agent/integrations to /automations/integrations with
redirects, reframes the page around automations, and updates links in the
agent and automations pages.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Update automations/integrations.mdx

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

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-07-07 08:05:00 -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
mintlify[bot] e601a8024e docs: tighten SEO descriptions on agent pages (#6085)
* docs: tune SEO descriptions for agent integrations and Slack pages

* 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-04 15:29:55 -07:00
mintlify[bot] bbb85bd712 docs: fix style and consistency issues in agent and workflows pages (#6087)
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-04 15:28:36 -07:00
mintlify[bot] f63481901d docs: fix typos in agent/slack.mdx (#6086)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-06-04 22:16:28 +00:00
Ethan Palm 6066a1d621 Agent integrations (#6084)
* update agent overview

* add note to slack page

* add new page to docs.json

* draft integrations page

* copy edit

* add integrations to workflow pages
2026-06-04 15:14:31 -07:00
mintlify[bot] f99123ca26 docs: fix Vale warnings from PRs merged in the last week (#6081)
* docs: fix Vale warnings from PRs merged in the last week

* docs: mirror Vale style 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-04 09:48:45 -07:00
skeptrune bf83a6602a docs(agent): note Enterprise Grid workspace install for Slack app (#6077) 2026-06-03 23:54:44 -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 6fc915ebe7 Slack agent updates (#5981)
* docs: document GitLab support, standalone install, and thread context for Slack agent

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

* 💅

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-26 15:33:34 -07:00
mintlify[bot] e6a7398069 Document thread image reuse in Slack agent (#5724)
* Document thread image reuse in Slack agent

Generated-By: mintlify-agent

* revert translations

* Revert "revert translations"

This reverts commit b1eaeffe44.

* Update slack.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-05-08 16:19:52 -07:00
mintlify[bot] ac41f8610b Document Slack agent connection sync and reconnection (#5727)
* Document Slack agent connection sync and reconnection flow

Generated-By: mintlify-agent

* Remove translated file changes (handled separately)

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-05-08 16:14:00 -07:00
mintlify[bot] 367a4a633b Document Slack agent access for viewer-role users (#5710)
* Document Slack agent access for viewer-role users

Generated-By: mintlify-agent

* 💅

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-05-08 12:04:27 -07:00
mintlify[bot] cfd560fe2d Document Slack agent reconnect and one-org install (#5695)
* Document Slack agent reconnect flow and one-org constraint

Generated-By: mintlify-agent

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* 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-05-08 11:44:21 -07:00
mintlify[bot] 9cd7d22ed3 Clarify GitHub and GitLab setup in Slack agent docs (#5661)
* Clarify GitHub and GitLab are not configured via Composio

Generated-By: mintlify-agent

* 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-05-07 13:41:24 -07:00
mintlify[bot] 5c3f01df12 Document permission requests in Slack agent (#5654)
* Document Composio permission requests in Slack agent

Generated-By: mintlify-agent

* 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-05-07 12:58:59 -07:00
mintlify[bot] 693dbc361f Fix Vale style warnings from PRs merged in the last week (#5690)
* Fix Vale style warnings across docs from past week of merges

Generated-By: mintlify-agent

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* 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-05-07 10:28:17 -07:00
mintlify[bot] 3f99459636 Document per-user integrations from Slack (#5612)
* Document per-user Composio connections from Slack

Generated-By: mintlify-agent

* 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-05-01 09:36:01 -07:00
mintlify[bot] 62237aecb1 docs: remove Linear agent integration documentation (#5613)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-04-30 10:49:30 -07:00
mintlify[bot] 0dbd69f970 Document setting up agent integrations from Slack (#5566)
* Document setting up additional integrations from Slack

Generated-By: mintlify-agent

* Remove first-class integrations note

Generated-By: mintlify-agent

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-04-28 10:02:37 -07:00
mintlify[bot] d370ad2f9b Document Slack agent cross-repo access (#5541)
* Document Slack agent cross-repo access

Generated-By: mintlify-agent

* Apply suggestion from @ethanpalm

* 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-04-27 12:38:34 -07:00
mintlify[bot] a61a33686c Document in-thread deployment switching for Slack agent
Updated Slack agent docs to document the ability to switch deployments mid-thread.
Conversation history is preserved when switching.

Generated-By: mintlify-agent
2026-04-14 00:46:24 +00:00
mintlify[bot] b45e50319d Revert: Document in-thread deployment switching 2026-04-14 00:46:11 +00:00
mintlify[bot] 8f5f5debfb Document in-thread deployment switching for Slack agent
Generated-By: mintlify-agent
2026-04-14 00:45:43 +00:00
mintlify[bot] eb7759e284 Revert: Document in-thread deployment switching 2026-04-14 00:44:57 +00:00
mintlify[bot] d39e34c2b1 Document in-thread deployment switching for Slack agent
Generated-By: mintlify-agent
2026-04-14 00:44:47 +00:00
mintlify[bot] f438496395 Revert: Document in-thread deployment switching for Slack agent 2026-04-14 00:43:44 +00:00
mintlify[bot] 6776746e2f Document in-thread deployment switching for Slack agent 2026-04-14 00:43:16 +00:00
Ethan Palm 8c76f1bed1 add read functionality (#5298) 2026-04-10 16:02:15 -07:00
mintlify[bot] cf9aa4dfee Document preferred deployment for Slack agent (#5190)
* Document preferred deployment selection for Slack agent

Generated-By: mintlify-agent

* 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-04-08 11:28:28 -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] fee88dffeb Document Slack agent real-time progress tracking (#4987)
* Document Slack agent real-time progress tracking

Generated-By: mintlify-agent

* Apply suggestions from code review

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

* 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-03-30 09:20:07 -07:00
mintlify[bot] 33b0392e3b Add Notion MCP integration docs for the agent (#4852)
* Add Notion MCP integration page for the agent

Generated-By: mintlify-agent

* 💅

* update image

* copy edit

* fix alt text

---------

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-25 12:44:12 -07:00
mintlify[bot] e94b00dcb8 Add Linear integration documentation (#4754)
* Add Linear integration documentation for the agent

Generated-By: mintlify-agent

* add Linear to agent index page

* update slack installation steps

* edit linear page

* Update automate-agent.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-21 10:59:11 -07:00
Ethan Palm e7152c70e8 Revert "Revert "Update agent docs with enhanced capabilities"" (#3484)
* Revert "Revert "Update agent docs with enhanced capabilities (#3426)" (#3437)"

This reverts commit 72071e635a.

* concision
2026-02-16 09:46:47 -08:00
Ethan Palm 72071e635a Revert "Update agent docs with enhanced capabilities (#3426)" (#3437)
This reverts commit e629bd84b4.
2026-02-12 15:19:30 -08:00
mintlify[bot] e629bd84b4 Update agent docs with enhanced capabilities (#3426)
* Update agent docs with new capabilities and file processing features

* Remove model and provider references

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Apply suggestion from @ethanpalm

* Add workflows for PR review feedback and file attachments

* Apply suggestion from @ethanpalm

* Apply suggestions from code review

* 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-02-12 14:25:46 -08:00
Ethan Palm e2f711248c Document knowledge capture using the agent (#2722)
* document knowledge capture using the agent

* Apply suggestions from code review

Co-authored-by: tembo[bot] <208362400+tembo[bot]@users.noreply.github.com>

---------

Co-authored-by: tembo[bot] <208362400+tembo[bot]@users.noreply.github.com>
2026-01-15 13:54:49 -08:00
Ethan Palm cc346025ce Make agent nav group (#2676)
* update nav

* add new index

* add agent quickstart

* move suggestions

* tangentially improve CLAUDE.md

* reorder group

* add Slack page

* add customize page

* add prompts page

* add workflows page

* remove old agent page

* passive voice
2026-01-13 18:53:20 -08:00