This is an automated email from the ASF dual-hosted git repository. critas pushed a commit to branch change_toc_level in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
commit 19421fe0333a0f78703cc95786af34839d98b06a Author: CritasWang <[email protected]> AuthorDate: Tue Dec 16 10:39:37 2025 +0800 set toc levels 2,3 --- 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
