Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/instant-meilisearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ The `geoSearch` widget displays search results on a Google Map. It lets you sear
- ✅ templates: The templates to use for the widget.
- ✅ cssClasses: The CSS classes to override.

[See our playground for a working example](./playgrounds/geo-javascript/src/app.js) and this section in our [contributing guide](./CONTRIBUTING.md#-geo-search-playground) to set up your `Meilisearch`.
Check out our [geosearch demo](https://github.com/meilisearch/demos/tree/main/src/geo-javascript) for a working example.

#### Requirements

Expand Down Expand Up @@ -776,7 +776,7 @@ importLibrary('maps').then(() => {

Replace `YOUR_GOOGLE_MAPS_API_KEY` with your Google API key.

See [code example in the playground](./playgrounds/geo-javascript/src/app.js)
Check out our [geosearch demo](https://github.com/meilisearch/demos/tree/main/src/geo-javascript) for a working example.

### Usage

Expand Down
1 change: 0 additions & 1 deletion playgrounds/geo-javascript/.env.example

This file was deleted.

1 change: 0 additions & 1 deletion playgrounds/geo-javascript/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions playgrounds/geo-javascript/README.md

This file was deleted.

46 changes: 0 additions & 46 deletions playgrounds/geo-javascript/index.html

This file was deleted.

18 changes: 0 additions & 18 deletions playgrounds/geo-javascript/package.json

This file was deleted.

54 changes: 0 additions & 54 deletions playgrounds/geo-javascript/src/app.css

This file was deleted.

76 changes: 0 additions & 76 deletions playgrounds/geo-javascript/src/app.js

This file was deleted.

10 changes: 0 additions & 10 deletions playgrounds/geo-javascript/src/index.css

This file was deleted.