From 14570bf270830005ca3d2330bcd5bee793b987ca Mon Sep 17 00:00:00 2001 From: "E. Dunham" Date: Thu, 31 Oct 2024 09:40:59 -0700 Subject: [PATCH] hide banner (#1542) --- _source/_includes/promo_banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_source/_includes/promo_banner.html b/_source/_includes/promo_banner.html index 8ceb084d7..9c38f83d5 100644 --- a/_source/_includes/promo_banner.html +++ b/_source/_includes/promo_banner.html @@ -1,4 +1,4 @@ -{% assign show_promo_banner = true %} +{% assign show_promo_banner = false %} {% assign documentation_subdirs = "docs,standards,use_cases,reference,authentication-guide" | split:"," %} {% for dir in documentation_subdirs %}