summaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2019-11-14 05:02:58 +1000
committerGitHub <noreply@github.com>2019-11-14 05:02:58 +1000
commitf8f76628500052ad3521fbec16c073ae7f99d287 (patch)
tree81c6dc4750458b8bf1b305d727d2cf13f1d90560 /docs/templates
parentbf190606835d67998232140541bf848a51510c5c (diff)
downloadansible-f8f76628500052ad3521fbec16c073ae7f99d287.tar.gz
Add the ability to ignore files and collection build (#64688)
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/collections_galaxy_meta.rst.j29
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/templates/collections_galaxy_meta.rst.j2 b/docs/templates/collections_galaxy_meta.rst.j2
index b65faef118..f7ca667000 100644
--- a/docs/templates/collections_galaxy_meta.rst.j2
+++ b/docs/templates/collections_galaxy_meta.rst.j2
@@ -43,6 +43,15 @@ The ``galaxy.yml`` file must contain the following keys in valid YAML:
required
{%- endif %}
+ {% if 'version_added' in entry -%}
+
+ .. rst-class:: value-added-in
+
+ |br| version_added: @{ entry.version_added }@
+
+ |_|
+
+ {%- endif %}
- {% for desc in entry.description -%}
@{ desc | trim | rst_ify }@