ChangelogFebruary 10, 2026Customize GraphQL API Reference layout Control how GraphQL operations appear in the sidebar using the operation keyword in your docs.yml layout. Order operations, set custom titles and slugs, hide operations, and group them into sections. docs.yml1navigation:2 - api: GraphQL API Reference3 layout:4 - section: Plants5 contents:6 - operation: QUERY getPlant7 title: Get plant details8 - operation: MUTATION createPlant Read the docs
February 10, 2026Customize GraphQL API Reference layout Control how GraphQL operations appear in the sidebar using the operation keyword in your docs.yml layout. Order operations, set custom titles and slugs, hide operations, and group them into sections. docs.yml1navigation:2 - api: GraphQL API Reference3 layout:4 - section: Plants5 contents:6 - operation: QUERY getPlant7 title: Get plant details8 - operation: MUTATION createPlant Read the docs