Skip to content

Commit 175dc5f

Browse files
committed
feat: add docsearch
1 parent 1aa0591 commit 175dc5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
'repoUrl' => $repoUrl,
1111

1212
// Algolia DocSearch credentials
13-
'docsearchApiKey' => '',
14-
'docsearchIndexName' => '',
13+
'docsearchApiKey' => '4b4f0156a1bce73ed44722c1d4f3187a',
14+
'docsearchIndexName' => 'geocoder-php',
1515

1616
// navigation menu
1717
'navigation' => require_once('navigation.php'),

0 commit comments

Comments
 (0)