Skip to content

Commit

Permalink
[TASK] Add TYPO3 v13 to sidebar in API
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf committed Oct 19, 2024
1 parent 2787935 commit 60bd65b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/typo3-api/template/components/sidebar.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
<section class="phpdocumentor-sidebar__category -versions">
<h1 class="phpdocumentor-sidebar__category-title">TYPO3 {{ parameter.typo3_version }}</h1>
<ul class="phpdocumentor-list">
{% if parameter.typo3_version != 'main' %}<li><a href="https://api.typo3.org/main/{{ link(node) }}">TYPO3 main API</a></li>{% endif %}
{% if parameter.typo3_version != '12.4' %}<li><a href="https://api.typo3.org/12.4/{{ link(node) }}">TYPO3 12.4 API</a></li>{% endif %}
{% if parameter.typo3_version != '11.5' %}<li><a href="https://api.typo3.org/11.5/{{ link(node) }}">TYPO3 11.5 API</a></li>{% endif %}
{% if parameter.typo3_version != 'main' %}<li><a href="https://api.typo3.org/main/{{ link(node) }}">TYPO3 main/v14-dev API</a></li>{% endif %}
{% 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 %}
{% 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 %}
{% 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 %}
</ul>
</section>
<section class="phpdocumentor-sidebar__category -docs">
Expand Down

0 comments on commit 60bd65b

Please sign in to comment.