Skip to content

Commit 87fbdaf

Browse files
🤖 sync'ing generated docs
1 parent aa45ca1 commit 87fbdaf

15 files changed

Lines changed: 26 additions & 20 deletions

File tree

docs/admin/code-hosts/aws-codecommit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ AWS CodeCommit connections support the following configuration options, which ar
3737

3838
{/* SCHEMA_SYNC_START: admin/code_hosts/aws_codecommit.schema.json */}
3939
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
40-
{/* Last updated: 2026-08-25T23:40:39Z */}
40+
{/* Last updated: 2026-08-31T18:33:54Z */}
4141
```json
4242
{
4343
// REQUIRED:

docs/admin/code-hosts/azuredevops.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Azure DevOps connections support the following configuration options, which are
6969

7070
{/* SCHEMA_SYNC_START: admin/code_hosts/azuredevops.schema.json */}
7171
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
72-
{/* Last updated: 2026-08-25T23:40:39Z */}
72+
{/* Last updated: 2026-08-31T18:33:54Z */}
7373
```json
7474
// Authentication alternatives: token OR windowsPassword
7575

docs/admin/code-hosts/bitbucket-cloud.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Bitbucket Cloud connections support the following configuration options, which a
116116

117117
{/* SCHEMA_SYNC_START: admin/code_hosts/bitbucket_cloud.schema.json */}
118118
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
119-
{/* Last updated: 2026-08-25T23:40:39Z */}
119+
{/* Last updated: 2026-08-31T18:33:54Z */}
120120
```json
121121
{
122122
// The workspace access token to use when authenticating with Bitbucket Cloud.

docs/admin/code-hosts/bitbucket-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Bitbucket Server / Bitbucket Data Center connections support the following confi
202202

203203
{/* SCHEMA_SYNC_START: admin/code_hosts/bitbucket_server.schema.json */}
204204
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
205-
{/* Last updated: 2026-08-25T23:40:39Z */}
205+
{/* Last updated: 2026-08-31T18:33:54Z */}
206206
```json
207207
// Authentication alternatives: token OR password
208208

docs/admin/code-hosts/gerrit.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Gerrit connections support the following configuration options, which are specif
113113

114114
{/* SCHEMA_SYNC_START: admin/code_hosts/gerrit.schema.json */}
115115
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
116-
{/* Last updated: 2026-08-25T23:40:39Z */}
116+
{/* Last updated: 2026-08-31T18:33:54Z */}
117117
```json
118118
{
119119
// If non-null, enforces Gerrit repository permissions. This requires that there is an item in the [site configuration json](https://sourcegraph.com/docs/admin/config/site_config#auth-providers) `auth.providers` field, of type "gerrit" with the same `url` field as specified in this `GerritConnection`.
@@ -170,6 +170,12 @@ Gerrit connections support the following configuration options, which are specif
170170
// ]
171171
"projects": null,
172172

173+
// Rate limit applied to Gerrit REST API requests, including repository and permissions syncing.
174+
"rateLimit": {
175+
"enabled": false,
176+
"requestsPerHour": 0
177+
},
178+
173179
// The pattern used to generate the corresponding Sourcegraph repository name for a Gerrit repository. In the pattern, the variable "{host}" is replaced with the Gerrit host (such as gerrit.example.com), and "{name}" is replaced with the Gerrit repository's name (such as "myrepo").
174180
// For example, if your Gerrit URL is https://gerrit.example.com and your Sourcegraph URL is https://src.example.com, then a repositoryPathPattern of "{host}/{name}" would mean that a Gerrit repository at https://gerrit.example.com/myrepo is available on Sourcegraph at https://src.example.com/gerrit.example.com/myrepo.
175181
// It is important that the Sourcegraph repository name generated with this pattern be unique to this code host. If different code hosts generate repository names that collide, Sourcegraph's behavior is undefined.

docs/admin/code-hosts/github.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ GitHub connections support the following configuration options, which are specif
458458

459459
{/* SCHEMA_SYNC_START: admin/code_hosts/github.schema.json */}
460460
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
461-
{/* Last updated: 2026-08-25T23:40:39Z */}
461+
{/* Last updated: 2026-08-31T18:33:54Z */}
462462
```json
463463
// Authentication alternatives: token OR gitHubAppDetails OR externalAccount OR useRandomExternalAccount
464464

docs/admin/code-hosts/gitlab.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ See [Internal rate limits](/admin/code-hosts/rate-limits#internal-rate-limits).
189189

190190
{/* SCHEMA_SYNC_START: admin/code_hosts/gitlab.schema.json */}
191191
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
192-
{/* Last updated: 2026-08-25T23:40:39Z */}
192+
{/* Last updated: 2026-08-31T18:33:54Z */}
193193
```json
194194
{
195195
// If non-null, enforces GitLab repository permissions. This requires that there be an item in the `auth.providers` field of type "gitlab" with the same `url` field as specified in this `GitLabConnection`.

docs/admin/code-hosts/gitolite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To connect Gitolite to Sourcegraph:
2525

2626
{/* SCHEMA_SYNC_START: admin/code_hosts/gitolite.schema.json */}
2727
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
28-
{/* Last updated: 2026-08-25T23:40:39Z */}
28+
{/* Last updated: 2026-08-31T18:33:54Z */}
2929
```json
3030
{
3131
// A list of repositories to never mirror from this Gitolite instance. Supports excluding by exact name ({"name": "foo"}).

docs/admin/code-hosts/other.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Repositories must be listed individually:
6868

6969
{/* SCHEMA_SYNC_START: admin/code_hosts/other_external_service.schema.json */}
7070
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
71-
{/* Last updated: 2026-08-25T23:40:39Z */}
71+
{/* Last updated: 2026-08-31T18:33:54Z */}
7272
```json
7373
{
7474
// A list of repositories to never mirror by name after applying repositoryPathPattern. Supports excluding by exact name ({"name": "myrepo"}) or regular expression ({"pattern": ".*secret.*"}).

docs/admin/code-hosts/phabricator.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The Sourcegraph instance's site admin must [update the `corsOrigin` site config
7676

7777
{/* SCHEMA_SYNC_START: admin/code_hosts/phabricator.schema.json */}
7878
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
79-
{/* Last updated: 2026-08-25T23:40:39Z */}
79+
{/* Last updated: 2026-08-31T18:33:54Z */}
8080
```json
8181
{
8282
// SSH cipher to use when cloning via SSH. Must be a valid choice from `ssh -Q cipher`.

0 commit comments

Comments
 (0)