Skip to content

Commit 2cedb92

Browse files
jcfrjamesobutler
andauthored
fix: Remove ambiguity indicating a given tutorial is based of a specific version (#5)
Previous wording seems to imply a given tutorial was only working for a specific application version instead of being created using a specific version. Co-authored-by: James Butler <jamesobutler@users.noreply.github.com>
1 parent 9f48e46 commit 2cedb92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

training.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ This page provides hands-on tutorials designed to help users navigate and utiliz
4949
{% if tutorial.details.modules %}
5050
<li><strong>Modules:</strong> {{ tutorial.details.modules }}</li>
5151
{% endif %}
52-
{% if tutorial.details.application_version %}
53-
<li><strong>Application version:</strong> {{ tutorial.details.application_version }}</li>
54-
{% endif %}
5552
{% if tutorial.details.authors %}
5653
<li><strong>Authors:</strong>
5754
{% for author in tutorial.details.authors %}
@@ -67,6 +64,9 @@ This page provides hands-on tutorials designed to help users navigate and utiliz
6764
</li>
6865
{% endif %}
6966
</ul>
67+
{% if tutorial.details.application_version %}
68+
<div>Tutorial based on <i>{{ tutorial.details.application_version }}</i></div>
69+
{% endif %}
7070
</div>
7171
<div class="column">
7272
{% if tutorial.image %}

0 commit comments

Comments
 (0)