fix: use correct camelCase slugs for GraphQL card links#11
Conversation
Co-Authored-By: Devin Logan <devinannlogan@gmail.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
🌿 Preview your docs (multi-source/seeds-sunflower): https://fern-docs-examples-preview-devin-1779477079-fix-graphql-card-l.docs.buildwithfern.com/seeds/sunflower |
|
🌿 Preview your docs (docs-starter): https://fern-docs-examples-preview-devin-1779477079-fix-graphql-card-l.docs.buildwithfern.com |
|
🌿 Preview your docs (multi-source/homepage): https://fern-docs-examples-preview-devin-1779477079-fix-graphql-card-l.docs.buildwithfern.com |
|
🌿 Preview your docs (multi-source/nursery): https://fern-docs-examples-preview-devin-1779477079-fix-graphql-card-l.docs.buildwithfern.com/nursery |
|
🌿 Preview your docs (versioning): https://fern-docs-examples-preview-devin-1779477079-fix-graphql-card-l.docs.buildwithfern.com |
|
🌿 Preview your docs (multi-source/seeds): https://fern-docs-examples-preview-devin-1779477079-fix-graphql-card-l.docs.buildwithfern.com/seeds |
|
🌿 Preview your docs (multi-source/greenhouses): https://fern-docs-examples-preview-devin-1779477079-fix-graphql-card-l.docs.buildwithfern.com/greenhouses |
|
🌿 Preview your docs (multi-source/seeds-tomato): https://fern-docs-examples-preview-devin-1779477079-fix-graphql-card-l.docs.buildwithfern.com/seeds/tomato |
|
🌿 Preview your docs (i18n): https://fern-docs-examples-preview-devin-1779477079-fix-graphql-card-l.docs.buildwithfern.com |
Summary
Fix broken card links on the GraphQL API Reference overview page. The card hrefs used hyphenated slugs (
get-plant,create-plant,order-placed) but GraphQL operation slugs preserve camelCase from the schema (getPlant,createPlant,orderPlaced).Review & Testing Checklist for Human
Notes
The correct URLs were verified against the live site before this fix.
Link to Devin session: https://app.devin.ai/sessions/6ec297a50749439ab276ea17ccd914d7
Requested by: @devalog