Skip to main content

Configuration Cheat Sheet

note

This is a quick reference guide. All settings are thoroughly documented in the Settings page.

Essential Options​

OptionTypeDefaultDescription
schemastringβ€”Required. Path to schema file or introspection result
rootPathstring./docsRoot folder for documentation generation
baseURLstring/graphqlBase URL path for generated documentation

Document Structure​

OptionTypeDefaultDescription
linkRootbooleanfalseLink types to root documentation
homepagestringβ€”Custom homepage content file
hierarchystringapiDocumentation structure: api, entity, or flat
indexbooleanfalseGenerate category indices
prettybooleanfalseFormat generated Markdown files

Content Options​

OptionTypeDefaultDescription
noCodebooleanfalseHide code sections
noExamplebooleanfalseHide example sections
noParentTypebooleanfalseHide parent type prefix
noRelatedTypebooleanfalseHide related types section
noTypeBadgesbooleanfalseHide type badges

Filtering Options​

OptionTypeDefaultDescription
groupByDirectivestringβ€”Group by directive: @directive(field) or @directive(=fallback)
onlystring[]β€”Include only types with specified directives
skipstring[]β€”Exclude types with specified directives
deprecatedstringdefaultHandling of deprecated items: default, group, skip

Advanced Options​

OptionTypeDefaultDescription
forcebooleanfalseForce regeneration of all files
diffstringβ€”Diff method for schema changes
tmpDirstringβ€”Temporary directory for schema diffing