1
0
mirror of synced 2025-12-23 21:07:12 -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

@@ -355,6 +355,10 @@ export type Page = {
effectiveDate?: string
fullTitle?: string
render: (context: Context) => Promise<string>
octicon?: string
category?: string[]
complexity?: string[]
industry?: string[]
}
type ChangeLog = {