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/zh.js

24 lines
370 B
JavaScript

export const navbarZH = [
{
text: "首页",
link: "/",
},
{
text: "在线教程",
link: "/doc/arthas-tutorials.html?language=cn&id=arthas-basics",
target: "_blank",
},
{
text: "文档",
link: "/doc/",
},
{
text: "命令列表",
link: "/doc/commands.md",
},
{
text: "下载",
link: "/doc/download.md",
2 years ago
}
];