mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-08-24 23:38:35 +08:00
fix(docs): sidebar
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user