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 docs/admin/code_hosts/aws_codecommit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ AWS CodeCommit connections support the following configuration options, which ar
"secretAccessKey": null
}
```
{/* SCHEMA_SYNC_END: admin/code_hosts/aws_codecommit.schema.json */}

## Setup steps for SSH connections to AWS CodeCommit repositories

Expand All @@ -112,7 +113,6 @@ To add CodeCommit repositories in Docker Container:
}
}
```
{/* SCHEMA_SYNC_END: admin/code_hosts/aws_codecommit.schema.json */}

## Configuration Notes

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/code_hosts/gitlab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ See [Internal rate limits](/admin/code_hosts/rate_limits#internal-rate-limits).
"webhooks": null
}
```
{/* SCHEMA_SYNC_END: admin/code_hosts/gitlab.schema.json */}

## Native integration

Expand All @@ -336,7 +337,6 @@ The Sourcegraph instance's site admin must [update the `corsOrigin` site config
// ...
}
```
{/* SCHEMA_SYNC_END: admin/code_hosts/gitlab.schema.json */}

## Configuration Notes

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/config/site_config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,7 @@ All site configuration options and their default values are shown below.
"dotcom": null
}
```
{/* SCHEMA_SYNC_END: admin/config/site.schema.json */}

#### Known bugs

Expand Down Expand Up @@ -935,7 +936,6 @@ You can check the container logs to see if you have made any typos or mistakes i
],
}
```
{/* SCHEMA_SYNC_END: admin/config/site.schema.json */}

## Configuration Notes

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/repo/perforce.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ With this setting, Sourcegraph will ignore any rules with a host other than `*`,
"repositoryPathPattern": "{depot}"
}
```
{/* SCHEMA_SYNC_END: admin/code_hosts/perforce.schema.json */}

## Known issues and limitations

Expand Down Expand Up @@ -335,7 +336,6 @@ Add `"batchChanges.enablePerforce": true` to `experimentalFeatures` in the [site
}
}
```
{/* SCHEMA_SYNC_END: admin/code_hosts/perforce.schema.json */}

## Configuration Notes

Expand Down