Skip to content

Commit eea28d9

Browse files
authored
chore: replace places samples with end of support message (#450)
1 parent 878afa8 commit eea28d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+6
-23181
lines changed

.circleci/config.yml

-4
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ jobs:
8080
path: "react-instantsearch/multi-index-autocomplete"
8181
- build_project:
8282
path: "react-instantsearch/multi-index-hits"
83-
- build_project:
84-
path: "react-instantsearch/places"
8583
- build_project:
8684
path: "react-instantsearch/query-suggestions"
8785
- build_project:
@@ -113,8 +111,6 @@ jobs:
113111
path: "instantsearch.js/multi-index-autocomplete"
114112
- build_project:
115113
path: "instantsearch.js/multi-index-hits"
116-
- build_project:
117-
path: "instantsearch.js/places"
118114
- build_project:
119115
path: "instantsearch.js/query-suggestions"
120116
- build_project:

instantsearch.js/places/.editorconfig

-9
This file was deleted.

instantsearch.js/places/.eslintignore

-3
This file was deleted.

instantsearch.js/places/.eslintrc.js

-3
This file was deleted.

instantsearch.js/places/.gitignore

-22
This file was deleted.

instantsearch.js/places/.prettierrc

-5
This file was deleted.

instantsearch.js/places/README.md

+2-20
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
1-
# places
1+
# Places sample
22

3-
_This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._
4-
5-
## Get started
6-
7-
To run this project locally, install the dependencies and run the local server:
8-
9-
```sh
10-
npm install
11-
npm start
12-
```
13-
14-
Alternatively, you may use [Yarn](https://http://yarnpkg.com/):
15-
16-
```sh
17-
yarn
18-
yarn start
19-
```
20-
21-
Open http://localhost:3000 to see your app.
3+
Places is no longer available. [Read our blog post announcement](https://www.algolia.com/blog/product/sunsetting-our-places-feature/) for more information, and alternatives.

instantsearch.js/places/favicon.png

-906 Bytes
Binary file not shown.

instantsearch.js/places/index.html

-39
This file was deleted.

instantsearch.js/places/manifest.webmanifest

-15
This file was deleted.

instantsearch.js/places/package.json

-21
This file was deleted.

instantsearch.js/places/src/app.css

-27
This file was deleted.

instantsearch.js/places/src/app.js

-30
This file was deleted.

instantsearch.js/places/src/index.css

-10
This file was deleted.

0 commit comments

Comments
 (0)