HubDocPage
HubDocPage
HubDocPage
A documentation page from the hub catalog.
content |
String! | Raw markdown content (full page). |
frontmatter |
JSON | Full YAML frontmatter preserved as JSON. |
hasImages |
Boolean | Whether the page references images. |
id |
ID! | Page identifier (database ID). |
parentSlug |
String | Parent page slug for hierarchy. |
path |
String! | Source file path (e.g., "getting-started/connect-an-account.md"). |
section |
String! | Top-level section (e.g., "getting-started", "guides", "concepts"). |
sections |
HubDocSections | null |
sidebarLabel |
String | Sidebar display label (may differ from title). |
slug |
String! | URL slug (e.g., "getting-started/connect-an-account"). |
sortOrder |
Int! | Sidebar ordering within parent. |
title |
String! | Page title. |
version |
String | Documentation version (TE version this page was synced for). |
wordCount |
Int! | Word count for LLM context budgeting. |