You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
826: Add documentation getting started code-sample r=bidoubiwa a=bidoubiwa
Add the code-sample of instant-meilisearch directly in this repo instead of in the documentation repo.
This means we now need to maintain this code sample as well as the code sample present in the landing page.
Co-authored-by: Charlotte Vermandel <[email protected]>
- The first four lines of the `<body>` add two container elements: `#searchbox` and `#hits`. `instant-meilisearch` creates the search bar inside `#searchbox` and lists search results in `#hits`
90
+
- The first two`<script src="…">` tags import libraries needed to run `instant-meilisearch`
91
+
- The third and final `<script>` tag is where you customize `instant-meilisearch`
0 commit comments