Skip to content

Commit

Permalink
chore: add codesandbox link to all code samples (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab authored May 22, 2023
1 parent eea28d9 commit 30f416b
Show file tree
Hide file tree
Showing 114 changed files with 228 additions and 19 deletions.
2 changes: 2 additions & 0 deletions angular-instantsearch/algolia-insights/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# algolia-insights

[![Edit algolia-insights](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
3 changes: 2 additions & 1 deletion angular-instantsearch/algolia-insights/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"browserTarget": "algolia-insights:build:production"
},
"development": {
"browserTarget": "algolia-insights:build:development"
"browserTarget": "algolia-insights:build:development",
"disableHostCheck": true
}
},
"defaultConfiguration": "development"
Expand Down
2 changes: 2 additions & 0 deletions angular-instantsearch/autocomplete-results-page/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# autocomplete-results-page

[![Edit autocomplete-results-page](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
3 changes: 2 additions & 1 deletion angular-instantsearch/autocomplete-results-page/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions angular-instantsearch/conditional-request/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# conditional-request

[![Edit conditional-request](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
3 changes: 2 additions & 1 deletion angular-instantsearch/conditional-request/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"browserTarget": "conditional-request:build:production"
},
"development": {
"browserTarget": "conditional-request:build:development"
"browserTarget": "conditional-request:build:development",
"disableHostCheck": true
}
},
"defaultConfiguration": "development"
Expand Down
2 changes: 2 additions & 0 deletions angular-instantsearch/debounced-search-box/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# debounced-search-box

[![Edit debounced-search-box](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
3 changes: 2 additions & 1 deletion angular-instantsearch/debounced-search-box/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions angular-instantsearch/e-commerce/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Angular Instantsearch e-commerce sample

[![Edit e-commerce](https://codesandbox.io/static/img/play-codesandbox.svg)](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/)

---
Expand Down
3 changes: 2 additions & 1 deletion angular-instantsearch/e-commerce/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 2 additions & 0 deletions angular-instantsearch/extending-widgets/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# extending-widgets

[![Edit extending-widgets](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
3 changes: 2 additions & 1 deletion angular-instantsearch/extending-widgets/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"browserTarget": "extending-widgets:build:production"
},
"development": {
"browserTarget": "extending-widgets:build:development"
"browserTarget": "extending-widgets:build:development",
"disableHostCheck": true
}
},
"defaultConfiguration": "development"
Expand Down
2 changes: 2 additions & 0 deletions angular-instantsearch/geo-search/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# geo-search

[![Edit geo-search](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
3 changes: 2 additions & 1 deletion angular-instantsearch/geo-search/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"browserTarget": "geo-search:build:production"
},
"development": {
"browserTarget": "geo-search:build:development"
"browserTarget": "geo-search:build:development",
"disableHostCheck": true
}
},
"defaultConfiguration": "development"
Expand Down
2 changes: 2 additions & 0 deletions angular-instantsearch/getting-started/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# getting-started

[![Edit getting-started](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
3 changes: 2 additions & 1 deletion angular-instantsearch/getting-started/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"browserTarget": "getting-started:build:production"
},
"development": {
"browserTarget": "getting-started:build:development"
"browserTarget": "getting-started:build:development",
"disableHostCheck": true
}
},
"defaultConfiguration": "development"
Expand Down
2 changes: 2 additions & 0 deletions angular-instantsearch/infinite-scroll/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# infinite-scroll

[![Edit infinite-scroll](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
3 changes: 2 additions & 1 deletion angular-instantsearch/infinite-scroll/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"browserTarget": "infinite-scroll:build:production"
},
"development": {
"browserTarget": "infinite-scroll:build:development"
"browserTarget": "infinite-scroll:build:development",
"disableHostCheck": true
}
},
"defaultConfiguration": "development"
Expand Down
2 changes: 2 additions & 0 deletions angular-instantsearch/loading-indicator/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# loading-indicator

[![Edit loading-indicator](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
3 changes: 2 additions & 1 deletion angular-instantsearch/loading-indicator/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"browserTarget": "loading-indicator:build:production"
},
"development": {
"browserTarget": "loading-indicator:build:development"
"browserTarget": "loading-indicator:build:development",
"disableHostCheck": true
}
},
"defaultConfiguration": "development"
Expand Down
2 changes: 2 additions & 0 deletions angular-instantsearch/media/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Angular Instantsearch media sample

[![Edit media](https://codesandbox.io/static/img/play-codesandbox.svg)](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/)

---
Expand Down
3 changes: 2 additions & 1 deletion angular-instantsearch/media/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 2 additions & 0 deletions angular-instantsearch/multi-index-autocomplete/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# multi-index-autocomplete

[![Edit multi-index-autocomplete](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
3 changes: 2 additions & 1 deletion angular-instantsearch/multi-index-autocomplete/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions angular-instantsearch/multi-index-hits/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# multi-index-hits

[![Edit multi-index-hits](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
3 changes: 2 additions & 1 deletion angular-instantsearch/multi-index-hits/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions angular-instantsearch/query-suggestions/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# query-suggestions

[![Edit query-suggestions](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
3 changes: 2 additions & 1 deletion angular-instantsearch/query-suggestions/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
"browserTarget": "query-suggestions:build:production"
},
"development": {
"browserTarget": "query-suggestions:build:development"
"browserTarget": "query-suggestions:build:development",
"disableHostCheck": true
}
},
"defaultConfiguration": "development"
Expand Down
2 changes: 2 additions & 0 deletions angular-instantsearch/refresh/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# refresh

[![Edit refresh](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
3 changes: 2 additions & 1 deletion angular-instantsearch/refresh/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"browserTarget": "refresh:build:production"
},
"development": {
"browserTarget": "refresh:build:development"
"browserTarget": "refresh:build:development",
"disableHostCheck": true
}
},
"defaultConfiguration": "development"
Expand Down
2 changes: 2 additions & 0 deletions angular-instantsearch/routing-basic/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# routing-basic

[![Edit routing-basic](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
3 changes: 2 additions & 1 deletion angular-instantsearch/routing-basic/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"browserTarget": "routing-basic:build:production"
},
"development": {
"browserTarget": "routing-basic:build:development"
"browserTarget": "routing-basic:build:development",
"disableHostCheck": true
}
},
"defaultConfiguration": "development"
Expand Down
2 changes: 2 additions & 0 deletions angular-instantsearch/routing-seo-friendly/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# routing-seo-friendly

[![Edit routing-seo-friendly](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
3 changes: 2 additions & 1 deletion angular-instantsearch/routing-seo-friendly/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions angular-instantsearch/routing-state-mapping/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# routing-state-mapping

[![Edit routing-state-mapping](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
3 changes: 2 additions & 1 deletion angular-instantsearch/routing-state-mapping/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions angular-instantsearch/secured-api-keys/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# secured-api-keys

[![Edit secured-api-keys](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
3 changes: 2 additions & 1 deletion angular-instantsearch/secured-api-keys/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions instantsearch.js/algolia-insights/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# getting-started

[![Edit algolia-insights](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
2 changes: 2 additions & 0 deletions instantsearch.js/autocomplete-results-page/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# autocomplete-results-page

[![Edit autocomplete-results-page](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
2 changes: 2 additions & 0 deletions instantsearch.js/conditional-request/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# conditional-request

[![Edit conditional-request](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
2 changes: 2 additions & 0 deletions instantsearch.js/e-commerce/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Instantsearch e-commerce sample

[![Edit e-commerce](https://codesandbox.io/static/img/play-codesandbox.svg)](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/)

---
Expand Down
2 changes: 2 additions & 0 deletions instantsearch.js/facet-dropdown/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# instantsearch.js-app

[![Edit facet-dropdown](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
2 changes: 2 additions & 0 deletions instantsearch.js/geo-search-control/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# geo-search-control

[![Edit geo-search-control](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
2 changes: 2 additions & 0 deletions instantsearch.js/geo-search-custom-marker/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# geo-search-custom-marker

[![Edit geo-search-custom-marker](https://codesandbox.io/static/img/play-codesandbox.svg)](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
Expand Down
Loading

0 comments on commit 30f416b

Please sign in to comment.