From 5cc33b457de53ad0bf0f2191a5166cdb61e96558 Mon Sep 17 00:00:00 2001 From: Pallavi Date: Wed, 21 May 2025 20:46:04 +0530 Subject: [PATCH] [deploy site] removing banner --- website_and_docs/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website_and_docs/hugo.toml b/website_and_docs/hugo.toml index bcfe43ff4b29..463a81fd637a 100644 --- a/website_and_docs/hugo.toml +++ b/website_and_docs/hugo.toml @@ -165,7 +165,7 @@ prism_syntax_highlighting = true # Enable announcement banner below navbar (Go to announcement-banner.html to change the message) banner_flag = false -announcement_banner = true +announcement_banner = false # Enable Algolia DocSearch [params.search.algolia]