Skip to content

Commit

Permalink
feat: update docusaurus config for Algolia (open-sauced#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfoley authored Aug 2, 2021
1 parent 363ddcb commit 54a5672
Show file tree
Hide file tree
Showing 3 changed files with 736 additions and 79 deletions.
7 changes: 7 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ module.exports = {
projectName: 'open-sauced', // Usually your repo name.
trailingSlash: true,
themeConfig: {
algolia: {
apiKey: '1691a4a5b06166984397aa30153f663c',
indexName: 'opensauced',
algoliaOptions: { 'facetFilters': ["type:$TYPE"] },
debug: false,
placeholder: 'Search Open Sauced Docs',
},
navbar: {
logo: {
alt: 'Open Sauced Logo',
Expand Down
Loading

0 comments on commit 54a5672

Please sign in to comment.