Skip to content

Commit 0e9f60e

Browse files
committed
Update category IDs
1 parent b673f7c commit 0e9f60e

34 files changed

+42
-42
lines changed

docs/cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
{
33
"name": "Cloud Quickstart",
4-
"category": "5eeba6a6c5230e48eea60f18",
4+
"category": "5f84be4816a467536a4ca064",
55
"priority": 800
66
}
77
-->

docs/config-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
{
33
"name": "API",
4-
"category": "5eed3e2ace045b343fc0a328",
4+
"category": "5f84be4816a46711e64ca065",
55
"priority": 200
66
}
77
-->

docs/config-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
{
33
"name": "App",
4-
"category": "5eed3e2ace045b343fc0a328",
4+
"category": "5f84be4816a46711e64ca065",
55
"priority": 800
66
}
77
-->

docs/config-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
{
33
"name": "Auth",
4-
"category": "5eed3e2ace045b343fc0a328",
4+
"category": "5f84be4816a46711e64ca065",
55
"priority": 300
66
}
77
-->

docs/config-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
{
33
"name": "Cache",
4-
"category": "5eed3e2ace045b343fc0a328",
4+
"category": "5f84be4816a46711e64ca065",
55
"priority": 500
66
}
77
-->

docs/config-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
{
33
"name": "Database",
4-
"category": "5eed3e2ace045b343fc0a328",
4+
"category": "5f84be4816a46711e64ca065",
55
"priority": 700
66
}
77
-->

docs/config-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
{
33
"name": "Flags",
4-
"category": "5eed3e2ace045b343fc0a328",
4+
"category": "5f84be4816a46711e64ca065",
55
"priority": 100
66
}
77
-->

docs/config-github.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
<!--
22
{
3-
"name": "Github",
4-
"category": "5eed3e2ace045b343fc0a328",
3+
"name": "GitHub",
4+
"category": "5f84be4816a46711e64ca065",
55
"priority": 500
66
}
77
-->
88

9-
# Github Configuration
9+
# GitHub Configuration
1010

1111
In order to configure BuildBuddy's GitHub integration, you'll either need to:
1212

1313
- [create an access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) with the `repo:status` scope. This is the supported method for BuildBuddy open source.
14-
- or [create a Github Oauth app](https://docs.github.com/en/developers/apps/creating-an-oauth-app). In the `Authorization callback URL` field - you'll need to enter your BuildBuddy application url, followed by the path `/auth/`. For example: `https://https://app.buildbuddy.io/auth/`. This is the recommended method for BuildBuddy Enterprise.
14+
- or [create a GitHub Oauth app](https://docs.github.com/en/developers/apps/creating-an-oauth-app). In the `Authorization callback URL` field - you'll need to enter your BuildBuddy application url, followed by the path `/auth/`. For example: `https://https://app.buildbuddy.io/auth/`. This is the recommended method for BuildBuddy Enterprise.
1515

1616
## Section
1717

18-
`github:` The Github section enables the posting of BuildBuddy Github commit statuses for CI runs. **Optional**
18+
`github:` The GitHub section enables the posting of BuildBuddy GitHub commit statuses for CI runs. **Optional**
1919

2020
## Options
2121

2222
**Optional**
2323

2424
- `access_token:` The GitHub access token used to post GitHub commit statuses.
2525

26-
- `client_id:` The client ID of your Github Oauth App. [ENTERPRISE ONLY]
26+
- `client_id:` The client ID of your GitHub Oauth App. [ENTERPRISE ONLY]
2727

28-
- `client_secret:` The client secret of your Github Oauth App. [ENTERPRISE ONLY]
28+
- `client_secret:` The client secret of your GitHub Oauth App. [ENTERPRISE ONLY]
2929

3030
## Example section
3131

docs/config-integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
{
33
"name": "Integrations",
4-
"category": "5eed3e2ace045b343fc0a328",
4+
"category": "5f84be4816a46711e64ca065",
55
"priority": 300
66
}
77
-->

docs/config-misc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
{
33
"name": "Misc",
4-
"category": "5eed3e2ace045b343fc0a328",
4+
"category": "5f84be4816a46711e64ca065",
55
"priority": 200
66
}
77
-->

0 commit comments

Comments
 (0)