diff --git a/Documentation/Maintainers/NewMajorCoreVersion.rst b/Documentation/Maintainers/NewMajorCoreVersion.rst index 81af0c46..438efea5 100644 --- a/Documentation/Maintainers/NewMajorCoreVersion.rst +++ b/Documentation/Maintainers/NewMajorCoreVersion.rst @@ -1,3 +1,5 @@ +:navigation-title: New major Core version + .. include:: /Includes.rst.txt .. _new-major-core-versions: @@ -64,12 +66,12 @@ new eLTS versions of all repositories: :caption: Documentation/Includes.rst.txt .. You can put central messages to display on all pages here - + .. attention:: TYPO3 v12 has reached end-of-life as of April 30th 2026 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3. - + Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v12 here: `TYPO3 ELTS `__. diff --git a/Documentation/Maintainers/Tools.rst b/Documentation/Maintainers/Tools.rst index 0c9e50cd..bd69bb07 100644 --- a/Documentation/Maintainers/Tools.rst +++ b/Documentation/Maintainers/Tools.rst @@ -1,14 +1,41 @@ .. include:: /Includes.rst.txt .. index:: Changes; Backporting -.. _tools_of_the_documentation_team: +.. _tools-of-the-documentation-team: =============================== Tools of the Documentation Team =============================== +.. contents:: Table of contents + +.. _tools-of-the-documentation-team-search-indexer: + +Search indexer +============== + +The search indexer code can be found in repository +https://github.com/TYPO3-Documentation/t3docs-search-indexer + +It can be deployed by running +https://github.com/TYPO3-Documentation/t3docs-search-indexer/blob/main/.github/workflows/docs-search.yml + +A general reindexing can only be triggered by employees of the TYPO3 GmbH at the +time of writing. + +Preferred TYPO3 versions can be updated by requiring a new version of +`t3docs/typo3-version-handling` via composer. + +The assets for the search result page can be updated by setting the latest +renderguides version in https://github.com/TYPO3-Documentation/t3docs-search-indexer/blob/main/config/services.yaml#L19 +ff. + +.. _tools-of-the-documentation-team-api: + api.typo3.org ============= +.. _tools-of-the-documentation-team-api-landing: + Landing page ------------ @@ -26,6 +53,8 @@ rendered output. The workflow responsible for replacing the landing page is https://github.com/TYPO3-Documentation/DocsTypo3Org-Homepage/blob/main/.github/workflows/apihome.yml +.. _tools-of-the-documentation-team-api-landing-generation: + Generated API per version -------------------------