diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-10 18:21:09 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-10 18:21:09 +0800 |
| commit | 8c2c3a968b39914b544e0878241a9558f897a543 (patch) | |
| tree | 325c2545df4765c45e9e89fbe3aba5612607d03e | |
| parent | 6be5894f40b2c2543f23aab7f7b4ffc73dbd0d77 (diff) | |
fix(docs): reduce docs sidebar depth to match maxLevel
| -rw-r--r-- | docs/_zh_CN/index.html | 2 | ||||
| -rw-r--r-- | docs/dev/index.html | 2 | ||||
| -rw-r--r-- | docs/doc.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/_zh_CN/index.html b/docs/_zh_CN/index.html index 7adaa98..ad21062 100644 --- a/docs/_zh_CN/index.html +++ b/docs/_zh_CN/index.html @@ -56,7 +56,7 @@ auto2top: true, loadSidebar: true, maxLevel: 0, - subMaxLevel: 3, + subMaxLevel: 0, search: { placeholder: "Search", noData: "No matches found.", diff --git a/docs/dev/index.html b/docs/dev/index.html index e62268d..1bfb5c5 100644 --- a/docs/dev/index.html +++ b/docs/dev/index.html @@ -141,7 +141,7 @@ auto2top: true, loadSidebar: true, maxLevel: 0, - subMaxLevel: 3, + subMaxLevel: 0, search: { placeholder: "Search dev docs…", noData: "No matches found.", diff --git a/docs/doc.html b/docs/doc.html index 783ccb4..a63fdd3 100644 --- a/docs/doc.html +++ b/docs/doc.html @@ -51,7 +51,7 @@ auto2top: true, loadSidebar: true, maxLevel: 0, - subMaxLevel: 3, + subMaxLevel: 0, search: { placeholder: "Search", noData: "No matches found.", |
