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 = {
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,