From f6337158944def875bcc7362768a54a9084dc364 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:03:14 +0200 Subject: [PATCH] [TASK] Remove the stray numbering from the context menu description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The paragraph under "Context menu" reads "1. A click on the page icon will open the context menu. 2. **Or**, you can right click on the whole page title." Those numbers are not markup — reST does not read them as an enumerated list here, so they are printed as literal text in the middle of the sentence, and the published page shows them. They are not needed either: the sentence already says "Or", so the two ways of opening the menu are one statement, not a numbered procedure. The sibling entries "Modules" and "Content area" are plain paragraphs too. Only this page changes; every other page renders byte for byte as before. Releases: main, 14.3, 13.4 Assisted-by: Claude Opus 5 Signed-off-by: Lina Wolf --- .../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 0b1328bd..b2e43ade 100644 --- a/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst +++ b/Documentation/Concepts/Backend/GeneralBackendStructure/PageTree/Index.rst @@ -83,7 +83,7 @@ Content area: 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 + A click on the page icon will open the context menu. **Or**, you can right click on the whole page title. .. figure:: /Images/ManualScreenshots/PageTree/ContextMenu.png