ContentPageRecord
PackageFsLiveDocs.Core
A processed documentation page.
Fields
| Name | Type | Description |
|---|---|---|
| Metadata | Metadata | Frontmatter metadata. |
| ContentHtml | ContentHtml | Rendered HTML content. |
| FilePath | FilePath | Relative file path from the docs root. |
| OutputPath | OutputPath | Relative HTML output path, with documentation ordering prefixes removed. |
| SectionOrder | SectionOrder | Ordering prefix of the top-level documentation section. |