Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions src/components/learn-aggregator/assets/pen.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 @@ -147,6 +147,12 @@ const _items: Record<
icon: new URL("./assets/construction.svg", import.meta.url).href,
section: "best-practices",
},
"naming-design": {
description:
"Learn how to establish naming conventions and design standards for your GraphQL schema.",
icon: new URL("./assets/pen.svg", import.meta.url).href,
section: "best-practices",
},
}

const learnPages = _items as Record<LearnPagePath, LearnPageItem | null>
Expand Down
5 changes: 5 additions & 0 deletions src/pages/learn/_meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ export default {
security: "",
federation: "",
"debug-errors": "Common GraphQL over HTTP Errors",
"-- 3": {
type: "separator",
title: "Schema Governance",
},
"naming-design": "Naming Conventions and Design Standards",
}
Loading
Loading