From 8c2c3a968b39914b544e0878241a9558f897a543 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 10 Jul 2026 18:21:09 +0800 Subject: fix(docs): reduce docs sidebar depth to match maxLevel --- docs/dev/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/index.html') 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.", -- cgit