Skip to content

Commit 1b8870e

Browse files
committed
fix(ci): comment out config code
1 parent 71f9bfa commit 1b8870e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/documentation/.vuepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
dest: 'public',
66
title: 'Hello vuepress-jsdoc',
77
description: 'Just playing around with vuepress-jsdoc',
8-
plugins: [
8+
/*plugins: [
99
[
1010
// require('vuepress-jsdoc')
1111
require('../../../dist/index.js').default,
@@ -21,7 +21,7 @@ module.exports = {
2121
watch: true
2222
}
2323
]
24-
],
24+
],*/
2525
locales: {
2626
'/': {
2727
title: 'vuepress-jsdoc',

0 commit comments

Comments
 (0)