Search Plugin Config
Intro
The theme adds built-in support for the following 4 plugins:
- @vuepress/plugin-docsearch
- @vuepress/plugin-meilisearch
- @vuepress/plugin-search
- @vuepress/plugin-slimsearch
Important
You need to install the plugin that you want manually.
Only 1 of the 4 search plugins can be enabled at the same time, and the priority is docsearch
> meilisearch
> slimsearch
> search
.
plugins.docsearch
Options which will be passed to @vuepress/plugin-docsearch
. For details, see DocSearch plugin documentation.
plugins.meilisearch
Options which will be passed to @vuepress/plugin-docsearch
. For details, see MeiliSearch plugin documentation.
plugins.slimsearch
You can set it to true
to enable it directly, or an object to configure will be passed to @vuepress/plugin-slimsearch
.
For details, see SlimSearch plugin documentation.
plugins.search
You can set it to true
to enable it directly, or an object to configure will be passed to @vuepress/plugin-search
.
For details, see search plugin documentation.
Changelog
efb50
-on30e01
-ondd4a8
-on22787
-onbdfcb
-on0fe94
-on25d44
-on