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