Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/gitlab-self-hosted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Unlike gitlab.com, where Mintlify ships a single OAuth application that every cu

Click **Connect Self-Hosted GitLab** and enter:

- **GitLab instance URL**: the public URL of your GitLab instance, for example `https://gitlab.your-company.com`. Mintlify reaches your instance through this URL when exchanging tokens and calling the GitLab API.
- **GitLab instance URL**: the public URL of your GitLab instance, for example `https://gitlab.your-company.com`. Mintlify reaches your instance through this URL when exchanging tokens and calling the GitLab API. The URL must use `https://` and resolve to a public address. Mintlify rejects `http://` URLs and hosts that resolve to private, loopback, or link-local addresses when you save the instance.
- **OAuth application client ID**: the **Application ID** from the previous step.
- **OAuth application client secret**: the **Secret** from the previous step.

Expand Down
2 changes: 1 addition & 1 deletion es/deploy/gitlab-self-hosted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ A diferencia de gitlab.com, donde Mintlify proporciona una única aplicación OA

Haz clic en **Connect Self-Hosted GitLab** e introduce:

- **GitLab instance URL**: la URL pública de tu instancia de GitLab, por ejemplo `https://gitlab.your-company.com`. Mintlify se comunica con tu instancia a través de esta URL al intercambiar tokens y llamar a la API de GitLab.
- **GitLab instance URL**: la URL pública de tu instancia de GitLab, por ejemplo `https://gitlab.your-company.com`. Mintlify se comunica con tu instancia a través de esta URL al intercambiar tokens y llamar a la API de GitLab. La URL debe usar `https://` y resolverse a una dirección pública. Mintlify rechaza las URLs `http://` y los hosts que se resuelven a direcciones privadas, de loopback o link-local al guardar la instancia.
- **OAuth application client ID**: el **Application ID** del paso anterior.
- **OAuth application client secret**: el **Secret** del paso anterior.

Expand Down
2 changes: 1 addition & 1 deletion fr/deploy/gitlab-self-hosted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Contrairement à gitlab.com, où Mintlify fournit une seule application OAuth co

Cliquez sur **Connect Self-Hosted GitLab** et saisissez :

- **GitLab instance URL** : l'URL publique de votre instance GitLab, par exemple `https://gitlab.your-company.com`. Mintlify accède à votre instance via cette URL lors de l'échange de jetons et des appels à l'API GitLab.
- **GitLab instance URL** : l'URL publique de votre instance GitLab, par exemple `https://gitlab.your-company.com`. Mintlify accède à votre instance via cette URL lors de l'échange de jetons et des appels à l'API GitLab. L'URL doit utiliser `https://` et se résoudre à une adresse publique. Mintlify rejette les URL `http://` et les hôtes qui se résolvent à des adresses privées, de loopback ou link-local lors de l'enregistrement de l'instance.
- **OAuth application client ID** : l'**Application ID** de l'étape précédente.
- **OAuth application client secret** : le **Secret** de l'étape précédente.

Expand Down
2 changes: 1 addition & 1 deletion zh/deploy/gitlab-self-hosted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ keywords: ["GitLab", "自托管", "OAuth", "自动化", "企业"]

点击 **Connect Self-Hosted GitLab** 并输入:

- **GitLab instance URL**:你的 GitLab 实例的公网 URL,例如 `https://gitlab.your-company.com`。Mintlify 在交换令牌和调用 GitLab API 时会通过此 URL 访问你的实例。
- **GitLab instance URL**:你的 GitLab 实例的公网 URL,例如 `https://gitlab.your-company.com`。Mintlify 在交换令牌和调用 GitLab API 时会通过此 URL 访问你的实例。URL 必须使用 `https://` 并解析为公网地址。保存实例时,Mintlify 会拒绝 `http://` URL 以及解析为私有、回环或链路本地地址的主机。
- **OAuth application client ID**:上一步中的 **Application ID**。
- **OAuth application client secret**:上一步中的 **Secret**。

Expand Down