Skip to content
Merged
36 changes: 36 additions & 0 deletions src/components/learn-aggregator/assets/mountain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/components/learn-aggregator/learn-pages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@ const _items: Record<
icon: new URL("./assets/checkbox.svg", import.meta.url).href,
section: "schema-governance",
},
"governance-versioning": {
description:
"Learn how to manage schema changes and versioning in GraphQL, ensuring smooth evolution of your API.",
icon: new URL("./assets/mountain.svg", import.meta.url).href,
section: "schema-governance",
},
}

const learnPages = _items as Record<LearnPagePath, LearnPageItem | null>
Expand Down
1 change: 1 addition & 0 deletions src/pages/learn/_meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ export default {
},
"governance-ownership": "Schema Ownership and Governance Models",
"schema-review": "",
"governance-versioning": "Schema Change Management",
}
Loading
Loading