Skip to content

Commit

Permalink
Merge pull request #407 from 317brian/lunr-search
Browse files Browse the repository at this point in the history
add lunr search
  • Loading branch information
vogievetsky authored Aug 1, 2023
2 parents de6fec9 + 19c9969 commit 874ee89
Show file tree
Hide file tree
Showing 4 changed files with 406 additions and 41 deletions.
14 changes: 2 additions & 12 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ module.exports={
],
"redirects": Redirects
}
]
],
require.resolve('docusaurus-lunr-search')
],
"themeConfig": {
colorMode: {
Expand Down Expand Up @@ -149,16 +150,5 @@ module.exports={
"src": "img/favicon.png"
}
},
"algolia": {
"appId": "CPK9PMSCEY",
"apiKey": "d4ef4ffe3a2f0c7d1e34b062fd98736b",
"indexName": "apache_druid",
"algoliaOptions": {
"facetFilters": [
"language:LANGUAGE",
"version:druidVersion"
]
}
}
}
}
Loading

0 comments on commit 874ee89

Please sign in to comment.