Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit f366be7

Browse files
committed
Add Algolia creds
1 parent 164f93b commit f366be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
'siteDescription' => 'A collection of useful code snippets for new developers!',
88

99
// Algolia DocSearch credentials
10-
'docsearchApiKey' => '',
11-
'docsearchIndexName' => '',
10+
'docsearchApiKey' => '3fab51cde0f6a11ce324c7decd2b14c7',
11+
'docsearchIndexName' => 'devsnippets',
1212

1313
// navigation menu
1414
'navigation' => require_once('navigation.php'),

0 commit comments

Comments
 (0)