vuepress-plugin-meilisearch
vuepress-plugin-meilisearch copied to clipboard
Add a relevant and typo tolerant search bar to your VuePress
the enableDarkMode not working , if u set it to false , the dark mode is still there
# Pull Request ## What does this PR do? Fixes `asset/search.svg` being [excluded](https://github.com/meilisearch/vuepress-plugin-meilisearch/commit/a21976176a9fac83031d6025ec688ee38cc80798) from npm release. ### Steps to reproduce 1. Follow the official [guide](https://docs.meilisearch.com/learn/cookbooks/search_bar_for_docs.html#for-vuepress-documentation-sites) to add the plugin 2....
This PR gathers the changes related to the next Meilisearch release (v0.29.0) so that this package is ready when the official release is out. ⚠️ This PR should NOT be...
Bumps [vue](https://github.com/vuejs/core) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.7.4 to 2.7.10 Commits See full diff in compare view Updates `vue-template-compiler` from 2.7.4 to 2.7.10...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
When running the tests with a version greater than node 14 the following error is thrown: ``` Error: Error: No input element in the page matches #meilisearch-search-input ``` It becomes...
Node version compatibilities should be changed in the tests and the readme. See [related issue](https://github.com/meilisearch/integration-guides/issues/196). ### Previous ensured compatibilities: - Node 12 - Node 13 - Node 14 ### New...
**Description** The plugin uses a lot of the pre-suggested variables of vuepress. Because of that we are limited in changing the colors of the searchbar without impacting the whole documentation....