This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 5de15c5f10ec [Website][Minor] - Add Ask AI Assistant to the Hudi
Website (#13878)
5de15c5f10ec is described below
commit 5de15c5f10ec9fe8d0d0be1ea5da19a27a6496a0
Author: Ranga Reddy <[email protected]>
AuthorDate: Thu Sep 11 10:12:06 2025 +0530
[Website][Minor] - Add Ask AI Assistant to the Hudi Website (#13878)
---
website/docusaurus.config.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index d64117326896..414f1f69bbdb 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -590,6 +590,7 @@ module.exports = {
"data-consent-screen-accept-button-text": "Allow tracking",
"data-query-input-placeholder-text-color": "rgb(41, 85, 122)",
"data-submit-query-button-bg-color": "#000",
+ "data-user-analytics-cookie-enabled": "false",
async: true,
}
],