diff --git a/Documentation-rendertest/Cards/Index.rst b/Documentation-rendertest/Cards/Index.rst index 4fc1419c0..21f85dcb9 100644 --- a/Documentation-rendertest/Cards/Index.rst +++ b/Documentation-rendertest/Cards/Index.rst @@ -177,20 +177,6 @@ Cards with complex footer .. card-footer:: `13-dev `__ `12.4 `__ `11.5 `__ :button-style: btn btn-secondary - .. card:: `Minor upgrades `__ - - Minor updates (for example 12.4.1 to 12.4.2) - contain bugfixes and/or security updates. - This chapter details how updates are installed and highlights what tasks need to - be carried out before and after the core is updated. - - .. card-footer:: - :button-styles: default - - :ref:`13-dev ` - :ref:`12.4 ` - :ref:`11.5 ` - .. card:: `Minor upgrades `__ Minor updates (for example 12.4.1 to 12.4.2) diff --git a/Documentation/Developer/InterlinkInventories.rst b/Documentation/Developer/InterlinkInventories.rst index b2ab6f4f8..fff8bc774 100644 --- a/Documentation/Developer/InterlinkInventories.rst +++ b/Documentation/Developer/InterlinkInventories.rst @@ -89,18 +89,6 @@ These inventories can be used by default in any rendered documentation: URL: https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/ -* Title: :doc:`t3install:Index` - - Inventory key: :doc:`t3install ` - - URL: https://docs.typo3.org/m/typo3/guide-installation/main/en-us/ - -* Title: :doc:`t3upgrade:Index` - - Inventory key: :doc:`t3upgrade ` - - URL: https://docs.typo3.org/m/typo3/guide-installation/main/en-us/ - * Title: :doc:`t3sitepackage:Index` Inventory key: :doc:`t3sitepackage ` @@ -119,12 +107,6 @@ These inventories can be used by default in any rendered documentation: URL: https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/ -* Title: :doc:`t3ts45:Index` - - Inventory key: :doc:`t3ts45 ` - - URL: https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/ - * Title: :doc:`h2document:Index` Inventory key: :doc:`h2document ` diff --git a/packages/typo3-version-handling/src/DefaultInventories.php b/packages/typo3-version-handling/src/DefaultInventories.php index 73182240e..2563c36ff 100644 --- a/packages/typo3-version-handling/src/DefaultInventories.php +++ b/packages/typo3-version-handling/src/DefaultInventories.php @@ -14,12 +14,9 @@ enum DefaultInventories: string case t3tsref = 't3tsref'; case t3viewhelper = 't3viewhelper'; case t3editors = 't3editors'; - case t3install = 't3install'; // for legacy reasons - case t3upgrade = 't3upgrade'; case t3sitepackage = 't3sitepackage'; case t3start = 't3start'; case t3translate = 't3translate'; - case t3ts45 = 't3ts45'; case h2document = 'h2document'; case t3content = 't3content'; case t3writing = 't3writing'; @@ -49,12 +46,10 @@ public function getUrl(): string // Official Core Tutorials and Guides DefaultInventories::t3editors => 'https://docs.typo3.org/m/typo3/tutorial-editors/{typo3_version}/en-us/', - DefaultInventories::t3install => 'https://docs.typo3.org/m/typo3/guide-installation/{typo3_version}/en-us/', - DefaultInventories::t3upgrade => 'https://docs.typo3.org/m/typo3/guide-installation/{typo3_version}/en-us/', DefaultInventories::t3sitepackage => 'https://docs.typo3.org/m/typo3/tutorial-sitepackage/{typo3_version}/en-us/', DefaultInventories::t3start => 'https://docs.typo3.org/m/typo3/tutorial-getting-started/{typo3_version}/en-us/', DefaultInventories::t3translate => 'https://docs.typo3.org/m/typo3/guide-frontendlocalization/{typo3_version}/en-us/', - DefaultInventories::t3ts45 => 'https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/{typo3_version}/en-us/', + // Team Guides, they are commonly not versioned DefaultInventories::h2document => 'https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/', diff --git a/tests/Integration/tests/guides-inventories/expected/index.html b/tests/Integration/tests/guides-inventories/expected/index.html index 98133d38c..0bbe1428c 100644 --- a/tests/Integration/tests/guides-inventories/expected/index.html +++ b/tests/Integration/tests/guides-inventories/expected/index.html @@ -12,17 +12,14 @@

Titlet3docs
  • t3editors
  • t3exceptions
  • -
  • t3install
  • t3org
  • t3renderguides
  • t3sitepackage
  • t3start
  • t3tca
  • t3translate
  • -
  • t3ts45
  • t3tsconfig
  • t3tsref
  • -
  • t3upgrade
  • t3viewhelper
  • t3writing