fix(docs): sidebar

This commit is contained in:
wohenbushuang
2025-05-10 05:55:59 +00:00
parent 416ae4c27f
commit 9da8eb264d
2 changed files with 2 additions and 3 deletions

View File

@@ -23,8 +23,7 @@
window.$docsify = { window.$docsify = {
name: "HotGo-V2", name: "HotGo-V2",
nameLink: { nameLink: {
'/docs/guide-zh-CN/': '/', '/': '/hotgo/',
'/': '/',
}, },
relativePath: true, relativePath: true,
// alias: { // alias: {
@@ -37,7 +36,7 @@
// Sidebar Configuration // Sidebar Configuration
auto2top: true, auto2top: true,
loadSidebar: true, loadSidebar: "sidebar.md",
// maxLevel: 2, // maxLevel: 2,
// Set subMaxLevel to 0 to remove automatic display of page table of contents (TOC) in Sidebar // Set subMaxLevel to 0 to remove automatic display of page table of contents (TOC) in Sidebar
// subMaxLevel: 3, // subMaxLevel: 3,