This is an automated email from the ASF dual-hosted git repository.
zike pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new b8995360988 Avoid showing Ask AI popup by default (#1062)
b8995360988 is described below
commit b899536098897f95891fa9a1b80db01e06e745e1
Author: Zike Yang <[email protected]>
AuthorDate: Wed Dec 10 15:50:38 2025 +0800
Avoid showing Ask AI popup by default (#1062)
---
docusaurus.config.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 5d8f24eab82..c817ee4429b 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -549,7 +549,7 @@ module.exports = async function createConfigAsync() {
'data-project-name': 'Apache Pulsar',
'data-project-logo':
'https://pbs.twimg.com/profile_images/875130220474359809/wFcLUbwd_400x400.jpg',
'data-project-color': '#FFFFFF',
- 'data-modal-open-by-default': 'true',
+ 'data-modal-open-by-default': 'false',
'data-bot-protection-mechanism': 'hcaptcha',
'data-modal-override-open-id': 'ask-ai-input',
'data-modal-override-open-class': 'search-input',