From f181cce1fbd63103063c2eaa3987f855f518b1fe Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Thu, 25 Jan 2024 08:05:51 +0100 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com> --- Documentation/GeneralConventions/FileStructure.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/GeneralConventions/FileStructure.rst b/Documentation/GeneralConventions/FileStructure.rst index bf006176..e6ce2062 100644 --- a/Documentation/GeneralConventions/FileStructure.rst +++ b/Documentation/GeneralConventions/FileStructure.rst @@ -79,14 +79,14 @@ point of the main documentation. It usually contains general information about the manual, a summary of its purpose and a table of contents that refers to further pages. -The startpage should contain an anchor target :rst:`.. _start:` above its +The start page should contain an anchor target :rst:`.. _start:` above its document title. This way you can link to a documents start page by: .. code-block:: rst See :ref:`TYPO3 Explained `. -If your manual has more pages then this one it must contain a table of content +If your manual has more pages then this start page it must contain a table of content directive called :rst:`.. toctree::`. The `toctree` on the start page defines which pages will be displayed in main navigation of the rendered manual. @@ -96,7 +96,7 @@ manual. Configure the menu - the toctree ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -The `toctree` on the startpage can be hidden, it then only influences the main +The `toctree` on the start page can be hidden, it then only influences the main navigation: .. code-block:: rst