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 1f6266e commit f1731aeCopy full SHA for f1731ae
docs/.vuepress/theme.ts
@@ -59,17 +59,19 @@ export default hopeTheme({
59
},
60
61
62
+ markdown: {
63
+ codeTabs: true,
64
+ },
65
+
66
plugins: {
67
docsearch: {
68
appId: '34YFD9IUQ2',
69
apiKey: '9a9058b8655746634e01071411c366b8',
70
indexName: 'vuepress',
71
searchParameters: {
72
+ indexName: 'vuepress',
73
facetFilters: ['tags:v2'],
74
75
- markdownTab: {
- codeTabs: true,
- },
76
77
})
0 commit comments