HubDocSection
HubDocSection
HubDocSection
A documentation section (chunked by ## headings for LLM retrieval).
anchor |
String | URL fragment for deep-linking (e.g., "configure-the-policy"). |
content |
String! | Markdown content of this section only. |
heading |
String | Section heading (NULL for intro before first ##). |
id |
ID! | Section identifier (database ID). |
page |
HubDocPage | null |
pageSlug |
String! | Slug of the parent page. |
sectionIndex |
Int! | Ordering within the page (0 = intro, 1 = first ##, …). |
wordCount |
Int! | Word count for LLM context budgeting. |