mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
New routes
This commit is contained in:
parent
478452d1eb
commit
ae63f30be6
68 changed files with 346 additions and 215 deletions
|
|
@ -8,10 +8,10 @@ return [
|
|||
|
||||
// key => display name
|
||||
'versions' => [
|
||||
'1.x' => '1.x',
|
||||
'2.x' => '2.x (beta)',
|
||||
'v1' => '1.x',
|
||||
'v2' => '2.x (beta)',
|
||||
],
|
||||
'defaultVersion' => '1.x',
|
||||
'defaultVersion' => 'v1',
|
||||
'prettyUrls' => true,
|
||||
|
||||
'version' => function ($page) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue