From a3915750cb767657ba15bb0d08b2af9ae729fc98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 18 Sep 2019 09:14:56 +0200 Subject: [PATCH] add 2.x menu --- navigation.php | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/navigation.php b/navigation.php index 65157c8..6f683c4 100644 --- a/navigation.php +++ b/navigation.php @@ -52,6 +52,53 @@ return [ 'GitHub' => 'https://github.com/stancl/tenancy', ], '2.x' => [ - + 'Getting Started' => [ + 'url' => 'getting-started', + 'children' => [ + 'Installation' => 'installation', + 'Storage Drivers' => 'storage-drivers', + 'This Package vs Others' => 'difference-between-this-package-and-others', + 'Configuration' => 'configuration', + ], + ], + 'Usage' => [ + 'url' => 'usage', + 'children' => [ + 'Creating Tenants' => 'creating-tenants', + 'Tenant Routes' => 'tenant-routes', + 'Tenant Storage' => 'tenant-storage', + 'Tenant Manager' => 'tenant-manager', + 'Console Commands' => 'console-commands', + ], + ], + 'Digging Deeper' => [ + 'url' => 'digging-deeper', + 'children' => [ + 'Middleware Configuration' => 'middleware-configuration', + 'Custom Database Names' => 'custom-database-names', + 'Filesystem Tenancy' => 'filesystem-tenancy', + 'Jobs & Queues' => 'jobs-queues', + 'Event System' => 'event-system', + 'Tenancy Initialization' => 'tenancy-initialization', + 'Application Testing' => 'application-testing', + 'Writing Storage Drivers' => 'writing-storage-drivers', + 'Development' => 'development', + ], + ], + 'Integrations' => [ + 'url' => 'integrations', + 'children' => [ + 'Telescope' => 'telescope', + 'Horizon' => 'horizon', + ], + ], + 'Tips' => [ + 'children' => [ + 'HTTPS Certificates' => 'https-certificates', + 'Misc' => 'misc-tips', + ], + ], + 'Stay Updated' => 'stay-updated', + 'GitHub' => 'https://github.com/stancl/tenancy', ], ];