From 2f9d758d394204a1c0ebca521e1cab1f949c469a Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 19:57:41 +0000 Subject: [PATCH 1/4] docs: document context repositories for workflows --- workflows/enable.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/workflows/enable.mdx b/workflows/enable.mdx index 3fe0eb7f5..2ed87bf91 100644 --- a/workflows/enable.mdx +++ b/workflows/enable.mdx @@ -38,6 +38,14 @@ For workflows that run on push events, specify the repositories to watch. You ca For GitHub repositories, you must install the Mintlify GitHub App on each repository. Add repositories on the [GitHub app](https://dashboard.mintlify.com/settings/organization/github-app) settings page. +### Context repositories + +Add context repositories to give the agent additional source material to read while the workflow runs. The agent clones each context repository alongside your documentation repository so the prompt can reference its files, commits, or pull requests. + +Context repositories are supported on all workflow types, including the changelog workflow. Use them when the agent needs information that lives outside your documentation repository, such as a product codebase that drives release notes or an SDK repository that drives reference updates. + +For GitHub repositories, install the Mintlify GitHub App on each context repository. For GitLab repositories, connect each project through the [GitLab OAuth](https://dashboard.mintlify.com/settings/organization/gitlab-oauth) settings page. + ### Update mode Each workflow has a default mode for how it makes updates, either by directly updating your content repository or by opening a pull request. From 9c9be9ae1983c37141adabce143e0fab1b51a4a5 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 19:59:57 +0000 Subject: [PATCH 2/4] docs: shorten long sentence in context repositories section --- workflows/enable.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/enable.mdx b/workflows/enable.mdx index 2ed87bf91..a61a10ffc 100644 --- a/workflows/enable.mdx +++ b/workflows/enable.mdx @@ -42,7 +42,7 @@ For GitHub repositories, you must install the Mintlify GitHub App on each reposi Add context repositories to give the agent additional source material to read while the workflow runs. The agent clones each context repository alongside your documentation repository so the prompt can reference its files, commits, or pull requests. -Context repositories are supported on all workflow types, including the changelog workflow. Use them when the agent needs information that lives outside your documentation repository, such as a product codebase that drives release notes or an SDK repository that drives reference updates. +Context repositories are supported on all workflow types, including the changelog workflow. Use them when the agent needs information that lives outside your documentation repository. Examples include a product codebase that drives release notes or an SDK repository that drives reference updates. For GitHub repositories, install the Mintlify GitHub App on each context repository. For GitLab repositories, connect each project through the [GitLab OAuth](https://dashboard.mintlify.com/settings/organization/gitlab-oauth) settings page. From 1247e8a412d276c0b2123e1caea9e833609ea1fc Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 20:22:52 +0000 Subject: [PATCH 3/4] docs: scope context repositories to changelog workflow --- workflows/enable.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/enable.mdx b/workflows/enable.mdx index a61a10ffc..0977f52a2 100644 --- a/workflows/enable.mdx +++ b/workflows/enable.mdx @@ -42,7 +42,7 @@ For GitHub repositories, you must install the Mintlify GitHub App on each reposi Add context repositories to give the agent additional source material to read while the workflow runs. The agent clones each context repository alongside your documentation repository so the prompt can reference its files, commits, or pull requests. -Context repositories are supported on all workflow types, including the changelog workflow. Use them when the agent needs information that lives outside your documentation repository. Examples include a product codebase that drives release notes or an SDK repository that drives reference updates. +Context repositories are supported on the changelog workflow. Use them when the agent needs information that lives outside your documentation repository, such as a product codebase that drives release notes. For GitHub repositories, install the Mintlify GitHub App on each context repository. For GitLab repositories, connect each project through the [GitLab OAuth](https://dashboard.mintlify.com/settings/organization/gitlab-oauth) settings page. From cb3384f21d997ad15ad1564800a17db710a38ec4 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 20:24:36 +0000 Subject: [PATCH 4/4] docs: use active voice for changelog context support --- workflows/enable.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/enable.mdx b/workflows/enable.mdx index 0977f52a2..ccf176ea0 100644 --- a/workflows/enable.mdx +++ b/workflows/enable.mdx @@ -42,7 +42,7 @@ For GitHub repositories, you must install the Mintlify GitHub App on each reposi Add context repositories to give the agent additional source material to read while the workflow runs. The agent clones each context repository alongside your documentation repository so the prompt can reference its files, commits, or pull requests. -Context repositories are supported on the changelog workflow. Use them when the agent needs information that lives outside your documentation repository, such as a product codebase that drives release notes. +Only the changelog workflow supports context repositories. Use them when the agent needs information that lives outside your documentation repository, such as a product codebase that drives release notes. For GitHub repositories, install the Mintlify GitHub App on each context repository. For GitLab repositories, connect each project through the [GitLab OAuth](https://dashboard.mintlify.com/settings/organization/gitlab-oauth) settings page.