File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/app/(main)/resources/[category] Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments