Announce Summit 2026 (#3489)

This commit is contained in:
John Barker
2026-03-03 09:16:49 +00:00
committed by GitHub
parent 95174fda8f
commit 7baefc6504

View File

@@ -17,13 +17,13 @@
/*use extra_banner for when we want something extra, like a survey or Community Day notice */
var extra_banner = '';
/* var extra_banner =
var extra_banner =
'<div id="latest_extra_banner_id" class="admonition important">' +
'<p style="padding-bottom: 1.2rem;text-align: center;">' +
'Slides for those who attended AnsibleFest at <a href="https://www.redhat.com/en/summit?sc_cid=RHCTG1250000442936">Red Hat Summit</a> will be available soon.' +
'Join us at <a href="https://www.redhat.com/en/summit?sc_id=RHCTE0250000464461" target="_blank">Red Hat Summit in Atlanta</a> to learn about Ansible Automation Platform | May 11-14, 2026' +
'</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">' +