diff --git a/docs/docsite/.templates/banner.html b/docs/docsite/.templates/banner.html index 4c06988e21e..da250684476 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 the latest documentation.'; } 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 2.9 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 latest 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;