Skip to content

Commit a461ee3

Browse files
authored
fix: remove examples already present in the monorepo (#437)
* fix: remove examples already present in the monorepo FX-2273 These aren't linked anywhere online i can find (not in doc, not in inspiration gallery, not in code exchange) I didn't touch the angular versions. * remove from ci
1 parent 43310ed commit a461ee3

File tree

134 files changed

+7
-61913
lines changed

Some content is hidden

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

134 files changed

+7
-61913
lines changed

.circleci/config.yml

-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ jobs:
136136
path: "instantsearch.js/routing-seo-friendly"
137137
- build_project:
138138
path: "instantsearch.js/secured-api-keys"
139-
- build_project:
140-
path: "instantsearch.js/e-commerce"
141139

142140
build_vue_projects:
143141
executor: node9

instantsearch.js/e-commerce/.editorconfig

-9
This file was deleted.

instantsearch.js/e-commerce/.eslintignore

-3
This file was deleted.

instantsearch.js/e-commerce/.eslintrc.js

-12
This file was deleted.

instantsearch.js/e-commerce/.gitignore

-22
This file was deleted.

instantsearch.js/e-commerce/.htmlnanorc

-4
This file was deleted.

instantsearch.js/e-commerce/.prettierrc

-5
This file was deleted.

instantsearch.js/e-commerce/README.md

+1-43
Original file line numberDiff line numberDiff line change
@@ -6,46 +6,4 @@ Also available in [React InstantSearch](../../react-instantsearch/e-commerce/),
66

77
This sample shows how to leverage multiple InstantSearch features to build a complete and responsive e-commerce experience.
88

9-
<p align="center"><img src="capture.png?raw=true" alt="A capture of the Algolia InstantSearch e-commerce demo" /></p>
10-
11-
## Features
12-
13-
This sample showcase the following features:
14-
15-
- Responsive UI.
16-
- InstantSearch [URL routing](https://www.algolia.com/doc/guides/building-search-ui/going-further/routing-urls/js/).
17-
- Multiple InstantSearch widgets: [refinementList](https://www.algolia.com/doc/api-reference/widgets/refinement-list/js/), [RangeSlider](https://www.algolia.com/doc/api-reference/widgets/range-slider/js/), [toggleRefinement](https://www.algolia.com/doc/api-reference/widgets/toggle-refinement/js/), and more.
18-
19-
## Demo
20-
21-
[Access the demo](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/instantsearch.js/e-commerce)
22-
23-
## How to run this sample locally
24-
25-
### 1. Clone this repository
26-
27-
```
28-
git clone [email protected]:algolia/doc-code-samples.git
29-
```
30-
31-
### 2. Navigate to this sample folder
32-
33-
```
34-
cd instantsearch.js/e-commerce
35-
```
36-
37-
### 3. Install the dependencies and run the server
38-
39-
```
40-
yarn
41-
yarn start
42-
```
43-
44-
Alternatively, you may use npm:
45-
46-
```
47-
npm install
48-
npm start
49-
```
50-
51-
Open <http://localhost:3000> to see your app.
9+
You can find this demo on [the InstantSearch repository](https://github.com/algolia/instantsearch/tree/master/examples/js/e-commerce), or on [CodeSandbox](https://codesandbox.io/s/github/algolia/instantsearch/tree/master/examples/js/e-commerce).
-192 KB
Binary file not shown.
-906 Bytes
Binary file not shown.

instantsearch.js/e-commerce/index.html

-125
This file was deleted.

instantsearch.js/e-commerce/manifest.webmanifest

-15
This file was deleted.

instantsearch.js/e-commerce/package.json

-26
This file was deleted.

0 commit comments

Comments
 (0)