Docs Groups
Docs groups reserve route namespaces for related docs sets.
Docs Groups
Docs groups organize docs sets under shared route namespaces.
Examples:
/plugins/products/internal/tools
A docs group can contain many docs sets:
1Docs Groups2 Plugins3 Payload Markdown4 Payload Markdown Docs
Fields
Important docs group fields include:
titleslugparentdescriptionnavTitleorderserveIndex
The route path is derived from parent group slugs plus the group slug.
serveIndex
When serveIndex is false, the group reserves descendant space but does not claim its own route. That allows a normal Page at /plugins while docs sets live under /plugins/payload-markdown.
When serveIndex is true, the route adapter can resolve the group route as a docs group index.
Groups are namespaces
Groups are not a replacement for Pages. They are a docs routing and organization model.
See docs sets for the per-project docs site model.
