Skip to content

Commit

Permalink
feat: add DocSearch as recommended by docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Pace authored Mar 11, 2020
1 parent 2c26100 commit fc170c3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,19 @@ const siteConfig = {
url: 'https://fbidb.io',
baseUrl: '/',
projectName: 'idb',
themeConfig: {
algolia: {
apiKey: '0908032af0955efe731222e1de3bad86',
indexName: 'idb',
},
},
organizationName: 'facebook',
headerLinks: [
{ doc: 'overview', label: 'Getting Started' },
{ doc: 'installation', label: 'Docs' },
{ 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 fc170c3

Please sign in to comment.