Skip to content

Commit 287344b

Browse files
committed
[TASK] Add TYPO3 v13 to sidebar in API
1 parent d81defd commit 287344b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/typo3-api/template/components/sidebar.html.twig

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
<section class="phpdocumentor-sidebar__category -versions">
77
<h1 class="phpdocumentor-sidebar__category-title">TYPO3 {{ parameter.typo3_version }}</h1>
88
<ul class="phpdocumentor-list">
9-
{% if parameter.typo3_version != 'main' %}<li><a href="https://api.typo3.org/main/{{ link(node) }}">TYPO3 main API</a></li>{% endif %}
10-
{% if parameter.typo3_version != '12.4' %}<li><a href="https://api.typo3.org/12.4/{{ link(node) }}">TYPO3 12.4 API</a></li>{% endif %}
11-
{% if parameter.typo3_version != '11.5' %}<li><a href="https://api.typo3.org/11.5/{{ link(node) }}">TYPO3 11.5 API</a></li>{% endif %}
9+
{% if parameter.typo3_version != 'main' %}<li><a href="https://api.typo3.org/main/{{ link(node) }}">TYPO3 main/v14-dev API</a></li>{% endif %}
10+
{% if parameter.typo3_version != '13.4' %}<li><a href="https://api.typo3.org/13.4/{{ link(node) }}">TYPO3 v13.4 LTS API</a></li>{% endif %}
11+
{% if parameter.typo3_version != '12.4' %}<li><a href="https://api.typo3.org/12.4/{{ link(node) }}">TYPO3 v12.4 LTS API</a></li>{% endif %}
12+
{% if parameter.typo3_version != '11.5' %}<li><a href="https://api.typo3.org/11.5/{{ link(node) }}">TYPO3 v11.5 eLTS API</a></li>{% endif %}
1213
</ul>
1314
</section>
1415
<section class="phpdocumentor-sidebar__category -docs">

0 commit comments

Comments
 (0)