We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9d77c commit e396069Copy full SHA for e396069
packages/framework/src/Models/Pages/DocumentationPage.php
@@ -32,7 +32,7 @@ public function getOnlineSourcePath(): string|false
32
33
return trim(config('docs.source_file_location_base'), '/').'/'.$this->slug.'.md';
34
}
35
-
+
36
/**
37
* Get the path to the frontpage for the documentation.
38
*
0 commit comments