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

24 lines
380 B
JavaScript

export const navbarEN = [
{
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: "COMMANDS",
link: "/en/doc/commands.md",
},
{
text: "DOWNLOAD",
link: "/en/doc/download.md",
2 years ago
},
];