Skip to content

Commit aba6663

Browse files
authored
comment the extra banner to remove community survey (#2132)
1 parent 0de54a9 commit aba6663

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/docsite/.templates/banner.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
});
1515
}
1616
var banner = '';
17+
/*use extra_banner for when we want something extra, like a survey or Community Day notice */
1718
var extra_banner = '';
18-
/*use extra_banner for when we want something extra, like a survey or Community Day notice */
19-
var extra_banner =
19+
/*
20+
var extra_banner =
2021
'<div id="latest_extra_banner_id" class="admonition important">' +
2122
'<p style="font-size: 1.5rem;text-align: center;">' +
2223
'Take the <a href="https://www.surveymonkey.com/r/P9Q2SNG">Ansible Project Survey 2024</a>!' +
@@ -25,6 +26,7 @@
2526
'We want to hear from you! Help us gain insights into the state of the Ansible ecosystem.' +
2627
'</p>' +
2728
'</div>';
29+
*/
2830
// Create a banner if we're not on the official docs site
2931
if (location.host == "docs.testing.ansible.com") {
3032
document.write('<div id="testing_banner_id" class="admonition important">' +

0 commit comments

Comments
 (0)