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
@@ -341,7 +341,7 @@
341
341
},
342
342
"includeTopics": {
343
343
"type": "array",
344
-
"description": "List of GitLab topics to include in the search context. Only repositories matching at least one topic are included. Glob patterns are supported.",
344
+
"description": "List of repository topics to include in the search context. Only repositories matching at least one topic are included. Glob patterns are supported.",
345
345
"items": {
346
346
"type": "string"
347
347
},
@@ -354,7 +354,7 @@
354
354
},
355
355
"excludeTopics": {
356
356
"type": "array",
357
-
"description": "List of GitLab topics to exclude from the search context. Repositories matching any of these topics are excluded. Glob patterns are supported.",
357
+
"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