From 8be2afc1ab730acf213aa893c2cd35afcfbfb94d Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 22:33:22 +0000 Subject: [PATCH] docs: rename workflows overview to "Workflows overview" and boost search --- workflows/index.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/workflows/index.mdx b/workflows/index.mdx index ed1d0668c..12bf7c1d1 100644 --- a/workflows/index.mdx +++ b/workflows/index.mdx @@ -1,8 +1,9 @@ --- -title: "Overview" +title: "Workflows overview" +sidebarTitle: "Overview" description: "Automate documentation maintenance with Mintlify workflows. Run the agent on a schedule or in response to GitHub and GitLab repository pushes." -keywords: ["automation", "automate", "cron", "agent"] -boost: 3 +keywords: ["automation", "automate", "cron", "agent", "workflows"] +boost: 5 --- Workflows run the agent automatically on a schedule or in response to pushes to a repository. Each workflow defines a prompt for the agent and a trigger for when to run it. Workflows support both GitHub and GitLab repositories.