Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

feat(website): add DocSearch as recommended by docusaurus. #786

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ const siteConfig = {
ogImage: 'img/docusaurus.png',
twitterImage: 'img/docusaurus.png',

algolia: {
apiKey: 'react-360',
indexName: '8dbd2b892f17a933cf0bcf499cc7038a',
},

// You may provide arbitrary config keys to be used as needed by your
// template. For example, if you need your repo's URL...
// repoUrl: 'https://github.com/facebook/test-site',
Expand Down