summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-07-21 16:57:48 -0400
committerGitHub <noreply@github.com>2022-07-21 13:57:48 -0700
commitb6fc894010d041e11efd0956daa9e5788b9b7409 (patch)
tree72f3bedd6787df117bc5004cb8801bc4e8d7fd76 /docs
parent3cffcfda9b20675ef78efc3a692e94242f88fab1 (diff)
downloadansible-b6fc894010d041e11efd0956daa9e5788b9b7409.tar.gz
add AnsibleFest 2022 registration banner (#78291) (#78309)
(cherry picked from commit 5e746932152743bf36d106bb1e3a5cbb334b1ec4)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/.templates/banner.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/docsite/.templates/banner.html b/docs/docsite/.templates/banner.html
index 29ecc87b3c..4cbc0781c6 100644
--- a/docs/docsite/.templates/banner.html
+++ b/docs/docsite/.templates/banner.html
@@ -15,19 +15,19 @@
}
var banner = '';
var extra_banner = '';
- /*use extra_banner for when marketing wants something extra, like a survey or AnsibleFest notice
+ /*use extra_banner for when marketing wants something extra, like a survey or AnsibleFest notice */
var extra_banner =
'<div id="latest_extra_banner_id" class="admonition important">' +
'<br>' +
'<p>' +
- 'You\'re invited to AnsibleFest 2021! ' +
+ 'Immerse yourself in the automation experience October 18-19 in Chicago. ' +
'<p>' +
- 'Explore ways to automate, innovate, and accelerate with our free virtual event September 29-30. ' +
+ 'Join us for AnsibleFest 2022. ' +
'<pr>' +
- '<a href="https://reg.ansiblefest.redhat.com/flow/redhat/ansible21/regGenAttendee/login?sc_cid=7013a000002pemAAAQ">Register now!</a> ' +
+ '<a href="https://www.ansible.com/ansiblefest?sc_cid=7013a000002tuDxAAI">Register now!</a> ' +
'</p>' +
'<br>' +
- '</div>'; */
+ '</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">' +