From 8ef63821dfaf0f426cb12416a91b5e734bd006c1 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Sun, 10 May 2026 13:54:20 +0200 Subject: [PATCH 1/2] Revise documentation for new major Core version release Updated the documentation for the release process of a new major Core version, including tasks for updating API links and sidebar entries. --- .../Maintainers/NewMajorCoreVersion.rst | 35 ++++++------------- 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/Documentation/Maintainers/NewMajorCoreVersion.rst b/Documentation/Maintainers/NewMajorCoreVersion.rst index 9032c12e..c2cd2b12 100644 --- a/Documentation/Maintainers/NewMajorCoreVersion.rst +++ b/Documentation/Maintainers/NewMajorCoreVersion.rst @@ -5,31 +5,18 @@ New major Core version is released ================================== -.. note:: - This document is not complete and will be updated with the release of - TYPO3 v14.0. +.. content:: -The section describes the doings when a new major Core version is released -(like version 14.0). -To do -===== +.. _new-major-core-versions-api: -* Update +Update api.typo3.org for a new major version +============================================ - * :ref:`t3start:install` - * :ref:`t3start:legacyinstallation` - * :ref:`t3start:installation-ddev-tutorial` - * :ref:`t3coreapi:upgrading` - - to reflect the new version upon installation/upgrade. - -* Add "-dev" links (like `14-dev`) to the links on the homepage: - - * :ref:`t3home:getting-started` - * :ref:`t3home:creatingmanagingcontent` - * :ref:`t3home:templating` - * :ref:`t3home:configuringTYPO3` - * :ref:`t3home:upgrading-typo3` - * :ref:`t3home:references` - * :ref:`t3home:System-Extensions` +* Add the new TYPO3 LTS version for rendering into + https://github.com/TYPO3-Documentation/t3docs-ci-deploy/blob/main/.github/workflows/api-typo3-org.yml#L13 +* Add the new TYPO3 Version to the sidebar of api.typo3.org: + https://github.com/TYPO3-Documentation/render-guides/blob/main/packages/typo3-api/template/components/sidebar.html.twig#L9 +* Trigger rendering of the api, by triggering above workflow +* Add the new version to the api.typo3.org startpage: https://github.com/TYPO3-Documentation/DocsTypo3Org-Homepage/blob/main/WebRootResources-api.typo3.org/index.html +* Add the new Version to the main Menu: http://github.com/TYPO3-Documentation/DocsTypo3Org-Homepage/blob/main/Documentation/_mainMenu.rst.txt From 9e7ba131e9e21e274c8d866ea24d8d446bab2de0 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Sun, 10 May 2026 13:56:03 +0200 Subject: [PATCH 2/2] Fix typo in content directive in documentation --- Documentation/Maintainers/NewMajorCoreVersion.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Maintainers/NewMajorCoreVersion.rst b/Documentation/Maintainers/NewMajorCoreVersion.rst index c2cd2b12..1f1cae14 100644 --- a/Documentation/Maintainers/NewMajorCoreVersion.rst +++ b/Documentation/Maintainers/NewMajorCoreVersion.rst @@ -5,7 +5,7 @@ New major Core version is released ================================== -.. content:: +.. contents:: .. _new-major-core-versions-api: