Commit 86de5923 by Brian Coca

bypass core/extras text when module is deprecated

parent 0317e7b9
...@@ -109,7 +109,8 @@ Examples ...@@ -109,7 +109,8 @@ Examples
{% endif %} {% endif %}
{% if core %} {% if not deprecated %}
{% if core %}
This is a Core Module This is a Core Module
--------------------- ---------------------
...@@ -124,7 +125,7 @@ Documentation updates for this module can also be edited directly by submitting ...@@ -124,7 +125,7 @@ Documentation updates for this module can also be edited directly by submitting
This is a "core" ansible module, which means it will receive slightly higher priority for all requests than those in the "extras" repos. This is a "core" ansible module, which means it will receive slightly higher priority for all requests than those in the "extras" repos.
{% else %} {% else %}
This is an Extras Module This is an Extras Module
------------------------ ------------------------
...@@ -140,6 +141,7 @@ Documentation updates for this module can also be edited directly by submitting ...@@ -140,6 +141,7 @@ Documentation updates for this module can also be edited directly by submitting
Note that this module is designated a "extras" module. Non-core modules are still fully usable, but may receive slightly lower response rates for issues and pull requests. Note that this module is designated a "extras" module. Non-core modules are still fully usable, but may receive slightly lower response rates for issues and pull requests.
Popular "extras" modules may be promoted to core modules over time. Popular "extras" modules may be promoted to core modules over time.
{% endif %}
{% endif %} {% endif %}
For help in developing on modules, should you be so inclined, please read :doc:`community`, :doc:`developing_test_pr` and :doc:`developing_modules`. For help in developing on modules, should you be so inclined, please read :doc:`community`, :doc:`developing_test_pr` and :doc:`developing_modules`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment