Skip to content
2 changes: 1 addition & 1 deletion blog/en/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module.exports = {
backgroundColor: '#e8433e',
textColor: 'white',
content:
'\u{1F914} Have queries regarding API Gateway? Join Slack channel to discuss <a target="_blank" rel="noopener noreferrer" href="/docs/general/join">join #apisix channel</a>! ⭐️',
'\u{1F914} Introducing APISIX AI Gateway – Built for LLMs and AI workloads. <a target="_blank" rel="noopener noreferrer" href="https://apisix.apache.org/blog/2025/04/08/introducing-apisix-ai-gateway/"> Learn More</a>',
},
prism: {
theme: require('prism-react-renderer/themes/github'),
Expand Down
30 changes: 30 additions & 0 deletions blog/src/css/customTheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -479,3 +479,33 @@ a:hover {
transform: scale(1.2);
}
}

/* Announcement Bar */
div[class*="announcementBar_"] {
height: 40px;
}

div[class*="announcementBarContent"] {
font-size: 15px !important;
font-weight: 500;
}

div[class*="announcementBarPlaceholder"] {
height: 40px;
}

button[class*="announcementBarClose"] {
height: 40px !important;
}

@media screen and (max-width: 996px) {
div[class*="announcementBar_"] {
height: auto !important;
min-height: 40px;
}

div[class*="announcementBarContent"] {
font-size: 15px !important;
font-weight: 500;
}
}
2 changes: 1 addition & 1 deletion blog/zh/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ module.exports = {
backgroundColor: '#e8433e',
textColor: 'white',
content:
'\u{1F914} Have queries regarding API Gateway? Join Slack channel to discuss <a target="_blank" rel="noopener noreferrer" href="/docs/general/join">join #apisix channel</a>! ⭐️',
'\u{1F914} Introducing APISIX AI Gateway – Built for LLMs and AI workloads. <a target="_blank" rel="noopener noreferrer" href="https://apisix.apache.org/blog/2025/04/08/introducing-apisix-ai-gateway/"> Learn More</a>',
},
prism: {
theme: require('prism-react-renderer/themes/github'),
Expand Down
2 changes: 1 addition & 1 deletion doc/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ module.exports = {
backgroundColor: '#e8433e',
textColor: 'white',
content:
'\u{1F914} Have queries regarding API Gateway? Join Slack channel to discuss <a target="_blank" rel="noopener noreferrer" href="/docs/general/join">join #apisix channel</a>! ⭐️',
'\u{1F914} Introducing APISIX AI Gateway – Built for LLMs and AI workloads. <a target="_blank" rel="noopener noreferrer" href="https://apisix.apache.org/blog/2025/04/08/introducing-apisix-ai-gateway/"> Learn More</a>',
},
prism: {
theme: require('prism-react-renderer/themes/github'),
Expand Down
30 changes: 30 additions & 0 deletions doc/src/css/customTheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -472,3 +472,33 @@ a:hover {
transform: scale(1.2);
}
}

/* Announcement Bar */
div[class*="announcementBar_"] {
height: 40px;
}

div[class*="announcementBarContent"] {
font-size: 15px !important;
font-weight: 500;
}

div[class*="announcementBarPlaceholder"] {
height: 40px;
}

button[class*="announcementBarClose"] {
height: 40px !important;
}

@media screen and (max-width: 996px) {
div[class*="announcementBar_"] {
height: auto !important;
min-height: 40px;
}

div[class*="announcementBarContent"] {
font-size: 15px !important;
font-weight: 500;
}
}
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ module.exports = {
backgroundColor: '#e8433e',
textColor: 'white',
content:
'\u{1F914} Have queries regarding API Gateway? Join Slack channel to discuss <a target="_blank" rel="noopener noreferrer" href="/docs/general/join">join #apisix channel</a>! ⭐️',
'\u{1F914} Introducing APISIX AI Gateway – Built for LLMs and AI workloads. <a target="_blank" rel="noopener noreferrer" href="https://apisix.apache.org/blog/2025/04/08/introducing-apisix-ai-gateway/"> Learn More</a>',
},
prism: {
theme: require('prism-react-renderer/themes/github'),
Expand Down
30 changes: 30 additions & 0 deletions website/src/css/customTheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -478,3 +478,33 @@ a:hover {
transform: scale(1.2);
}
}

/* Announcement Bar */
div[class*="announcementBar_"] {
height: 40px;
}

div[class*="announcementBarContent"] {
font-size: 15px !important;
font-weight: 500;
}

div[class*="announcementBarPlaceholder"] {
height: 40px;
}

button[class*="announcementBarClose"] {
height: 40px !important;
}

@media screen and (max-width: 996px) {
div[class*="announcementBar_"] {
height: auto !important;
min-height: 40px;
}

div[class*="announcementBarContent"] {
font-size: 15px !important;
font-weight: 500;
}
}
Loading