|
|
|
@ -3,6 +3,6 @@ import { defineNavbarConfig } from "vuepress-theme-hope";
@@ -3,6 +3,6 @@ import { defineNavbarConfig } from "vuepress-theme-hope";
|
|
|
|
|
export const zh = defineNavbarConfig([ |
|
|
|
|
"/", |
|
|
|
|
"/home", |
|
|
|
|
{ text: "使用指南", icon: "creative", link: "/guide/" }, |
|
|
|
|
// { text: "使用指南", icon: "creative", link: "/guide/" },
|
|
|
|
|
{ text: "Git服务器", icon: "git", link: "http://git.xjtustei.nteren.net" }, |
|
|
|
|
]); |
|
|
|
|