mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 19:24:02 +00:00
Add algolia API key to docs
This commit is contained in:
parent
ac4cb3c34a
commit
f6caa118db
1 changed files with 2 additions and 2 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue