| Total Complexity | 5 | 
| Total Lines | 27 | 
| Duplicated Lines | 0 % | 
| Changes | 3 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 11 | class DocumentationPage extends AbstractMarkdownPage  | 
            ||
| 12 | { | 
            ||
| 13 | use HasTableOfContents;  | 
            ||
| 14 | |||
| 15 | public static string $sourceDirectory = '_docs';  | 
            ||
| 16 | public static string $outputDirectory = 'docs';  | 
            ||
| 17 | |||
| 18 | public static string $parserClass = DocumentationPageParser::class;  | 
            ||
| 19 | |||
| 20 | public function __construct(array $matter = [], string $body = '', string $title = '', string $slug = '')  | 
            ||
| 23 | }  | 
            ||
| 24 | |||
| 25 | /** @internal */  | 
            ||
| 26 | public function getOnlineSourcePath(): string|false  | 
            ||
| 33 | }  | 
            ||
| 34 | |||
| 35 | public static function home(): ?RouteContract  | 
            ||
| 40 |