Skip to content

Commit 178ab92

Browse files
committed
chore: add Algolia search key
1 parent da3184b commit 178ab92

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ const config: Config = {
164164
},
165165
// Algolia DocSearch. Fill in apiKey/appId/indexName once provisioned.
166166
algolia: {
167-
appId: 'PLACEHOLDER_APP_ID',
168-
apiKey: 'PLACEHOLDER_SEARCH_API_KEY',
169-
indexName: 'nethsecurity',
167+
appId: '10HTUTQ94F',
168+
apiKey: '1194366ce35a4f804c40fb58cea070dc',
169+
indexName: 'NethSecurity Docs',
170170
searchPagePath: 'search',
171171
insights: true,
172172
},

0 commit comments

Comments
 (0)