Explain module docs loss for devel (#68369)
This commit is contained in:
parent
969e209a48
commit
0d379d4205
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
} else if (current_url.search("devel") > -1) {
|
} else if (current_url.search("devel") > -1) {
|
||||||
document.write('<div id="banner_id" class="admonition caution">');
|
document.write('<div id="banner_id" class="admonition caution">');
|
||||||
para = document.createElement('p');
|
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);
|
para.appendChild(banner_text);
|
||||||
element = document.getElementById('banner_id');
|
element = document.getElementById('banner_id');
|
||||||
element.appendChild(para);
|
element.appendChild(para);
|
||||||
|
|
Loading…
Reference in a new issue