This is an automated email from the ASF dual-hosted git repository.

critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new abfab969 set toc levels 2,3 (#926)
abfab969 is described below

commit abfab969dc838e5ef90577e44902b2691eb72fb7
Author: CritasWang <[email protected]>
AuthorDate: Tue Dec 16 10:44:04 2025 +0800

    set toc levels 2,3 (#926)
---
 src/.vuepress/theme.ts | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/.vuepress/theme.ts b/src/.vuepress/theme.ts
index 033e9c82..1560344f 100644
--- a/src/.vuepress/theme.ts
+++ b/src/.vuepress/theme.ts
@@ -40,7 +40,9 @@ export default hopeTheme(
       center: [],
       end: ['DocSearch', 'Links', 'Language', 'Outlook', 'Repo'],
     },
-
+    toc: {
+      levels: [2, 3],
+    },
     locales: {
       '/': {
         // navbar

Reply via email to