summaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
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 }@