Skip to content

Commit d88b8c6

Browse files
add project survey 2024 banner (#1979) (#1980)
* add project survey 2024 banner * update survey referral link (cherry picked from commit 946806e) Co-authored-by: Don Naro <[email protected]>
1 parent 81f2a10 commit d88b8c6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/docsite/.templates/banner.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
var banner = '';
1717
var extra_banner = '';
1818
/*use extra_banner for when we want something extra, like a survey or Community Day notice */
19-
/* var extra_banner =
19+
var extra_banner =
2020
'<div id="latest_extra_banner_id" class="admonition important">' +
2121
'<p style="padding-bottom: 1.2rem;">' +
22-
'Discuss Ansible in the new <a href="https://forum.ansible.com/t/welcome-to-the-ansible-community/5">Ansible Forum!</a>' +
22+
'We want to hear from you! Help us gain insights into the state of the Ansible ecosystem by taking the <a href="https://www.surveymonkey.com/r/P9Q2SNG">Ansible Project Survey 2024</a>.' +
2323
'</p>' +
2424
'</div>';
25-
*/
2625
// Create a banner if we're not on the official docs site
2726
if (location.host == "docs.testing.ansible.com") {
2827
document.write('<div id="testing_banner_id" class="admonition important">' +

0 commit comments

Comments
 (0)