Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #87 from snaplet/kz-algolia
Browse files Browse the repository at this point in the history
Algolia: enable search plugin
  • Loading branch information
peterp authored Aug 10, 2022
2 parents 1c88056 + 094aac3 commit 3529986
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ module.exports = {
projectName: 'docs', // Usually your repo name.
plugins: ['docusaurus-plugin-segment'],
themeConfig: {
algolia: {
appId: 'PPVJZD9QQI',
apiKey: '221836c058f50b764becd187638295b2',
indexName: 'snaplet-docs',
},
segment: {
apiKey: 'VY4RrFl2Qu7bCRmxzQ7IIj9dK7MFMzrH',
},
Expand Down

0 comments on commit 3529986

Please sign in to comment.