1
0
mirror of synced 2025-12-23 03:44:00 -05:00

Support category, complexity, and industry for Copilot Cookbook landing page (#53072)

This commit is contained in:
Hector Alfaro
2024-11-13 12:48:13 -05:00
committed by GitHub
parent 4f19ff381e
commit eb28c131b8
5 changed files with 40 additions and 1 deletions

View File

@@ -249,6 +249,20 @@ export const schema = {
type: 'string',
enum: ['audit-logs', 'codeql-cli', 'github-apps', 'graphql', 'rest', 'webhooks'],
},
// START category-landing tags
category: {
type: 'array',
},
complexity: {
type: 'array',
},
industry: {
type: 'array',
},
octicon: {
type: 'string',
},
// END category landing tags
},
}