This is an automated email from the ASF dual-hosted git repository. critas pushed a commit to branch wx_0211 in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
commit 71a9560c088971166a16c3e555611cec19a04f30 Author: CritasWang <[email protected]> AuthorDate: Tue Feb 11 11:22:34 2025 +0800 disable catalog --- src/.vuepress/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/theme.ts b/src/.vuepress/theme.ts index b9a75d03..103997d6 100644 --- a/src/.vuepress/theme.ts +++ b/src/.vuepress/theme.ts @@ -98,7 +98,7 @@ export default hopeTheme( plugins: { docsearch: {}, - + catalog: false, redirect: { config: { '/UserGuide/Master/QuickStart/QuickStart.html':
