-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
- Loading branch information
1 parent
b20c7df
commit 55a5796
Showing
39 changed files
with
343 additions
and
312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,11 +38,11 @@ All of our clients comes with type definition, and are available for both browse | |
### With a package manager | ||
|
||
```bash | ||
yarn add [email protected].0 | ||
yarn add [email protected].1 | ||
# or | ||
npm install [email protected].0 | ||
npm install [email protected].1 | ||
# or | ||
pnpm add [email protected].0 | ||
pnpm add [email protected].1 | ||
``` | ||
|
||
### Without a package manager | ||
|
@@ -51,10 +51,10 @@ Add the following JavaScript snippet to the <head> of your website: | |
|
||
```html | ||
// for the full client | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/algoliasearch.umd.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/algoliasearch.umd.js"></script> | ||
|
||
// for the lite client | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/lite/builds/browser.umd.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/lite/builds/browser.umd.js"></script> | ||
``` | ||
|
||
### Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,11 +38,11 @@ All of our clients comes with type definition, and are available for both browse | |
### With a package manager | ||
|
||
```bash | ||
yarn add [email protected].0 | ||
yarn add [email protected].1 | ||
# or | ||
npm install [email protected].0 | ||
npm install [email protected].1 | ||
# or | ||
pnpm add [email protected].0 | ||
pnpm add [email protected].1 | ||
``` | ||
|
||
### Without a package manager | ||
|
@@ -51,10 +51,10 @@ Add the following JavaScript snippet to the <head> of your website: | |
|
||
```html | ||
// for the full client | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/algoliasearch.umd.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/algoliasearch.umd.js"></script> | ||
|
||
// for the lite client | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/lite/builds/browser.umd.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/lite/builds/browser.umd.js"></script> | ||
``` | ||
|
||
### Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse | |
### With a package manager | ||
|
||
```bash | ||
yarn add @algolia/[email protected].0 | ||
yarn add @algolia/[email protected].1 | ||
# or | ||
npm install @algolia/[email protected].0 | ||
npm install @algolia/[email protected].1 | ||
# or | ||
pnpm add @algolia/[email protected].0 | ||
pnpm add @algolia/[email protected].1 | ||
``` | ||
|
||
### Without a package manager | ||
|
||
Add the following JavaScript snippet to the <head> of your website: | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].0/dist/builds/browser.umd.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].1/dist/builds/browser.umd.js"></script> | ||
``` | ||
|
||
### Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse | |
### With a package manager | ||
|
||
```bash | ||
yarn add @algolia/[email protected].0 | ||
yarn add @algolia/[email protected].1 | ||
# or | ||
npm install @algolia/[email protected].0 | ||
npm install @algolia/[email protected].1 | ||
# or | ||
pnpm add @algolia/[email protected].0 | ||
pnpm add @algolia/[email protected].1 | ||
``` | ||
|
||
### Without a package manager | ||
|
||
Add the following JavaScript snippet to the <head> of your website: | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].0/dist/builds/browser.umd.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].1/dist/builds/browser.umd.js"></script> | ||
``` | ||
|
||
### Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse | |
### With a package manager | ||
|
||
```bash | ||
yarn add @algolia/[email protected].0 | ||
yarn add @algolia/[email protected].1 | ||
# or | ||
npm install @algolia/[email protected].0 | ||
npm install @algolia/[email protected].1 | ||
# or | ||
pnpm add @algolia/[email protected].0 | ||
pnpm add @algolia/[email protected].1 | ||
``` | ||
|
||
### Without a package manager | ||
|
||
Add the following JavaScript snippet to the <head> of your website: | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].0/dist/builds/browser.umd.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].1/dist/builds/browser.umd.js"></script> | ||
``` | ||
|
||
### Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse | |
### With a package manager | ||
|
||
```bash | ||
yarn add @algolia/[email protected].0 | ||
yarn add @algolia/[email protected].1 | ||
# or | ||
npm install @algolia/[email protected].0 | ||
npm install @algolia/[email protected].1 | ||
# or | ||
pnpm add @algolia/[email protected].0 | ||
pnpm add @algolia/[email protected].1 | ||
``` | ||
|
||
### Without a package manager | ||
|
||
Add the following JavaScript snippet to the <head> of your website: | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].0/dist/builds/browser.umd.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].1/dist/builds/browser.umd.js"></script> | ||
``` | ||
|
||
### Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse | |
### With a package manager | ||
|
||
```bash | ||
yarn add @algolia/[email protected].0 | ||
yarn add @algolia/[email protected].1 | ||
# or | ||
npm install @algolia/[email protected].0 | ||
npm install @algolia/[email protected].1 | ||
# or | ||
pnpm add @algolia/[email protected].0 | ||
pnpm add @algolia/[email protected].1 | ||
``` | ||
|
||
### Without a package manager | ||
|
||
Add the following JavaScript snippet to the <head> of your website: | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].0/dist/builds/browser.umd.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].1/dist/builds/browser.umd.js"></script> | ||
``` | ||
|
||
### Usage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.