Skip to content

Commit 344c2dc

Browse files
committed
Add texts for monitoring section
1 parent c9171dd commit 344c2dc

File tree

1 file changed

+19
-0
lines changed
  • src/app/(main)/resources/[category]

1 file changed

+19
-0
lines changed

src/app/(main)/resources/[category]/texts.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,23 @@ export const texts: {
9696
},
9797
},
9898
},
99+
monitoring: {
100+
heading: "Monitoring",
101+
subtitle:
102+
"Stay ahead of issues by monitoring queries and watching error trends.",
103+
sections: {
104+
"tools-and-libraries": {
105+
heading: "GraphQL monitoring tools",
106+
text: "Connect GraphQL tracing and alerting systems to reduce blind spots in production.",
107+
},
108+
docs: {
109+
heading: "Monitoring in practice",
110+
text: "Learn how to track the right signals in your GraphQL ecosystem — from latency and error rates to resolver-level performance.",
111+
},
112+
"blog-or-newsletter": {
113+
heading: "Latest insights on monitoring",
114+
text: "Read the latest announcements and technical deep dives.",
115+
},
116+
},
117+
},
99118
}

0 commit comments

Comments
 (0)