Skip to content

Commit

Permalink
[feat] 添加相关资源
Browse files Browse the repository at this point in the history
英文删除gitee链接,修改链接
  • Loading branch information
huuhghhgyg committed Jun 21, 2024
1 parent ceae6b2 commit c5e5250
Showing 1 changed file with 21 additions and 12 deletions.
33 changes: 21 additions & 12 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,20 @@ export default defineUserConfig({
{
text: "Microcity Web 文档",
link: "/docs/web/index.html",
}
},
{
text: "其它",
children: [
{
text: "仿真框架(港口)说明文档",
link: "https://github.com/huuhghhgyg/Container-Terminal-Simulation/tree/main/docs",
},
{
text: "模型/库资源",
link: "https://www.zhhuu.top/ModelResource"
}
]
},
],
},
{
Expand All @@ -88,9 +101,9 @@ export default defineUserConfig({
],
},
{
text: "zhhuu.top (非官方)",
text: "zhhuu.top (自建修改)",
children: [
{ text: "MicroCity Web (fork) 仓库", link: "https://github.com/huuhghhgyg/microcityweb"},
{ text: "MicroCity Web (fork) 仓库", link: "https://github.com/huuhghhgyg/microcityweb" },
{ text: "MicroCity Web (fork) 在线环境", link: "https://mcw.zhhuu.top/" },
],
},
Expand Down Expand Up @@ -202,7 +215,11 @@ export default defineUserConfig({
text: "Documentation",
children: [
{
text: "Desktop Documentation",
text: "MicroCity Web",
link: "https://github.com/microcity/microcity.github.io/tree/master/doc"
},
{
text: "MicroCity Desktop",
link: "/en/docs/",
children: [
{ text: "1. MicroCity Introduction", link: "/en/docs/1.1_what_microcity_can_do" },
Expand All @@ -224,14 +241,6 @@ export default defineUserConfig({
{ text: "MicroCity Web Online Environment", link: "https://microcity.github.io/" },
],
},
{
text: "Gitee",
children: [
{ text: "MicroCity Desktop Repository", link: "https://gitee.com/microcity/desktop" },
{ text: "MicroCity Web Repository", link: "https://gitee.com/microcity/microcity" },
{ text: "MicroCity Web Online Environment", link: "https://microcity.gitee.io/" },
],
},
],
},
],
Expand Down

0 comments on commit c5e5250

Please sign in to comment.