1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 11:14:03 +00:00
This commit is contained in:
Samuel Štancl 2019-08-17 10:53:00 +02:00
parent 740833276d
commit 9029bcd465
10 changed files with 202 additions and 108 deletions

View file

@ -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',
];