From fad4de0b66737a84b109475fb18e8321114b7bf9 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 17:37:33 +0000 Subject: [PATCH] docs: note GitLab support for the agent Generated-By: mintlify-agent --- agent/index.mdx | 4 ++-- agent/slack.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/agent/index.mdx b/agent/index.mdx index 58e005626..5efa76d49 100644 --- a/agent/index.mdx +++ b/agent/index.mdx @@ -28,7 +28,7 @@ Use the agent to: - Update existing documentation for new features or API changes. - Process and include images, diagrams, and other files from Slack attachments. - Search and revise code examples and API references across your docs. -- Reference source code from any repository that has the Mintlify GitHub App installed. +- Reference source code from any repository connected through the Mintlify GitHub App or GitLab integration. - Automate documentation maintenance with workflows. - Answer questions about your docs and technical writing topics. - Address code review feedback to maintain documentation quality. @@ -41,7 +41,7 @@ By default, the agent opens pull requests attributed to the Mintlify bot. To att ## Connect repositories as context -The agent can only access repositories that you connect through the Mintlify GitHub App. Configure which repositories the agent can access in the agent panel **Settings** or in the [GitHub App settings](https://github.com/apps/mintlify/installations/new). +The agent can only access repositories that you connect to Mintlify. Configure which repositories the agent can access in the agent panel **Settings**, in the [GitHub App settings](https://github.com/apps/mintlify/installations/new), or through your [GitLab integration](/deploy/gitlab). ## Use AI tools alongside the agent diff --git a/agent/slack.mdx b/agent/slack.mdx index 5bf7c569b..6a6055ec6 100644 --- a/agent/slack.mdx +++ b/agent/slack.mdx @@ -106,11 +106,11 @@ Use the agent to update your documentation with a new request or in an existing - **Existing thread**: Reply in the thread and mention `@mintlify` with instructions on what to update. - **With attachments**: Upload images, diagrams, code files, or other documents with your message. The agent automatically processes and includes them in your documentation. In a thread, the agent has access to images and files shared in earlier messages, so you can reference them in follow-up requests without reuploading. -The agent reads the context of the request or thread and creates a pull request in your connected repository with the updates. +The agent reads the context of the request or thread and creates a pull request or merge request in your connected repository with the updates. Both [GitHub](/deploy/github) and [GitLab](/deploy/gitlab) repositories are supported. ## Reference other repositories -The agent can read source code from any repository that has the Mintlify GitHub App installed, even if it isn't your documentation repository. This lets the agent build deeper context to guide documentation updates. +The agent can read source code from any repository connected through the Mintlify [GitHub App](/deploy/github) or [GitLab integration](/deploy/gitlab), even if it isn't your documentation repository. This lets the agent build deeper context to guide documentation updates. When you mention another repository in your request, the agent clones it on demand and inspects the relevant files before drafting changes.