Skip to content

Commit

Permalink
comment the extra banner to remove community survey (#2132)
Browse files Browse the repository at this point in the history
(cherry picked from commit aba6663)
  • Loading branch information
oraNod authored and patchback[bot] committed Nov 12, 2024
1 parent e6fb51c commit d9b283e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/docsite/.templates/banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
'<div id="latest_extra_banner_id" class="admonition important">' +
'<p style="font-size: 1.5rem;text-align: center;">' +
'Take the <a href="https://www.surveymonkey.com/r/P9Q2SNG">Ansible Project Survey 2024</a>!' +
Expand All @@ -25,6 +26,7 @@
'We want to hear from you! Help us gain insights into the state of the Ansible ecosystem.' +
'</p>' +
'</div>';
*/
// Create a banner if we're not on the official docs site
if (location.host == "docs.testing.ansible.com") {
document.write('<div id="testing_banner_id" class="admonition important">' +
Expand Down

0 comments on commit d9b283e

Please sign in to comment.