Skip to content

Commit

Permalink
add project survey 2024 banner (#1979)
Browse files Browse the repository at this point in the history
* add project survey 2024 banner

* update survey referral link
  • Loading branch information
oraNod authored Oct 7, 2024
1 parent f109b78 commit 946806e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/docsite/.templates/banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
'<div id="latest_extra_banner_id" class="admonition important">' +
'<p style="padding-bottom: 1.2rem;">' +
'Discuss Ansible in the new <a href="https://forum.ansible.com/t/welcome-to-the-ansible-community/5">Ansible Forum!</a>' +
'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>.' +
'</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 946806e

Please sign in to comment.