Skip to content

Commit 771379c

Browse files
authored
Update links to Algolia documentation in configuration guide
1 parent 3068c09 commit 771379c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/content/1.getting-started/2.configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ By default set to empty string. When set in the configuration object, it will us
8585
By default set to true. Indicates whether to use 'algoliasearch-lite' or normal 'algoliasearch' package. Depending on your needs, if you only need to search you can set this option to true or do not set any option (it is by default true). But if you need more advances functionalities like multi queries, indexing, etc, you can set it to false to load full algoliasearch client.
8686

8787
::alert{type="info"}
88-
You can get it [here](https://www.algolia.com/doc/api-client/getting-started/update-the-client/javascript/?client=javascript#search-onlylite-client)
88+
You can get it [here](https://www.algolia.com/doc/libraries/sdk/upgrade/javascript#client-imports)
8989
::
9090

9191
### `cache`
9292

9393
By default set to false. The client caches requests to Algolia and their responses.
9494

9595
::alert{type="info"}
96-
More information available in the official [Algolia docs](https://www.algolia.com/doc/api-client/getting-started/customize/javascript/?client=javascript#caching-requests-and-responses).
96+
More information available in the official [Algolia docs](https://www.algolia.com/doc/libraries/sdk/caching).
9797
::
9898

9999
### `useFetch`
@@ -103,15 +103,15 @@ By default set to false. If set to true, it will use @algolia/requester-fetch in
103103

104104
### `instantSearch`
105105

106-
By default set to false. Indicates whether to install the official [vue-instantsearch](https://github.com/algolia/vue-instantsearch) plugin. This option can also be an object (see below).
106+
By default set to false. Indicates whether to install the official [vue-instantsearch](https://github.com/algolia/instantsearch/tree/master/packages/vue-instantsearch) plugin. This option can also be an object (see below).
107107

108108
::alert{type="info"}
109109
More information available in the official [Algolia docs](https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/vue/).
110110
::
111111

112112
### `instantSearch.theme`
113113

114-
By default set to `satellite`. Indicates which CSS theme to use for the [vue-instantsearch](https://github.com/algolia/vue-instantsearch) plugin. Valid values are `satellite`, `reset` or `algolia`.
114+
By default set to `satellite`. Indicates which CSS theme to use for the [vue-instantsearch](https://github.com/algolia/instantsearch/tree/master/packages/vue-instantsearch) plugin. Valid values are `satellite`, `reset` or `algolia`.
115115

116116
::alert{type="info"}
117117
More information available in the official [Algolia docs](https://www.algolia.com/doc/guides/building-search-ui/widgets/customize-an-existing-widget/vue/#style-your-widgets).

0 commit comments

Comments
 (0)