Skip to content

Commit c710ef2

Browse files
committed
wip
1 parent 18650f2 commit c710ef2

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

src/components/learn-aggregator/items.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,11 @@ const _items: Record<LearnPagePath, Omit<LearnPageItem, "title"> | null> = {
116116
icon: "",
117117
section: "best-practices",
118118
},
119-
// ---
120-
// omitted on Learn index page
121-
"debug-errors": null,
119+
"debug-errors": {
120+
description: "",
121+
icon: "",
122+
section: "best-practices",
123+
},
122124
}
123125

124126
export const learnPages = _items as Record<LearnPagePath, LearnPageItem | null>

src/pages/learn/_meta.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,5 @@ export default {
3737
performance: "",
3838
security: "",
3939
federation: "",
40-
"-- 3": {
41-
type: "separator",
42-
title: "GraphQL over HTTP",
43-
},
4440
"debug-errors": "Common GraphQL over HTTP Errors",
4541
}

0 commit comments

Comments
 (0)