From dab0a87f887411e8b7270ae86f560f10ed51d3ca Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 15:16:17 +0000 Subject: [PATCH 1/2] Fix Vale style warnings from PRs merged in the last week Generated-By: mintlify-agent --- ai/mintlify-mcp.mdx | 2 +- guides/automate-agent.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ai/mintlify-mcp.mdx b/ai/mintlify-mcp.mdx index 740670544..727a9edc2 100644 --- a/ai/mintlify-mcp.mdx +++ b/ai/mintlify-mcp.mdx @@ -104,7 +104,7 @@ Every Mintlify MCP session binds to a single Git branch. The flow is: ### Content - **`read`** — Fetch the full MDX of any page on the session branch. -- **`search`** — Find lines matching a substring or regex across every page. +- **`search`** — Find lines matching a substring or regular expression across every page. - **`edit_page`** — Apply a targeted edit to a page. - **`write_page`** — Overwrite a page's full MDX content. diff --git a/guides/automate-agent.mdx b/guides/automate-agent.mdx index b2ddbd1de..268a3d29b 100644 --- a/guides/automate-agent.mdx +++ b/guides/automate-agent.mdx @@ -5,7 +5,7 @@ description: "Set up automated documentation updates triggered by code changes u keywords: ["agent automation", "n8n", "GitHub Actions", "automatic doc updates"] --- -## What you will build +## What you'll build An automation that updates your documentation when you push code to your main branch. You can build this workflow on multiple platforms, including GitHub Actions and n8n. It watches your code repository and then calls the agent API to update your documentation in a separate documentation repository. From 18d497ffc515c9cccca99ef38db22a9d3ee46adb Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 15:18:40 +0000 Subject: [PATCH 2/2] Mirror heading slug update in translations Generated-By: mintlify-agent --- es/guides/automate-agent.mdx | 2 +- fr/guides/automate-agent.mdx | 2 +- zh/guides/automate-agent.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/es/guides/automate-agent.mdx b/es/guides/automate-agent.mdx index 67a73d6c7..b85558864 100644 --- a/es/guides/automate-agent.mdx +++ b/es/guides/automate-agent.mdx @@ -5,7 +5,7 @@ description: "Configura actualizaciones de documentación automatizadas activada keywords: ["automatización con agente", "n8n", "GitHub Actions", "actualizaciones automáticas de la documentación"] --- -