mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
(cherry picked from commit 5addc54126)
Co-authored-by: Sandra McCann <samccann@redhat.com>
This commit is contained in:
@@ -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.' +
|
||||
'</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">' +
|
||||
|
||||
Reference in New Issue
Block a user