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 ed27078af01b fix: (website) Fix Ask AI “Deep Thinking” UI issue and
mobile styling (#17566)
ed27078af01b is described below
commit ed27078af01b834563a2778fe0a384d67fb553e7
Author: pintusoliya <[email protected]>
AuthorDate: Thu Dec 11 14:33:23 2025 +0530
fix: (website) Fix Ask AI “Deep Thinking” UI issue and mobile styling
(#17566)
---
website/docusaurus.config.js | 16 ++++++++--------
website/src/css/custom.css | 5 +++++
2 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index dd1d802d796d..abce898dd34c 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -554,7 +554,7 @@ module.exports = {
"data-project-name": "Apache Hudi",
"data-project-color": "#FFFFFF",
"data-project-logo": "/assets/images/logo-big.png",
- "data-modal-disclaimer": "This AI assistant answers Apache Hudi
questions using your
[documentation](https://hudi.apache.org/docs/quick-start-guide/), [dev
setup](https://hudi.apache.org/contribute/developer-setup/), the [tech
specs](https://hudi.apache.org/tech-specs-1point0/) and open GitHub Issues from
the last year.",
+ "data-modal-disclaimer": "This AI assistant answers Apache Hudi
questions using your
[documentation](https://hudi.apache.org/docs/quick-start-guide/), [dev
setup](https://hudi.apache.org/contribute/developer-setup/), the [tech
specs](https://hudi.apache.org/tech-specs-1point0/) and [open GitHub
Issues](https://github.com/apache/hudi/issues/`) from the last year.",
"data-modal-title": "Apache Hudi AI Assistant",
"data-modal-example-questions-title": "Try asking me...",
"data-modal-example-questions": "How can I convert an existing COW table
to MOR?,How do I set up incremental queries with Hudi tables?",
@@ -564,7 +564,7 @@ module.exports = {
"data-modal-image-height": "44",
"data-modal-image-width": "64",
"data-modal-header-bg-color": "#f8f9fa",
- "data-modal-title-color": "#0db1f9",
+ "data-modal-title-color": "#15467D",
"data-button-text-color": "#29557a",
"data-button-text": "Ask AI",
"data-consent-required": "true",
@@ -573,7 +573,7 @@ module.exports = {
"data-consent-screen-accept-button-text": "Allow tracking",
"data-modal-disclaimer-font-size" : "0.80rem",
"data-query-input-placeholder-text-color": "#29557a",
- "data-submit-query-button-bg-color": "#0db1f9",
+ "data-submit-query-button-bg-color": "#228EDE",
"data-query-input-text-color": "#29557a",
"data-user-analytics-cookie-enabled": "false",
"data-query-input-border-color": "#211b0e",
@@ -589,12 +589,12 @@ module.exports = {
"data-answer-copy-button-text-color": "#FFFFFF",
"data-example-question-button-text-color": "#29557a",
"data-modal-disclaimer-bg-color": "#f8f9fa",
- "data-modal-disclaimer-text-color": "#0db1f9",
- "data-deep-thinking-button-bg-color": "#0db1f9",
+ "data-modal-disclaimer-text-color": "#15467D",
+ "data-deep-thinking-button-bg-color": "#228EDE",
"data-deep-thinking-button-text-color": "#FFFFFF",
- "data-deep-thinking-button-active-bg-color": "#0db1f9",
- "data-deep-thinking-button-hover-bg-color": "#FFFFFF",
- "data-deep-thinking-button-active-hover-bg-color": "#29557a",
+ "data-deep-thinking-button-active-bg-color": "#0478C0",
+ "data-deep-thinking-button-hover-bg-color": "#0478C0",
+ "data-deep-thinking-button-active-hover-bg-color": "#0478C0",
"data-deep-thinking-button-active-text-color": "#FFFFFF",
async: true,
}
diff --git a/website/src/css/custom.css b/website/src/css/custom.css
index 64f2383b5236..b70f290cbab5 100644
--- a/website/src/css/custom.css
+++ b/website/src/css/custom.css
@@ -231,6 +231,11 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
.navbar__logo {
height: 130%;
+ display: flex;
+ @media(max-width: 1350px) {
+ max-height: 100px;
+ width: 100px;
+ }
}
.data-lake h2, .hudi-feature h2 {