home()#
No description provided.
DocumentationPage::home(): Hyde\Support\Models\Route
homeRouteName()#
No description provided.
DocumentationPage::homeRouteName(): string
hasTableOfContents()#
No description provided.
DocumentationPage::hasTableOfContents(): bool
getOnlineSourcePath()#
No description provided.
$page->getOnlineSourcePath(): string|false
getTableOfContents()#
Generate Table of Contents as HTML from a Markdown document body.
$page->getTableOfContents(): string
getRouteKey()#
Get the route key for the page.
If flattened outputs are enabled, this will use the identifier basename so nested pages are flattened.
$page->getRouteKey(): string
getOutputPath()#
Get the path where the compiled page will be saved.
If flattened outputs are enabled, this will use the identifier basename so nested pages are flattened.
$page->getOutputPath(): string