Skip to content

Commit 80972c5

Browse files
author
Gavin Williams
committed
Replace some references to GitLab with repository
1 parent b16a95a commit 80972c5

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

docs/snippets/schemas/v3/index.schema.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
},
154154
"includeTopics": {
155155
"type": "array",
156-
"description": "List of GitLab topics to include in the search context. Only repositories matching at least one topic are included. Glob patterns are supported.",
156+
"description": "List of repository topics to include in the search context. Only repositories matching at least one topic are included. Glob patterns are supported.",
157157
"items": {
158158
"type": "string"
159159
},
@@ -166,7 +166,7 @@
166166
},
167167
"excludeTopics": {
168168
"type": "array",
169-
"description": "List of GitLab topics to exclude from the search context. Repositories matching any of these topics are excluded. Glob patterns are supported.",
169+
"description": "List of repository topics to exclude from the search context. Repositories matching any of these topics are excluded. Glob patterns are supported.",
170170
"items": {
171171
"type": "string"
172172
},

docs/snippets/schemas/v3/searchContext.schema.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"includeTopics": {
5050
"type": "array",
51-
"description": "List of GitLab topics to include in the search context. Only repositories matching at least one topic are included. Glob patterns are supported.",
51+
"description": "List of repository topics to include in the search context. Only repositories matching at least one topic are included. Glob patterns are supported.",
5252
"items": {
5353
"type": "string"
5454
},
@@ -61,7 +61,7 @@
6161
},
6262
"excludeTopics": {
6363
"type": "array",
64-
"description": "List of GitLab topics to exclude from the search context. Repositories matching any of these topics are excluded. Glob patterns are supported.",
64+
"description": "List of repository topics to exclude from the search context. Repositories matching any of these topics are excluded. Glob patterns are supported.",
6565
"items": {
6666
"type": "string"
6767
},

packages/schemas/src/v3/index.schema.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ const schema = {
340340
},
341341
"includeTopics": {
342342
"type": "array",
343-
"description": "List of GitLab topics to include in the search context. Only repositories matching at least one topic are included. Glob patterns are supported.",
343+
"description": "List of repository topics to include in the search context. Only repositories matching at least one topic are included. Glob patterns are supported.",
344344
"items": {
345345
"type": "string"
346346
},
@@ -353,7 +353,7 @@ const schema = {
353353
},
354354
"excludeTopics": {
355355
"type": "array",
356-
"description": "List of GitLab topics to exclude from the search context. Repositories matching any of these topics are excluded. Glob patterns are supported.",
356+
"description": "List of repository topics to exclude from the search context. Repositories matching any of these topics are excluded. Glob patterns are supported.",
357357
"items": {
358358
"type": "string"
359359
},

schemas/v3/searchContext.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"includeTopics": {
4848
"type": "array",
49-
"description": "List of GitLab topics to include in the search context. Only repositories matching at least one topic are included. Glob patterns are supported.",
49+
"description": "List of repository topics to include in the search context. Only repositories matching at least one topic are included. Glob patterns are supported.",
5050
"items": {
5151
"type": "string"
5252
},
@@ -59,7 +59,7 @@
5959
},
6060
"excludeTopics": {
6161
"type": "array",
62-
"description": "List of GitLab topics to exclude from the search context. Repositories matching any of these topics are excluded. Glob patterns are supported.",
62+
"description": "List of repository topics to exclude from the search context. Repositories matching any of these topics are excluded. Glob patterns are supported.",
6363
"items": {
6464
"type": "string"
6565
},
@@ -76,4 +76,4 @@
7676
}
7777
},
7878
"additionalProperties": false
79-
}
79+
}

0 commit comments

Comments
 (0)