mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
Add docsearch index back
This commit is contained in:
parent
ebebb21809
commit
77c4e14a99
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'baseUrl' => env('JIGSAW_BASE_URL') ?? 'https://tenancy.samuelstancl.me/docs',
|
'baseUrl' => env('JIGSAW_BASE_URL', 'https://tenancy.samuelstancl.me/docs'),
|
||||||
'production' => true,
|
'production' => true,
|
||||||
|
|
||||||
'docsearchApiKey' => '53c5eaf88e819535d98f4a179c1802e1',
|
'docsearchApiKey' => '53c5eaf88e819535d98f4a179c1802e1',
|
||||||
'docsearchIndexName' => '',
|
'docsearchIndexName' => 'stancl-tenancy',
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue