You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/snippets/schemas/v3/index.schema.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@
153
153
},
154
154
"includeTopics": {
155
155
"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.",
157
157
"items": {
158
158
"type": "string"
159
159
},
@@ -166,7 +166,7 @@
166
166
},
167
167
"excludeTopics": {
168
168
"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.",
Copy file name to clipboardExpand all lines: docs/snippets/schemas/v3/searchContext.schema.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@
48
48
},
49
49
"includeTopics": {
50
50
"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.",
52
52
"items": {
53
53
"type": "string"
54
54
},
@@ -61,7 +61,7 @@
61
61
},
62
62
"excludeTopics": {
63
63
"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.",
Copy file name to clipboardExpand all lines: packages/schemas/src/v3/index.schema.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -340,7 +340,7 @@ const schema = {
340
340
},
341
341
"includeTopics": {
342
342
"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.",
344
344
"items": {
345
345
"type": "string"
346
346
},
@@ -353,7 +353,7 @@ const schema = {
353
353
},
354
354
"excludeTopics": {
355
355
"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.",
Copy file name to clipboardExpand all lines: schemas/v3/searchContext.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@
46
46
},
47
47
"includeTopics": {
48
48
"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.",
50
50
"items": {
51
51
"type": "string"
52
52
},
@@ -59,7 +59,7 @@
59
59
},
60
60
"excludeTopics": {
61
61
"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.",
0 commit comments