-
Hello, I was using the docsearch plugin https://v2.vuepress.vuejs.org/reference/plugin/docsearch.html#usage I registered my site and they shared with me the App ID and other details, and I added the following to my plugins: [
docsearchPlugin({
appId: '<id>',
apiKey: '<api-key>',
indexName: '<index-name>'
}),
], (replacing all the placeholders) it neither seems to be registering the docsearch component nor does it add it to the navbar (I am using the default theme). There are no errors either. Is there an implementation issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
You should provide a reproduce repo, or we could not help as the information is so limited. |
Beta Was this translation helpful? Give feedback.
You should provide a reproduce repo, or we could not help as the information is so limited.