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
Sylvain Pace authored Feb 20, 2020
1 parent c7f07fd commit 2c26100
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ const siteConfig = {
{ href: 'https://github.com/facebook/idb', label: 'GitHub' },
],

algolia: {
apiKey: '0908032af0955efe731222e1de3bad86',
indexName: 'idb',
},

favicon: 'img/idb_Logo_Color.png',
colors: {
primaryColor: '#181452',
Expand Down

0 comments on commit 2c26100

Please sign in to comment.