From c0becf02baf41ba771db529191ead2cb6d3e67a1 Mon Sep 17 00:00:00 2001 From: Luffy <52o@qq52o.cn> Date: Sun, 11 May 2025 16:55:33 +0800 Subject: [PATCH] chore: add depth configuration for search There is h6 content in the document, but the search configuration defaults to h2, so the relevant content is not searched. --- docs/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.html b/docs/index.html index a1d51985b..40d2a3470 100644 --- a/docs/index.html +++ b/docs/index.html @@ -139,6 +139,7 @@ '/': 'Search', }, pathNamespaces: ['/zh-cn'], + depth: 6, }, skipLink: { '/zh-cn/': '跳到主要内容',