From 297203a91eeb38cdabc845bad76ecebdd411c953 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 17:54:32 +0000 Subject: [PATCH] [DOCS] Optimize documentation for new TYPO3 rendering toolchain - Removed legacy text roles and highlight config from `Includes.rst.txt` which are now handled by the new TYPO3 theme rendering toolchain - Replaced custom `:php:` role in `ChangeLog/Index.rst` with standard backticks - Fixed email format in `guides.xml` (removed escaping backslash before @ in mailto uri) Co-authored-by: froemken <2532472+froemken@users.noreply.github.com> --- Documentation/ChangeLog/Index.rst | 2 +- Documentation/Includes.rst.txt | 32 +------------------------------ Documentation/guides.xml | 2 +- 3 files changed, 3 insertions(+), 33 deletions(-) diff --git a/Documentation/ChangeLog/Index.rst b/Documentation/ChangeLog/Index.rst index 59ac60f..5b0f307 100644 --- a/Documentation/ChangeLog/Index.rst +++ b/Documentation/ChangeLog/Index.rst @@ -124,7 +124,7 @@ Version 2.0.0 Version 1.1.5 ============= -* Use :php:`->fetch()` instead of :php:`->fetchAssociative()` for TYPO3 v10 +* Use `->fetch()` instead of `->fetchAssociative()` for TYPO3 v10 standalone compatibility Version 1.1.4 diff --git a/Documentation/Includes.rst.txt b/Documentation/Includes.rst.txt index d3d2f19..338c393 100644 --- a/Documentation/Includes.rst.txt +++ b/Documentation/Includes.rst.txt @@ -1,34 +1,4 @@ .. More information about this file: https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#includes-rst-txt -.. ---------- -.. text roles -.. ---------- - -.. role:: aspect(emphasis) -.. role:: bash(code) -.. role:: html(code) -.. role:: js(code) -.. role:: php(code) -.. role:: rst(code) -.. role:: sep(strong) -.. role:: sql(code) - -.. role:: tsconfig(code) - :class: typoscript - -.. role:: typoscript(code) -.. role:: xml(code) - :class: html - -.. role:: yaml(code) - -.. default-role:: code - -.. --------- -.. highlight -.. --------- - -.. By default, code blocks use PHP syntax highlighting - -.. highlight:: php +.. You can put central messages to display on all pages here diff --git a/Documentation/guides.xml b/Documentation/guides.xml index 20dfe26..6fec23b 100644 --- a/Documentation/guides.xml +++ b/Documentation/guides.xml @@ -6,7 +6,7 @@ >