diff --git a/config.php b/config.php index 697010e..a73d066 100644 --- a/config.php +++ b/config.php @@ -6,12 +6,12 @@ return [ 'siteName' => 'stancl/tenancy documentation', 'siteDescription' => 'A Laravel multi-database tenancy package that respects your code.', - // key => display text + // key => display name 'versions' => [ '1.x' => '1.x', '2.x' => '2.x (beta)', ], - 'defaultVersion' => '2.x', + 'defaultVersion' => '1.x', 'prettyUrls' => true, 'version' => function ($page) { diff --git a/source/_layouts/master.blade.php b/source/_layouts/master.blade.php index ba25a88..1d213cc 100644 --- a/source/_layouts/master.blade.php +++ b/source/_layouts/master.blade.php @@ -58,14 +58,14 @@