From 38593e61a2583d9b2b4e9b61ec00f3948a78e0f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 18 Sep 2019 15:49:51 +0200 Subject: [PATCH] beta label --- config.php | 4 ++-- source/_layouts/master.blade.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 @@