diff --git a/Documentation/Prerequisites/Index.rst b/Documentation/Prerequisites/Index.rst index 902d2edc..d280d347 100644 --- a/Documentation/Prerequisites/Index.rst +++ b/Documentation/Prerequisites/Index.rst @@ -1,10 +1,11 @@ +:navigation-title: Prerequisites .. include:: /Includes.rst.txt .. _prerequisites: -============= -Prerequisites -============= +====================================================== +Prerequisites to create a TYPO3 site package extension +====================================================== Before you start working on this tutorial you should have a working TYPO3 installation in versions 13.3 or above. @@ -30,17 +31,18 @@ You should be able to log in into the TYPO3 backend and see the following: This TYPO3 tutorial assumes that the reader has some basic knowledge in the following areas: -* HTML, CSS and JavaScript -* DDEV -* Composer +* `HTML, CSS and JavaScript `__ +* `DDEV `__ +* `Composer `__ It is also helpful if you know the following concepts: -* Backend -* Frontend -* Page tree -* How to create a page -* How to create page content -* The page module -* The list module -* The TypoScript module +* :ref:`Backend ` +* :ref:`Frontend ` +* :ref:`Working with pages in the page tree ` +* :ref:`How to create a page ` +* :ref:`How to create page contentt ` +* :ref:`Working with content in the page module ` +* :ref:`Using the list module ` +* :ref:`Site Management ` +* :ref:`How to clear caches in TYPO3? `