We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830dd4c commit 4893b41Copy full SHA for 4893b41
packages/docs/docs/.vuepress/config.js
@@ -33,7 +33,10 @@ module.exports = ctx => ({
33
// #697 Provided by the official algolia team.
34
algolia: ctx.isProd ? ({
35
apiKey: '3a539aab83105f01761a137c61004d85',
36
- indexName: 'vuepress'
+ indexName: 'vuepress',
37
+ algoliaOptions: {
38
+ facetFilters: ['tags:v1']
39
+ }
40
}) : null,
41
smoothScroll: true,
42
locales: {
0 commit comments