Skip to content

Commit

Permalink
fix: remove examples already present in the monorepo (#437)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Haroenv committed Mar 1, 2023
1 parent 43310ed commit a461ee3
Show file tree
Hide file tree
Showing 134 changed files with 7 additions and 61,913 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ jobs:
path: "instantsearch.js/routing-seo-friendly"
- build_project:
path: "instantsearch.js/secured-api-keys"
- build_project:
path: "instantsearch.js/e-commerce"

build_vue_projects:
executor: node9
Expand Down
9 changes: 0 additions & 9 deletions instantsearch.js/e-commerce/.editorconfig

This file was deleted.

3 changes: 0 additions & 3 deletions instantsearch.js/e-commerce/.eslintignore

This file was deleted.

12 changes: 0 additions & 12 deletions instantsearch.js/e-commerce/.eslintrc.js

This file was deleted.

22 changes: 0 additions & 22 deletions instantsearch.js/e-commerce/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions instantsearch.js/e-commerce/.htmlnanorc

This file was deleted.

5 changes: 0 additions & 5 deletions instantsearch.js/e-commerce/.prettierrc

This file was deleted.

44 changes: 1 addition & 43 deletions instantsearch.js/e-commerce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,46 +6,4 @@ Also available in [React InstantSearch](../../react-instantsearch/e-commerce/),

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

<p align="center"><img src="capture.png?raw=true" alt="A capture of the Algolia InstantSearch e-commerce demo" /></p>

## Features

This sample showcase the following features:

- Responsive UI.
- InstantSearch [URL routing](https://www.algolia.com/doc/guides/building-search-ui/going-further/routing-urls/js/).
- 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.

## Demo

[Access the demo](https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/instantsearch.js/e-commerce)

## How to run this sample locally

### 1. Clone this repository

```
git clone git@github.com:algolia/doc-code-samples.git
```

### 2. Navigate to this sample folder

```
cd instantsearch.js/e-commerce
```

### 3. Install the dependencies and run the server

```
yarn
yarn start
```

Alternatively, you may use npm:

```
npm install
npm start
```

Open <http://localhost:3000> to see your app.
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).
Binary file removed instantsearch.js/e-commerce/capture.png
Binary file not shown.
Binary file removed instantsearch.js/e-commerce/favicon.png
Binary file not shown.
125 changes: 0 additions & 125 deletions instantsearch.js/e-commerce/index.html

This file was deleted.

15 changes: 0 additions & 15 deletions instantsearch.js/e-commerce/manifest.webmanifest

This file was deleted.

26 changes: 0 additions & 26 deletions instantsearch.js/e-commerce/package.json

This file was deleted.

Loading

0 comments on commit a461ee3

Please sign in to comment.