mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-15 19:13:39 +00:00
Update vuepress config
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
This commit is contained in:
parent
8705cede17
commit
baeb222455
@ -38,6 +38,11 @@ module.exports = config({
|
|||||||
// onlyFirstAndLastCommit: true,
|
// onlyFirstAndLastCommit: true,
|
||||||
// },
|
// },
|
||||||
},
|
},
|
||||||
|
locales: {
|
||||||
|
"/": {
|
||||||
|
lang: "zh-CN"
|
||||||
|
}
|
||||||
|
},
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
blog: false,
|
blog: false,
|
||||||
// comment: false,
|
// comment: false,
|
||||||
@ -59,6 +64,7 @@ module.exports = config({
|
|||||||
searchPlaceholder: 'Search',
|
searchPlaceholder: 'Search',
|
||||||
repo: 'yeasy/docker_practice',
|
repo: 'yeasy/docker_practice',
|
||||||
repoLabel: 'GitHub',
|
repoLabel: 'GitHub',
|
||||||
|
repoDisplay: true,
|
||||||
hostname: 'https://vuepress.mirror.docker-practice.com',
|
hostname: 'https://vuepress.mirror.docker-practice.com',
|
||||||
// author: 'yeasy',
|
// author: 'yeasy',
|
||||||
mdEnhance: {
|
mdEnhance: {
|
||||||
@ -135,8 +141,9 @@ module.exports = config({
|
|||||||
// link: ''
|
// link: ''
|
||||||
// },
|
// },
|
||||||
{
|
{
|
||||||
text: '云服务器特惠',
|
text: '云服务器618特惠',
|
||||||
link: 'https://cloud.tencent.com/act/cps/redirect?redirect=1062&cps_key=3a5255852d5db99dcd5da4c72f05df61&from=console'
|
//link: 'https://cloud.tencent.com/act/cps/redirect?redirect=1062&cps_key=3a5255852d5db99dcd5da4c72f05df61&from=console'
|
||||||
|
link: 'https://cloud.tencent.com/act/cps/redirect?redirect=10488&cps_key=3a5255852d5db99dcd5da4c72f05df61&from=activity'
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// text: '语言',
|
// text: '语言',
|
||||||
|
Loading…
Reference in New Issue
Block a user