Support category, complexity, and industry for Copilot Cookbook landing page (#53072)
This commit is contained in:
@@ -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
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user