Skip to content

Commit 5b3c578

Browse files
committed
update site
1 parent db0b3bb commit 5b3c578

File tree

2 files changed

+2
-60
lines changed

2 files changed

+2
-60
lines changed

site/docs/.vuepress/configs/navbar/en.js

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,5 @@ export const navbarEN = [
1919
{
2020
text: "DOWNLOAD",
2121
link: "/en/doc/download.md",
22-
},
23-
{
24-
text: "SOLUTIONS",
25-
children: [
26-
{
27-
text: "Microservice solutions",
28-
link: "https://cn.aliyun.com/product/aliware/mse?spm=arthas.topbar.0.0.0",
29-
},
30-
{
31-
text: "Distributed transaction solutions",
32-
link: "https://www.aliyun.com/aliware/txc?spm=arthas.topbar.0.0.0",
33-
},
34-
{
35-
text: "High-availability solution",
36-
link: "https://www.aliyun.com/product/ahas?spm=arthas.topbar.0.0.0",
37-
},
38-
{
39-
text: "Serverless solution for miscoservices",
40-
link: "https://cn.aliyun.com/product/aliware/sae?spm=arthas.topbar.0.0.0",
41-
},
42-
{
43-
text: "PaaS solution",
44-
link: "https://www.aliyun.com/product/edas?spm=arthas.topbar.0.0.0",
45-
},
46-
{
47-
text: "Service mesh solution",
48-
link: "https://www.aliyun.com/product/servicemesh?spm=arthas.topbar.0.0.0",
49-
},
50-
],
51-
},
22+
}
5223
];

site/docs/.vuepress/configs/navbar/zh.js

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,5 @@ export const navbarZH = [
1919
{
2020
text: "下载",
2121
link: "/doc/download.md",
22-
},
23-
{
24-
text: "解决方案",
25-
children: [
26-
{
27-
text: "微服务解决方案",
28-
link: "https://cn.aliyun.com/product/aliware/mse?spm=arthas.topbar.0.0.0",
29-
},
30-
{
31-
text: "分布式事务解决方案",
32-
link: "https://www.aliyun.com/aliware/txc?spm=arthas.topbar.0.0.0",
33-
},
34-
{
35-
text: "高可用解决方案",
36-
link: "https://www.aliyun.com/product/ahas?spm=arthas.topbar.0.0.0",
37-
},
38-
{
39-
text: "微服务Serverless解决方案",
40-
link: "https://cn.aliyun.com/product/aliware/sae?spm=arthas.topbar.0.0.0",
41-
},
42-
{
43-
text: "PaaS解决方案",
44-
link: "https://www.aliyun.com/product/edas?spm=arthas.topbar.0.0.0",
45-
},
46-
{
47-
text: "服务网格解决方案",
48-
link: "https://www.aliyun.com/product/servicemesh?spm=arthas.topbar.0.0.0",
49-
},
50-
],
51-
},
22+
}
5223
];

0 commit comments

Comments
 (0)