Skip to content

Commit dcfff81

Browse files
committed
Add docs to Federation page
1 parent 9aa364b commit dcfff81

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/app/(main)/resources/[category]/categories-config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ export const categoriesConfig: CategoriesConfig = {
8686
heading: "Tools & libraries for federated graphs",
8787
text: "Run federated GraphQL graphs at scale with the right tools — from open-source routers to managed platforms.",
8888
},
89+
docs: {
90+
heading: "Federation in practice",
91+
text: "Learn the basics of planning and operating a federated graph.",
92+
docs: ["federation", "security"],
93+
},
8994
blog: {
9095
heading: "Latest updates on federation & composition",
9196
text: "Read the latest announcements and technical deep dives.",
@@ -132,6 +137,7 @@ export const categoriesConfig: CategoriesConfig = {
132137
docs: {
133138
heading: "Monitoring in practice",
134139
text: "Learn how to track the right signals in your GraphQL ecosystem — from latency and error rates to resolver-level performance.",
140+
docs: ["caching", "performance"],
135141
},
136142
"blog-or-newsletter": {
137143
heading: "Latest insights on monitoring",

0 commit comments

Comments
 (0)