mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-30 01:17:07 +02:00
feat(v2): Algolia search theme (#1440)
* feat(v2): Algolia search plugin * patch PR #1440 (#1441) * alternative implementation * typo * refactor noop * rename SearchAlgolia -> SearchBar * changes.md
This commit is contained in:
parent
8aef4ec791
commit
384fd5708f
14 changed files with 116 additions and 44 deletions
|
@ -11,6 +11,9 @@ module.exports = function preset(context, opts = {}) {
|
|||
{
|
||||
name: '@docusaurus/theme-classic',
|
||||
},
|
||||
{
|
||||
name: '@docusaurus/theme-search-algolia',
|
||||
},
|
||||
],
|
||||
plugins: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue