1
0
Fork 0

docs: update repository documentation

Closes #68
Closes #69
This commit is contained in:
François Chalifour 2020-08-25 14:18:30 +02:00
parent ec5d5b17f9
commit 8076889f82
2 changed files with 18 additions and 2 deletions

15
README.md Normal file
View 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)

View file

@ -1,9 +1,10 @@
{
"name": "@docsearch/js",
"description": "JavaScript 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"