Skip to content

Commit 424ad9d

Browse files
committed
feat:update v1 repo url
1 parent a4c9848 commit 424ad9d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/.vuepress/config.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = defineUserConfig<DefaultThemeOptions, WebpackBundlerOptions>({
2222
public: 'public',
2323

2424
title: 'UMajs',
25-
description: 'UMajs 文档',
25+
description: 'Umajs,an easy-to-use NodeJS framework base on Typescript.',
2626

2727
bundler:
2828
process.env.BUNDLER ??
@@ -104,26 +104,26 @@ module.exports = defineUserConfig<DefaultThemeOptions, WebpackBundlerOptions>({
104104
'/en/': {
105105
lang: 'en-US',
106106
title: 'UMajs',
107-
description: '一个简单易用、扩展灵活,基于TypeScript的Node.js Web框架',
107+
description: 'A simple, flexible, typescript based node.js Web Framework',
108108
},
109109

110110
/**
111111
* Japanese locale config
112112
*/
113-
'/ja/': {
114-
lang: 'ja-JP',
115-
title: 'UMajs',
116-
description: '一个简单易用、扩展灵活,基于TypeScript的Node.js Web框架',
117-
},
113+
// '/ja/': {
114+
// lang: 'ja-JP',
115+
// title: 'UMajs',
116+
// description: '一个简单易用、扩展灵活,基于TypeScript的Node.js Web框架',
117+
// },
118118
},
119119

120120
/**
121121
* @description Vuepress2 theme config
122122
* @see https://v2.vuepress.vuejs.org/reference/theme-api.html
123123
*/
124124
themeConfig: {
125-
repo: 'https://github.com/Umajs/Umajs',
126-
logo: './img/UMajs.69973084.png',
125+
repo: 'https://github.com/Umajs/Umajs/tree/v1',
126+
logo: '/img/UMajs.69973084.png',
127127
repoLabel: 'Github',
128128
docsBranch: 'main',
129129
docsRepo: 'https://github.com/Umajs/docs',

0 commit comments

Comments
 (0)