From 6fe9546e317db1147b6ad22195cd85a49fb36c99 Mon Sep 17 00:00:00 2001 From: "E. Dunham" Date: Tue, 29 Oct 2024 13:53:37 -0700 Subject: [PATCH] hide banner --- _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 %}