diff --git a/Documentation/Administration/Index.rst b/Documentation/Administration/Index.rst new file mode 100644 index 0000000000..1bee0fd5ae --- /dev/null +++ b/Documentation/Administration/Index.rst @@ -0,0 +1,30 @@ +:navigation-title: Administration +.. include:: /Includes.rst.txt +.. _administration: + +==================== +TYPO3 administration +==================== + +.. card-grid:: + :columns: 1 + :columns-md: 2 + :gap: 4 + :card-height: 100 + + .. card:: TYPO3 Installation (Composer) + + The getting started guide covers every step required to + install TYPO3 using Composer. + + :ref:`Getting started: TYPO3 installation ` + + .. card:: Upgrading TYPO3 + + The TYPO3 upgrade guide explains how to do patch level updates and how + to update major Core versions and extensions. + + It also explains how to :ref:`Migrate a TYPO3 project to + Composer `. + + :ref:`TYPO3 Upgrade Guide ` diff --git a/Documentation/Index.rst b/Documentation/Index.rst index b566c8eb06..5f8800b038 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -41,6 +41,7 @@ management system TYPO3. :maxdepth: 1 ApiOverview/Index + Administration/Index CodingGuidelines/Index Configuration/Index ExtensionArchitecture/Index