From 946806ed16a4a9ccfcd0d84d2ac2b08cd7420c47 Mon Sep 17 00:00:00 2001 From: Don Naro Date: Mon, 7 Oct 2024 16:00:48 +0100 Subject: [PATCH] add project survey 2024 banner (#1979) * add project survey 2024 banner * update survey referral link --- docs/docsite/.templates/banner.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docsite/.templates/banner.html b/docs/docsite/.templates/banner.html index 7f0dc156f45..28280bcbb8c 100644 --- a/docs/docsite/.templates/banner.html +++ b/docs/docsite/.templates/banner.html @@ -16,13 +16,12 @@ var banner = ''; 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 = '
' + '

' + - 'Discuss Ansible in the new Ansible Forum!' + + 'We want to hear from you! Help us gain insights into the state of the Ansible ecosystem by taking the Ansible Project Survey 2024.' + '

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