You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arthas/site/docs/.vuepress/configs/navbar/en.js

53 lines
1.3 KiB
JavaScript

module.exports = [
{
text: "HOME",
link: "/en/",
},
{
text: "ONLINE TUTORIALS",
link: "/doc/arthas-tutorials.html?language=en&id=arthas-basics",
target: "_blank",
},
{
text: "DOCS",
link: "/en/doc",
},
{
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",
},
],
},
{
text: "DOWNLOAD",
link: "/en/doc/download.md",
},
{
text: "COMMUNITY",
link: "https://github.com/alibaba/arthas/issues",
},
];