diff --git a/cache/7032874a7a12af04c860216712abd81de88798a3.php b/cache/7032874a7a12af04c860216712abd81de88798a3.php
deleted file mode 100644
index 1a95d288..00000000
--- a/cache/7032874a7a12af04c860216712abd81de88798a3.php
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
-
404
-
-
Page not found
-
-
-
-
- Need to update this page? See the Jigsaw documentation.
-
-
-stopSection(); ?>
-
-make('_layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
\ No newline at end of file
diff --git a/navigation.php b/navigation.php
index 2cb7fa17..444f74e4 100644
--- a/navigation.php
+++ b/navigation.php
@@ -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',
];
diff --git a/source/_layouts/master.blade.php b/source/_layouts/master.blade.php
index 0bfcc0c1..2641076a 100644
--- a/source/_layouts/master.blade.php
+++ b/source/_layouts/master.blade.php
@@ -20,7 +20,7 @@