Skip to content

Commit

Permalink
[skip ci] chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sylingd committed Mar 24, 2023
1 parent 6580360 commit 3bd856f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
base: "/",
title: "Header Editor",
description: "Header Editor 官网",
description: "Header Editor 使用手册",
markdown: {
lineNumbers: true,
toc: {
Expand All @@ -19,29 +19,29 @@ module.exports = {
'/': {
lang: 'zh-CN',
title: 'Header Editor',
description: 'Header Editor 官网'
description: 'Header Editor 使用手册'
},
'/en/': {
lang: 'en-US',
title: 'Header Editor',
description: 'Header Editor offical website'
description: 'Header Editor official manual'
},
'/zh-TW/': {
lang: 'zh-TW',
title: 'Header Editor',
description: 'Header Editor 官网'
description: 'Header Editor 使用手册'
}
},
themeConfig: {
repo: "FirefoxBar/HeaderEditor",
docsDir: 'docs',
editLinks: true,
sidebarDepth: 2,
searchMaxSuggestions: 10,
editLinks: true,
sidebarDepth: 2,
searchMaxSuggestions: 10,
locales: {
'/': require('./locales/zh-CN'),
'/en/': require('./locales/en'),
'/zh-TW/': require('./locales/zh-TW')
}
'/en/': require('./locales/en'),
'/zh-TW/': require('./locales/zh-TW')
}
}
};

0 comments on commit 3bd856f

Please sign in to comment.