File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1414 } ) ;
1515 }
1616 var banner = '' ;
17+ /*use extra_banner for when we want something extra, like a survey or Community Day notice */
1718 var extra_banner = '' ;
18- /*use extra_banner for when we want something extra, like a survey or Community Day notice */
19- var extra_banner =
19+ /*
20+ var extra_banner =
2021 '<div id="latest_extra_banner_id" class="admonition important">' +
2122 '<p style="font-size: 1.5rem;text-align: center;">' +
2223 'Take the <a href="https://www.surveymonkey.com/r/P9Q2SNG">Ansible Project Survey 2024</a>!' +
2526 'We want to hear from you! Help us gain insights into the state of the Ansible ecosystem.' +
2627 '</p>' +
2728 '</div>';
29+ */
2830 // Create a banner if we're not on the official docs site
2931 if ( location . host == "docs.testing.ansible.com" ) {
3032 document . write ( '<div id="testing_banner_id" class="admonition important">' +
You can’t perform that action at this time.
0 commit comments