summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2020-05-18 14:41:02 -0400
committerGitHub <noreply@github.com>2020-05-18 13:41:02 -0500
commit7adce02130f803ef938067ceb81c7366b95f3727 (patch)
treedcf8e848025e9f4ef5f21c3ea88e3de8d0363ed6 /docs
parentb4b27d631f83d42bc77716054660a0b03bee8d6c (diff)
downloadansible-7adce02130f803ef938067ceb81c7366b95f3727.tar.gz
Explain module docs loss for devel (#68369) (#69546)
(cherry picked from commit 0d379d4205ea609e7718527be5512fbb16ba63be)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/_themes/sphinx_rtd_theme/ansible_banner.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/_themes/sphinx_rtd_theme/ansible_banner.html b/docs/docsite/_themes/sphinx_rtd_theme/ansible_banner.html
index 28f2f5ccdc..7ca2bd4a0f 100644
--- a/docs/docsite/_themes/sphinx_rtd_theme/ansible_banner.html
+++ b/docs/docsite/_themes/sphinx_rtd_theme/ansible_banner.html
@@ -18,7 +18,7 @@
} else if (current_url.search("devel") > -1) {
document.write('<div id="banner_id" class="admonition caution">');
para = document.createElement('p');
- banner_text=document.createTextNode("You are reading the *devel* version of the Ansible documentation - this version is not guaranteed stable. Use the version selection to the left if you want the latest stable released version.");
+ banner_text=document.createTextNode("You are reading the *devel* version of the Ansible documentation - most module documentation is currently missing as the modules have moved to collections. Until docs catches up to this change, use the version selection to the left if you want module documentation or the latest stable release version. The *devel* version is not guaranteed stable.");
para.appendChild(banner_text);
element = document.getElementById('banner_id');
element.appendChild(para);