add mission survey to docs banner (#80931)

Co-authored-by: Don Naro <dnaro@redhat.com>
pull/80949/head
Sandra McCann 1 year ago committed by GitHub
parent e91bf2248f
commit 79677c16f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,10 +20,7 @@
'<div id="latest_extra_banner_id" class="admonition important">' +
'<br>' +
'<p>' +
'<b>Experience AnsibleFest at Red Hat Summit</b>' +
'</p>' +
'<p>' +
'We\'re bringing AnsibleFest to Red Hat Summit in Boston, May 23-25. It\'s the best of Fest combined with Red Hat Summit for even more learning and technical engagement. <a href="https://www.redhat.com/en/summit/ansiblefest?intcmp=7013a0000034lvhAAA">Learn more.</a> ' +
'We\'re updating the Ansible community mission statement! Participate in our survey and let us know - <a href="https://www.surveymonkey.co.uk/r/DLG9FJN" target="_blank">What does Ansible mean to you?</a> ' +
'</p>' +
'<br>' +
@ -53,11 +50,6 @@
/* temp extra banner to advertise AnsibleFest2021 */
banner += extra_banner;
/* temp banner to advertise survey
important = true;
msg += 'Please take our <a href="https://www.surveymonkey.co.uk/r/B9V3CDY">Docs survey</a> before December 31 to help us improve Ansible documentation.';
*/
msg += 'You are reading the <b>devel</b> version of the Ansible documentation - this version is not guaranteed stable. Use the version selection to the left if you want the <b>latest</b> (stable) released version.';
} else {
msg += 'You are reading an older version of the Ansible documentation. Use the version selection to the left if you want the <b>latest</b> (stable) released version.';

Loading…
Cancel
Save