Skip to content

Commit 6aa1191

Browse files
🤖 sync'ing generated docs
1 parent d2e61aa commit 6aa1191

File tree

18 files changed

+287
-46
lines changed

18 files changed

+287
-46
lines changed

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-03-30T11:57:12Z */}
40+
{/* Last updated: 2026-04-10T22:24:46Z */}
4141
```json
4242
{
4343
// REQUIRED:

docs/admin/code-hosts/azuredevops.mdx

Lines changed: 12 additions & 8 deletions
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-03-30T11:57:12Z */}
72+
{/* Last updated: 2026-04-10T22:24:46Z */}
7373
```json
7474
// Authentication alternatives: token OR windowsPassword
7575

@@ -131,19 +131,23 @@ Azure DevOps connections support the following configuration options, which are
131131
// ]
132132
"projects": null,
133133

134-
// An array of "org/project/repo" strings specifying which Azure DevOps repositories within a project should be mirrored in Sourcegraph.
135-
"repos": [
136-
"myorg/my-project/myrepo", // Format: <organization>/<project>/<repository>
137-
"myorg/myproject/myproject", // Format: repository where project and repo share the same name
138-
"myorg/my project/my project" // Format: spaces in project or repository names
139-
]
140-
141134
// Rate limit applied when making background API requests.
142135
"rateLimit": {
143136
"enabled": false,
144137
"requestsPerHour": 0
145138
},
146139

140+
// An array of repository "org/project/repo" strings specifying which Azure DevOps repositories to mirror on Sourcegraph. If both 'repos' and 'projects' or 'orgs' are specified, the union of both sets will be synced.
141+
// Other example values:
142+
// - [
143+
// "myorg/myproject/myrepo"
144+
// ]
145+
// - [
146+
// "myorg/my project/myrepo",
147+
// "myorg/anotherproject/anotherrepo"
148+
// ]
149+
"repos": null,
150+
147151
// The pattern used to generate the corresponding Sourcegraph repository name for a Azure DevOps repository.
148152
// - "{host}" is replaced with the Azure DevOps URL's host (such as dev.azure.com)
149153
// - "{orgName}" is replaced with the repository's parent projects owning organization (or collection on DevOps server)

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-03-30T11:57:12Z */}
119+
{/* Last updated: 2026-04-10T22:24:46Z */}
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-03-30T11:57:12Z */}
205+
{/* Last updated: 2026-04-10T22:24:46Z */}
206206
```json
207207
// Authentication alternatives: token OR password
208208

docs/admin/code-hosts/gerrit.mdx

Lines changed: 1 addition & 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-03-30T11:57:12Z */}
116+
{/* Last updated: 2026-04-10T22:24:46Z */}
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`.

docs/admin/code-hosts/github.mdx

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

455455
{/* SCHEMA_SYNC_START: admin/code_hosts/github.schema.json */}
456456
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
457-
{/* Last updated: 2026-03-30T11:57:12Z */}
457+
{/* Last updated: 2026-04-10T22:24:46Z */}
458458
```json
459459
// Authentication alternatives: token OR gitHubAppDetails OR externalAccount OR useRandomExternalAccount
460460

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-03-30T11:57:12Z */}
192+
{/* Last updated: 2026-04-10T22:24:46Z */}
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-03-30T11:57:12Z */}
28+
{/* Last updated: 2026-04-10T22:24:46Z */}
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-03-30T11:57:12Z */}
71+
{/* Last updated: 2026-04-10T22:24:46Z */}
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-03-30T11:57:12Z */}
79+
{/* Last updated: 2026-04-10T22:24:46Z */}
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)