change
This commit is contained in:
parent
534494f8c7
commit
0c9aa583d5
@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"vuepress": "^1.5.3"
|
"vuepress": "^1.9.10"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vue-template-compiler": "^2.7.15"
|
"vue-template-compiler": "^2.7.15"
|
||||||
|
@ -1,20 +1,9 @@
|
|||||||
const { description } = require('../../package')
|
const { description } = require('../../package')
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
/**
|
base: 'doc',
|
||||||
* Ref:https://v1.vuepress.vuejs.org/config/#title
|
|
||||||
*/
|
|
||||||
title: 'Digital-IDE',
|
title: 'Digital-IDE',
|
||||||
/**
|
|
||||||
* Ref:https://v1.vuepress.vuejs.org/config/#description
|
|
||||||
*/
|
|
||||||
description: description,
|
description: description,
|
||||||
|
|
||||||
/**
|
|
||||||
* Extra tags to be injected to the page HTML `<head>`
|
|
||||||
*
|
|
||||||
* ref:https://v1.vuepress.vuejs.org/config/#head
|
|
||||||
*/
|
|
||||||
head: [
|
head: [
|
||||||
['meta', { name: 'theme-color', content: '#cb81da' }],
|
['meta', { name: 'theme-color', content: '#cb81da' }],
|
||||||
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
|
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
|
||||||
@ -22,8 +11,6 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
|
|
||||||
locales: {
|
locales: {
|
||||||
// The key is the path for the locale to be nested under.
|
|
||||||
// As a special case, the default locale can use '/' as its path.
|
|
||||||
'/': {
|
'/': {
|
||||||
lang: 'English', // this will be set as the lang attribute on <html>
|
lang: 'English', // this will be set as the lang attribute on <html>
|
||||||
},
|
},
|
||||||
@ -31,12 +18,6 @@ module.exports = {
|
|||||||
lang: '简体中文',
|
lang: '简体中文',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
|
||||||
* Theme configuration, here is the default theme configuration for VuePress.
|
|
||||||
*
|
|
||||||
* ref:https://v1.vuepress.vuejs.org/theme/default-theme-config.html
|
|
||||||
*/
|
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
repo: '',
|
repo: '',
|
||||||
editLinks: false,
|
editLinks: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user