Skip to content

Commit

Permalink
docs(search): update docsearch api url
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab committed Jun 19, 2024
1 parent 591914c commit 0095787
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 21 deletions.
4 changes: 1 addition & 3 deletions website/docs/search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,7 @@ Still, you can reuse the [Infima CSS variables](styling-layout.mdx#styling-your-

### Customizing the Algolia search behavior {#customizing-the-algolia-search-behavior}

{/* TODO: update options link once the documentation is available on the DocSearch website */}

Algolia DocSearch supports a [list of options](https://autocomplete-experimental.netlify.app/docs/DocSearchModal#reference) that you can pass to the `algolia` field in the `docusaurus.config.js` file.
Algolia DocSearch supports a [list of options](https://docsearch.algolia.com/docs/api/) that you can pass to the `algolia` field in the `docusaurus.config.js` file.

```js title="docusaurus.config.js"
export default {
Expand Down
4 changes: 1 addition & 3 deletions website/versioned_docs/version-2.x/search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,7 @@ Still, you can reuse the [Infima CSS variables](styling-layout.mdx#styling-your-

### Customizing the Algolia search behavior {#customizing-the-algolia-search-behavior}

{/* TODO: update options link once the documentation is available on the DocSearch website */}

Algolia DocSearch supports a [list of options](https://autocomplete-experimental.netlify.app/docs/DocSearchModal#reference) that you can pass to the `algolia` field in the `docusaurus.config.js` file.
Algolia DocSearch supports a [list of options](https://docsearch.algolia.com/docs/api/) that you can pass to the `algolia` field in the `docusaurus.config.js` file.

```js title="docusaurus.config.js"
module.exports = {
Expand Down
4 changes: 1 addition & 3 deletions website/versioned_docs/version-3.0.1/search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,7 @@ Still, you can reuse the [Infima CSS variables](styling-layout.mdx#styling-your-

### Customizing the Algolia search behavior {#customizing-the-algolia-search-behavior}

{/* TODO: update options link once the documentation is available on the DocSearch website */}

Algolia DocSearch supports a [list of options](https://autocomplete-experimental.netlify.app/docs/DocSearchModal#reference) that you can pass to the `algolia` field in the `docusaurus.config.js` file.
Algolia DocSearch supports a [list of options](https://docsearch.algolia.com/docs/api/) that you can pass to the `algolia` field in the `docusaurus.config.js` file.

```js title="docusaurus.config.js"
export default {
Expand Down
4 changes: 1 addition & 3 deletions website/versioned_docs/version-3.1.1/search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,7 @@ Still, you can reuse the [Infima CSS variables](styling-layout.mdx#styling-your-

### Customizing the Algolia search behavior {#customizing-the-algolia-search-behavior}

{/* TODO: update options link once the documentation is available on the DocSearch website */}

Algolia DocSearch supports a [list of options](https://autocomplete-experimental.netlify.app/docs/DocSearchModal#reference) that you can pass to the `algolia` field in the `docusaurus.config.js` file.
Algolia DocSearch supports a [list of options](https://docsearch.algolia.com/docs/api/) that you can pass to the `algolia` field in the `docusaurus.config.js` file.

```js title="docusaurus.config.js"
export default {
Expand Down
4 changes: 1 addition & 3 deletions website/versioned_docs/version-3.2.1/search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,7 @@ Still, you can reuse the [Infima CSS variables](styling-layout.mdx#styling-your-

### Customizing the Algolia search behavior {#customizing-the-algolia-search-behavior}

{/* TODO: update options link once the documentation is available on the DocSearch website */}

Algolia DocSearch supports a [list of options](https://autocomplete-experimental.netlify.app/docs/DocSearchModal#reference) that you can pass to the `algolia` field in the `docusaurus.config.js` file.
Algolia DocSearch supports a [list of options](https://docsearch.algolia.com/docs/api/) that you can pass to the `algolia` field in the `docusaurus.config.js` file.

```js title="docusaurus.config.js"
export default {
Expand Down
4 changes: 1 addition & 3 deletions website/versioned_docs/version-3.3.2/search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,7 @@ Still, you can reuse the [Infima CSS variables](styling-layout.mdx#styling-your-

### Customizing the Algolia search behavior {#customizing-the-algolia-search-behavior}

{/* TODO: update options link once the documentation is available on the DocSearch website */}

Algolia DocSearch supports a [list of options](https://autocomplete-experimental.netlify.app/docs/DocSearchModal#reference) that you can pass to the `algolia` field in the `docusaurus.config.js` file.
Algolia DocSearch supports a [list of options](https://docsearch.algolia.com/docs/api/) that you can pass to the `algolia` field in the `docusaurus.config.js` file.

```js title="docusaurus.config.js"
export default {
Expand Down
4 changes: 1 addition & 3 deletions website/versioned_docs/version-3.4.0/search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,7 @@ Still, you can reuse the [Infima CSS variables](styling-layout.mdx#styling-your-

### Customizing the Algolia search behavior {#customizing-the-algolia-search-behavior}

{/* TODO: update options link once the documentation is available on the DocSearch website */}

Algolia DocSearch supports a [list of options](https://autocomplete-experimental.netlify.app/docs/DocSearchModal#reference) that you can pass to the `algolia` field in the `docusaurus.config.js` file.
Algolia DocSearch supports a [list of options](https://docsearch.algolia.com/docs/api/) that you can pass to the `algolia` field in the `docusaurus.config.js` file.

```js title="docusaurus.config.js"
export default {
Expand Down

0 comments on commit 0095787

Please sign in to comment.