Skip to content

Commit

Permalink
update site
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Aug 24, 2023
1 parent db0b3bb commit 5b3c578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 60 deletions.
31 changes: 1 addition & 30 deletions site/docs/.vuepress/configs/navbar/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,34 +19,5 @@ export const navbarEN = [
{
text: "DOWNLOAD",
link: "/en/doc/download.md",
},
{
text: "SOLUTIONS",
children: [
{
text: "Microservice solutions",
link: "https://cn.aliyun.com/product/aliware/mse?spm=arthas.topbar.0.0.0",
},
{
text: "Distributed transaction solutions",
link: "https://www.aliyun.com/aliware/txc?spm=arthas.topbar.0.0.0",
},
{
text: "High-availability solution",
link: "https://www.aliyun.com/product/ahas?spm=arthas.topbar.0.0.0",
},
{
text: "Serverless solution for miscoservices",
link: "https://cn.aliyun.com/product/aliware/sae?spm=arthas.topbar.0.0.0",
},
{
text: "PaaS solution",
link: "https://www.aliyun.com/product/edas?spm=arthas.topbar.0.0.0",
},
{
text: "Service mesh solution",
link: "https://www.aliyun.com/product/servicemesh?spm=arthas.topbar.0.0.0",
},
],
},
}
];
31 changes: 1 addition & 30 deletions site/docs/.vuepress/configs/navbar/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,34 +19,5 @@ export const navbarZH = [
{
text: "下载",
link: "/doc/download.md",
},
{
text: "解决方案",
children: [
{
text: "微服务解决方案",
link: "https://cn.aliyun.com/product/aliware/mse?spm=arthas.topbar.0.0.0",
},
{
text: "分布式事务解决方案",
link: "https://www.aliyun.com/aliware/txc?spm=arthas.topbar.0.0.0",
},
{
text: "高可用解决方案",
link: "https://www.aliyun.com/product/ahas?spm=arthas.topbar.0.0.0",
},
{
text: "微服务Serverless解决方案",
link: "https://cn.aliyun.com/product/aliware/sae?spm=arthas.topbar.0.0.0",
},
{
text: "PaaS解决方案",
link: "https://www.aliyun.com/product/edas?spm=arthas.topbar.0.0.0",
},
{
text: "服务网格解决方案",
link: "https://www.aliyun.com/product/servicemesh?spm=arthas.topbar.0.0.0",
},
],
},
}
];

0 comments on commit 5b3c578

Please sign in to comment.