We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1055606 commit 255e69eCopy full SHA for 255e69e
update.js
@@ -1,7 +1,7 @@
1
var fs = require('fs')
2
var version = require('../vue/package.json').version
3
var themeconfPath = 'themes/vue/_config.yml'
4
-var installPath = 'source/guide/installation.md'
+var installPath = 'src/guide/installation.md'
5
var themeconfig = fs.readFileSync(themeconfPath, 'utf-8')
6
var installation = fs.readFileSync(installPath, 'utf-8')
7
0 commit comments