Skip to content

Commit

Permalink
feat(website): add DocSearch as recommended by docusaurus.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-pace committed Feb 24, 2021
1 parent 09f1d6c commit ce4f631
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ module.exports = {
organizationName: 'facebook',
projectName: 'idb',
themeConfig: {
algolia: {
apiKey: "0908032af0955efe731222e1de3bad86",
indexName: "idb",
},
navbar: {
title: 'idb',
items: [
Expand Down

0 comments on commit ce4f631

Please sign in to comment.