summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLydie <44351234+lmalivert@users.noreply.github.com>2021-07-08 15:12:51 -0400
committerGitHub <noreply@github.com>2021-07-08 14:12:51 -0500
commit40ecd27211b1b4e38e096a0119c8365b612c2648 (patch)
tree6c276cbf209209ec3c4527c2427189b6cd51ab7a /docs
parentb1e9da9d759d5e64590b31992c2ab8c0c6480843 (diff)
downloadansible-40ecd27211b1b4e38e096a0119c8365b612c2648.tar.gz
Removed Galaxy banner (#75163) (#75217)
(cherry picked from commit 1e00099753be42b98d1ce2ef1b8ec066deb59448)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/.templates/banner.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/.templates/banner.html b/docs/docsite/.templates/banner.html
index 4c06988e21..da25068447 100644
--- a/docs/docsite/.templates/banner.html
+++ b/docs/docsite/.templates/banner.html
@@ -40,14 +40,14 @@
msg += 'You are reading documentation for Ansible Core, which contains no plugins except for those in ansible.builtin. For documentation of the Ansible package, go to <a href="/ansible/latest">the latest documentation</a>.';
} else if (startsWithOneOf(current_url_path, ["/ansible/latest/", "/ansible/{{ latest_version }}/"])) {
/* temp banner to advertise GalaxyNG survey */
- banner += survey_banner;
+ // banner += survey_banner;
msg += 'You are reading the latest community version of the Ansible documentation. Red Hat subscribers, select <b>2.9</b> in the version selection to the left for the most recent Red Hat release.';
} else if (startsWith(current_url_path, "/ansible/2.9/")) {
msg += 'You are reading the latest Red Hat released version of the Ansible documentation. Community users can use this version, or select <b>latest</b> from the version selector to the left for the most recent community version.';
} else if (startsWith(current_url_path, "/ansible/devel/")) {
/* temp banner to advertise GalaxyNG survey */
- banner += survey_banner;
+ // banner += survey_banner;
/* temp banner to advertise survey
important = true;