Skip to content

Commit

Permalink
fix config.mts error (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastianhayashi authored Jul 1, 2024
1 parent 0630638 commit 6ffd1e0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineConfig({
{
text: '欢迎',
items: [
{ text: '介绍', link: '/doc/Introduction/index' },
{ text: '介绍', link: '/zh/Introduction/index' },
],
},
{
Expand All @@ -27,39 +27,39 @@ export default defineConfig({
{
text:'ruyi 包管理器',
items:[
{text:'功能介绍',link:'/doc/Package-Manager/index'},
{text:'安装',link:'/doc/Package-Manager/installation'},
{text:'环境',link:'/doc/Package-Manager/Enviroment'},
{text:'编译',link:'/doc/Package-Manager/Complie'},
{text:'功能介绍',link:'/zh/Package-Manager/index'},
{text:'安装',link:'/zh/Package-Manager/installation'},
{text:'环境',link:'/zh/Package-Manager/Enviroment'},
{text:'编译',link:'/zh/Package-Manager/Complie'},
],
},
{
text:'IDE',
items:[
{text:'TODO',link:'/doc/IDE/TODO'},
{text:'TODO',link:'/zh/IDE/TODO'},
]
},
{
text:'使用案例',
items:[
{text:'使用编译环境进行 Coremark 构建',link:'/doc/RuyiSDK/case1'},
{text:'为 RISC-V 开发板安装操作系统',link:'/doc/RuyiSDK/case2'},
{text:'在 Licheepi 4A 上编译运行',link:'/doc/RuyiSDK/case3'},
{text:'使用编译环境进行 Coremark 构建',link:'/zh/RuyiSDK/case1'},
{text:'为 RISC-V 开发板安装操作系统',link:'/zh/RuyiSDK/case2'},
{text:'在 Licheepi 4A 上编译运行',link:'/zh/RuyiSDK/case3'},
]
},
{
text:'社区',
items:[
{text:'关于我们',link:'/doc/Community/About-us'},
{text:'社区守则',link:'/doc/Community/Rules'},
{text:'关于我们',link:'/zh/Community/About-us'},
{text:'社区守则',link:'/zh/Community/Rules'},
]
},
],
},
{
text:'其他说明',
items:[
{text:'RuyiSDK 编译工具',link:'/doc/Other/GNU-type'}
{text:'RuyiSDK 编译工具',link:'/zh/Other/GNU-type'}
]
},
],
Expand Down

0 comments on commit 6ffd1e0

Please sign in to comment.