Amit Sharma
Amit Sharma
# Pull Request ## Related issue Fixes #117 ## What does this PR do? Update the vue 3 getting started sample code from vue 2 in README.md ## PR checklist...
### Environment OS: Windows 10 Browser: Brave ### Reproduction 1. In nuxt docs, open the [app.config.ts](https://nuxt.com/docs/guide/directory-structure/app-config#app-config-file) or [useRouter](https://nuxt.com/docs/api/composables/use-router) link 2. Look at the Sidebar of the page, multiple routes are...
### Describe the bug There is some extra padding on the right side of the page when the screen width is close to `1025px`. ### To reproduce 1. Go to...
Made the changes as proposed by @nloureiro in the issue. 1) Removed the `margin: 0 auto` for keeping the content left aligned 2) Set the `max-width: 16rem` to the table...
**Description** **VueInstantSearch** for Vue3 does not behave as a Vue plugin since it is not a function or has an `install` function. For making, it works properly, additional steps are...
# Pull Request ## Related issue Close #1240 ## What does this PR do? - Generates the documentation from code using `typedoc` package. - Use GitHub Actions to update the...
# Pull Request ## Related issue Close #1240 ## Preview [JS docs Preview](https://amit-ksh.github.io/meilisearch-js/) ## What does this PR do? - Generates the documentation from code using `typedoc` package. - Use...