From f6caa118db1327e6f61996663d9e7b67cc6759ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 28 Aug 2019 18:09:38 +0200 Subject: [PATCH] Add algolia API key to docs --- config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index c04c933f..e7944e16 100644 --- a/config.php +++ b/config.php @@ -7,8 +7,8 @@ return [ 'siteDescription' => 'A Laravel multi-database tenanyc package that respects your code.', // Algolia DocSearch credentials - 'docsearchApiKey' => '', - 'docsearchIndexName' => '', + 'docsearchApiKey' => '53c5eaf88e819535d98f4a179c1802e1', + 'docsearchIndexName' => 'stancl-tenancy', // navigation menu 'navigation' => require_once('navigation.php'),