From d9b283e103e88ea9b28fecf0196d56c3a8fe62d5 Mon Sep 17 00:00:00 2001 From: Don Naro Date: Tue, 12 Nov 2024 13:09:54 +0000 Subject: [PATCH] comment the extra banner to remove community survey (#2132) (cherry picked from commit aba66631d32463c3bff4047964224a96067172f3) --- docs/docsite/.templates/banner.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docsite/.templates/banner.html b/docs/docsite/.templates/banner.html index a231b16d6b7..d4ece6636da 100644 --- a/docs/docsite/.templates/banner.html +++ b/docs/docsite/.templates/banner.html @@ -14,9 +14,10 @@ }); } var banner = ''; + /*use extra_banner for when we want something extra, like a survey or Community Day notice */ var extra_banner = ''; - /*use extra_banner for when we want something extra, like a survey or Community Day notice */ - var extra_banner = + /* + var extra_banner = '
' + '

' + 'Take the Ansible Project Survey 2024!' + @@ -25,6 +26,7 @@ 'We want to hear from you! Help us gain insights into the state of the Ansible ecosystem.' + '

' + '
'; + */ // Create a banner if we're not on the official docs site if (location.host == "docs.testing.ansible.com") { document.write('
' +