From 7377f52b9ce1bd726a6a95fe19bb9a004e77cae1 Mon Sep 17 00:00:00 2001 From: Cosmaeus <141315936+Cosmaeus@users.noreply.github.com> Date: Tue, 21 Oct 2025 18:53:41 +0200 Subject: [PATCH 1/2] Update Index.rst, fix grammar Add missing articles and write website as one word. --- .../GeneralBackendStructure/PageTree/Index.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst b/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst index 98699872..0c50a756 100644 --- a/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst +++ b/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst @@ -8,7 +8,7 @@ Page tree The page tree represents the hierarchical structure of your site and its pages. In most cases this corresponds exactly to the navigation structure -of your web site. The page tree can be expanded by clicking +of your website. The page tree can be expanded by clicking the arrow to the left of each page. .. rst-class:: bignums @@ -44,7 +44,7 @@ the arrow to the left of each page. :alt: Frontend of the Introduction Package :class: with-shadow -The main menu on top of your web site corresponds to the first +The main menu on top of your website corresponds to the first level menu pages in the page tree. The sub-menu of the :guilabel:`"Content Examples"` page in the frontend corresponds to the entries beneath "Content Examples" in the page tree. @@ -57,7 +57,7 @@ We will now look at some components of the page tree a little more closely: Root page - The page with the globe icon represents the root of your web site. + The page with the globe icon represents the root of your website. Multiple websites can exist within a single installation of TYPO3. The top node with the TYPO3 logo is a special container which is used to store shared resources such as file mounts and backend user records. @@ -66,15 +66,15 @@ Root page Modules: Some modules make use of the page tree, but not all. The presence of the page tree - implies that the module depends upon the selection of a specific pages in the page tree. + implies that the module depends upon the selection of a specific page in the page tree. Content area: - Clicking on a pages title opens that page in the content area to + Clicking on a page's title opens that page in the content area to the right. Hovering over the icon of a page will display its internal id. Context menu: 1. A click on the page icon will open the context menu. 2. **Or**, you - can right click the whole page title. + can right click on the whole page title. .. include:: /Images/AutomaticScreenshots/PageTree/ContextMenu.rst.txt @@ -108,7 +108,7 @@ page related functions. Here is what these options do: | ---> new page - If you wish to create a new page, as subpage of current page, use "More options" + If you wish to create a new page, as a subpage of the current page, use "More options" > 'Create New' wizard" or use :ref:`new-page-drag-and-drop`. .. code-block:: none From eb1b68bf3b0914b6916d7be3e5e4deb69bc81213 Mon Sep 17 00:00:00 2001 From: Sarah McCarthy Date: Wed, 22 Oct 2025 09:40:19 +0200 Subject: [PATCH 2/2] [TASK] Language checks Releases: main --- .../Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst b/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst index 0c50a756..0bf7f6ad 100644 --- a/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst +++ b/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst @@ -108,7 +108,7 @@ page related functions. Here is what these options do: | ---> new page - If you wish to create a new page, as a subpage of the current page, use "More options" + If you wish to create a new page as a subpage of the current page, use "More options" > 'Create New' wizard" or use :ref:`new-page-drag-and-drop`. .. code-block:: none