Skip to content

Commit 58b9956

Browse files
committed
docs: filter search results to match current docs
1 parent a956468 commit 58b9956

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/.vuepress/config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ module.exports = {
3030
themeConfig: {
3131
algolia: {
3232
apiKey: 'ee1b8516c9e5a5be9b6c25684eafc42f',
33-
indexName: 'vue_test_utils'
33+
indexName: 'vue_test_utils',
34+
algoliaOptions: {
35+
facetFilters: ['tags:current']
36+
}
3437
},
3538
repo: 'vuejs/vue-test-utils',
3639
docsDir: 'docs',

0 commit comments

Comments
 (0)