File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments