This is an automated email from the ASF dual-hosted git repository. critas pushed a commit to branch wx_search in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
commit 91452f3d0f478ae4b5989d20155365ead9c887a2 Author: CritasWang <[email protected]> AuthorDate: Thu Nov 21 09:46:58 2024 +0800 set disableUserPersonalization Disable search history and favorites --- src/.vuepress/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.vuepress/config.ts b/src/.vuepress/config.ts index c033fcec..c2ffdc3b 100644 --- a/src/.vuepress/config.ts +++ b/src/.vuepress/config.ts @@ -83,6 +83,7 @@ _paq.push(['enableLinkTracking']); apiKey: 'f1f30c0df04d74534e066d07786bce05', indexName: 'iotdb-apache', maxResultsPerGroup: 10, + disableUserPersonalization: true, locales: { '/zh/': { placeholder: '搜索文档',
