Commit Graph

359 Commits

Author SHA1 Message Date
skeptrune 6d5d62f5b3 Document SDK reference generation (typedoc, docfx, javadoc, sphinx, phpdoc) (#6717)
* Document SDK reference generation from doc-tool artifacts

* Add SDK references section to navigation reference

* Fix vale findings: active voice, accept doclet, avoid possessive
2026-07-23 17:55:52 -07:00
mintlify[bot] 60f7b3d1f3 Update from code changes: document GraphQL API reference setup (#6699)
* docs: add GraphQL API reference setup page

* docs: translate GraphQL setup page 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-22 17:37:51 -07:00
Ethan Palm 0cfe37e4fd Add learn tab (#6703)
* add learn tab

* footer 💅
2026-07-22 16:31:18 -07:00
Ethan Palm 25362863b8 Decouple search and assistant endpoints (#6700)
* add search endpoint section

* fix icon label

* update index

* very clear search endpoints don't use credits
2026-07-22 15:38:06 -07:00
skeptrune 5093c9667b Add deslop endpoint to Admin API spec (#6559)
* Add deslop endpoint to Admin API spec

* Document mint deslop CLI command

* docs: add API reference page for deslop endpoint

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-07-17 16:26:39 -07:00
Ethan Palm 1e4bea0006 Editor comments suggestions (#6605)
* add comments

* add suggestions

* update index

* Update docs.json
2026-07-16 10:24:41 -07:00
mintlify[bot] f4175ee8af Update from code changes: document related pages add-on (#6510)
* docs: add related pages configuration and frontmatter

* docs: translate related pages content to es, fr, zh

* Apply suggestion from @ethanpalm

* 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-07-16 00:43:32 -07:00
Denzell 2ae9c239b0 Add editor drafts documentation (#6526)
* Add editor drafts documentation

Co-Authored-By: Denzell Ford <fdenzell@gmail.com>

* Reword drafts intro for style

Co-Authored-By: Denzell Ford <fdenzell@gmail.com>

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-07-13 15:18:35 -07:00
Ethan Palm be7a1371ac Custom domain updates (#6465)
* docs: update custom domain setup for new dashboard flow

Reflect the new custom domain UI: hosting mode selector (domain/subdomain
vs subpath), traffic routing options (Mintlify-managed vs proxy-only),
arbitrary base paths with reserved-path list, and base path changes that
redeploy with rollback on failure. Replace references to the removed
Host at /docs toggle in the Vercel and reverse proxy guides.

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

* copy edit

* update images

* docs: update subpath proxy guides for dashboard base paths

Custom subpaths no longer require documentation files to live in a
directory matching the subpath. The base path set in the dashboard is
applied at build time, so the custom subpath reverse proxy setup now
uses the same routing configuration as /docs with the path substituted.
Add dashboard base path setup steps to the Vercel, Cloudflare Worker,
and Route 53/CloudFront guides.

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

* 💅

* add plan gate

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

* update vercel generator

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

* remove gate

* remove gate

* Fix review findings: shared subpath setup snippet, generalize /docs framing, clarify Host header and script guidance

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

* Align hosting mode and traffic routing labels with dashboard UI, update screenshot alt text

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

* Fix root-only special file routing: path-preserving nginx destinations, restore sitemap/robots/mcp rewrites, sanitize generator input

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

* Add apex domain DNS provider requirements

Apex domains get the same CNAME instruction as subdomains, but a CNAME
at the apex requires provider support for CNAME flattening or ALIAS
records. Document the requirement and supported providers, and link to
it from the hosting mode section.

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

* Correct special-file routing to base-path destinations per live verification, remove stale toggle images, generalize propagation snippet

Verified against mintlify.mintlify.site: all special files (sitemap.xml,
robots.txt, mcp, skill.md, llms.txt) serve under the base path and 404 at
root, so root-mapping rewrites are reverted and optional root routes now
proxy to base-path destinations. Broken links in es/fr/zh from image
deletion resolve via post-merge translation automation.

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

* remove outdated images

* Update dashboard instructions for Host at toggle UI (mint #8979)

The hosting mode selector and traffic routing options were replaced with
a Host at toggle and inline base path input; routing is now inferred from
DNS. Verified against mint origin/main commit 6fb20b1789.

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

* 💅

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-09 18:04:01 -07:00
Ethan Palm d98bd80baa add network access page 2026-07-09 13:52:53 -07:00
Ethan Palm f8927c3fd8 SCIM docs (#6452)
* draft

* copyedit
2026-07-08 16:31:28 -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
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] 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
Justin Torre ad34d8f12d added copy for client export feature (#6300)
* added copy for client export feature

* Fail GitHub Action when export job times out

The sample workflow's wait step previously exited successfully after 60
polls even if the job was still queued/running, then called generate
bundle on an incomplete job (HTTP 409 or a broken deploy). Exit 0 only on
completed, and fail explicitly on timeout.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* update availability callouts

* add missing 400

* 💅

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-06-26 14:55:20 -07:00
Ethan Palm 4cffd85891 Codex MCP guide (#6271)
* docs(DOC-389): add Codex CLI guide and MCP connection tab

Adds a guide for using OpenAI Codex CLI with Mintlify docs (AGENTS.md
config + MCP connection), adds Codex to the AI tools nav group, and
adds a Codex tab to the MCP server connection example section.

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

* docs: add Codex to AI tools list in guides index

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

* docs: update Windsurf → Devin Desktop across guides and contextual menu

windsurf.com permanently redirects to devin.ai/desktop. Updates:
- guides/windsurf.mdx: rebrand to Devin Desktop, update rules path to
  .devin/rules/, update docs links, add MCP config with correct format
- ai/contextual-menu.mdx: replace deprecated "windsurf" identifier with
  "devin-desktop" in example config, update description and keywords

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

* docs: rename guides/windsurf to guides/devin-desktop, add redirect

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

* docs: sweep remaining Windsurf → Devin Desktop references in English docs

Updates ai-native.mdx, guides/index.mdx, guides/claude-code.mdx,
organize/settings-structure.mdx, organize/settings-reference.mdx,
and cli/install.mdx. Changelogs and translation files left as-is
(changelogs are historical records; translations auto-update on merge).

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

* docs: add Codex tab to Use your MCP server section

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

* Update docs.json

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-24 21:21:03 -07:00
Leyland Yang fcbc2d93e8 Document multi-repository deployments (#6247)
* Document multi-repository deployments

* Remove content directory step from multi-repo docs

* add UI screenshots and copy edit

* remove duplication

* vale

---------

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-06-24 11:53:57 -07:00
Patrick Foster 65f6e60f31 Rename workflows to automations across docs (#6227) 2026-06-18 16:44:22 -07:00
mintlify[bot] e5d1791438 docs: remove mint analytics CLI command (#6221)
* docs: remove mint analytics CLI command

* docs: tighten CLI page descriptions for SEO

* Apply suggestion from @ethanpalm

* clean up redirects.json

---------

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-18 10:22:10 -07:00
Ethan Palm 0b777ec048 Editor UI updates and ask agent (#6176)
* Update index.mdx

* add images

* update tutorial

* Update git-essentials.mdx

* Update pages.mdx

* Update branching-and-publishing.mdx

* Update keyboard-shortcuts.mdx

* Update live-preview.mdx

* Create agent.mdx

* Update docs.json

* remove orphaned pages

* Update settings.mdx

* Update pages.mdx

* 💅

* update configurations
2026-06-14 14:17:56 -07:00
Ethan Palm 27c3349e9c add learn to footer (#6158) 2026-06-11 16:12:13 -07: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
Ethan Palm b87ced08f8 Updated mintlify pages (#6068)
- Updated docs.json

Mintlify-Source: dashboard-editor
2026-06-03 15:14:42 -07:00
Ethan Palm 30d2541a7a Credit pricing (#6047)
* create credit pricing page

* add estimating and cost opimtization
2026-06-01 22:14:52 -07:00
Ethan Palm fbc3f9f18d Workflows updates (#6023)
* Update docs.json

* update title in link

* add link to new guide

* Update index.mdx

* first draft new guide

* Update create.mdx

* Update enable.mdx

* add reference of predefined workflows

* combine enable and manage

* update links

* Update reference.mdx

* Update create.mdx

* Update index.mdx

* Update manage.mdx

* Update use-workflows.mdx

* update images

* update workflow names

* update workflow descriptions

* clarify maintenance workflow cron vs push
2026-05-29 12:06:47 -07:00
Ethan Palm 73eda4bce0 update lucide icon names (#6020) 2026-05-28 11:27:35 -07:00
skeptrune ef65919462 docs: document the download-spec contextual option (#6014)
* Document download-spec contextual option

* Enable download-spec contextual option on mintlify docs site

* Explain download-spec on the OpenAPI setup page
2026-05-28 10:42:21 -07:00
Ethan Palm 2f7d7d8b83 Remove editor-classic from docs navigation (#5970)
Mintlify-Source: dashboard-editor
2026-05-26 14:22:05 -07:00
mintlify[bot] bb371385b4 docs: remove automate-agent guide page (#5938)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-05-22 16:49:11 -07:00
Patrick Foster fa4fc0c118 Revert "docs: add Star Wars overview page (#5889)" (#5890)
This reverts commit 38d75c43c0.
2026-05-21 16:25:52 -07:00
mintlify[bot] 38d75c43c0 docs: add Star Wars overview page (#5889)
* docs: add Star Wars overview page

* docs: add translations and improve SEO metadata for Star Wars page

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-05-21 23:22:14 +00:00
skeptrune 1fedb88ca4 docs: convert search-boost page into general Search config page (#5851)
Renames optimize/search-boost.mdx to optimize/search.mdx and
restructures it so search boost is one section alongside the new
"Maximum search results" setting from mint #7771. Updates inbound
links (changelog, pages.mdx, settings-reference.mdx) to deep-link
into the boost section, adds a redirect from the old path, and
includes light/dark screenshots of the new dashboard settings page.
2026-05-18 12:00:39 -07:00
Hammad Shami ae72f02574 fix: remove duplicate workflows/index from navigation to fix circular Next link (#5776)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-05-15 15:27:36 -07:00
mintlify[bot] 4bb0b083b5 docs: add May 15 2026 changelog entry (#5820)
* docs: add May 15 2026 changelog entry

* docs: translate May 15 changelog entry and add zh editor settings

* Update changelog and favicon configuration

Mintlify-Source: dashboard-editor

* Update changelog for May 15, 2026 release

Mintlify-Source: dashboard-editor

* Update changelog with recent improvements

Mintlify-Source: dashboard-editor

* Remove search language fallback from changelog

Mintlify-Source: dashboard-editor

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-05-15 14:51:11 -07:00
mintlify[bot] 85ed7ac0d4 docs: add editor settings page for AI and publishing (#5810)
* docs: add editor settings page for AI instructions and publishing

* docs: refine editor settings SEO and add fr/es translations

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-05-14 21:19:09 +00:00
mintlify[bot] a241ae8854 docs: remove Notion agent integration docs (#5763)
* docs: remove Notion agent integration docs

* docs: remove Notion from Chinese agent docs and navigation

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-05-12 17:55:58 +00:00
Ethan Palm f1cb0b4959 remove beta info (#5735) 2026-05-09 11:18:50 -07:00
mintlify[bot] 9e8e2225b9 docs: add self-hosted GitLab OAuth setup guide (#5702)
* Add self-hosted GitLab OAuth documentation

Mintlify-Source: dashboard-editor

* Fix punctuation in GitLab self-hosted docs

Mintlify-Source: dashboard-editor

* Clarify GitLab self-hosted OAuth vs. deploy token

Mintlify-Source: dashboard-editor

* Remove outdated GitLab self-hosted troubleshooting

Mintlify-Source: dashboard-editor

* Update deploy/gitlab-self-hosted.mdx

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

* Update deploy/gitlab-self-hosted.mdx

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

* Update deploy/gitlab-self-hosted.mdx

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

* Update deploy/gitlab-self-hosted.mdx

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

* Update deploy/gitlab-self-hosted.mdx

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

* Update deploy/gitlab-self-hosted.mdx

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

* Update deploy/gitlab-self-hosted.mdx

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

* Update deploy/gitlab-self-hosted.mdx

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

* Update deploy/gitlab-self-hosted.mdx

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

* Update deploy/gitlab-self-hosted.mdx

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

* Update deploy/gitlab-self-hosted.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: Hammad Shami <46585994+H2Shami@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-05-08 10:20:50 -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
Ethan Palm ec5e78af4c Editor updates (#5603)
* Update git-essentials.mdx

* Update index.mdx

* add v2 group

* recent updates

* remove v2 path

* small classic editor page

* add tutorial

* updates based on notion doc

* Create branching-and-publishing.mdx

* Update collaborate.mdx

* redirects

* update pages

* update create pages

* remove pages

* update redirects

* Update navigation.mdx

* remove redundancies

* update configurations

* 💅

* remove unused images

* update live preview

* correct image

* Add missing visual mode shortcuts and ungroup action

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

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 00:52:25 -07:00
Ethan Palm 2a1f93eedd Split workflows into structured group at /workflows/ (#5597) 2026-04-29 18:51:22 -07:00
mintlify[bot] ef4515692b docs: add admin MCP page (#5587)
* Add Admin MCP documentation and navigation link

Mintlify-Source: dashboard-editor

* refactor: rename Admin MCP to Mintlify MCP and move under Guides › AI

* refactor: move Mintlify MCP to Documentation › Create content and address review

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-04-29 11:00:52 -07:00
skeptrune 8909948779 Document the search boost feature (#5562)
* Document the search boost feature

Add an optimize/search-boost page explaining how to bias in-product
search ranking by setting a numeric boost multiplier in page frontmatter
or on a docs.json navigation group, including inheritance rules and
de-prioritization with sub-1 values. Cross-reference from the boost
frontmatter ResponseField in organize/pages and add the new page to the
Optimize navigation group.

* Document boost in the docs.json schema reference

Add a navigation.groups[].boost subsection under navigation.groups in
the docs.json schema reference page, with a link out to the topic page.

* Apply boost: 2 to Get started and boost: 0.5 to Changelog

Bias in-product search ranking toward onboarding content and away from
the changelog. Doubles as a live test of the search boost feature.
2026-04-28 09:46:25 -07:00
mintlify[bot] ed3e4614b4 Add trigger preview deployment API endpoint documentation (#5467)
Generated-By: mintlify-agent

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-04-20 21:01:28 -07:00
Ethan Palm 877f90193e split out localized versions of navigation (#5438)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 12:17:36 -07:00
mintlify[bot] d42bd3f156 Translate assistant group restructure and robots.txt docs to es, fr, zh (#5435)
Generated-By: mintlify-agent

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-04-17 12:06:43 -07:00
Ethan Palm 6187247856 Create assistant group (#5411)
* add redirect

* update links

* remove old page

* create index page

* Create configure.mdx

* Create customize.mdx

* Create use.mdx

* Update docs.json
2026-04-16 11:09:02 -07:00
Han Wang 913a524d11 Fix 2026-04-14 19:12:41 -07:00
Ethan Palm baf530dedc Refresh homepage (#4656)
* them -> luma

* redo landing page

* refine

* spacing

* use images for cards

* searchbar

* searchbar

* reduce pop in

* adjust gradient

* accessibility

* gradient

* fuzz

* gradient colors

* gradient

* add icon

* frame mode

* update cards

* remove support card

* edit bottom cards

* rename image

* make search a button, add aria labels

* color contrast

* Apply suggestions from code review

Co-authored-by: dmytro <71014515+pqoqubbw@users.noreply.github.com>

* gradient on hover

* add color

* remove background image

* fix parsing error

* fix pop in

* pop in

* fix search icon

* fix link

---------

Co-authored-by: dmytro <71014515+pqoqubbw@users.noreply.github.com>
2026-04-14 18:22:50 -07:00
mintlify[bot] 153edce87d Translate link fixes to es, fr, zh (#5371)
Generated-By: mintlify-agent

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
2026-04-15 00:52:39 +00:00