docusaurus/website/versioned_docs/version-2.0.0-alpha.73/api/themes/theme-search-algolia.md
Sébastien Lorber 4d49945775
chore(v2): prepare v2.0.0.alpha-73 release (#4628)
* add changelog

* add alpha 73

* run prettier on versions file (+ ignore it as we don't care much and it's annoying when releasing)

* v2.0.0-alpha.73
2021-04-16 12:48:10 +02:00

682 B

id title slug
theme-search-algolia 📦 theme-search-algolia /api/themes/@docusaurus/theme-search-algolia

This theme provides a @theme/SearchBar component that integrates with Algolia DocSearch easily. Combined with @docusaurus/theme-classic, it provides a very easy search integration. You can read more on search documentation.

npm install --save @docusaurus/theme-search-algolia

This theme also adds search page available at /search (as swizzleable SearchPage component) path with OpenSearch support.

:::tip

If you have installed @docusaurus/preset-classic, you don't need to install it as a dependency.

:::