From bd69d479c5081699bcc01961234e9b395c2a7909 Mon Sep 17 00:00:00 2001 From: tomdang Date: Fri, 4 Mar 2022 14:16:03 +0800 Subject: [PATCH] updated navbar --- .vuepress/navbar/zh.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vuepress/navbar/zh.ts b/.vuepress/navbar/zh.ts index 9839917..07bf21f 100644 --- a/.vuepress/navbar/zh.ts +++ b/.vuepress/navbar/zh.ts @@ -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" }, ]);