mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +00:00
[vuepress] bump 1.7.0
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
This commit is contained in:
parent
0fdc2d64a9
commit
f9182e5d19
@ -1,8 +1,6 @@
|
|||||||
const resolve = require("vuepress-theme-hope/resolve");
|
const { config } = require('vuepress-theme-hope')
|
||||||
// const { config } = require('vuepress-theme-hope')
|
|
||||||
|
|
||||||
// module.exports =config({
|
module.exports = config({
|
||||||
module.exports = resolve({
|
|
||||||
title: 'Docker 从入门到实践',
|
title: 'Docker 从入门到实践',
|
||||||
base: '/',
|
base: '/',
|
||||||
head: [['script', {}, `
|
head: [['script', {}, `
|
||||||
@ -41,6 +39,7 @@ module.exports = resolve({
|
|||||||
// },
|
// },
|
||||||
},
|
},
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
|
baseLang: 'zh-CN',
|
||||||
blog: false,
|
blog: false,
|
||||||
// comment: false,
|
// comment: false,
|
||||||
comment: {
|
comment: {
|
||||||
|
@ -8,9 +8,9 @@
|
|||||||
"chalk": "^2.4.2",
|
"chalk": "^2.4.2",
|
||||||
"commander": "^2.0.0",
|
"commander": "^2.0.0",
|
||||||
"esm": "^3.0.0",
|
"esm": "^3.0.0",
|
||||||
"vuepress": "1.6.0",
|
"vuepress": "1.7.0",
|
||||||
"vuepress-plugin-container": "^2.1.5",
|
"vuepress-plugin-container": "^2.1.5",
|
||||||
"vuepress-theme-hope": "^0.8.0"
|
"vuepress-theme-hope": "^1.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
Loading…
Reference in New Issue
Block a user