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