From 9da8eb264d24dd99dff8fbbd1a9ba6c005cc1aff Mon Sep 17 00:00:00 2001 From: wohenbushuang Date: Sat, 10 May 2025 05:55:59 +0000 Subject: [PATCH] fix(docs): sidebar --- index.html | 5 ++--- _sidebar.md => sidebar.md | 0 2 files changed, 2 insertions(+), 3 deletions(-) rename _sidebar.md => sidebar.md (100%) diff --git a/index.html b/index.html index d18fd87..a187b17 100644 --- a/index.html +++ b/index.html @@ -23,8 +23,7 @@ window.$docsify = { name: "HotGo-V2", nameLink: { - '/docs/guide-zh-CN/': '/', - '/': '/', + '/': '/hotgo/', }, relativePath: true, // alias: { @@ -37,7 +36,7 @@ // Sidebar Configuration auto2top: true, - loadSidebar: true, + loadSidebar: "sidebar.md", // maxLevel: 2, // Set subMaxLevel to 0 to remove automatic display of page table of contents (TOC) in Sidebar // subMaxLevel: 3, diff --git a/_sidebar.md b/sidebar.md similarity index 100% rename from _sidebar.md rename to sidebar.md