mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 11:14:03 +00:00
wip
This commit is contained in:
parent
740833276d
commit
9029bcd465
10 changed files with 202 additions and 108 deletions
|
|
@ -6,6 +6,7 @@ return [
|
|||
'children' => [
|
||||
'Installation' => 'docs/installation',
|
||||
'Storage Drivers' => 'docs/storage-drivers',
|
||||
'This Package vs Others' => 'docs/difference-between-this-package-and-others',
|
||||
'Configuration' => 'docs/configuration',
|
||||
],
|
||||
],
|
||||
|
|
@ -15,6 +16,7 @@ return [
|
|||
'Creating Tenants' => 'docs/creating-tenants',
|
||||
'Tenant Routes' => 'docs/tenant-routes',
|
||||
'Tenant Storage' => 'docs/tenant-storage',
|
||||
'Tenant Manager' => 'docs/tenant-manager',
|
||||
'Console Commands' => 'docs/console-commands',
|
||||
],
|
||||
],
|
||||
|
|
@ -27,6 +29,11 @@ return [
|
|||
'Development' => 'docs/development',
|
||||
],
|
||||
],
|
||||
'Tips' => [
|
||||
'children' => [
|
||||
'HTTPS Certificates' => 'docs/https-certificates',
|
||||
],
|
||||
],
|
||||
'Stay Updated' => 'docs/stay-updated',
|
||||
'GitHub' => 'https://github.com/stancl/tenancy',
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue