Skip to content

Commit 4000a44

Browse files
KyleAMathewsclaude
andauthored
Add link to schemas guide (#815)
Add Schemas guide to documentation sidebar The schemas guide was available at /guides/schemas but wasn't linked in the sidebar navigation. Added it to the Guides section between Mutations and Error Handling for better discoverability. Co-authored-by: Claude <noreply@anthropic.com>
1 parent 5fb76fe commit 4000a44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
"label": "Mutations",
8282
"to": "guides/mutations"
8383
},
84+
{
85+
"label": "Schemas",
86+
"to": "guides/schemas"
87+
},
8488
{
8589
"label": "Error Handling",
8690
"to": "guides/error-handling"

0 commit comments

Comments
 (0)