瀏覽代碼

ci: format

Dax Raad 1 年之前
父節點
當前提交
b05cbc9101
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      packages/web/src/content/docs/gitlab.mdx

+ 3 - 3
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:
 
-   <details>
-  <summary>Flow configuration</summary>
+    <details>
+<summary>Flow configuration</summary>
 
    ```yaml
    image: node:22-slim
@@ -106,7 +106,7 @@ Check out the [**GitLab docs**](https://docs.gitlab.com/user/duo_agent_platform/
      - GITLAB_HOST
    ```
 
-   </details>
+    </details>
 
 You can refer to the [GitLab CLI agents docs](https://docs.gitlab.com/user/duo_agent_platform/agent_assistant/) for detailed instructions.