From a5c61e33d369de224d9c152efd22ebb4dbfafcd9 Mon Sep 17 00:00:00 2001 From: yoohya <20457167+yoohya@users.noreply.github.com> Date: Mon, 16 Jun 2025 02:10:15 +0900 Subject: [PATCH] docs: fix indentation in GitLab installation guide --- docs/docs/installation/gitlab.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/installation/gitlab.md b/docs/docs/installation/gitlab.md index c40517a9..413bac2c 100644 --- a/docs/docs/installation/gitlab.md +++ b/docs/docs/installation/gitlab.md @@ -61,12 +61,12 @@ git clone https://github.com/qodo-ai/pr-agent.git ``` 5. Prepare variables and secrets. Skip this step if you plan on setting these as environment variables when running the agent: -1. In the configuration file/variables: - - Set `config.git_provider` to "gitlab" + 1. In the configuration file/variables: + - Set `config.git_provider` to "gitlab" -2. In the secrets file/variables: - - Set your AI model key in the respective section - - In the [gitlab] section, set `personal_access_token` (with token from step 2) and `shared_secret` (with secret from step 3) + 2. In the secrets file/variables: + - Set your AI model key in the respective section + - In the [gitlab] section, set `personal_access_token` (with token from step 2) and `shared_secret` (with secret from step 3) 6. Build a Docker image for the app and optionally push it to a Docker repository. We'll use Dockerhub as an example: