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