Skip to content

Commit 0fcd02f

Browse files
committed
correct incorrectly placed end tags for schema syncher
1 parent b3f414f commit 0fcd02f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/admin/code_hosts/aws_codecommit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ AWS CodeCommit connections support the following configuration options, which ar
8888
"secretAccessKey": null
8989
}
9090
```
91+
{/* SCHEMA_SYNC_END: admin/code_hosts/aws_codecommit.schema.json */}
9192

9293
## Setup steps for SSH connections to AWS CodeCommit repositories
9394

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

117117
## Configuration Notes
118118

docs/admin/code_hosts/gitlab.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ See [Internal rate limits](/admin/code_hosts/rate_limits#internal-rate-limits).
321321
"webhooks": null
322322
}
323323
```
324+
{/* SCHEMA_SYNC_END: admin/code_hosts/gitlab.schema.json */}
324325

325326
## Native integration
326327

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

341341
## Configuration Notes
342342

docs/admin/config/site_config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,7 @@ All site configuration options and their default values are shown below.
859859
"dotcom": null
860860
}
861861
```
862+
{/* SCHEMA_SYNC_END: admin/config/site.schema.json */}
862863

863864
#### Known bugs
864865

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

940940
## Configuration Notes
941941

docs/admin/repo/perforce.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ With this setting, Sourcegraph will ignore any rules with a host other than `*`,
266266
"repositoryPathPattern": "{depot}"
267267
}
268268
```
269+
{/* SCHEMA_SYNC_END: admin/code_hosts/perforce.schema.json */}
269270

270271
## Known issues and limitations
271272

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

340340
## Configuration Notes
341341

0 commit comments

Comments
 (0)