Skip to content

Commit 2cfc0e4

Browse files
authored
SEO fixes for integrations page (#229)
* SEO fixes for integrations page * formatting fixes * minor fix
1 parent b5bf55b commit 2cfc0e4

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

docs/self-hosting/govern/integrations/github.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure GitHub for Plane integration
33
description: Connect GitHub to your self-hosted Plane instance. Sync pull requests, commits, and branches with Plane work items for seamless development tracking.
4-
keywords: plane github integration, github sync, pull request tracking, commit linking, github app, self-hosting, plane devops
4+
keywords: plane github integration, github cloud, github enterprise, github sync, pull request tracking, commit linking, github app,
55
---
66

77
# Configure GitHub for Plane integration <Badge type="info" text="Pro" />
@@ -36,6 +36,10 @@ To configure GitHub integration, you'll need to create a GitHub App within your
3636

3737
== GitHub Cloud {#github-cloud}
3838

39+
Follow these steps to create a GitHub App, set callback URLs, and configure webhooks so Plane can sync PRs and commits from GitHub Cloud.
40+
41+
#### GitHub Cloud
42+
3943
1. Go to **Settings \> Developer Settings \> GitHub Apps** in your GitHub organization.
4044

4145
2. Click **New GitHub App**.
@@ -76,6 +80,9 @@ To configure GitHub integration, you'll need to create a GitHub App within your
7680
![Add Webhook URL](/images/integrations/github/add-webhook-url.webp)
7781

7882
== GitHub Enterprise Server {#github-enterprise-server}
83+
These steps cover hostname, callback URLs, and private key differences for on‑prem GitHub deployments.
84+
85+
#### GitHub Enterprise Server
7986

8087
1. Go to **Settings \> Developer Settings \> GitHub Apps** in your GitHub organization.
8188

docs/self-hosting/govern/integrations/gitlab.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configure GitLab for Plane integration
33
description: Connect GitLab to your self-hosted Plane instance. Sync merge requests and commits with Plane work items for development workflow tracking.
4-
keywords: plane gitlab integration, gitlab sync, merge request tracking, gitlab webhook, self-hosting, plane devops
4+
keywords: plane gitlab integration, gitlab cloud, gitlab self-managed, gitlab sync, merge request tracking
55
---
66

77
# Configure GitLab for Plane integration <Badge type="info" text="Pro" />
@@ -33,6 +33,11 @@ After creating and configuring the GitLab application and configuring the instan
3333

3434
== GitLab Cloud {#gitlab-cloud}
3535

36+
Follow these steps to register an application on the public GitLab service, set the redirect URI and scopes,
37+
and then configure your Plane instance so it can sync merge requests and commits.
38+
39+
#### GitLab Cloud
40+
3641
1. On the left sidebar in GitLab, select your avatar.
3742

3843
2. Select **Preferences** tab.
@@ -67,6 +72,10 @@ After creating and configuring the GitLab application and configuring the instan
6772

6873
== GitLab Self-managed {#gitlab-self-managed}
6974

75+
These instructions cover registering an OAuth app on your private GitLab server, using the correct callback URLs, and assigning the required scopes for Plane to access your repos and users.
76+
77+
#### GitLab Self-managed
78+
7079
1. Log in to your GitLab instance.
7180
2. Click on your profile icon in the top-right corner.
7281
3. From the dropdown menu that appears, select **Edit profile**.

0 commit comments

Comments
 (0)