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 cf967b0 commit 8ed6d9fCopy full SHA for 8ed6d9f
.vuepress/theme/index.js
@@ -0,0 +1,9 @@
1
+module.exports = {
2
+ extend: '@vuepress/theme-default',
3
+
4
+ plugins: [
5
+ ['@vuepress/search', {
6
+ test: ['/2\.x/'],
7
+ }]
8
+ ],
9
+}
0 commit comments