From 174d5e00a8a38151ce35bde2bebb33065687366e Mon Sep 17 00:00:00 2001 From: Masterain Date: Thu, 2 Feb 2023 19:04:58 -0800 Subject: [PATCH] fix navbar --- docs/.vuepress/navbar/zh.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/navbar/zh.ts b/docs/.vuepress/navbar/zh.ts index a1ebe35a6..f0b3447e6 100644 --- a/docs/.vuepress/navbar/zh.ts +++ b/docs/.vuepress/navbar/zh.ts @@ -2,7 +2,7 @@ import { navbar } from "vuepress-theme-hope"; export const zhNavbar = navbar([ "/", - { text: "文档", icon: "article", link: "/features/README.md" }, + { text: "文档", icon: "article", link: "/features/"}, { text: "下载", icon: "install",