diff --git a/packages/web/src/content/docs/gitlab.mdx b/packages/web/src/content/docs/gitlab.mdx index 0d21d70c..421e252d 100644 --- a/packages/web/src/content/docs/gitlab.mdx +++ b/packages/web/src/content/docs/gitlab.mdx @@ -32,8 +32,8 @@ Check out the [**GitLab docs**](https://docs.gitlab.com/user/duo_agent_platform/ 5. Configure CI/CD variables 6. Create a flow config file, here's an example: -
- Flow configuration +
+Flow configuration ```yaml image: node:22-slim @@ -106,7 +106,7 @@ Check out the [**GitLab docs**](https://docs.gitlab.com/user/duo_agent_platform/ - GITLAB_HOST ``` -
+
You can refer to the [GitLab CLI agents docs](https://docs.gitlab.com/user/duo_agent_platform/agent_assistant/) for detailed instructions.