diff --git a/angular-instantsearch/algolia-insights/README.md b/angular-instantsearch/algolia-insights/README.md index 48517bfaeb..a9d3624be8 100644 --- a/angular-instantsearch/algolia-insights/README.md +++ b/angular-instantsearch/algolia-insights/README.md @@ -1,5 +1,7 @@ # algolia-insights +[](https://codesandbox.io/p/sandbox/github/algolia/doc-code-samples/tree/master/angular-instantsearch/algolia-insights) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/angular-instantsearch/algolia-insights/angular.json b/angular-instantsearch/algolia-insights/angular.json index d2a64debee..2f5c51dfe1 100644 --- a/angular-instantsearch/algolia-insights/angular.json +++ b/angular-instantsearch/algolia-insights/angular.json @@ -71,7 +71,8 @@ "browserTarget": "algolia-insights:build:production" }, "development": { - "browserTarget": "algolia-insights:build:development" + "browserTarget": "algolia-insights:build:development", + "disableHostCheck": true } }, "defaultConfiguration": "development" diff --git a/angular-instantsearch/autocomplete-results-page/README.md b/angular-instantsearch/autocomplete-results-page/README.md index 3849979f77..9370705941 100644 --- a/angular-instantsearch/autocomplete-results-page/README.md +++ b/angular-instantsearch/autocomplete-results-page/README.md @@ -1,5 +1,7 @@ # autocomplete-results-page +[](https://codesandbox.io/p/sandbox/github/algolia/doc-code-samples/tree/master/angular-instantsearch/autocomplete-results-page) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/angular-instantsearch/autocomplete-results-page/angular.json b/angular-instantsearch/autocomplete-results-page/angular.json index 96d3700fce..0d7cfc858d 100644 --- a/angular-instantsearch/autocomplete-results-page/angular.json +++ b/angular-instantsearch/autocomplete-results-page/angular.json @@ -72,7 +72,8 @@ "browserTarget": "autocomplete-results-page:build:production" }, "development": { - "browserTarget": "autocomplete-results-page:build:development" + "browserTarget": "autocomplete-results-page:build:development", + "disableHostCheck": true } }, "defaultConfiguration": "development" diff --git a/angular-instantsearch/conditional-request/README.md b/angular-instantsearch/conditional-request/README.md index b615601b84..d8c4af2e72 100644 --- a/angular-instantsearch/conditional-request/README.md +++ b/angular-instantsearch/conditional-request/README.md @@ -1,5 +1,7 @@ # conditional-request +[](https://codesandbox.io/p/sandbox/github/algolia/doc-code-samples/tree/master/angular-instantsearch/conditional-request) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/angular-instantsearch/conditional-request/angular.json b/angular-instantsearch/conditional-request/angular.json index 8dd0072734..49296699ac 100644 --- a/angular-instantsearch/conditional-request/angular.json +++ b/angular-instantsearch/conditional-request/angular.json @@ -71,7 +71,8 @@ "browserTarget": "conditional-request:build:production" }, "development": { - "browserTarget": "conditional-request:build:development" + "browserTarget": "conditional-request:build:development", + "disableHostCheck": true } }, "defaultConfiguration": "development" diff --git a/angular-instantsearch/debounced-search-box/README.md b/angular-instantsearch/debounced-search-box/README.md index b761019116..c44fb37755 100644 --- a/angular-instantsearch/debounced-search-box/README.md +++ b/angular-instantsearch/debounced-search-box/README.md @@ -1,5 +1,7 @@ # debounced-search-box +[](https://codesandbox.io/p/sandbox/github/algolia/doc-code-samples/tree/master/angular-instantsearch/debounced-search-box) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/angular-instantsearch/debounced-search-box/angular.json b/angular-instantsearch/debounced-search-box/angular.json index 0d6e57f45d..d07525e72b 100644 --- a/angular-instantsearch/debounced-search-box/angular.json +++ b/angular-instantsearch/debounced-search-box/angular.json @@ -66,7 +66,8 @@ "browserTarget": "debounced-search-box:build:production" }, "development": { - "browserTarget": "debounced-search-box:build:development" + "browserTarget": "debounced-search-box:build:development", + "disableHostCheck": true } }, "defaultConfiguration": "development" diff --git a/angular-instantsearch/e-commerce/README.md b/angular-instantsearch/e-commerce/README.md index 149612d447..8698379d75 100644 --- a/angular-instantsearch/e-commerce/README.md +++ b/angular-instantsearch/e-commerce/README.md @@ -1,5 +1,7 @@ # Angular Instantsearch e-commerce sample +[](https://codesandbox.io/p/sandbox/github/algolia/doc-code-samples/tree/master/angular-instantsearch/e-commerce) + Also available in [InstantSearch.js](../../instantsearch.js/e-commerce/), [React InstantSearch](../../react-instantsearch/e-commerce/) and [Vue InstantSearch](../../vue-instantsearch/e-commerce/) --- diff --git a/angular-instantsearch/e-commerce/angular.json b/angular-instantsearch/e-commerce/angular.json index 919bb614d4..918750f448 100644 --- a/angular-instantsearch/e-commerce/angular.json +++ b/angular-instantsearch/e-commerce/angular.json @@ -70,7 +70,8 @@ "serve": { "builder": "@angular-devkit/build-angular:dev-server", "options": { - "browserTarget": "e-commerce:build" + "browserTarget": "e-commerce:build", + "disableHostCheck": true }, "configurations": { "production": { diff --git a/angular-instantsearch/extending-widgets/README.md b/angular-instantsearch/extending-widgets/README.md index 26ba5ea5b6..a8aea5d684 100644 --- a/angular-instantsearch/extending-widgets/README.md +++ b/angular-instantsearch/extending-widgets/README.md @@ -1,5 +1,7 @@ # extending-widgets +[](https://codesandbox.io/p/sandbox/github/algolia/doc-code-samples/tree/master/angular-instantsearch/extending-widgets) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/angular-instantsearch/extending-widgets/angular.json b/angular-instantsearch/extending-widgets/angular.json index 33aa38ab02..2c4af255ea 100644 --- a/angular-instantsearch/extending-widgets/angular.json +++ b/angular-instantsearch/extending-widgets/angular.json @@ -71,7 +71,8 @@ "browserTarget": "extending-widgets:build:production" }, "development": { - "browserTarget": "extending-widgets:build:development" + "browserTarget": "extending-widgets:build:development", + "disableHostCheck": true } }, "defaultConfiguration": "development" diff --git a/angular-instantsearch/geo-search/README.md b/angular-instantsearch/geo-search/README.md index 5c55b8f593..68094b566f 100644 --- a/angular-instantsearch/geo-search/README.md +++ b/angular-instantsearch/geo-search/README.md @@ -1,5 +1,7 @@ # geo-search +[](https://codesandbox.io/p/sandbox/github/algolia/doc-code-samples/tree/master/angular-instantsearch/geo-search) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/angular-instantsearch/geo-search/angular.json b/angular-instantsearch/geo-search/angular.json index 4f57b6dfec..d2fd767db2 100644 --- a/angular-instantsearch/geo-search/angular.json +++ b/angular-instantsearch/geo-search/angular.json @@ -71,7 +71,8 @@ "browserTarget": "geo-search:build:production" }, "development": { - "browserTarget": "geo-search:build:development" + "browserTarget": "geo-search:build:development", + "disableHostCheck": true } }, "defaultConfiguration": "development" diff --git a/angular-instantsearch/getting-started/README.md b/angular-instantsearch/getting-started/README.md index 81a7971ddf..cb00876f77 100644 --- a/angular-instantsearch/getting-started/README.md +++ b/angular-instantsearch/getting-started/README.md @@ -1,5 +1,7 @@ # getting-started +[](https://codesandbox.io/p/sandbox/github/algolia/doc-code-samples/tree/master/angular-instantsearch/getting-started) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/angular-instantsearch/getting-started/angular.json b/angular-instantsearch/getting-started/angular.json index 3261f94746..f623c62700 100644 --- a/angular-instantsearch/getting-started/angular.json +++ b/angular-instantsearch/getting-started/angular.json @@ -71,7 +71,8 @@ "browserTarget": "getting-started:build:production" }, "development": { - "browserTarget": "getting-started:build:development" + "browserTarget": "getting-started:build:development", + "disableHostCheck": true } }, "defaultConfiguration": "development" diff --git a/angular-instantsearch/infinite-scroll/README.md b/angular-instantsearch/infinite-scroll/README.md index 853a1a4086..a7ee487496 100644 --- a/angular-instantsearch/infinite-scroll/README.md +++ b/angular-instantsearch/infinite-scroll/README.md @@ -1,5 +1,7 @@ # infinite-scroll +[](https://codesandbox.io/p/sandbox/github/algolia/doc-code-samples/tree/master/angular-instantsearch/infinite-scroll) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/angular-instantsearch/infinite-scroll/angular.json b/angular-instantsearch/infinite-scroll/angular.json index 604e573892..6e1dfde7be 100644 --- a/angular-instantsearch/infinite-scroll/angular.json +++ b/angular-instantsearch/infinite-scroll/angular.json @@ -71,7 +71,8 @@ "browserTarget": "infinite-scroll:build:production" }, "development": { - "browserTarget": "infinite-scroll:build:development" + "browserTarget": "infinite-scroll:build:development", + "disableHostCheck": true } }, "defaultConfiguration": "development" diff --git a/angular-instantsearch/loading-indicator/README.md b/angular-instantsearch/loading-indicator/README.md index 507e8c110b..127fb35165 100644 --- a/angular-instantsearch/loading-indicator/README.md +++ b/angular-instantsearch/loading-indicator/README.md @@ -1,5 +1,7 @@ # loading-indicator +[](https://codesandbox.io/p/sandbox/github/algolia/doc-code-samples/tree/master/angular-instantsearch/loading-indicator) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/angular-instantsearch/loading-indicator/angular.json b/angular-instantsearch/loading-indicator/angular.json index 4e13cf7a8e..f50d522813 100644 --- a/angular-instantsearch/loading-indicator/angular.json +++ b/angular-instantsearch/loading-indicator/angular.json @@ -71,7 +71,8 @@ "browserTarget": "loading-indicator:build:production" }, "development": { - "browserTarget": "loading-indicator:build:development" + "browserTarget": "loading-indicator:build:development", + "disableHostCheck": true } }, "defaultConfiguration": "development" diff --git a/angular-instantsearch/media/README.md b/angular-instantsearch/media/README.md index 25373ee784..4ef0f62c3f 100644 --- a/angular-instantsearch/media/README.md +++ b/angular-instantsearch/media/README.md @@ -1,5 +1,7 @@ # Angular Instantsearch media sample +[](https://codesandbox.io/p/sandbox/github/algolia/doc-code-samples/tree/master/angular-instantsearch/media) + Also available in [InstantSearch.js](../../instantsearch.js/media/), [React InstantSearch](../../react-instantsearch/media/) and [Vue InstantSearch](../../vue-instantsearch/media/) --- diff --git a/angular-instantsearch/media/angular.json b/angular-instantsearch/media/angular.json index 91e8ca7ae1..831817fd01 100644 --- a/angular-instantsearch/media/angular.json +++ b/angular-instantsearch/media/angular.json @@ -55,7 +55,8 @@ "serve": { "builder": "@angular-devkit/build-angular:dev-server", "options": { - "browserTarget": "e-commerce:build" + "browserTarget": "e-commerce:build", + "disableHostCheck": true }, "configurations": { "production": { diff --git a/angular-instantsearch/multi-index-autocomplete/README.md b/angular-instantsearch/multi-index-autocomplete/README.md index 40e4590875..b632ba579e 100644 --- a/angular-instantsearch/multi-index-autocomplete/README.md +++ b/angular-instantsearch/multi-index-autocomplete/README.md @@ -1,5 +1,7 @@ # multi-index-autocomplete +[](https://codesandbox.io/p/sandbox/github/algolia/doc-code-samples/tree/master/angular-instantsearch/multi-index-autocomplete) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/angular-instantsearch/multi-index-autocomplete/angular.json b/angular-instantsearch/multi-index-autocomplete/angular.json index 7d34c02eac..6db934b936 100644 --- a/angular-instantsearch/multi-index-autocomplete/angular.json +++ b/angular-instantsearch/multi-index-autocomplete/angular.json @@ -72,7 +72,8 @@ "browserTarget": "multi-index-autocomplete:build:production" }, "development": { - "browserTarget": "multi-index-autocomplete:build:development" + "browserTarget": "multi-index-autocomplete:build:development", + "disableHostCheck": true } }, "defaultConfiguration": "development" diff --git a/angular-instantsearch/multi-index-hits/README.md b/angular-instantsearch/multi-index-hits/README.md index 60d870a6aa..708f1c1d5d 100644 --- a/angular-instantsearch/multi-index-hits/README.md +++ b/angular-instantsearch/multi-index-hits/README.md @@ -1,5 +1,7 @@ # multi-index-hits +[](https://codesandbox.io/p/sandbox/github/algolia/doc-code-samples/tree/master/angular-instantsearch/multi-index-hits) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/angular-instantsearch/multi-index-hits/angular.json b/angular-instantsearch/multi-index-hits/angular.json index 6bd36e4397..43b26c9cff 100644 --- a/angular-instantsearch/multi-index-hits/angular.json +++ b/angular-instantsearch/multi-index-hits/angular.json @@ -71,7 +71,8 @@ "browserTarget": "multi-index-hits:build:production" }, "development": { - "browserTarget": "multi-index-hits:build:development" + "browserTarget": "multi-index-hits:build:development", + "disableHostCheck": true } }, "defaultConfiguration": "development" diff --git a/angular-instantsearch/query-suggestions/README.md b/angular-instantsearch/query-suggestions/README.md index 328f031c21..1fb3bc421b 100644 --- a/angular-instantsearch/query-suggestions/README.md +++ b/angular-instantsearch/query-suggestions/README.md @@ -1,5 +1,7 @@ # query-suggestions +[](https://codesandbox.io/p/sandbox/github/algolia/doc-code-samples/tree/master/angular-instantsearch/query-suggestions) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/angular-instantsearch/query-suggestions/angular.json b/angular-instantsearch/query-suggestions/angular.json index f19081b255..02b29dc0fe 100644 --- a/angular-instantsearch/query-suggestions/angular.json +++ b/angular-instantsearch/query-suggestions/angular.json @@ -72,7 +72,8 @@ "browserTarget": "query-suggestions:build:production" }, "development": { - "browserTarget": "query-suggestions:build:development" + "browserTarget": "query-suggestions:build:development", + "disableHostCheck": true } }, "defaultConfiguration": "development" diff --git a/angular-instantsearch/refresh/README.md b/angular-instantsearch/refresh/README.md index ee6c3fde83..97a2cad206 100644 --- a/angular-instantsearch/refresh/README.md +++ b/angular-instantsearch/refresh/README.md @@ -1,5 +1,7 @@ # refresh +[](https://codesandbox.io/p/sandbox/github/algolia/doc-code-samples/tree/master/angular-instantsearch/refresh) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/angular-instantsearch/refresh/angular.json b/angular-instantsearch/refresh/angular.json index d1cc439f8e..7485684f50 100644 --- a/angular-instantsearch/refresh/angular.json +++ b/angular-instantsearch/refresh/angular.json @@ -71,7 +71,8 @@ "browserTarget": "refresh:build:production" }, "development": { - "browserTarget": "refresh:build:development" + "browserTarget": "refresh:build:development", + "disableHostCheck": true } }, "defaultConfiguration": "development" diff --git a/angular-instantsearch/routing-basic/README.md b/angular-instantsearch/routing-basic/README.md index 2e2dc3b950..713cf52486 100644 --- a/angular-instantsearch/routing-basic/README.md +++ b/angular-instantsearch/routing-basic/README.md @@ -1,5 +1,7 @@ # routing-basic +[](https://codesandbox.io/p/sandbox/github/algolia/doc-code-samples/tree/master/angular-instantsearch/routing-basic) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/angular-instantsearch/routing-basic/angular.json b/angular-instantsearch/routing-basic/angular.json index 98e3f2c66c..d039087995 100644 --- a/angular-instantsearch/routing-basic/angular.json +++ b/angular-instantsearch/routing-basic/angular.json @@ -71,7 +71,8 @@ "browserTarget": "routing-basic:build:production" }, "development": { - "browserTarget": "routing-basic:build:development" + "browserTarget": "routing-basic:build:development", + "disableHostCheck": true } }, "defaultConfiguration": "development" diff --git a/angular-instantsearch/routing-seo-friendly/README.md b/angular-instantsearch/routing-seo-friendly/README.md index 33e1b67bd2..4943e62f33 100644 --- a/angular-instantsearch/routing-seo-friendly/README.md +++ b/angular-instantsearch/routing-seo-friendly/README.md @@ -1,5 +1,7 @@ # routing-seo-friendly +[](https://codesandbox.io/p/sandbox/github/algolia/doc-code-samples/tree/master/angular-instantsearch/routing-seo-friendly) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/angular-instantsearch/routing-seo-friendly/angular.json b/angular-instantsearch/routing-seo-friendly/angular.json index 55a3d55db5..0bdd4fe08f 100644 --- a/angular-instantsearch/routing-seo-friendly/angular.json +++ b/angular-instantsearch/routing-seo-friendly/angular.json @@ -71,7 +71,8 @@ "browserTarget": "routing-seo-friendly:build:production" }, "development": { - "browserTarget": "routing-seo-friendly:build:development" + "browserTarget": "routing-seo-friendly:build:development", + "disableHostCheck": true } }, "defaultConfiguration": "development" diff --git a/angular-instantsearch/routing-state-mapping/README.md b/angular-instantsearch/routing-state-mapping/README.md index ed88625651..3a7bd2b96a 100644 --- a/angular-instantsearch/routing-state-mapping/README.md +++ b/angular-instantsearch/routing-state-mapping/README.md @@ -1,5 +1,7 @@ # routing-state-mapping +[](https://codesandbox.io/p/sandbox/github/algolia/doc-code-samples/tree/master/angular-instantsearch/routing-state-mapping) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/angular-instantsearch/routing-state-mapping/angular.json b/angular-instantsearch/routing-state-mapping/angular.json index e642b618f8..d78e96b2b1 100644 --- a/angular-instantsearch/routing-state-mapping/angular.json +++ b/angular-instantsearch/routing-state-mapping/angular.json @@ -71,7 +71,8 @@ "browserTarget": "routing-state-mapping:build:production" }, "development": { - "browserTarget": "routing-state-mapping:build:development" + "browserTarget": "routing-state-mapping:build:development", + "disableHostCheck": true } }, "defaultConfiguration": "development" diff --git a/angular-instantsearch/secured-api-keys/README.md b/angular-instantsearch/secured-api-keys/README.md index aa5ce4d784..bfdfd77b74 100644 --- a/angular-instantsearch/secured-api-keys/README.md +++ b/angular-instantsearch/secured-api-keys/README.md @@ -1,5 +1,7 @@ # secured-api-keys +[](https://codesandbox.io/p/sandbox/github/algolia/doc-code-samples/tree/master/angular-instantsearch/secured-api-keys) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/angular-instantsearch/secured-api-keys/angular.json b/angular-instantsearch/secured-api-keys/angular.json index 6a5fb07432..50276ab480 100644 --- a/angular-instantsearch/secured-api-keys/angular.json +++ b/angular-instantsearch/secured-api-keys/angular.json @@ -71,7 +71,8 @@ "browserTarget": "secured-api-keys:build:production" }, "development": { - "browserTarget": "secured-api-keys:build:development" + "browserTarget": "secured-api-keys:build:development", + "disableHostCheck": true } }, "defaultConfiguration": "development" diff --git a/instantsearch.js/algolia-insights/README.md b/instantsearch.js/algolia-insights/README.md index 13e1cf3471..6cc01f0009 100644 --- a/instantsearch.js/algolia-insights/README.md +++ b/instantsearch.js/algolia-insights/README.md @@ -1,5 +1,7 @@ # getting-started +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/instantsearch.js/algolia-insights) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/instantsearch.js/autocomplete-results-page/README.md b/instantsearch.js/autocomplete-results-page/README.md index 3849979f77..3c362c3c4f 100644 --- a/instantsearch.js/autocomplete-results-page/README.md +++ b/instantsearch.js/autocomplete-results-page/README.md @@ -1,5 +1,7 @@ # autocomplete-results-page +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/instantsearch.js/autocomplete-results-page) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/instantsearch.js/conditional-request/README.md b/instantsearch.js/conditional-request/README.md index b615601b84..a1ec6cf761 100644 --- a/instantsearch.js/conditional-request/README.md +++ b/instantsearch.js/conditional-request/README.md @@ -1,5 +1,7 @@ # conditional-request +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/instantsearch.js/conditional-request) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/instantsearch.js/e-commerce/README.md b/instantsearch.js/e-commerce/README.md index 1acae52e39..d385e88cb1 100644 --- a/instantsearch.js/e-commerce/README.md +++ b/instantsearch.js/e-commerce/README.md @@ -1,5 +1,7 @@ # Instantsearch e-commerce sample +[](https://codesandbox.io/s/github/algolia/instantsearch/tree/master/examples/js/e-commerce) + Also available in [React InstantSearch](../../react-instantsearch/e-commerce/), [Angular InstantSearch](../../angular-instantsearch/e-commerce/) and [Vue InstantSearch](../../vue-instantsearch/e-commerce/) --- diff --git a/instantsearch.js/facet-dropdown/README.md b/instantsearch.js/facet-dropdown/README.md index 316fc1fdda..80fdacee9c 100644 --- a/instantsearch.js/facet-dropdown/README.md +++ b/instantsearch.js/facet-dropdown/README.md @@ -1,5 +1,7 @@ # instantsearch.js-app +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/instantsearch.js/facet-dropdown) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/instantsearch.js/geo-search-control/README.md b/instantsearch.js/geo-search-control/README.md index de10d57554..a851d4d632 100644 --- a/instantsearch.js/geo-search-control/README.md +++ b/instantsearch.js/geo-search-control/README.md @@ -1,5 +1,7 @@ # geo-search-control +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/instantsearch.js/geo-search-control) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/instantsearch.js/geo-search-custom-marker/README.md b/instantsearch.js/geo-search-custom-marker/README.md index df6f9f0ba2..5118883ee2 100644 --- a/instantsearch.js/geo-search-custom-marker/README.md +++ b/instantsearch.js/geo-search-custom-marker/README.md @@ -1,5 +1,7 @@ # geo-search-custom-marker +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/instantsearch.js/geo-search-custom-marker) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/instantsearch.js/geo-search-hits/README.md b/instantsearch.js/geo-search-hits/README.md index 5eb828c706..1372f15c0e 100644 --- a/instantsearch.js/geo-search-hits/README.md +++ b/instantsearch.js/geo-search-hits/README.md @@ -1,5 +1,7 @@ # geo-search-hits +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/instantsearch.js/geo-search-hits) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/instantsearch.js/geo-search-tourism/README.md b/instantsearch.js/geo-search-tourism/README.md index 01ddba033c..bc96325db8 100644 --- a/instantsearch.js/geo-search-tourism/README.md +++ b/instantsearch.js/geo-search-tourism/README.md @@ -1,5 +1,7 @@ # Instantsearch tourism sample +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/instantsearch.js/geo-search-tourism) + Also available in [React InstantSearch](../../react-instantsearch/geo-search-tourism/) --- diff --git a/instantsearch.js/getting-started/README.md b/instantsearch.js/getting-started/README.md index d6c9ef3e62..4dba261233 100644 --- a/instantsearch.js/getting-started/README.md +++ b/instantsearch.js/getting-started/README.md @@ -1,5 +1,7 @@ # InstantSearch getting started sample +[](https://codesandbox.io/s/github/algolia/instantsearch/tree/master/examples/js/getting-started) + Also available in [React InstantSearch](../../react-instantsearch/getting-started/), [React InstantSearch Hooks](https://github.com/algolia/instantsearch/tree/master/examples/react-hooks/getting-started/), [Angular InstantSearch](../../angular-instantsearch/getting-started/) and [Vue InstantSearch](../../vue-instantsearch/getting-started/) --- diff --git a/instantsearch.js/infinite-scroll/README.md b/instantsearch.js/infinite-scroll/README.md index 853a1a4086..3cc6bce901 100644 --- a/instantsearch.js/infinite-scroll/README.md +++ b/instantsearch.js/infinite-scroll/README.md @@ -1,5 +1,7 @@ # infinite-scroll +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/instantsearch.js/infinite-scroll) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/instantsearch.js/media/README.md b/instantsearch.js/media/README.md index 0699248a28..72301e8288 100644 --- a/instantsearch.js/media/README.md +++ b/instantsearch.js/media/README.md @@ -1,5 +1,7 @@ # Instantsearch media sample +[](https://codesandbox.io/s/github/algolia/instantsearch/tree/master/examples/js/media) + Also available in [React InstantSearch](../../react-instantsearch/media/), [Angular InstantSearch](../../angular-instantsearch/media/) and [Vue InstantSearch](../../vue-instantsearch/media/) --- diff --git a/instantsearch.js/multi-index-autocomplete/README.md b/instantsearch.js/multi-index-autocomplete/README.md index 40e4590875..2ea46249d7 100644 --- a/instantsearch.js/multi-index-autocomplete/README.md +++ b/instantsearch.js/multi-index-autocomplete/README.md @@ -1,5 +1,7 @@ # multi-index-autocomplete +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/instantsearch.js/multi-index-autocomplete) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/instantsearch.js/multi-index-hits/README.md b/instantsearch.js/multi-index-hits/README.md index 60d870a6aa..97e541b057 100644 --- a/instantsearch.js/multi-index-hits/README.md +++ b/instantsearch.js/multi-index-hits/README.md @@ -1,5 +1,7 @@ # multi-index-hits +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/instantsearch.js/multi-index-hits) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/instantsearch.js/query-suggestions/README.md b/instantsearch.js/query-suggestions/README.md index 328f031c21..e93df0f4bb 100644 --- a/instantsearch.js/query-suggestions/README.md +++ b/instantsearch.js/query-suggestions/README.md @@ -1,5 +1,7 @@ # query-suggestions +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/instantsearch.js/query-suggestions) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/instantsearch.js/refresh-cache-periodically/README.md b/instantsearch.js/refresh-cache-periodically/README.md index dbb9d39d8f..af8da25607 100644 --- a/instantsearch.js/refresh-cache-periodically/README.md +++ b/instantsearch.js/refresh-cache-periodically/README.md @@ -1,5 +1,7 @@ # refresh-cache-periodically +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/instantsearch.js/refresh-cache-periodically) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/instantsearch.js/refresh-cache-user-action/README.md b/instantsearch.js/refresh-cache-user-action/README.md index b872a51158..f084b344f2 100644 --- a/instantsearch.js/refresh-cache-user-action/README.md +++ b/instantsearch.js/refresh-cache-user-action/README.md @@ -1,5 +1,7 @@ # refresh-cache-user-action +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/instantsearch.js/refresh-cache-user-action) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/instantsearch.js/routing-basic/README.md b/instantsearch.js/routing-basic/README.md index 2e2dc3b950..ddc2e0c245 100644 --- a/instantsearch.js/routing-basic/README.md +++ b/instantsearch.js/routing-basic/README.md @@ -1,5 +1,7 @@ # routing-basic +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/instantsearch.js/routing-basic) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/instantsearch.js/routing-seo-friendly/README.md b/instantsearch.js/routing-seo-friendly/README.md index 33e1b67bd2..912635b1a1 100644 --- a/instantsearch.js/routing-seo-friendly/README.md +++ b/instantsearch.js/routing-seo-friendly/README.md @@ -1,5 +1,7 @@ # routing-seo-friendly +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/instantsearch.js/routing-seo-friendly) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/instantsearch.js/secured-api-keys/README.md b/instantsearch.js/secured-api-keys/README.md index ad80e36a22..1b03fd6384 100644 --- a/instantsearch.js/secured-api-keys/README.md +++ b/instantsearch.js/secured-api-keys/README.md @@ -1,5 +1,7 @@ # secured-api-keys +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/instantsearch.js/secured-api-keys) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/instantsearch.js/segment-connector/README.md b/instantsearch.js/segment-connector/README.md index 973350662e..5e1b2c06ce 100644 --- a/instantsearch.js/segment-connector/README.md +++ b/instantsearch.js/segment-connector/README.md @@ -1,5 +1,7 @@ # segment-connector +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/instantsearch.js/segment-connector) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch-hooks/algolia-insights/README.md b/react-instantsearch-hooks/algolia-insights/README.md index 48517bfaeb..ac7872c218 100644 --- a/react-instantsearch-hooks/algolia-insights/README.md +++ b/react-instantsearch-hooks/algolia-insights/README.md @@ -1,5 +1,7 @@ # algolia-insights +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch-hooks/algolia-insights) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch-hooks/conditional-debouncing/README.md b/react-instantsearch-hooks/conditional-debouncing/README.md index 1c0d663f98..c883bfdf6a 100644 --- a/react-instantsearch-hooks/conditional-debouncing/README.md +++ b/react-instantsearch-hooks/conditional-debouncing/README.md @@ -1,5 +1,7 @@ # conditional-debouncing +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch-hooks/conditional-debouncing) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch-hooks/conditional-request/README.md b/react-instantsearch-hooks/conditional-request/README.md index b615601b84..b97561026c 100644 --- a/react-instantsearch-hooks/conditional-request/README.md +++ b/react-instantsearch-hooks/conditional-request/README.md @@ -1,5 +1,7 @@ # conditional-request +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch-hooks/conditional-request) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch-hooks/facet-dropdown/README.md b/react-instantsearch-hooks/facet-dropdown/README.md index 2fe7c35a22..d331cba205 100644 --- a/react-instantsearch-hooks/facet-dropdown/README.md +++ b/react-instantsearch-hooks/facet-dropdown/README.md @@ -1,5 +1,7 @@ # facet-dropdown +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch-hooks/facet-dropdown) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch-hooks/geo-search/README.md b/react-instantsearch-hooks/geo-search/README.md index 3a744b69f9..3500b4e648 100644 --- a/react-instantsearch-hooks/geo-search/README.md +++ b/react-instantsearch-hooks/geo-search/README.md @@ -1,5 +1,7 @@ # geo-search +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch-hooks/geo-search) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch-hooks/getting-started/README.md b/react-instantsearch-hooks/getting-started/README.md index 2680d76f20..31546b2368 100644 --- a/react-instantsearch-hooks/getting-started/README.md +++ b/react-instantsearch-hooks/getting-started/README.md @@ -1,5 +1,7 @@ # React InstantSearch Hooks getting started sample +[](https://codesandbox.io/s/github/algolia/instantsearch/tree/master/examples/react-hooks/getting-started) + Also available in [InstantSearch.js](../../instantsearch.js/getting-started/), [React InstantSearch](../../react-instantsearch/getting-started/), [Angular InstantSearch](../../angular-instantsearch/getting-started/) and [Vue InstantSearch](../../vue-instantsearch/getting-started/) --- diff --git a/react-instantsearch-hooks/multi-index-hits/README.md b/react-instantsearch-hooks/multi-index-hits/README.md index 60d870a6aa..f0e6e9c3a4 100644 --- a/react-instantsearch-hooks/multi-index-hits/README.md +++ b/react-instantsearch-hooks/multi-index-hits/README.md @@ -1,5 +1,7 @@ # multi-index-hits +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch-hooks/multi-index-hits) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch-hooks/query-suggestions/README.md b/react-instantsearch-hooks/query-suggestions/README.md index f558130fc0..cd823eb173 100644 --- a/react-instantsearch-hooks/query-suggestions/README.md +++ b/react-instantsearch-hooks/query-suggestions/README.md @@ -1,5 +1,7 @@ # query-suggestions +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch-hooks/query-suggestions) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch-hooks/remix/README.md b/react-instantsearch-hooks/remix/README.md index 9659e785e0..532020bc7b 100644 --- a/react-instantsearch-hooks/remix/README.md +++ b/react-instantsearch-hooks/remix/README.md @@ -1,5 +1,7 @@ # Welcome to Remix! +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch-hooks/remix) + - [Remix Docs](https://remix.run/docs) ## Development diff --git a/react-instantsearch-hooks/routing-basic/README.md b/react-instantsearch-hooks/routing-basic/README.md index 2e2dc3b950..3d97c6fb6c 100644 --- a/react-instantsearch-hooks/routing-basic/README.md +++ b/react-instantsearch-hooks/routing-basic/README.md @@ -1,5 +1,7 @@ # routing-basic +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch-hooks/routing-basic) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch-hooks/routing-seo-friendly/README.md b/react-instantsearch-hooks/routing-seo-friendly/README.md index 33e1b67bd2..aca2da73a3 100644 --- a/react-instantsearch-hooks/routing-seo-friendly/README.md +++ b/react-instantsearch-hooks/routing-seo-friendly/README.md @@ -1,5 +1,7 @@ # routing-seo-friendly +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch-hooks/routing-seo-friendly) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch-hooks/secured-api-keys/README.md b/react-instantsearch-hooks/secured-api-keys/README.md index 8d1b7c6be3..39fc14a7ca 100644 --- a/react-instantsearch-hooks/secured-api-keys/README.md +++ b/react-instantsearch-hooks/secured-api-keys/README.md @@ -1,5 +1,7 @@ # secured-api-keys +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch-hooks/secured-api-keys) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch/algolia-insights/README.md b/react-instantsearch/algolia-insights/README.md index 13e1cf3471..2696dc4421 100644 --- a/react-instantsearch/algolia-insights/README.md +++ b/react-instantsearch/algolia-insights/README.md @@ -1,5 +1,7 @@ # getting-started +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch/algolia-insights) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch/autocomplete-mentions/README.md b/react-instantsearch/autocomplete-mentions/README.md index f72a87f74c..f0c071f35a 100644 --- a/react-instantsearch/autocomplete-mentions/README.md +++ b/react-instantsearch/autocomplete-mentions/README.md @@ -1,5 +1,7 @@ # autocomplete-mentions +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch/autocomplete-mentions) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch/autocomplete-results-page/README.md b/react-instantsearch/autocomplete-results-page/README.md index 7a11d7b63f..0b7b76089e 100644 --- a/react-instantsearch/autocomplete-results-page/README.md +++ b/react-instantsearch/autocomplete-results-page/README.md @@ -1,5 +1,7 @@ # autocomplete-results-page +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch/autocomplete-results-page) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch/conditional-request/README.md b/react-instantsearch/conditional-request/README.md index b615601b84..2f39f5fb20 100644 --- a/react-instantsearch/conditional-request/README.md +++ b/react-instantsearch/conditional-request/README.md @@ -1,5 +1,7 @@ # conditional-request +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch/conditional-request) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch/e-commerce/README.md b/react-instantsearch/e-commerce/README.md index 8686f80cb4..4ebfe6a5d3 100644 --- a/react-instantsearch/e-commerce/README.md +++ b/react-instantsearch/e-commerce/README.md @@ -1,5 +1,7 @@ # Instantsearch e-commerce sample +[](https://codesandbox.io/s/github/algolia/instantsearch/tree/master/examples/react/e-commerce) + Also available in [InstantSearch.js](../../instantsearch.js/e-commerce/), [Angular InstantSearch](../../angular-instantsearch/e-commerce/) and [Vue InstantSearch](../../vue-instantsearch/e-commerce/) --- diff --git a/react-instantsearch/extending-widgets/README.md b/react-instantsearch/extending-widgets/README.md index 03d3581aa3..bbf9a0d422 100644 --- a/react-instantsearch/extending-widgets/README.md +++ b/react-instantsearch/extending-widgets/README.md @@ -1,5 +1,7 @@ # extending-widgets +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch/extending-widgets) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch/geo-search-tourism/README.md b/react-instantsearch/geo-search-tourism/README.md index 477413a7d0..d6f5b92eb3 100644 --- a/react-instantsearch/geo-search-tourism/README.md +++ b/react-instantsearch/geo-search-tourism/README.md @@ -1,5 +1,7 @@ # React Instantsearch tourism sample +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch/geo-search-tourism) + Also available in [InstantSearch.js](../../instantsearch.js/geo-search-tourism/) --- diff --git a/react-instantsearch/getting-started/README.md b/react-instantsearch/getting-started/README.md index 2788aad882..f62a28fb99 100644 --- a/react-instantsearch/getting-started/README.md +++ b/react-instantsearch/getting-started/README.md @@ -1,5 +1,7 @@ # React InstantSearch getting started sample +[](https://codesandbox.io/s/github/algolia/instantsearch/tree/master/examples/react/getting-started) + Also available in [InstantSearch.js](../../instantsearch.js/getting-started/), [React InstantSearch Hooks](https://github.com/algolia/instantsearch/tree/master/examples/react-hooks/getting-started/), [Angular InstantSearch](../../angular-instantsearch/getting-started/) and [Vue InstantSearch](../../vue-instantsearch/getting-started/) --- diff --git a/react-instantsearch/infinite-scroll/README.md b/react-instantsearch/infinite-scroll/README.md index 4160ca20c1..9e37aef467 100644 --- a/react-instantsearch/infinite-scroll/README.md +++ b/react-instantsearch/infinite-scroll/README.md @@ -1,5 +1,7 @@ # infinite-scroll +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch/infinite-scroll) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch/injected-content/README.md b/react-instantsearch/injected-content/README.md index 4fc897fbec..0dd3cdb64f 100644 --- a/react-instantsearch/injected-content/README.md +++ b/react-instantsearch/injected-content/README.md @@ -1,5 +1,7 @@ # injected-content +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch/injected-content) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch/media/README.md b/react-instantsearch/media/README.md index d3c78c218c..d1d7b8eede 100644 --- a/react-instantsearch/media/README.md +++ b/react-instantsearch/media/README.md @@ -1,5 +1,7 @@ # React Instantsearch media sample +[](https://codesandbox.io/s/github/algolia/instantsearch/tree/master/examples/react/media) + Also available in [InstantSearch](../../instantsearch.js/media/), [Angular InstantSearch](../../angular-instantsearch/media/) and [Vue InstantSearch](../../vue-instantsearch/media/) --- diff --git a/react-instantsearch/multi-index-autocomplete/README.md b/react-instantsearch/multi-index-autocomplete/README.md index fc00b4a376..32c83c8d41 100644 --- a/react-instantsearch/multi-index-autocomplete/README.md +++ b/react-instantsearch/multi-index-autocomplete/README.md @@ -1,5 +1,7 @@ # multi-index-autocomplete +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch/multi-index-autocomplete) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch/multi-index-hits/README.md b/react-instantsearch/multi-index-hits/README.md index 3ba98c52eb..7ce264a4bc 100644 --- a/react-instantsearch/multi-index-hits/README.md +++ b/react-instantsearch/multi-index-hits/README.md @@ -1,5 +1,7 @@ # multi-index-hits +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch/multi-index-hits) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch/query-suggestions/README.md b/react-instantsearch/query-suggestions/README.md index ea36406b2b..d87fffc688 100644 --- a/react-instantsearch/query-suggestions/README.md +++ b/react-instantsearch/query-suggestions/README.md @@ -1,5 +1,7 @@ # react-querysuggestions +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch/query-suggestions) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch/routing-basic/README.md b/react-instantsearch/routing-basic/README.md index 79418c67d7..239e467abd 100644 --- a/react-instantsearch/routing-basic/README.md +++ b/react-instantsearch/routing-basic/README.md @@ -1,5 +1,7 @@ # routing-basic +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch/routing-basic) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch/routing-seo-friendly/README.md b/react-instantsearch/routing-seo-friendly/README.md index 79418c67d7..6ef5817553 100644 --- a/react-instantsearch/routing-seo-friendly/README.md +++ b/react-instantsearch/routing-seo-friendly/README.md @@ -1,5 +1,7 @@ # routing-basic +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch/routing-seo-friendly) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch/routing-user-friendly/README.md b/react-instantsearch/routing-user-friendly/README.md index 79418c67d7..4c8f994f5f 100644 --- a/react-instantsearch/routing-user-friendly/README.md +++ b/react-instantsearch/routing-user-friendly/README.md @@ -1,5 +1,7 @@ # routing-basic +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch/routing-user-friendly) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/react-instantsearch/secured-api-keys/README.md b/react-instantsearch/secured-api-keys/README.md index 8d1b7c6be3..0dc3cc6b9f 100644 --- a/react-instantsearch/secured-api-keys/README.md +++ b/react-instantsearch/secured-api-keys/README.md @@ -1,5 +1,7 @@ # secured-api-keys +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch/secured-api-keys) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/vue-instantsearch/algolia-insights/README.md b/vue-instantsearch/algolia-insights/README.md index 9bdd9a452c..17f2258263 100644 --- a/vue-instantsearch/algolia-insights/README.md +++ b/vue-instantsearch/algolia-insights/README.md @@ -1,5 +1,7 @@ # vue-instantsearch-v2-starter +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/vue-instantsearch/algolia-insights) + ## Project setup ``` yarn install diff --git a/vue-instantsearch/autocomplete-results-page/README.md b/vue-instantsearch/autocomplete-results-page/README.md index 9bdd9a452c..cc2278e560 100644 --- a/vue-instantsearch/autocomplete-results-page/README.md +++ b/vue-instantsearch/autocomplete-results-page/README.md @@ -1,5 +1,7 @@ # vue-instantsearch-v2-starter +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/vue-instantsearch/autocomplete-results-page) + ## Project setup ``` yarn install diff --git a/vue-instantsearch/conditional-request/README.md b/vue-instantsearch/conditional-request/README.md index b615601b84..ff5b0e39c7 100644 --- a/vue-instantsearch/conditional-request/README.md +++ b/vue-instantsearch/conditional-request/README.md @@ -1,5 +1,7 @@ # conditional-request +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/vue-instantsearch/conditional-request) + _This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._ ## Get started diff --git a/vue-instantsearch/debounced-search-box/README.md b/vue-instantsearch/debounced-search-box/README.md index 9bdd9a452c..71b5a42636 100644 --- a/vue-instantsearch/debounced-search-box/README.md +++ b/vue-instantsearch/debounced-search-box/README.md @@ -1,5 +1,7 @@ # vue-instantsearch-v2-starter +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/vue-instantsearch/debounced-search-box) + ## Project setup ``` yarn install diff --git a/vue-instantsearch/e-commerce/README.md b/vue-instantsearch/e-commerce/README.md index 889053a101..a030eb47ec 100644 --- a/vue-instantsearch/e-commerce/README.md +++ b/vue-instantsearch/e-commerce/README.md @@ -1,5 +1,7 @@ # Vue InstantSearch e-commerce sample +[](https://codesandbox.io/s/github/algolia/instantsearch/tree/master/examples/vue/e-commerce) + Also available in [InstantSearch.js](../../instantsearch.js/e-commerce/), [Angular InstantSearch](../../angular-instantsearch/e-commerce/) and [React InstantSearch](../../react-instantsearch/e-commerce/) --- diff --git a/vue-instantsearch/extending-widgets/README.md b/vue-instantsearch/extending-widgets/README.md index 9bdd9a452c..fa76d1c8b5 100644 --- a/vue-instantsearch/extending-widgets/README.md +++ b/vue-instantsearch/extending-widgets/README.md @@ -1,5 +1,7 @@ # vue-instantsearch-v2-starter +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/vue-instantsearch/extending-widgets) + ## Project setup ``` yarn install diff --git a/vue-instantsearch/geo-search/README.md b/vue-instantsearch/geo-search/README.md index 9064c440a2..3d5b289d6e 100644 --- a/vue-instantsearch/geo-search/README.md +++ b/vue-instantsearch/geo-search/README.md @@ -1,5 +1,7 @@ # Geo-search example with Vue InstantSearch and Google Maps +[](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/vue-instantsearch/geo-search) + This example shows you how to add Geo search capabilities to your Vue InstantSearch implementation and displaying the found results via Google Maps.