mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
Add flake.nix, non-legacy builds, composer update, fix redirects
This commit is contained in:
parent
a675535e98
commit
ab2fe374b9
16 changed files with 1108 additions and 504 deletions
|
|
@ -3,6 +3,7 @@
|
|||
use Illuminate\Support\Str;
|
||||
|
||||
return [
|
||||
'legacy' => intval(env('DOCS_LEGACY_DEPLOYMENT', '1')),
|
||||
'baseUrl' => 'http://localhost:3000',
|
||||
'production' => false,
|
||||
'siteName' => 'Tenancy for Laravel',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue