Skip to content

Commit d56fd57

Browse files
author
litongjava
committed
add source
1 parent 7880170 commit d56fd57

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/.vuepress/config/nav-en.js

+12-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
export default ["/", "/about"];
1+
export default [
2+
"/",
3+
"/about",
4+
{
5+
text: "Source",
6+
icon: "info",
7+
children: [
8+
{ text: "Github", link: "https://github.com/litongjava/tio-boot", icon: "githb" },
9+
{ text: "Gitee", link: "https://gitee.com/ppnt/tio-boot", icon: "gitee" },
10+
],
11+
},
12+
];

0 commit comments

Comments
 (0)