mirror of https://github.com/alibaba/arthas.git
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.
53 lines
1.2 KiB
JavaScript
53 lines
1.2 KiB
JavaScript
3 years ago
|
module.exports = [
|
||
|
{
|
||
|
text: "首页",
|
||
|
link: "/",
|
||
|
},
|
||
|
{
|
||
|
text: "在线教程",
|
||
|
link: "/doc/arthas-tutorials.html?language=cn&id=arthas-basics",
|
||
|
target: "_blank",
|
||
|
},
|
||
|
{
|
||
|
text: "文档",
|
||
|
link: "/doc/",
|
||
|
},
|
||
|
{
|
||
|
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",
|
||
|
},
|
||
|
],
|
||
|
},
|
||
|
{
|
||
|
text: "下载",
|
||
|
link: "/doc/download.md",
|
||
|
},
|
||
|
{
|
||
|
text: "社区",
|
||
|
link: "https://github.com/alibaba/arthas/issues",
|
||
|
},
|
||
|
];
|