parent
a9f13dd080
commit
852d7e46b8
2 changed files with 20 additions and 2 deletions
17
README.md
Normal file
17
README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# @docsearch/react
|
||||
|
||||
React package for [DocSearch](http://docsearch.algolia.com/), the best search experience for docs.
|
||||
|
||||
[](https://percy.io/DX/DocSearch)
|
||||
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
yarn add @docsearch/react@alpha
|
||||
# or
|
||||
npm install @docsearch/react@alpha
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
[Read documentation →](https://autocomplete-experimental.netlify.app/docs/DocSearch)
|
||||
|
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
"name": "@docsearch/react",
|
||||
"description": "React package for DocSearch, the best search experience for docs.",
|
||||
"version": "1.0.0-alpha.27",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/algolia/autocomplete.js",
|
||||
"repository": "algolia/autocomplete.js",
|
||||
"homepage": "https://github.com/francoischalifour/autocomplete.js",
|
||||
"repository": "francoischalifour/autocomplete.js",
|
||||
"author": {
|
||||
"name": "Algolia, Inc.",
|
||||
"url": "https://www.algolia.com"
|
||||
|
|
|
|||
Loading…
Reference in a new issue