Skip to content

Commit e0aaf7c

Browse files
authored
fix: remove additional examples present in the monorepo (#447)
1 parent ea75a7b commit e0aaf7c

Some content is hidden

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

53 files changed

+27
-31526
lines changed

.circleci/config.yml

-8
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
path: "angular-instantsearch/extending-widgets"
4949
- build_project:
5050
path: "angular-instantsearch/geo-search"
51-
- build_project:
52-
path: "angular-instantsearch/getting-started"
5351
- build_project:
5452
path: "angular-instantsearch/infinite-scroll"
5553
- build_project:
@@ -79,8 +77,6 @@ jobs:
7977
path: "react-instantsearch/autocomplete-results-page"
8078
- build_project:
8179
path: "react-instantsearch/extending-widgets"
82-
- build_project:
83-
path: "react-instantsearch/getting-started"
8480
- build_project:
8581
path: "react-instantsearch/infinite-scroll"
8682
- build_project:
@@ -114,8 +110,6 @@ jobs:
114110
path: "instantsearch.js/geo-search-custom-marker"
115111
- build_project:
116112
path: "instantsearch.js/geo-search-hits"
117-
- build_project:
118-
path: "instantsearch.js/getting-started"
119113
- build_project:
120114
path: "instantsearch.js/infinite-scroll"
121115
- build_project:
@@ -151,8 +145,6 @@ jobs:
151145
path: "vue-instantsearch/extending-widgets"
152146
- build_project:
153147
path: "vue-instantsearch/geo-search"
154-
- build_project:
155-
path: "vue-instantsearch/getting-started"
156148
- build_project:
157149
path: "vue-instantsearch/infinite-scroll"
158150
- build_project:

instantsearch.js/getting-started/.editorconfig

-9
This file was deleted.

instantsearch.js/getting-started/.eslintignore

-3
This file was deleted.

instantsearch.js/getting-started/.eslintrc.js

-3
This file was deleted.

instantsearch.js/getting-started/.gitignore

-22
This file was deleted.

instantsearch.js/getting-started/.prettierrc

-5
This file was deleted.
+5-15
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
1-
# getting-started
1+
# InstantSearch getting started sample
22

3-
_This project was generated with [create-instantsearch-app](https://github.com/algolia/create-instantsearch-app) by [Algolia](https://algolia.com)._
3+
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/)
44

5-
## Get started
5+
---
66

7-
To run this project locally, install the dependencies and run the local server:
7+
This sample shows how to get started on building your search experience by easily adding common InstantSearch widgets.
88

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-
```
9+
You can find this demo on [the InstantSearch repository](https://github.com/algolia/instantsearch/tree/master/examples/js/getting-started), or on [CodeSandbox](https://codesandbox.io/s/github/algolia/instantsearch/tree/master/examples/js/getting-started).
-906 Bytes
Binary file not shown.

instantsearch.js/getting-started/index.html

-46
This file was deleted.

instantsearch.js/getting-started/manifest.webmanifest

-15
This file was deleted.

instantsearch.js/getting-started/package.json

-21
This file was deleted.

instantsearch.js/getting-started/src/app.css

-50
This file was deleted.

instantsearch.js/getting-started/src/app.js

-41
This file was deleted.

instantsearch.js/getting-started/src/index.css

-10
This file was deleted.

0 commit comments

Comments
 (0)