mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
Finish working on versions
This commit is contained in:
parent
2f392b106f
commit
9f5f98d776
4 changed files with 6 additions and 6 deletions
|
|
@ -14,7 +14,7 @@ return [
|
|||
},
|
||||
|
||||
'link' => function ($page, $path) {
|
||||
return $page->baseUrl . $page->version() . '/' . $path . ($page->prettyUrls ? '' : '.html');
|
||||
return $page->baseUrl . '/' . $page->version() . '/' . $path . ($page->prettyUrls ? '' : '.html');
|
||||
},
|
||||
|
||||
// Algolia DocSearch credentials
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue