Skip to content

Commit f6f30a4

Browse files
committed
Show first page of Best Practices in Learn index
1 parent 1ff73a1 commit f6f30a4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 1 addition & 0 deletions
Loading

src/components/learn-aggregator/learn-pages.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,12 @@ const _items: Record<
6969
section: "getting-started",
7070
},
7171
// ---
72-
"best-practices": null,
72+
"best-practices": {
73+
description:
74+
"Understand the context behind the GraphQL Best Practices lessons.",
75+
icon: new URL("./assets/keyboard.svg", import.meta.url).href,
76+
section: "best-practices",
77+
},
7378
"thinking-in-graphs": {
7479
description:
7580
"Learn how to shift your mindset from RESTful endpoints to graph-based thinking, aligning your schema with business logic and legacy systems.",

0 commit comments

Comments
 (0)