From 57a026e99c7e601babfd3291a8f7b55a32aa9ef2 Mon Sep 17 00:00:00 2001 From: Pallavi Date: Sat, 26 Apr 2025 00:13:48 +0530 Subject: [PATCH] [deploy site] removed event information changed in toml file --- website_and_docs/hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website_and_docs/hugo.toml b/website_and_docs/hugo.toml index 78cd28aafc72..463a81fd637a 100644 --- a/website_and_docs/hugo.toml +++ b/website_and_docs/hugo.toml @@ -164,8 +164,8 @@ plausible_analytics = true prism_syntax_highlighting = true # Enable announcement banner below navbar (Go to announcement-banner.html to change the message) -banner_flag = true -announcement_banner = true +banner_flag = false +announcement_banner = false # Enable Algolia DocSearch [params.search.algolia]