diff --git a/Build/Scripts/test/rstFiles/data/test2/Changelog/master/Feature-12345-Test2.rst b/Build/Scripts/test/rstFiles/data/test2/Changelog/master/Feature-12345-Test2.rst
index f72584e3dcc6626bb7cc51552d4853ad3b1144b8..95238a70178cbb7f24443ed9160b148191f64c92 100644
--- a/Build/Scripts/test/rstFiles/data/test2/Changelog/master/Feature-12345-Test2.rst
+++ b/Build/Scripts/test/rstFiles/data/test2/Changelog/master/Feature-12345-Test2.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================
 Feature: #12345 - Test 2
diff --git a/Build/Scripts/test/rstFiles/data/test3/Changelog/master/Feature-12345-Test3.rst b/Build/Scripts/test/rstFiles/data/test3/Changelog/master/Feature-12345-Test3.rst
index cbb3a13f8f5285955df589f420ba692beedf36fa..6b0f69f63e023cc9603395553cce5619cb56c730 100644
--- a/Build/Scripts/test/rstFiles/data/test3/Changelog/master/Feature-12345-Test3.rst
+++ b/Build/Scripts/test/rstFiles/data/test3/Changelog/master/Feature-12345-Test3.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================
 Feature: #12345 - Test 3
diff --git a/Build/Scripts/test/rstFiles/data/test4/Changelog/master/Deprecation-12345-Test4.rst b/Build/Scripts/test/rstFiles/data/test4/Changelog/master/Deprecation-12345-Test4.rst
index 922c0d5a384ab2a5f0b5d2d19097cc41f5424dd1..ba894d46ae21e1b9a4b0e5a6c8e580d458329306 100644
--- a/Build/Scripts/test/rstFiles/data/test4/Changelog/master/Deprecation-12345-Test4.rst
+++ b/Build/Scripts/test/rstFiles/data/test4/Changelog/master/Deprecation-12345-Test4.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================
 Deprecation: #12345 - Test 4
diff --git a/Build/Scripts/validateRstFiles.php b/Build/Scripts/validateRstFiles.php
index daad207a4d1227d953c650c1868b1bbbb86a3f3e..cb219bf0547adff86f6bcafd77b6287e2b30be73 100755
--- a/Build/Scripts/validateRstFiles.php
+++ b/Build/Scripts/validateRstFiles.php
@@ -140,9 +140,9 @@ class validateRstFiles
         $checkFor = [
             [
                 'type' => 'include',
-                'regex' => '#^\\.\\. include:: \\.\\./\\.\\./Includes.txt#m',
+                'regex' => '#^\\.\\. include:: /Includes.rst.txt#m',
                 'title' => 'no include',
-                'message' => 'insert \'.. include:: ../../Includes.txt\' in first line of the file',
+                'message' => 'insert \'.. include:: /Includes.rst.txt\' in first line of the file',
             ],
             [
                 'type' => 'reference',
diff --git a/typo3/sysext/adminpanel/Documentation/Configuration/Index.rst b/typo3/sysext/adminpanel/Documentation/Configuration/Index.rst
index 32a950fc205f6194a4c658526ec8c7d7e4bd34ca..7b69766374547859126b85162bb54f24be20f940 100644
--- a/typo3/sysext/adminpanel/Documentation/Configuration/Index.rst
+++ b/typo3/sysext/adminpanel/Documentation/Configuration/Index.rst
@@ -1,4 +1,4 @@
-.. include:: /Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _configuration:
 
diff --git a/typo3/sysext/adminpanel/Documentation/Extending/Index.rst b/typo3/sysext/adminpanel/Documentation/Extending/Index.rst
index 776a0ac881146872c81364a30ab481ca64bf6b21..2055893c8767e580c9be6d23866ccfc7841795fa 100644
--- a/typo3/sysext/adminpanel/Documentation/Extending/Index.rst
+++ b/typo3/sysext/adminpanel/Documentation/Extending/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _extending:
 
diff --git a/typo3/sysext/adminpanel/Documentation/Includes.rst.txt b/typo3/sysext/adminpanel/Documentation/Includes.rst.txt
new file mode 100644
index 0000000000000000000000000000000000000000..af7f7005ee325b1b6517f153d183a7ddc8f086b7
--- /dev/null
+++ b/typo3/sysext/adminpanel/Documentation/Includes.rst.txt
@@ -0,0 +1,34 @@
+.. 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
diff --git a/typo3/sysext/adminpanel/Documentation/Includes.txt b/typo3/sysext/adminpanel/Documentation/Includes.txt
deleted file mode 100644
index 5aa119fbb4f38d948bddf234d58e0e311ba9ad48..0000000000000000000000000000000000000000
--- a/typo3/sysext/adminpanel/Documentation/Includes.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-.. This is 'Includes.txt'. It is included at the very top of each and
-   every ReST source file in THIS documentation project (= manual).
-
-.. role:: aspect (emphasis)
-.. role:: html(code)
-.. role:: js(code)
-.. role:: php(code)
-.. role:: sep (strong)
-.. role:: sql(code)
-.. role:: typoscript(code)
-.. role:: yaml(code)
-
-.. role:: ts(typoscript)
-   :class: typoscript
-
-.. default-role:: code
-.. highlight:: php
diff --git a/typo3/sysext/adminpanel/Documentation/Index.rst b/typo3/sysext/adminpanel/Documentation/Index.rst
index 32bd4c827e527beac91db21569a1c659c181c918..367bae6ab0b1fddf8a4f075a729d25f254c87524 100644
--- a/typo3/sysext/adminpanel/Documentation/Index.rst
+++ b/typo3/sysext/adminpanel/Documentation/Index.rst
@@ -1,57 +1,44 @@
-.. every .rst file should include Includes.txt
-.. use correct path!
+.. include:: /Includes.rst.txt
 
-.. include:: /Includes.txt
-
-.. Every manual should have a start label for cross-referencing to
-.. start page. Do not remove this!
-
-.. _start:
-
-===========
-Admin Panel
-===========
+=================
+TYPO3 Admin Panel
+=================
 
 :Extension key:
    adminpanel
 
+:Package name:
+   typo3/cms-adminpanel
+
 :Version:
    |release|
 
 :Language:
    en
 
-:Description:
-   Manual for the TYPO3 Admin Panel.
-
-:Keywords:
-   admin panel, frontend, debug
-
-:Copyright:
-   2021
-
-:Authors:
-   Felicity Brand
+:Author:
+   Felicity Brand & TYPO3 contributors
 
 :License:
-   This extension documentation is published under the `CC BY-NC-SA 4.0 <https://creativecommons.org/licenses/by-nc-sa/4.0/>`__ (Creative Commons) license.
+   This document is published under the
+   `Creative Commons BY-NC-SA 4.0 <https://creativecommons.org/licenses/by-nc-sa/4.0/>`__
+   license.
 
 :Rendered:
    |today|
 
-**TYPO3**
+----
 
-The content of this document is related to TYPO3 CMS,
-a GNU/GPL CMS/Framework available from `typo3.org <https://typo3.org/>`_ .
+The Admin Panel displays information about your site in the frontend and
+contains a range of metrics including debug and caching information.
 
-**For Contributors**
+----
 
-You are welcome to help improve this guide.
-Just click on "Edit me on GitHub" on the top right to submit your change
-request.
+**Table of Contents:**
 
 .. toctree::
-   :maxdepth: 3
+   :maxdepth: 2
+   :titlesonly:
 
    Introduction/Index
    Installation/Index
@@ -59,4 +46,11 @@ request.
    Inspecting/Index
    Settings/Index
    Extending/Index
+
+.. Meta Menu
+
+.. toctree::
+   :hidden:
+
    Sitemap
+   genindex
diff --git a/typo3/sysext/adminpanel/Documentation/Inspecting/Debug/Index.rst b/typo3/sysext/adminpanel/Documentation/Inspecting/Debug/Index.rst
index c528a71f977e4d3c6e20aae849cb9d11e5ca38f8..82cacccef06f0fbdbdcfcad2b5a50b7ac1b30465 100644
--- a/typo3/sysext/adminpanel/Documentation/Inspecting/Debug/Index.rst
+++ b/typo3/sysext/adminpanel/Documentation/Inspecting/Debug/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _debug:
 
diff --git a/typo3/sysext/adminpanel/Documentation/Inspecting/Index.rst b/typo3/sysext/adminpanel/Documentation/Inspecting/Index.rst
index 285f484e5868012c22704f5252bb0b2731193622..9ed0cbbacec1c0b6d8c0b03daab60b03ddee0f5e 100644
--- a/typo3/sysext/adminpanel/Documentation/Inspecting/Index.rst
+++ b/typo3/sysext/adminpanel/Documentation/Inspecting/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _inspecting:
 
diff --git a/typo3/sysext/adminpanel/Documentation/Inspecting/Info/Index.rst b/typo3/sysext/adminpanel/Documentation/Inspecting/Info/Index.rst
index a2e36af414d870cc3f136ea5329a10aa5f389252..50b2b91f414e8fe104f4d95502a7d905ae250399 100644
--- a/typo3/sysext/adminpanel/Documentation/Inspecting/Info/Index.rst
+++ b/typo3/sysext/adminpanel/Documentation/Inspecting/Info/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _info:
 
diff --git a/typo3/sysext/adminpanel/Documentation/Inspecting/TypoScript/Index.rst b/typo3/sysext/adminpanel/Documentation/Inspecting/TypoScript/Index.rst
index 5456620b8c5a7448002299d30fc61ba0b5670c57..fbeb6a9696074562c9639fd1ad21b9368f73a7e8 100644
--- a/typo3/sysext/adminpanel/Documentation/Inspecting/TypoScript/Index.rst
+++ b/typo3/sysext/adminpanel/Documentation/Inspecting/TypoScript/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _TypoScript:
 
diff --git a/typo3/sysext/adminpanel/Documentation/Installation/Index.rst b/typo3/sysext/adminpanel/Documentation/Installation/Index.rst
index 13280fa98f50d7b70077b4892e5b3c3c3ea2373c..235c3c5a121287269cae4e8746d5fc17b36f0864 100644
--- a/typo3/sysext/adminpanel/Documentation/Installation/Index.rst
+++ b/typo3/sysext/adminpanel/Documentation/Installation/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _installation:
 
diff --git a/typo3/sysext/adminpanel/Documentation/Introduction/Index.rst b/typo3/sysext/adminpanel/Documentation/Introduction/Index.rst
index bd543895b07bd9257ad538c8f64e7b5099dddf75..a4b69226abb3b734d8ac647a8073bf8df51e882f 100644
--- a/typo3/sysext/adminpanel/Documentation/Introduction/Index.rst
+++ b/typo3/sysext/adminpanel/Documentation/Introduction/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _introduction:
 
diff --git a/typo3/sysext/adminpanel/Documentation/Settings.cfg b/typo3/sysext/adminpanel/Documentation/Settings.cfg
index af42ac70f4e09c5eb8577d3ebf1881dc40404c70..7c36d87dd49f4e694aef1073b463997d425caf84 100644
--- a/typo3/sysext/adminpanel/Documentation/Settings.cfg
+++ b/typo3/sysext/adminpanel/Documentation/Settings.cfg
@@ -1,71 +1,63 @@
-# #####
-#
-# Settings.cfg - A TYPO3 Documentation Project's Configuration File
-# Information about Settings.cfg:
-#   https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/DirectoryFilenames.html#settings-cfg
-#
-# About Syntax:
-#   See https://docs.python.org/2/library/configparser.html
-#
-# Attention:
-#   Only " ;" can start an inline comment.
-#   This is: blank PLUS semicolon!
-#
-# #####
+# More information about this file:
+# https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#settings-cfg
 
 [general]
 
 project     = Admin Panel
-version     = main
-release     = main
-copyright   = 2021
-
-description = This is the documentation of TYPO3's system extension 'adminpanel'.
-              It displays a bar at the bottom of the screen on the frontend,
-              from which you can access information per page.
+version     = main (development)
+release     = main (development)
+copyright   = since 2018 by the TYPO3 contributors
 
 [html_theme_options]
 
-# Add 'Edit me on Github' button
-github_branch             = main
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/adminpanel/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = main
+path_to_documentation_dir  = typo3/sysext/adminpanel/Documentation
 
-# Show as related links
-project_contact      =
-project_discussions  =
-project_home         = https://forge.typo3.org/projects/typo3cms-core
-project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+# Footer links
+project_home         = https://extensions.typo3.org/extension/adminpanel/
+project_contact      = https://typo3.slack.com/archives/C025BQLFA
 project_repository   = https://github.com/typo3/typo3
+project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+project_discussions  =
 
+use_opensearch       =
 
 [intersphinx_mapping]
 
-# .................................................................................
-# for cross-referencing across manuals (intersphinx) with :ref:
-#
-# You must uncomment all manuals you use in your cross-references
-#
-# Example usage:
-#   :ref:`t3contribute:start` will link to start page of Contribution Guide
-# .................................................................................
-
-h2document    = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
-# t3coreapi     = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
-# t3editors     = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
-# t3extbasebook = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/Index.html
-t3install     = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
-# t3l10n        = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
-# t3start       = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
-# t3sitepackage = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
-# t3tca         = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
-# t3templating  = https://docs.typo3.org/m/typo3/tutorial-templating-with-fluid/main/en-us/
-# t3ts45        = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/
-t3tsconfig    = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
-t3tsref       = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
-
-[extensions]
-
-# This is required for embedding YouTube videos
-
-any_name_youtube = sphinxcontrib.youtube
+# Official TYPO3 manuals
+# h2document     = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
+# t3cheatsheets  = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/
+# t3contribute   = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/
+# t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
+# t3docteam      = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
+# t3editors      = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
+# t3extbasebook  = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/
+# t3extexample   = https://docs.typo3.org/m/typo3/guide-example-extension-manual/main/en-us/
+# t3home         = https://docs.typo3.org/
+# t3install      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+# t3l10n         = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3sitepackage  = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
+# t3start        = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
+# t3tca          = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
+# t3templating   = https://docs.typo3.org/m/typo3/tutorial-templating/main/en-us/
+# t3translate    = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+t3tsconfig     = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
+t3tsref        = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
+# t3ts45         = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/
+# t3viewhelper   = https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/
+# t3upgrade      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+
+# TYPO3 system extensions
+# ext_adminpanel     = https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/
+# ext_core           = https://docs.typo3.org/c/typo3/cms-core/main/en-us/
+# ext_dashboard      = https://docs.typo3.org/c/typo3/cms-dashboard/main/en-us/
+# ext_felogin        = https://docs.typo3.org/c/typo3/cms-felogin/main/en-us/
+# ext_form           = https://docs.typo3.org/c/typo3/cms-form/main/en-us/
+# ext_fsc            = https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us/
+# ext_indexed_search = https://docs.typo3.org/c/typo3/cms-indexed-search/main/en-us/
+# ext_rte_ckeditor   = https://docs.typo3.org/c/typo3/cms-rte-ckeditor/main/en-us/
+# ext_scheduler      = https://docs.typo3.org/c/typo3/cms-scheduler/main/en-us/
+# ext_seo            = https://docs.typo3.org/c/typo3/cms-seo/main/en-us/
+# ext_workspaces     = https://docs.typo3.org/c/typo3/cms-workspaces/main/en-us/
diff --git a/typo3/sysext/adminpanel/Documentation/Settings/Index.rst b/typo3/sysext/adminpanel/Documentation/Settings/Index.rst
index 78b7ab11bdfa814931fc968ecbf03357a95a371f..e9cebab3e3b33a23fe714bee00ce468710147e10 100644
--- a/typo3/sysext/adminpanel/Documentation/Settings/Index.rst
+++ b/typo3/sysext/adminpanel/Documentation/Settings/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _settings:
 
diff --git a/typo3/sysext/adminpanel/Documentation/Sitemap.rst b/typo3/sysext/adminpanel/Documentation/Sitemap.rst
index 9617022a6356c18274dc671905247834d01f55f0..09d3c6f56e97422d5e402797988ad9ab0b994777 100644
--- a/typo3/sysext/adminpanel/Documentation/Sitemap.rst
+++ b/typo3/sysext/adminpanel/Documentation/Sitemap.rst
@@ -1,9 +1,9 @@
 :template: sitemap.html
 
-.. _sitemap:
+.. include:: /Includes.rst.txt
 
 =======
 Sitemap
 =======
 
-.. template 'sitemap.html' will insert the toctree as a sitemap here below normal contents
+.. The sitemap.html template will insert here the page tree automatically.
diff --git a/typo3/sysext/adminpanel/Documentation/genindex.rst b/typo3/sysext/adminpanel/Documentation/genindex.rst
new file mode 100644
index 0000000000000000000000000000000000000000..806ec56a77c4fd96f61bccba17e471c1d273b5cc
--- /dev/null
+++ b/typo3/sysext/adminpanel/Documentation/genindex.rst
@@ -0,0 +1,7 @@
+.. include:: /Includes.rst.txt
+
+=====
+Index
+=====
+
+.. Sphinx will insert here the general index automatically.
diff --git a/typo3/sysext/adminpanel/README.rst b/typo3/sysext/adminpanel/README.rst
index 3cc80c326da7740f902f3753257e9056d79f9edf..da345501e3c8a54cbdf40ad877e2ea10a2355833 100644
--- a/typo3/sysext/adminpanel/README.rst
+++ b/typo3/sysext/adminpanel/README.rst
@@ -1,14 +1,11 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+==============================
+TYPO3 extension ``adminpanel``
+==============================
 
-============================================
-TYPO3 CMS Admin Panel (typo3/cms-adminpanel)
-============================================
+The Admin Panel displays information about your site in the frontend and
+contains a range of metrics including debug and caching information.
 
-The Admin Panel displays information about your site in the frontend and contains a range
-of metrics including debug and caching information.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/
+:TER:         https://extensions.typo3.org/extension/adminpanel/
diff --git a/typo3/sysext/backend/README.rst b/typo3/sysext/backend/README.rst
index 298330fdd2405728c639281aa58a12d646f7d998..96966eb56130d58739b1748c4fdb66c6cec53dd8 100644
--- a/typo3/sysext/backend/README.rst
+++ b/typo3/sysext/backend/README.rst
@@ -1,11 +1,11 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+===========================
+TYPO3 extension ``backend``
+===========================
 
-=====================================
-TYPO3 CMS Backend (typo3/cms-backend)
-=====================================
+This extension includes the TYPO3 backend frame and its basic backend modules,
+for example the Login, the Site Configuration, the Pages and the Content module.
 
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/backend/
diff --git a/typo3/sysext/belog/README.rst b/typo3/sysext/belog/README.rst
index 38e39f209172125e37e4a3e4d21eb1965d1faa5e..55aba28f2c8d4ff70feee87befbde001a40f69e9 100644
--- a/typo3/sysext/belog/README.rst
+++ b/typo3/sysext/belog/README.rst
@@ -1,16 +1,14 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+=========================
+TYPO3 extension ``belog``
+=========================
 
-===============================
-TYPO3 CMS Log (typo3/cms-belog)
-===============================
-
-View logs from the sys_log table in the TYPO3 backend modules System>Log and Web>Info>Log.
+View logs from the sys_log table in the TYPO3 backend modules System>Log and
+Web>Info>Log.
 
 The TYPO3 backend module System>Log provides a system wide overview and
 Web>Info>Log shows logs related to specific pages.
 
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/belog/
diff --git a/typo3/sysext/beuser/README.rst b/typo3/sysext/beuser/README.rst
index 5907ce7b5e2ca6826c28ee2b658a731ab9cd2b69..d77cb99f51f7e72b4ad7e12fb72d1000a2532c1a 100644
--- a/typo3/sysext/beuser/README.rst
+++ b/typo3/sysext/beuser/README.rst
@@ -1,17 +1,15 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+==========================
+TYPO3 extension ``beuser``
+==========================
 
-=========================================
-TYPO3 CMS Backend User (typo3/cms-beuser)
-=========================================
+The TYPO3 backend module System>Backend Users is managing backend users and
+groups.
 
-TYPO3 backend module System>Backend Users for managing backend users and groups.
-
-Allows you to add / delete / modify backend users and groups, configure and
+It allows you to add / delete / modify backend users and groups, configure and
 compare the settings of backend users and verify their permissions. This module
 also displays any backend users who are currently logged in.
 
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/beuser/
diff --git a/typo3/sysext/core/Documentation/Changelog-10.rst b/typo3/sysext/core/Documentation/Changelog-10.rst
index 8444e394f63ac300b32c64aca131095d43d4b973..3a42db0b3419e07f9737c8eda4d32d29a537693c 100644
--- a/typo3/sysext/core/Documentation/Changelog-10.rst
+++ b/typo3/sysext/core/Documentation/Changelog-10.rst
@@ -1,6 +1,6 @@
 :orphan:
 
-.. include:: Includes.txt
+.. include:: /Includes.rst.txt
 
 =============
 ChangeLog v10
diff --git a/typo3/sysext/core/Documentation/Changelog-11.rst b/typo3/sysext/core/Documentation/Changelog-11.rst
index 2b3d1cbf5c802673596a008e73ba22dcaf104b82..d592f959254010b6e71560977ab3b42382507606 100644
--- a/typo3/sysext/core/Documentation/Changelog-11.rst
+++ b/typo3/sysext/core/Documentation/Changelog-11.rst
@@ -1,6 +1,6 @@
 :orphan:
 
-.. include:: Includes.txt
+.. include:: /Includes.rst.txt
 
 =============
 ChangeLog v11
diff --git a/typo3/sysext/core/Documentation/Changelog-12.rst b/typo3/sysext/core/Documentation/Changelog-12.rst
index 7fb6d8bf55262dcd727b46c657e1f09fbf20d877..b0711d0569f996fc14712fe34d6310521bc78ee2 100644
--- a/typo3/sysext/core/Documentation/Changelog-12.rst
+++ b/typo3/sysext/core/Documentation/Changelog-12.rst
@@ -1,6 +1,6 @@
 :orphan:
 
-.. include:: Includes.txt
+.. include:: /Includes.rst.txt
 
 =============
 ChangeLog v12
diff --git a/typo3/sysext/core/Documentation/Changelog-7.rst b/typo3/sysext/core/Documentation/Changelog-7.rst
index bb5058378e8c5cac8038f78c42e187594488ce07..b605e83118c98bde0fb0dbe996a30202a6b1f787 100644
--- a/typo3/sysext/core/Documentation/Changelog-7.rst
+++ b/typo3/sysext/core/Documentation/Changelog-7.rst
@@ -1,6 +1,6 @@
 :orphan:
 
-.. include:: Includes.txt
+.. include:: /Includes.rst.txt
 
 ============
 ChangeLog v7
diff --git a/typo3/sysext/core/Documentation/Changelog-8.rst b/typo3/sysext/core/Documentation/Changelog-8.rst
index 94a7ec3f3a7f68df133b563c247139dea56114a7..a797d88eaa0bb515a916a5a62759597a5be2ace1 100644
--- a/typo3/sysext/core/Documentation/Changelog-8.rst
+++ b/typo3/sysext/core/Documentation/Changelog-8.rst
@@ -1,6 +1,6 @@
 :orphan:
 
-.. include:: Includes.txt
+.. include:: /Includes.rst.txt
 
 ============
 ChangeLog v8
diff --git a/typo3/sysext/core/Documentation/Changelog-9.rst b/typo3/sysext/core/Documentation/Changelog-9.rst
index a429ad71a4ce6ed91f35cc4b9e2eaf61dc2b6f77..dc66a8d71a01888a3d69f0b24418b6f1d493ef70 100644
--- a/typo3/sysext/core/Documentation/Changelog-9.rst
+++ b/typo3/sysext/core/Documentation/Changelog-9.rst
@@ -1,6 +1,6 @@
 :orphan:
 
-.. include:: Includes.txt
+.. include:: /Includes.rst.txt
 
 ============
 ChangeLog v9
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-21638-LockIPPropertyRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-21638-LockIPPropertyRemoved.rst
index 967fe2f59afb9c0a6b69d8ade3ede78d5e3f12d9..2c4bfc357dfc1a7d1c943b866667cd3efd8acb9f 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-21638-LockIPPropertyRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-21638-LockIPPropertyRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Breaking: #21638 - AbstractUserAuthentication::lockIP property removed
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-81950-RemoveLeftoverWorkspacesUnpublishingFunctionality.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-81950-RemoveLeftoverWorkspacesUnpublishingFunctionality.rst
index 3f4f7cbf5847e86be18c6d84d0432577451aa1f6..d3c88b3b255064d630b874feae9a4bc8cb00ab5c 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-81950-RemoveLeftoverWorkspacesUnpublishingFunctionality.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-81950-RemoveLeftoverWorkspacesUnpublishingFunctionality.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Breaking: #81950 - Remove leftover workspaces unpublishing functionality
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-86862-DefaultLayoutOfExtfluid_styled_contentDoesNotUseSpacelessViewHelperAnymore.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-86862-DefaultLayoutOfExtfluid_styled_contentDoesNotUseSpacelessViewHelperAnymore.rst
index 7f717e294d71171aa1d6a9eeb727dbf0fccfa281..95f0ce9d3b8a3532ffe47d8f8908e6fcd6d4c63e 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-86862-DefaultLayoutOfExtfluid_styled_contentDoesNotUseSpacelessViewHelperAnymore.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-86862-DefaultLayoutOfExtfluid_styled_contentDoesNotUseSpacelessViewHelperAnymore.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================================
 Breaking: #86862 - Default Layout of ext:fluid_styled_content does not use spaceless viewHelper anymore
@@ -33,4 +33,4 @@ Migration
 Review and adjust the markup generated for your front end. In case you did not experience any issues before,
 you can override the default template and reintroduce the spaceless viewHelper, or apply it in other sections of the output where it will be helpful.
 
-.. index:: Fluid, Frontend, RTE, NotScanned, ext:fluid_styled_content
\ No newline at end of file
+.. index:: Fluid, Frontend, RTE, NotScanned, ext:fluid_styled_content
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87009-UseMultipleTranslationFilesByDefaultInEXTform.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87009-UseMultipleTranslationFilesByDefaultInEXTform.rst
index 38e14fff9fcb9b5af7bd14a9492ea33977b2638d..187126cc6c0aacd6eb0993810e91fd8b36cccaa7 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87009-UseMultipleTranslationFilesByDefaultInEXTform.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87009-UseMultipleTranslationFilesByDefaultInEXTform.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Breaking: #87009 - Use multiple translation files by default in EXT:form
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87193-DeprecatedFunctionalityRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87193-DeprecatedFunctionalityRemoved.rst
index 885d80de510d92ee1473b6d6543d57e37cbc7d8f..7d093a95f10b31ebe6762983b321264b567d6d5f 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87193-DeprecatedFunctionalityRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87193-DeprecatedFunctionalityRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #87193 - Deprecated functionality removed
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87305-UseConstructorInjectionInDataMapper.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87305-UseConstructorInjectionInDataMapper.rst
index 24e9bd2059ffabbdd1c226a13e6eb9301f6857b8..36ea2d28ad1c9f8d785350ca22ec0c1350ebb6c6 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87305-UseConstructorInjectionInDataMapper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87305-UseConstructorInjectionInDataMapper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #87305 - Use constructor injection in DataMapper
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87511-RemoveNamespacesViewObjectNamePatternProperty.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87511-RemoveNamespacesViewObjectNamePatternProperty.rst
index e58647cc5edc04bc4db988c57b40e41c1a7b9e73..7fbf1da735108696cf5c5332d61d82b38fd5f3a0 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87511-RemoveNamespacesViewObjectNamePatternProperty.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87511-RemoveNamespacesViewObjectNamePatternProperty.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Breaking: #87511 - Remove $namespacesViewObjectNamePattern property
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87511-RemoveViewFormatToObjectNameMapProperty.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87511-RemoveViewFormatToObjectNameMapProperty.rst
index b747a123d6c34519afc4468ada8c926831ceadf7..463ace53ca9e1594091f48004d1d0e4ff93d941a 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87511-RemoveViewFormatToObjectNameMapProperty.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87511-RemoveViewFormatToObjectNameMapProperty.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #87511 - Remove $viewFormatToObjectNameMap property
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87558-ConsolidateExtbaseCaches.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87558-ConsolidateExtbaseCaches.rst
index 3af1c09df0556420775ab3cdb1d1f19fcbe00ec4..c7fba5beb710e37c80779f78a584065c35919106 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87558-ConsolidateExtbaseCaches.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87558-ConsolidateExtbaseCaches.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Breaking: #87558 - Consolidate extbase caches
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87567-GlobalVariableTBE_TEMPLATERemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87567-GlobalVariableTBE_TEMPLATERemoved.rst
index 1c56ef622af5f15d87755b7ff9526a91a9088029..7f37276d624aeaef38c83ef424f517536cb71c02 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87567-GlobalVariableTBE_TEMPLATERemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87567-GlobalVariableTBE_TEMPLATERemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #87567 - Global variable $TBE_TEMPLATE removed
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87583-RemoveObsoleteAPCCacheBackendImplementation.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87583-RemoveObsoleteAPCCacheBackendImplementation.rst
index 29e7cfe327f052c73d69a92a04eb9b81b9ba8496..e0c2639c65f5b155704581055ffb624b652c3054 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87583-RemoveObsoleteAPCCacheBackendImplementation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87583-RemoveObsoleteAPCCacheBackendImplementation.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Breaking: #87583 - Remove obsolete APC Cache Backend implementation
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87594-HardenExtbase.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87594-HardenExtbase.rst
index 6995f7195c2dd157d5448d23b9a3e3eb2c88a7b3..bad787f11295be3e9536c1f70060ceb711c25f2d 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87594-HardenExtbase.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87594-HardenExtbase.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================
 Breaking: #87594 - Harden extbase
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87623-ReplaceConfigpersistenceclassesTyposcriptConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87623-ReplaceConfigpersistenceclassesTyposcriptConfiguration.rst
index e4b73ea2360e6459b17d3b49400f9e193473510e..0224ab5656557a1111b39f24ccfe58cd608e96d2 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87623-ReplaceConfigpersistenceclassesTyposcriptConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87623-ReplaceConfigpersistenceclassesTyposcriptConfiguration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Breaking: #87623 - Replace config.persistence.classes typoscript configuration
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87627-RemovePropertyExtensionNameOfAbstractController.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87627-RemovePropertyExtensionNameOfAbstractController.rst
index 2bc0bbd71576c52bac8407b3b1f149636bb2ae6c..892cb4b31487c92602cc05e963a2bb57fba4c444 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87627-RemovePropertyExtensionNameOfAbstractController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87627-RemovePropertyExtensionNameOfAbstractController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Breaking: #87627 - Remove Property extensionName of AbstractController
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87936-TCAForSysHistoryRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87936-TCAForSysHistoryRemoved.rst
index 7bac75d652232c0ba61fae56acc92acb304616a5..71c72276cfd9af12e0a4510695ba420ce1d74ab2 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87936-TCAForSysHistoryRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87936-TCAForSysHistoryRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Breaking: #87936 - TCA for sys_history removed
@@ -35,4 +35,4 @@ Migration
 
 If still needed, an extension should deliver the full TCA definition of :sql:`sys_history`.
 
-.. index:: Database, TCA, FullyScanned, ext:core
\ No newline at end of file
+.. index:: Database, TCA, FullyScanned, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87937-TCAOption_selicon_field_path_removed.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87937-TCAOption_selicon_field_path_removed.rst
index 33b7de8f82bfff1e2d8449da0f3e7f76bfb1cae2..16a446a38247ac930561250648b66bcf01f95f57 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87937-TCAOption_selicon_field_path_removed.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87937-TCAOption_selicon_field_path_removed.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #87937 - TCA option "selicon_field_path" removed
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87957-DoNotMagicallyRegisterValidators.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87957-DoNotMagicallyRegisterValidators.rst
index e36dcc9f75a8c38e61274ffee486398a323cf35a..4cf4fbe5867570095e5940ed29f0199fee6a560d 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87957-DoNotMagicallyRegisterValidators.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87957-DoNotMagicallyRegisterValidators.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Breaking: #87957 - Validators are not registered automatically in Extbase anymore
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87989-TCAOptionSetToDefaultOnCopyRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87989-TCAOptionSetToDefaultOnCopyRemoved.rst
index 535cd52d6bec130cf25709cedd429b97600faebd..708285a8984dd96055c6336b1132dc2175642788 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87989-TCAOptionSetToDefaultOnCopyRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-87989-TCAOptionSetToDefaultOnCopyRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #87989 - TCA option setToDefaultOnCopy removed
@@ -35,4 +35,4 @@ This option was only there for resetting some `sys_action` values to default, wh
 can easily be achieved by a hook if needed. If an extension author uses this setting,
 this should be achieved with proper DataHandler hooks.
 
-.. index:: TCA, PartiallyScanned, ext:core
\ No newline at end of file
+.. index:: TCA, PartiallyScanned, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88129-RenameFeloginFlexformFields.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88129-RenameFeloginFlexformFields.rst
index 33a5ff9b156b470cd2bfb92636ee67c6d7b104aa..f5c55e93b1bc75288744257cefa46cb74fa2bdfc 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88129-RenameFeloginFlexformFields.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88129-RenameFeloginFlexformFields.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Breaking: #88129 - Renamed felogin flexform fields
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88143-Version-relatedDatabaseFieldT3ver_idRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88143-Version-relatedDatabaseFieldT3ver_idRemoved.rst
index f10aece6ecda19539808b7d047eaff1caffb258c..0089efe3c70861d7849f1c521dcd7c498b6430c6 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88143-Version-relatedDatabaseFieldT3ver_idRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88143-Version-relatedDatabaseFieldT3ver_idRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #88143 - Version-related database field "t3ver_id" removed
@@ -40,4 +40,4 @@ Migration
 Search in any extension in `typo3conf/ext` for :sql:`t3ver_id` to see any usages, and remove the field
 from any queries, database definitions in :file:`ext_tables.sql` files.
 
-.. index:: Database, NotScanned, ext:workspaces
\ No newline at end of file
+.. index:: Database, NotScanned, ext:workspaces
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88182-JsfuncInlineJsHasBeenDropped.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88182-JsfuncInlineJsHasBeenDropped.rst
index 810bdc8015bba1313d7035140e171758bf2e8c9e..696f55dc28f2631e6d0ba8471e4e9b265c4a82bf 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88182-JsfuncInlineJsHasBeenDropped.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88182-JsfuncInlineJsHasBeenDropped.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Breaking: #88182 - jsfunc.inline.js has been dropped
@@ -17,7 +17,7 @@ Impact
 ======
 
 Requesting the file :file:`typo3/sysext/backend/Resources/Public/JavaScript/jsfunc.inline.js` will cause a 404 error.
-Calling any method of the global :javascript:`inline` object will throw an error since the object doesn't exist anymore.
+Calling any method of the global :js:`inline` object will throw an error since the object doesn't exist anymore.
 
 
 Affected Installations
@@ -31,8 +31,8 @@ Migration
 
 There is no migration available in most cases, since the :php:`TYPO3\CMS\Backend\Form\Container\InlineControlContainer` component is now event-driven.
 
-One exception is the former :javascript:`inline.delayedImportElement()` method, since this part is now based on
-`postMessage`. For this approach, a small helper utility :javascript:`TYPO3/CMS/Backend/Utility/MessageUtility` has
+One exception is the former :js:`inline.delayedImportElement()` method, since this part is now based on
+`postMessage`. For this approach, a small helper utility :js:`TYPO3/CMS/Backend/Utility/MessageUtility` has
 been added.
 
 See the example for a possible migration:
@@ -57,8 +57,8 @@ See the example for a possible migration:
        MessageUtility.send(message);
    });
 
-The :javascript:`MessageUtility.send()` method automatically gets the current domain of the request and attaches it to
-the postMessage. :javascript:`MessageUtility.verifyOrigin()` must be used to check whether the incoming request was sent
+The :js:`MessageUtility.send()` method automatically gets the current domain of the request and attaches it to
+the postMessage. :js:`MessageUtility.verifyOrigin()` must be used to check whether the incoming request was sent
 by the current TYPO3 backend to avoid possible security issues.
 
 .. index:: Backend, JavaScript, TCA, NotScanned, ext:backend
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88366-RemovedCf_PrefixOfCacheTables.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88366-RemovedCf_PrefixOfCacheTables.rst
index 4a3179f44c21256482b03b66ff6c452e1b8d902d..57de35ab60adc626c19190a847069e90153d7907 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88366-RemovedCf_PrefixOfCacheTables.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88366-RemovedCf_PrefixOfCacheTables.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Breaking: #88366 - Removed prefix of cache tables
@@ -35,4 +35,4 @@ Use the Caching Framework directly.
 In addition, run through the Database Table Analyzer of the Configuration module to
 re-create any database tables of the Caching Framework.
 
-.. index:: Database, NotScanned, ext:core
\ No newline at end of file
+.. index:: Database, NotScanned, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88376-RemovedObsoletePageNotFound_handlingSettings.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88376-RemovedObsoletePageNotFound_handlingSettings.rst
index 190b0f934a19de59ceba947148cba5da5d1ee991..7d8d59675c13e6ff4ff27130858b12b101338b2c 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88376-RemovedObsoletePageNotFound_handlingSettings.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88376-RemovedObsoletePageNotFound_handlingSettings.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #88376 - Removed obsolete "pageNotFound_handling" settings
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88411-TBE_EDITORtypo3formRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88411-TBE_EDITORtypo3formRemoved.rst
index 01484caac2e026551225b7096409034dd620b5ea..ec56628f8890465258a162605466fadbd69b0f99 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88411-TBE_EDITORtypo3formRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88411-TBE_EDITORtypo3formRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Breaking: #88411 - TBE_EDITOR.typo3form removed
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88427-JsfuncevalfieldjsHasBeenRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88427-JsfuncevalfieldjsHasBeenRemoved.rst
index 4f0332ee244eb4306ff3cb8e897fa3dbbfd9cd91..02be8bea0955b5969123f120bee69acadde5a33d 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88427-JsfuncevalfieldjsHasBeenRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88427-JsfuncevalfieldjsHasBeenRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #88427 - jsfunc.evalfield.js has been removed
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88458-RemovedFrontendTrackUserFtuFunctionality.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88458-RemovedFrontendTrackUserFtuFunctionality.rst
index d0c7f70a582dbb07dd25dc2f7ab4d9ab2978f27f..67309cbff34dcaf5f1a7d61595d336707a4905d0 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88458-RemovedFrontendTrackUserFtuFunctionality.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88458-RemovedFrontendTrackUserFtuFunctionality.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #88458 - Removed Frontend Track User "ftu" functionality
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88496-MethodGetSwitchableControllerActionsHasBeenRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88496-MethodGetSwitchableControllerActionsHasBeenRemoved.rst
index 43d564fb1d6ca003cb83e319bf7201ca8d28f449..74ebc406ff7f005a8f25ced7e21ec8de6d7872fe 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88496-MethodGetSwitchableControllerActionsHasBeenRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88496-MethodGetSwitchableControllerActionsHasBeenRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Breaking: #88496 - Method getSwitchableControllerActions has been removed
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88498-GlobalDataForTimeTrackerStatisticsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88498-GlobalDataForTimeTrackerStatisticsRemoved.rst
index a7fa4d428af7c618c1723b9bbcc9583dd1407ba4..5b0fc5991a0c01942e3f37098e4af706300080b0 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88498-GlobalDataForTimeTrackerStatisticsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88498-GlobalDataForTimeTrackerStatisticsRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #88498 - Global data for TimeTracker statistics removed
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88500-RTEImageHandlingFunctionalityDropped.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88500-RTEImageHandlingFunctionalityDropped.rst
index 7e6f91231d564391fdb293ea5655dc60b8af858f..403e914b76c481ec33e9754c67a906126a0a39ef 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88500-RTEImageHandlingFunctionalityDropped.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88500-RTEImageHandlingFunctionalityDropped.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #88500 - RTE image handling functionality dropped
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88525-RemoveCreateDirsDirectiveOfExtensionInstallationEm_confphp.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88525-RemoveCreateDirsDirectiveOfExtensionInstallationEm_confphp.rst
index c69f1fe7c88a5d394d5e1c29429c164f2f993536..b3cf3c7c16c3e557e39f565d4b2529b885dc1f74 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88525-RemoveCreateDirsDirectiveOfExtensionInstallationEm_confphp.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88525-RemoveCreateDirsDirectiveOfExtensionInstallationEm_confphp.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Breaking: #88525 - Remove "createDirs" directive of extension installation / em_conf.php
@@ -44,4 +44,4 @@ When an extension supports TYPO3 v10+ only, this directive can be removed.
 If an extension needs a special directory, this should be created via PHP when it is needed
 via e.g. :php:`GeneralUtility::mkdir_deep()`.
 
-.. index:: PHP-API, NotScanned, ext:extensionmanager
\ No newline at end of file
+.. index:: PHP-API, NotScanned, ext:extensionmanager
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88527-OverridingCustomValuesInUserAuthenticationDerivatives.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88527-OverridingCustomValuesInUserAuthenticationDerivatives.rst
index 11d9e591138c96bb135e52b461f2221d1c1018eb..18c4a705229a2905800e390a85acef28bfd00517 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88527-OverridingCustomValuesInUserAuthenticationDerivatives.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88527-OverridingCustomValuesInUserAuthenticationDerivatives.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Breaking: #88527 - Overriding custom values in User Authentication derivatives
@@ -45,4 +45,4 @@ Migration
 Consider using a proper subclass and a custom constructor method, or set all properties properly before
 the constructor is called (default values of class members).
 
-.. index:: PHP-API, NotScanned
\ No newline at end of file
+.. index:: PHP-API, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88540-ChangedRequestWorkflowForFrontendRequests.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88540-ChangedRequestWorkflowForFrontendRequests.rst
index ada259ff4206e611dffcb67f684183a43bc5838e..4a8cd05ade8162559460a9f19f04405ef633da33 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88540-ChangedRequestWorkflowForFrontendRequests.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88540-ChangedRequestWorkflowForFrontendRequests.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #88540 - Changed Request Workflow for Frontend Requests
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88564-PageTSconfigSettingTSFEconstantsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88564-PageTSconfigSettingTSFEconstantsRemoved.rst
index ea9b26f9380eebb2c2d9924723a2d9e61aec14a1..926272186fb55be6c103fec87fb851e98459acae 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88564-PageTSconfigSettingTSFEconstantsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88564-PageTSconfigSettingTSFEconstantsRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Breaking: #88564 - PageTSconfig setting "TSFE.constants" removed
@@ -40,4 +40,4 @@ It is recommended to include TypoScript conditions in setup/constants, also sinc
 are evaluated in Backend context for Extbase modules. This option is not needed anymore and
 can be substituted by simple constants in `sys_template` or any Extension inclusion files as well.
 
-.. index:: TSConfig, NotScanned
\ No newline at end of file
+.. index:: TSConfig, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88574-4thParameterOfPageRepository-enableFieldsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88574-4thParameterOfPageRepository-enableFieldsRemoved.rst
index c315f7eccd9c61e7fd70c8550d75919461a1161f..ad44b24550b50aff179c07a40a2da3c8774043b4 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88574-4thParameterOfPageRepository-enableFieldsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88574-4thParameterOfPageRepository-enableFieldsRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Breaking: #88574 - 4th parameter of PageRepository->enableFields removed
@@ -37,4 +37,4 @@ Migration
 The fourth parameter on any method call can be removed (if set to "false"), or should be replaced with a
 separate instance of :php:`TYPO3\CMS\Core\Domain\Repository\PageRepository` with a custom Context.
 
-.. index:: Frontend, PHP-API, FullyScanned
\ No newline at end of file
+.. index:: Frontend, PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88583-DatabaseFieldSys_languagestatic_lang_isocodeRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88583-DatabaseFieldSys_languagestatic_lang_isocodeRemoved.rst
index afe80fa814da8d772d5842356a0fd33b27904038..fc123ada6b00d8b2de2f654fa811b3c347abd308 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88583-DatabaseFieldSys_languagestatic_lang_isocodeRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88583-DatabaseFieldSys_languagestatic_lang_isocodeRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #88583 - Database field sys_language.static_lang_isocode removed
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88638-StreamlinedSoftRefParserReferenceLookup.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88638-StreamlinedSoftRefParserReferenceLookup.rst
index 5e6e4e9eb9558d2fa806f0266335f15589d303b2..957f217373c9d71797e7582d4a325f0023f36072 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88638-StreamlinedSoftRefParserReferenceLookup.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88638-StreamlinedSoftRefParserReferenceLookup.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #88638 - Streamlined SoftRefParser reference lookup
@@ -52,4 +52,4 @@ is applicable.
 If a custom parser is in use, it is recommended to evaluate whether it contains
 re-usable data and switch to :php:`SingletonInterface` instead.
 
-.. index:: Backend, FullyScanned
\ No newline at end of file
+.. index:: Backend, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88640-DatabaseFieldSys_templatenextLevelAndTypoScriptSublevel-InheritanceRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88640-DatabaseFieldSys_templatenextLevelAndTypoScriptSublevel-InheritanceRemoved.rst
index cc648a0183f6044a354466659dbd71cda5d95a48..e1716004a240a030da02b2b210d9b899ad7775f7 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88640-DatabaseFieldSys_templatenextLevelAndTypoScriptSublevel-InheritanceRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88640-DatabaseFieldSys_templatenextLevelAndTypoScriptSublevel-InheritanceRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================================
 Breaking: #88640 - Database field "sys_template.nextLevel" and TypoScript sublevel - inheritance removed
@@ -44,6 +44,6 @@ this SQL command:
 
 before updating TYPO3 Core.
 
-Replace the sys_template record (the uid of the record is stored in the "nextLevel" field) with a condition e.g. :ts:`[tree.level > 1]` to add TypoScript for subpages.
+Replace the sys_template record (the uid of the record is stored in the "nextLevel" field) with a condition e.g. :typoscript:`[tree.level > 1]` to add TypoScript for subpages.
 
-.. index:: Database, NotScanned
\ No newline at end of file
+.. index:: Database, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88643-RemovedSwiftmailerswiftmailerDependency.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88643-RemovedSwiftmailerswiftmailerDependency.rst
index 86892ea1884cac5ccdde3e0e16afa603e1988af9..ce38579c678d70232d8514d08d13f64dbaa70cab 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88643-RemovedSwiftmailerswiftmailerDependency.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88643-RemovedSwiftmailerswiftmailerDependency.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #88643 - Removed swiftmailer/swiftmailer dependency
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88646-RemovedInheritanceOfAbstractServiceFromAbstractAuthenticationService.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88646-RemovedInheritanceOfAbstractServiceFromAbstractAuthenticationService.rst
index 94a6fa3bac63df16026992c4881848050184f344..1933460406681946c1de3f4292b6b0818a99c219 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88646-RemovedInheritanceOfAbstractServiceFromAbstractAuthenticationService.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88646-RemovedInheritanceOfAbstractServiceFromAbstractAuthenticationService.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================================
 Breaking: #88646 - Removed inheritance of AbstractService from AbstractAuthenticationService
@@ -45,4 +45,4 @@ If your custom Authentication Service extends from :php:`TYPO3\CMS\Core\Authenti
 but requires methods or properties from :php:`TYPO3\CMS\Core\Service\AbstractService`, ensure to copy over the
 necessary methods/properties/constants into your custom Authentication provider.
 
-.. index:: PHP-API, NotScanned
\ No newline at end of file
+.. index:: PHP-API, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88657-PopupConfigurationInFormEngineDropped.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88657-PopupConfigurationInFormEngineDropped.rst
index 99481fba024facb23b4ee1805f3bcb04ffe8f6b7..c074afe27f7f05a4b1473f070c578d3bc5be2e70 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88657-PopupConfigurationInFormEngineDropped.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88657-PopupConfigurationInFormEngineDropped.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #88657 - Popup configuration in FormEngine dropped
@@ -9,7 +9,7 @@ See :issue:`88657`
 Description
 ===========
 
-The options :ts:`options.popupWindowSize` and :ts:`options.rte.popupWindowSize` used to configure popup sizes have been
+The options :typoscript:`options.popupWindowSize` and :typoscript:`options.rte.popupWindowSize` used to configure popup sizes have been
 removed.
 
 
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88660-GLOBALST3_VARRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88660-GLOBALST3_VARRemoved.rst
index b1888bd34d1610bea119e4459ffecec72c563677..7635e9da55adbe7ce21b67b525ed005474c5f261 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88660-GLOBALST3_VARRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88660-GLOBALST3_VARRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Breaking: #88660 - $GLOBALS[T3_VAR] removed
@@ -47,4 +47,4 @@ to do with TYPO3's legacy work.
 Use specific hooks for indexing local files used by download extensions in conjunction with
 Indexed Search.
 
-.. index:: PHP-API, FullyScanned, ext:indexed_search
\ No newline at end of file
+.. index:: PHP-API, FullyScanned, ext:indexed_search
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88667-RemovedAdditionalJavaScriptSubmitFromFormEngine.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88667-RemovedAdditionalJavaScriptSubmitFromFormEngine.rst
index 14a93c21239b423632ebbc610ab67e43f966145f..4a8c101b8b558a69085d9dd1e98cee238c4c3cef 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88667-RemovedAdditionalJavaScriptSubmitFromFormEngine.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88667-RemovedAdditionalJavaScriptSubmitFromFormEngine.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #88667 - Removed additionalJavaScriptSubmit from FormEngine
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88669-FormEngineFormDataProviderParentPageTcaRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88669-FormEngineFormDataProviderParentPageTcaRemoved.rst
index 9ee1251d61f623e6b5b08c968e284b56f4b35059..21de28cc35c117a93075f5ca7ba370c9984a0b3b 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88669-FormEngineFormDataProviderParentPageTcaRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88669-FormEngineFormDataProviderParentPageTcaRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Breaking: #88669 - FormEngine FormDataProvider "parentPageTca" removed
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88681-ImportOfPHPFilesInImportExportFilesRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88681-ImportOfPHPFilesInImportExportFilesRemoved.rst
index 429976516ad7123a9c19155a4246ccd47c57afbc..42bfd28fb308fcdaa8ebe24006c4084fbd4e77c3 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88681-ImportOfPHPFilesInImportExportFilesRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88681-ImportOfPHPFilesInImportExportFilesRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #88681 - Import of PHP files in Import/Export files removed
@@ -34,4 +34,4 @@ Migration
 Ensure to include PHP files into a custom local extension, as importing PHP code is highly
 discouraged - even for administrators.
 
-.. index:: PHP-API, NotScanned, ext:impexp
\ No newline at end of file
+.. index:: PHP-API, NotScanned, ext:impexp
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88687-ConfigureExtbaseRequestHandlersViaPHP.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88687-ConfigureExtbaseRequestHandlersViaPHP.rst
index 70d785f09eb27fe231fac7c2cee8048cff6a369f..9d0ddfb48eadd3249f62d27080d9a1a9d41aff6e 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88687-ConfigureExtbaseRequestHandlersViaPHP.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88687-ConfigureExtbaseRequestHandlersViaPHP.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #88687 - Configure extbase request handlers via PHP
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88706-StreamlineFeloginLocallangKeys.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88706-StreamlineFeloginLocallangKeys.rst
index c9ff02e370f5630b7a11ec8d2cc5b40f1ccc6bc2..532ba89ded76b5a46c5a196a7ba96415e967d6b1 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88706-StreamlineFeloginLocallangKeys.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88706-StreamlineFeloginLocallangKeys.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Breaking: #88706 - Streamline felogin locallang keys
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88724-RemoveSuperfluousMethodsOfLocalizationRedirect.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88724-RemoveSuperfluousMethodsOfLocalizationRedirect.rst
index 864861be8555315173fc78ef15c24251e57b103c..398a0708487ab94d79a10f10eb42206151ad69bd 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88724-RemoveSuperfluousMethodsOfLocalizationRedirect.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88724-RemoveSuperfluousMethodsOfLocalizationRedirect.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #88724 - Remove superfluous methods of localizationRedirect
@@ -28,4 +28,4 @@ Use route `record_edit` instead of `web_layout` or `web_list`. Set as additional
 Use :php:`TYPO3\CMS\Backend\Controller\EditDocumentController->localizationRedirect` instead of
 :php:`TYPO3\CMS\Backend\View\PageLayoutView->localizationRedirect` or :php:`TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList`.
 
-.. index:: PHP-API, NotScanned
\ No newline at end of file
+.. index:: PHP-API, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88741-CHashCalculationInIndexedSearchRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88741-CHashCalculationInIndexedSearchRemoved.rst
index ab11005a104de7bbba74c1ccdde88330a9215903..3d6955f9c04bc45dc46e8854d3b8d9bedc2713a0 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88741-CHashCalculationInIndexedSearchRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88741-CHashCalculationInIndexedSearchRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #88741 - cHash calculation in indexed search removed
@@ -57,4 +57,4 @@ where data was previously stored in `index_debug.debuginfo` as serialized PHP st
 indexing needs to be rebuilt, but only to render the debug information properly in the TYPO3 Backend
 module. If debug information is not enabled, re-indexing is not necessary.
 
-.. index:: Database, PHP-API, PartiallyScanned, ext:indexed_search
\ No newline at end of file
+.. index:: Database, PHP-API, PartiallyScanned, ext:indexed_search
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88744-DatabaseFieldsRelatedToCSSStyledContentRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88744-DatabaseFieldsRelatedToCSSStyledContentRemoved.rst
index c479631f79c532447fc80e92169b18f6f3f9dc05..7893efd47cd9d418f10beceaa371d34cc7a6659e 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88744-DatabaseFieldsRelatedToCSSStyledContentRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88744-DatabaseFieldsRelatedToCSSStyledContentRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Breaking: #88744 - Database fields related to CSS Styled Content removed
@@ -44,4 +44,4 @@ these database fields in a custom extension.
 It is recommended to switch to Fluid Styled Content rendering or custom content types with
 custom additional fields.
 
-.. index:: Database, Frontend, NotScanned, ext:frontend
\ No newline at end of file
+.. index:: Database, Frontend, NotScanned, ext:frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88755-RemovePOSTOptionFromTypolinkaddQueryStringmethod.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88755-RemovePOSTOptionFromTypolinkaddQueryStringmethod.rst
index a68b7ad22849c3f44530d8c82fb946dd4d7163a0..eec0c2bfa1ba0d9929395ff673ecd36eed144120 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88755-RemovePOSTOptionFromTypolinkaddQueryStringmethod.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88755-RemovePOSTOptionFromTypolinkaddQueryStringmethod.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Breaking: #88755 - Remove POST option from typolink.addQueryString.method
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88758-SelectiveConcatenationOfCSSFilesInResourceCompressorRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88758-SelectiveConcatenationOfCSSFilesInResourceCompressorRemoved.rst
index 489d6edd1a0a2cd5fb0ac668731cd750fe9f5b40..4ac73dc4dc5d91f0598d823a8707fd9b2b659c3b 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88758-SelectiveConcatenationOfCSSFilesInResourceCompressorRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88758-SelectiveConcatenationOfCSSFilesInResourceCompressorRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================================
 Breaking: #88758 - Selective Concatenation of CSS files in ResourceCompressor removed
@@ -42,4 +42,4 @@ None, as it is considered to be useful to have one larger CSS file for TYPO3 Bac
 
 If necessary, add a CSS file manually via PageRenderer API which should be excluded from Concatenation.
 
-.. index:: PHP-API, FullyScanned
\ No newline at end of file
+.. index:: PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88772-JavaScriptScriptTagsOmitTypetextjavascriptInHTML5.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88772-JavaScriptScriptTagsOmitTypetextjavascriptInHTML5.rst
index 198fa6ff3cab538db69a45ccad7842363d334088..eddf66b151d1a3b09d59527d769f737339ddf2c2 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88772-JavaScriptScriptTagsOmitTypetextjavascriptInHTML5.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88772-JavaScriptScriptTagsOmitTypetextjavascriptInHTML5.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Breaking: #88772 - JavaScript script tags omit type=text/javascript in HTML5
@@ -51,4 +51,4 @@ If still requested by a specific project, it can be added via:
    page.includeJS.myfile = EXT:site_mysite/Resources/Public/JavaScript/myfile.js
    page.includeJS.myfile.type = text/javascript
 
-.. index:: Frontend, TypoScript, NotScanned
\ No newline at end of file
+.. index:: Frontend, TypoScript, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88779-RecordListRemoveUnusedCode.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88779-RecordListRemoveUnusedCode.rst
index d7f490ccb9a353489f47738e022c48f807d9f91b..4390deec66fcf11d22e08bc60929cb0ca39fe199 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88779-RecordListRemoveUnusedCode.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88779-RecordListRemoveUnusedCode.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Breaking: #88779 - RecordList: Remove unused code
@@ -38,4 +38,4 @@ Migration
 
 Use :php:`BackendUtility::thumbCode` instead of :php:`thumbCode`. Use :php:`listURL` instead of :php:`requestUri`.
 
-.. index:: PHP-API, FullyScanned, ext:recordlist
\ No newline at end of file
+.. index:: PHP-API, FullyScanned, ext:recordlist
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88799-IntroducedPSR-3CompatibleLoggingAPI.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88799-IntroducedPSR-3CompatibleLoggingAPI.rst
index a29ca9154234ecda62d916003b96fd2a1f6fa90a..44a8bf4708d933270bd1f94ac84ee26ccd920208 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88799-IntroducedPSR-3CompatibleLoggingAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Breaking-88799-IntroducedPSR-3CompatibleLoggingAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #88799 - Introduced PSR-3 compatible Logging API
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-80420-EmailFinisherSingleAddressOptions.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-80420-EmailFinisherSingleAddressOptions.rst
index 80f8d27aae6b3cb6f601f984a63b73cb120315a8..4473b6d4896977f70fa274412edcce238c29748d 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-80420-EmailFinisherSingleAddressOptions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-80420-EmailFinisherSingleAddressOptions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #80420 - EmailFinisher single address options
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-82669-StreamlineBackendRoutePathInconsistencies.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-82669-StreamlineBackendRoutePathInconsistencies.rst
index 0517bab49f127ff736f2eb569fee76df9ee69054..f1e9e42226c8a83d1b26c8ce5bf8dfbd4111418b 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-82669-StreamlineBackendRoutePathInconsistencies.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-82669-StreamlineBackendRoutePathInconsistencies.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Deprecation: #82669 - Streamline Backend route path inconsistencies
@@ -37,4 +37,4 @@ Migration
 TYPO3 Backend Links via :php:`TYPO3\CMS\Backend\Routing\UriBuilder->buildUriFromRoutePath()` should be used with the new module name as
 described above.
 
-.. index:: Backend, NotScanned, ext:backend
\ No newline at end of file
+.. index:: Backend, NotScanned, ext:backend
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-85895-DeprecateFile_getMetaData.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-85895-DeprecateFile_getMetaData.rst
index 273cbd21092fdb6efcf40079377c149eb8b115f4..f85c81b8788c9c099480bb4d35b668aca4c7369e 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-85895-DeprecateFile_getMetaData.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-85895-DeprecateFile_getMetaData.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Deprecation: #85895 - Deprecate File::_getMetaData()
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87200-EmailFinisherFormatContants.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87200-EmailFinisherFormatContants.rst
index 39dff031188ca2df1d116d09e2f2e4bbdcee7847..e6b8abed9eb46c7e239d75af35979d1718a0e487 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87200-EmailFinisherFormatContants.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87200-EmailFinisherFormatContants.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Deprecation: #87200 - EmailFinisher FORMAT_* constants
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87200-EmailFinisherFormatOption.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87200-EmailFinisherFormatOption.rst
index f3441ecca0f15b5549997630008873e80a246a5b..6390abf9a669498d45bddd037f2cf1ed339c1645 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87200-EmailFinisherFormatOption.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87200-EmailFinisherFormatOption.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Deprecation: #87200 - EmailFinisher "format" option
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87305-UseConstructorInjectionInDataMapper.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87305-UseConstructorInjectionInDataMapper.rst
index 6182454e82b28ece3f838f91b83e16017f8dbce8..d45dd7bec20971d3f7d1796aedd41874ff4d1d09 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87305-UseConstructorInjectionInDataMapper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87305-UseConstructorInjectionInDataMapper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #87305 - Use constructor injection in DataMapper
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87332-AvoidRuntimeReflectionCallsInObjectAccess.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87332-AvoidRuntimeReflectionCallsInObjectAccess.rst
index 3644d8f51496c8557217d7df860c8c3e84a191b4..f780413f495443e25e5a0147223e556a2871104e 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87332-AvoidRuntimeReflectionCallsInObjectAccess.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87332-AvoidRuntimeReflectionCallsInObjectAccess.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Deprecation: #87332 - Avoid runtime reflection calls in ObjectAccess
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87550-UseControllerClassesWhenRegisteringPluginsmodules.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87550-UseControllerClassesWhenRegisteringPluginsmodules.rst
index 19f034177b03d0390230732b0ba0c4a1ac990124..c699840878c92c01a5635596fea8898ea6f339d9 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87550-UseControllerClassesWhenRegisteringPluginsmodules.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87550-UseControllerClassesWhenRegisteringPluginsmodules.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Deprecation: #87550 - Use controller classes when registering plugins/modules
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87613-DeprecateTYPO3CMSExtbaseUtilityTypeHandlingUtilityhex2bin.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87613-DeprecateTYPO3CMSExtbaseUtilityTypeHandlingUtilityhex2bin.rst
index 64364937d01b53f727e02905807bc84569b69201..1e7a0f001c365125f15a50972d3c1e9103a3f313 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87613-DeprecateTYPO3CMSExtbaseUtilityTypeHandlingUtilityhex2bin.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87613-DeprecateTYPO3CMSExtbaseUtilityTypeHandlingUtilityhex2bin.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================================
 Deprecation: #87613 - Deprecate \\TYPO3\\CMS\\Extbase\\Utility\\TypeHandlingUtility::hex2bin
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87882-FileRelatedControllersMovedToEXTfilelist.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87882-FileRelatedControllersMovedToEXTfilelist.rst
index 082070e8606e238b7c0a0489d85a8efa0df72e4e..ed8b9e0c6a1bdcec108c97d6f408ed7cd9f3c969 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87882-FileRelatedControllersMovedToEXTfilelist.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87882-FileRelatedControllersMovedToEXTfilelist.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Deprecation: #87882 - File related controllers moved to EXT:filelist
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87894-GeneralUtilityidnaEncode.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87894-GeneralUtilityidnaEncode.rst
index f602ffbcd84a6cfcc4b920c5c18f4bb2cf38f386..4ae4badc36b72b090ccd6d98ebe3edbfd62f77ad 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87894-GeneralUtilityidnaEncode.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-87894-GeneralUtilityidnaEncode.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Deprecation: #87894 - GeneralUtility::idnaEncode
@@ -36,4 +36,4 @@ Please be aware that contrary to :php:`GeneralUtility::idnaEncode()` the native
 similar. In order to encode email addresses split the address at the last :php:`'@'` and use :php:`idn_to_ascii()` on that last part.
 Also, if there is an error in converting a string, a bool :php:`false` is returned.
 
-.. index:: PHP-API, FullyScanned, ext:core
\ No newline at end of file
+.. index:: PHP-API, FullyScanned, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88366-DefaultCachingFrameworkCacheNamesChanged.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88366-DefaultCachingFrameworkCacheNamesChanged.rst
index c09e2cbb8ad74d479f1969608532ff4be865e7b4..06dd3f867d73449a3042dcc51ae958d04d12cca8 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88366-DefaultCachingFrameworkCacheNamesChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88366-DefaultCachingFrameworkCacheNamesChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Deprecation: #88366 - Default caching framework cache names changed
@@ -52,4 +52,4 @@ Remove the ``cache_`` prefix from the callers code.
 In addition, run through the Database Table Analyzer of the Configuration module to
 re-create any database tables of the Caching Framework.
 
-.. index:: Database, LocalConfiguration, NotScanned, ext:core
\ No newline at end of file
+.. index:: Database, LocalConfiguration, NotScanned, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88406-SetCacheHashnoCacheHashOptionsInViewHelpersAndUriBuilder.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88406-SetCacheHashnoCacheHashOptionsInViewHelpersAndUriBuilder.rst
index 1f10ab5d6e0eddfc204212ad2145180ded48943d..25c7838a93b6162e50c1ef0bf011255f939e4d66 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88406-SetCacheHashnoCacheHashOptionsInViewHelpersAndUriBuilder.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88406-SetCacheHashnoCacheHashOptionsInViewHelpersAndUriBuilder.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Deprecation: #88406 - setCacheHash/noCacheHash options in ViewHelpers and UriBuilder
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88428-ToprawurlencodeAndTopstr_replace.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88428-ToprawurlencodeAndTopstr_replace.rst
index e950557c06f2632c0ff1b09031f2150f8d5deaca..2ec7e176865546e3cb6a0e25d17b7c7c572f749b 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88428-ToprawurlencodeAndTopstr_replace.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88428-ToprawurlencodeAndTopstr_replace.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #88428 - top.rawurlencode and top.str_replace
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88432-ReplacedMd5jsWithAnAMDModule.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88432-ReplacedMd5jsWithAnAMDModule.rst
index 41d3ccd073b7e995aca83c84cb81a87e5284cba7..82e4df0c1b3a0db7539e1c3b029c93b1ab4c9369 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88432-ReplacedMd5jsWithAnAMDModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88432-ReplacedMd5jsWithAnAMDModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Deprecation: #88432 - Replaced md5.js with an AMD module
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88433-DeprecateTopopenUrlInWindow.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88433-DeprecateTopopenUrlInWindow.rst
index 7c616c7927db3885fd4f7063a4a54e82447e0f5d..5c0103c66b2129eae37e5d2ba03df638f23e3e45 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88433-DeprecateTopopenUrlInWindow.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88433-DeprecateTopopenUrlInWindow.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Deprecation: #88433 - Deprecate top.openUrlInWindow
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88473-TypoScriptFrontendController-settingLocale.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88473-TypoScriptFrontendController-settingLocale.rst
index 9c71c43d8e007f1b5e2efbd4e03e79f83863c96d..407684ec5b35c4727dfb96baa27e1065ddbe75ce 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88473-TypoScriptFrontendController-settingLocale.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88473-TypoScriptFrontendController-settingLocale.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Deprecation: #88473 - TypoScriptFrontendController->settingLocale
@@ -37,4 +37,4 @@ Migrate the existing PHP code to :php:`Locales::setSystemLocaleFromSiteLanguage(
 that the SiteResolver middleware for Frontend Requests is executed where the locale is now
 set automatically.
 
-.. index:: Frontend, PHP-API, FullyScanned
\ No newline at end of file
+.. index:: Frontend, PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88499-BackendUtilitygetViewDomain.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88499-BackendUtilitygetViewDomain.rst
index 08a85588cc2d033b3cd02d184b9cd98378653f09..ece5352c8e45e325c8cee1f4411f932469872844 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88499-BackendUtilitygetViewDomain.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88499-BackendUtilitygetViewDomain.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Deprecation: #88499 - BackendUtility::getViewDomain
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88554-DeprecatedMethodsInVersionNumberUtility.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88554-DeprecatedMethodsInVersionNumberUtility.rst
index 771da62fd20e195bc2667a864186f36e420dd88f..14d10331d495b56c0eaf9ac1c1bf68855d9ef500 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88554-DeprecatedMethodsInVersionNumberUtility.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88554-DeprecatedMethodsInVersionNumberUtility.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Deprecation: #88554 - Deprecated methods in VersionNumberUtility
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88559-TSFE-sys_language_isocode.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88559-TSFE-sys_language_isocode.rst
index ede77c839bc2156610c28ed35550ff89e48429a7..55f19fea447b70a161e447deb385be32a325b2f3 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88559-TSFE-sys_language_isocode.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88559-TSFE-sys_language_isocode.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Deprecation: #88559 - $TSFE->sys_language_isocode
@@ -29,13 +29,13 @@ Affected Installations
 ======================
 
 Any TYPO3 installation with a third party extension accessing this property,
-or via TypoScript :ts:`TSFE:sys_language_isocode`.
+or via TypoScript :typoscript:`TSFE:sys_language_isocode`.
 
 
 Migration
 =========
 
 Access the property via :php:`SiteLanguage->getTwoLetterIsoCode()`
-and :ts:`sitelanguage:twoLetterIsoCode` instead.
+and :typoscript:`sitelanguage:twoLetterIsoCode` instead.
 
 .. index:: Frontend, PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88567-GLOBALS_LOCAL_LANG.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88567-GLOBALS_LOCAL_LANG.rst
index ca8d94f6d0c73714261a22f5bfef170e490d06d5..caf5da3f20bcb7d061cb8abc2f2806e32009d75a 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88567-GLOBALS_LOCAL_LANG.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88567-GLOBALS_LOCAL_LANG.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Deprecation: #88567 - $GLOBALS['LOCAL_LANG']
@@ -46,4 +46,4 @@ Migration
 Use the return value of :php:`LanguageService->includeLLFile()` and remove
 the second and third arguments to work with label files.
 
-.. index:: PHP-API, FullyScanned
\ No newline at end of file
+.. index:: PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88569-LocalesinitializeInFavorOfRegularSingletonInstance.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88569-LocalesinitializeInFavorOfRegularSingletonInstance.rst
index 0392feaadae01a6468a38194023b9e2a34512f66..765924562ad50f9ed0935635a035081afca8c0af 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88569-LocalesinitializeInFavorOfRegularSingletonInstance.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88569-LocalesinitializeInFavorOfRegularSingletonInstance.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Deprecation: #88569 - Locales::initialize() in favor of regular singleton instance
@@ -36,4 +36,4 @@ Replace the function call by a regular :php:`GeneralUtility::makeInstance(Locale
 or use Dependency Injection (Constructor Injection or ObjectManager) to fetch an instance of
 the :php:`Locales` class.
 
-.. index:: PHP-API, FullyScanned
\ No newline at end of file
+.. index:: PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88651-ReplaceTYPO3CMSBackendSplitButtonsWithTYPO3CMSBackendDocumentSaveActions.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88651-ReplaceTYPO3CMSBackendSplitButtonsWithTYPO3CMSBackendDocumentSaveActions.rst
index 9e5a3e8591f94d7620dcb626ee33fd1fd47d753c..136e7b67759ae1bb8615ad4b1bfbed0568c98630 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88651-ReplaceTYPO3CMSBackendSplitButtonsWithTYPO3CMSBackendDocumentSaveActions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88651-ReplaceTYPO3CMSBackendSplitButtonsWithTYPO3CMSBackendDocumentSaveActions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================================
 Deprecation: #88651 - Replace TYPO3/CMS/Backend/SplitButtons with TYPO3/CMS/Backend/DocumentSaveActions
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88662-DeprecatedBackendRouteXMOD_tximpexp.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88662-DeprecatedBackendRouteXMOD_tximpexp.rst
index 836c7aac5a9c44667c6d8e01d9d7f7fa8d0c3064..fbe3c2ede4707bb1f99f599901cbdeee579af4b7 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88662-DeprecatedBackendRouteXMOD_tximpexp.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88662-DeprecatedBackendRouteXMOD_tximpexp.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Deprecation: #88662 - Deprecated backend route xMOD_tximpexp
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88746-PageRepositoryPHPClassMovedFromFrontendToCoreExtension.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88746-PageRepositoryPHPClassMovedFromFrontendToCoreExtension.rst
index d9123459c831e6812b960587dd10475a41a25cf7..7eb3b6924852358c812c75e2360f79455b8f013c 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88746-PageRepositoryPHPClassMovedFromFrontendToCoreExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88746-PageRepositoryPHPClassMovedFromFrontendToCoreExtension.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Deprecation: #88746 - PageRepository PHP class moved from Frontend to Core Extension
@@ -47,4 +47,4 @@ Migration
 Replace any PHP references of :php:`TYPO3\CMS\Frontend\Page\PageRepository`
 to :php:`TYPO3\CMS\Core\Domain\Repository\PageRepository` in any custom PHP code.
 
-.. index:: Frontend, PHP-API, FullyScanned, ext:frontend
\ No newline at end of file
+.. index:: Frontend, PHP-API, FullyScanned, ext:frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88792-ForceTemplateParsingInTSFEAndTemplateService.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88792-ForceTemplateParsingInTSFEAndTemplateService.rst
index 63e0545b44f982bb4e4b20a2549d2874881f3429..f01a632e6cd74ffeb998224f824a922c7ed7213f 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88792-ForceTemplateParsingInTSFEAndTemplateService.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88792-ForceTemplateParsingInTSFEAndTemplateService.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Deprecation: #88792 - forceTemplateParsing in TSFE and TemplateService
@@ -36,4 +36,4 @@ Use the Context API ::
    GeneralUtility::makeInstance(Context::class)->getPropertyFromAspect('typoscript', 'forcedTemplateParsing');
    $context->setAspect('typoscript', GeneralUtility::makeInstance(TypoScriptAspect::class, true));
 
-.. index:: Frontend, PHP-API, PartiallyScanned, ext:core
\ No newline at end of file
+.. index:: Frontend, PHP-API, PartiallyScanned, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88807-AdminPanelInitializableInterfaceHasBeenDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88807-AdminPanelInitializableInterfaceHasBeenDeprecated.rst
index fa8a9127024096f585fe994d20b696c06e5d7a11..789cba6e4f397575dd7ce124b6d53d10843e8866 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88807-AdminPanelInitializableInterfaceHasBeenDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Deprecation-88807-AdminPanelInitializableInterfaceHasBeenDeprecated.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Deprecation: #88807 - AdminPanel InitializableInterface has been deprecated
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-21638-IntroducedIpLockingForIpv6.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-21638-IntroducedIpLockingForIpv6.rst
index cdcb6230d264d6577775c2a59da57b76609aaae1..8744d2e47b3bb38debec2d95e5629f0457e5152b 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-21638-IntroducedIpLockingForIpv6.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-21638-IntroducedIpLockingForIpv6.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Feature: #21638 - Introduced IP locking for IPv6
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-56213-AllowSortingFilelistByFileMetadataTitle.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-56213-AllowSortingFilelistByFileMetadataTitle.rst
index 730bd1efb1ddda21bee7d92c038397743d6b5582..930c390d1185f2583166c0ba947e261579551a0a 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-56213-AllowSortingFilelistByFileMetadataTitle.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-56213-AllowSortingFilelistByFileMetadataTitle.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Feature: #56213 - Allow sorting file list by file meta data "title"
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-78432-AddLogMessageForSwitchUserAction.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-78432-AddLogMessageForSwitchUserAction.rst
index 69d94c5c91532ca300d8b3d5e9f1de7238e646d5..e48236b2831f76ab16f71afbb775b849a87d9133 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-78432-AddLogMessageForSwitchUserAction.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-78432-AddLogMessageForSwitchUserAction.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #78432 - Add log message for "Switch User action"
@@ -13,4 +13,4 @@ If an admin user switches to another be_user account via the "Switch User" actio
 
 `User admin switched to user editor (be_users:2)`
 
-.. index:: Backend, ext:beuser
\ No newline at end of file
+.. index:: Backend, ext:beuser
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-80420-AllowMultipleRecipientsInEmailFinisher.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-80420-AllowMultipleRecipientsInEmailFinisher.rst
index 712afe9818836ab62b9ceee31d69c18ded18a4b9..50b17cbeb499170d0f01ea507dfcdfc4c1b009dc 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-80420-AllowMultipleRecipientsInEmailFinisher.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-80420-AllowMultipleRecipientsInEmailFinisher.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #80420 - Allow multiple recipients in email finisher
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-83734-AddSupportForCurrentPageInConfigcache.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-83734-AddSupportForCurrentPageInConfigcache.rst
index f7045f6fdeddc1ec945e1c96b539c9682f917e36..9af49b561c2aaa37e688d8ffa4848893c6ea8a56 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-83734-AddSupportForCurrentPageInConfigcache.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-83734-AddSupportForCurrentPageInConfigcache.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #83734 - Add support for current page in config.cache
@@ -9,7 +9,7 @@ See :issue:`83734`
 Description
 ===========
 
-When using the TypoScript property :ts:`config.cache`, it is possible to define a configuration that
+When using the TypoScript property :typoscript:`config.cache`, it is possible to define a configuration that
 affects all pages via:
 
 .. code-block:: typoscript
@@ -24,13 +24,13 @@ Thus, the syntax with the keyword "current" is now possible:
 
    config.cache.all = fe_users:current
 
-where :ts:`current` is dynamically replaced by the current Page ID.
+where :typoscript:`current` is dynamically replaced by the current Page ID.
 
 
 Impact
 ======
 
-When using :ts:`current` inside the :ts:`config.cache` TypoScript property, it is now replaced with
+When using :typoscript:`current` inside the :typoscript:`config.cache` TypoScript property, it is now replaced with
 the current Page ID.
 
 .. index:: TypoScript
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-84112-SymfonyDependencyInjectionForCoreAndExtbase.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-84112-SymfonyDependencyInjectionForCoreAndExtbase.rst
index e859fea282e8c02085973a26404ecffa4d2f3003..58647cc69cd413a3421250cf0715ef5455dcc0e2 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-84112-SymfonyDependencyInjectionForCoreAndExtbase.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-84112-SymfonyDependencyInjectionForCoreAndExtbase.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Feature: #84112 - Symfony dependency injection for core and extbase
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-84757-DoubleClickInStructureTreeChangesLabel.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-84757-DoubleClickInStructureTreeChangesLabel.rst
index ebfc3b4bd5a5f00c0330bf6d53c3946d6ce80f9c..40341220aa8892aee5307218560c27be6903153e 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-84757-DoubleClickInStructureTreeChangesLabel.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-84757-DoubleClickInStructureTreeChangesLabel.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #84757 - Double click in structure tree changes label
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-85569-ShowSchedulerInformationsInTheSystemInformationToolbar.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-85569-ShowSchedulerInformationsInTheSystemInformationToolbar.rst
index b54d6afe6e9203b61b79648e82904cbaed82a3e4..3215ee7282a8582f28cf1a0b6a47cdf3566f726c 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-85569-ShowSchedulerInformationsInTheSystemInformationToolbar.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-85569-ShowSchedulerInformationsInTheSystemInformationToolbar.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Feature: #85569 - Show scheduler information in the system information toolbar
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-85607-NewThumbnailViewHelperToRenderThumbnailsDeferred.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-85607-NewThumbnailViewHelperToRenderThumbnailsDeferred.rst
index 6d76a2984e9e2de17867de32175435b8a7bf65ca..61c8da73d4975afa2a4b7dbb79313f992abf75f5 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-85607-NewThumbnailViewHelperToRenderThumbnailsDeferred.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-85607-NewThumbnailViewHelperToRenderThumbnailsDeferred.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #85607 - New ThumbnailViewHelper to render thumbnails deferred
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-86629-ImplementLinkHandlerForTelephoneNumbers.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-86629-ImplementLinkHandlerForTelephoneNumbers.rst
index 3654727b2b7a3b8b5bbb7f0bfc68883fc42be878..b8d5d67a4d82e9650b18533d87d35700be25e534 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-86629-ImplementLinkHandlerForTelephoneNumbers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-86629-ImplementLinkHandlerForTelephoneNumbers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #86629 - Implement LinkHandler for telephone numbers
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-86964-AllowGettingClassPropertyDefaultValue.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-86964-AllowGettingClassPropertyDefaultValue.rst
index 0c3130bb30648c7ada866037e527247ab93ce4cc..0d86579a77e1e3d3f67686d471f4a05d2ea006e0 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-86964-AllowGettingClassPropertyDefaultValue.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-86964-AllowGettingClassPropertyDefaultValue.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #86964 - Allow getting class property default value
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-87200-SendPlaintextAndHTMLMailsInEmailFinisher.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-87200-SendPlaintextAndHTMLMailsInEmailFinisher.rst
index b5f45733360dfb0bc714244fb2d6259119e31c67..9d8c2324aa784cd33b1dac68330cf567e295c710 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-87200-SendPlaintextAndHTMLMailsInEmailFinisher.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-87200-SendPlaintextAndHTMLMailsInEmailFinisher.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #87200 - Send plaintext and HTML mails in EmailFinisher
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-87433-AddChangefreqAndPriority.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-87433-AddChangefreqAndPriority.rst
index d559211678cd341730507a12969bd87796c6e3d3..b6d4040711c9694b7369b95eae883986ccb19d22 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-87433-AddChangefreqAndPriority.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-87433-AddChangefreqAndPriority.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #87433 - Add changefreq and priority for XML sitemap
@@ -18,12 +18,12 @@ Priority allows you to define how important the page is compared to other pages
 in a value from 0 to 1. Your most important pages can get an higher priority as other pages. This value does not
 affect how important your pages are compared to pages of other websites.
 
-This feature allows to define the properties :ts:`changefreq` and :ts:`priority` for sitemap entries in TYPO3.
+This feature allows to define the properties :typoscript:`changefreq` and :typoscript:`priority` for sitemap entries in TYPO3.
 
-The properties :ts:`changefreq` and :ts:`priority` of pages can be controlled via page properties.
+The properties :typoscript:`changefreq` and :typoscript:`priority` of pages can be controlled via page properties.
 For records, the settings can be defined in TypoScript by mapping the properties to fields of the record by
-using the options :ts:`changeFreqField` and :ts:`priorityField`. :ts:`changeFreqField` needs to point to a field containing
-string values (see :ts:`pages` definition of field :ts:`sitemap_changefreq`), :ts:`priorityField` needs to point to a field with
+using the options :typoscript:`changeFreqField` and :typoscript:`priorityField`. :typoscript:`changeFreqField` needs to point to a field containing
+string values (see :typoscript:`pages` definition of field :typoscript:`sitemap_changefreq`), :typoscript:`priorityField` needs to point to a field with
 a decimal value between 0 and 1.
 
 
@@ -66,8 +66,8 @@ Impact
 
 Two new fields are available in the page properties: `sitemap_priority` (decimal) and `sitemap_changefreq` (list of values, for example "weekly", "daily", "never").
 
-Two new TypoScript options for the :ts:`RecordsXmlSitemapDataProvider` have been introduced:
-:ts:`changeFreqField` and :ts:`priorityField`.
+Two new TypoScript options for the :typoscript:`RecordsXmlSitemapDataProvider` have been introduced:
+:typoscript:`changeFreqField` and :typoscript:`priorityField`.
 
 All pages and records get a priority of 0.5 by default.
 
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-87457-UseSymfonyproperty-infoToGatherDocBlockInformation.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-87457-UseSymfonyproperty-infoToGatherDocBlockInformation.rst
index 73df4690623f18e140b97ca474997a318194c1f6..e8a62596236b05df24fad75f53b65419b1026729 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-87457-UseSymfonyproperty-infoToGatherDocBlockInformation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-87457-UseSymfonyproperty-infoToGatherDocBlockInformation.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Feature: #87457 - Use symfony/property-info to gather doc block information
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-87665-IntroduceBitSetClass.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-87665-IntroduceBitSetClass.rst
index 2977500334641f82e912000b9321e874267ffcd8..9b1c0d889b9bce2260fcaa0d1aac5e593de013bf 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-87665-IntroduceBitSetClass.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-87665-IntroduceBitSetClass.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================
 Feature: #87665 - Introduce BitSet class
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-87726-ExtendFrontendLoginControllerHookToValidatePassword.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-87726-ExtendFrontendLoginControllerHookToValidatePassword.rst
index 987227e84415efea10e99a04969a81fe7057f673..03fc28d69ee08d2d1e2cc1485701c0e3bbf82c45 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-87726-ExtendFrontendLoginControllerHookToValidatePassword.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-87726-ExtendFrontendLoginControllerHookToValidatePassword.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Feature: #87726 - Extend FrontendLoginController Hook to validate password
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88643-NewMailAPIBasedOnSymfonymailerAndSymfonymime.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88643-NewMailAPIBasedOnSymfonymailerAndSymfonymime.rst
index d458de5b3d0abf0756bcbfc1c23f8172866f66e7..696032b47410b653d029d7fe9668dd19dcd666d2 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88643-NewMailAPIBasedOnSymfonymailerAndSymfonymime.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88643-NewMailAPIBasedOnSymfonymailerAndSymfonymime.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #88643 - New Mail API based on symfony/mailer and symfony/mime
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88648-DefineTwitterCardTypeInPageProperties.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88648-DefineTwitterCardTypeInPageProperties.rst
index 12a1ff6f287520fc0b1dec6396618314466b6204..0796c4499f4cd528712121fd463de4175bf3b099 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88648-DefineTwitterCardTypeInPageProperties.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88648-DefineTwitterCardTypeInPageProperties.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #88648 - Set Twitter Card Type in page properties
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88770-PSR-14BasedEventDispatcher.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88770-PSR-14BasedEventDispatcher.rst
index bc21e5eb55d22a4f7dc6d7d664c55cb39099f1da..1e89af9835df4729ee9b17873675be7479a9bdca 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88770-PSR-14BasedEventDispatcher.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88770-PSR-14BasedEventDispatcher.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Feature: #88770 - PSR-14 based EventDispatcher
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88791-IntroducePreviewAspectInContext.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88791-IntroducePreviewAspectInContext.rst
index c68a06cf64580b1dfb576c3f42d62174a5b5c62d..bc7defe54f5dd218316891955ceabcab81271ea4 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88791-IntroducePreviewAspectInContext.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88791-IntroducePreviewAspectInContext.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #88791 - Introduce PreviewAspect in Context
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88792-AddTypoScriptAspectToHandleTypoScriptRenderingContextSettings.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88792-AddTypoScriptAspectToHandleTypoScriptRenderingContextSettings.rst
index 47e3b28cf20caef2d60d7f0e06226295b5ebf71e..59ad08016913318b575f7152b71871bc7cbfdce7 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88792-AddTypoScriptAspectToHandleTypoScriptRenderingContextSettings.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88792-AddTypoScriptAspectToHandleTypoScriptRenderingContextSettings.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================================
 Feature: #88792 - Add TypoScriptAspect to handle TypoScript Rendering Context settings
@@ -17,4 +17,4 @@ Impact
 
 A new Aspect `TypoScriptAspect` exists which can be used to manipulate/check whether TemplateRendering is forced.
 
-.. index:: Frontend, PHP-API, ext:core
\ No newline at end of file
+.. index:: Frontend, PHP-API, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88799-IntroducedPSR-3CompatibleLoggingAPI.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88799-IntroducedPSR-3CompatibleLoggingAPI.rst
index 75ea31392140ae442b46f499d3e8a44b54ac8588..149d7f27e97dc55255a06b04d84ccc8c90a79ad6 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88799-IntroducedPSR-3CompatibleLoggingAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88799-IntroducedPSR-3CompatibleLoggingAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #88799 - Introduced PSR-3 compatible Logging API
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88807-AdminPanelRequestEnricherInterfaceHasBeenIntroduced.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88807-AdminPanelRequestEnricherInterfaceHasBeenIntroduced.rst
index ea96670493772b53565c320f6b41a8a19748afb9..75da7d3a46235b5f198df586782be952ee9ff166 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88807-AdminPanelRequestEnricherInterfaceHasBeenIntroduced.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Feature-88807-AdminPanelRequestEnricherInterfaceHasBeenIntroduced.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Feature: #88807 - AdminPanel RequestEnricherInterface has been introduced
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Important-87427-ClassSchemaConstantsMarkedAsPrivate.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Important-87427-ClassSchemaConstantsMarkedAsPrivate.rst
index 416dc3fb28c2e3ee2bcb1db887391639f83e13f0..acf5a9e02adf6cdc96c686f2e0bdf79edb064dc5 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Important-87427-ClassSchemaConstantsMarkedAsPrivate.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Important-87427-ClassSchemaConstantsMarkedAsPrivate.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Important: #87427 - ClassSchema constants marked as private
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Important-87516-RemoveCoreHTTPRequestHandlerInterface.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Important-87516-RemoveCoreHTTPRequestHandlerInterface.rst
index 54b201bea7327a6854627c93faad8fe24861804e..30c1ea88bfe80bb347c71ef30d3a11f01e221c32 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Important-87516-RemoveCoreHTTPRequestHandlerInterface.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Important-87516-RemoveCoreHTTPRequestHandlerInterface.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 ============================================================
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Important-87603-ClassesUseStrictModeAndScarlarTypeHints.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Important-87603-ClassesUseStrictModeAndScarlarTypeHints.rst
index dcc70c61b1786a797ec40b1670db08a593f7dcc3..0d0c487dcef5b77da8142ea89b3903aada7ddba4 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Important-87603-ClassesUseStrictModeAndScarlarTypeHints.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Important-87603-ClassesUseStrictModeAndScarlarTypeHints.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Important: #87594 - Classes use strict mode and scalar type hints
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Important-87894-RemovedPHPDependencyAlgo26-matthiasidna-convert.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Important-87894-RemovedPHPDependencyAlgo26-matthiasidna-convert.rst
index 818565f0fd91481050438cb503219100f2afe48f..2eb1e5f80ebfbd236e713d663be4ebe32423cf6a 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Important-87894-RemovedPHPDependencyAlgo26-matthiasidna-convert.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Important-87894-RemovedPHPDependencyAlgo26-matthiasidna-convert.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Important: #87894 - Removed PHP dependency algo26-matthias/idna-convert
@@ -17,4 +17,4 @@ is available, allowing to use native PHP functionality in the TYPO3 code base.
 For this reason the PHP dependency "algo26-matthias/idna-convert" is no longer necessary and
 has been removed.
 
-.. index:: PHP-API, ext:core
\ No newline at end of file
+.. index:: PHP-API, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Important-88043-TypeScriptSourcesMovedIntoBuildDirectory.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Important-88043-TypeScriptSourcesMovedIntoBuildDirectory.rst
index b942b8f3d2e7dc7a43b429847e42041498b90048..3268d4e32af882193666d5b0f2c5d5fd59bba3a0 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Important-88043-TypeScriptSourcesMovedIntoBuildDirectory.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Important-88043-TypeScriptSourcesMovedIntoBuildDirectory.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Important: #88043 - TypeScript sources moved into Build directory
diff --git a/typo3/sysext/core/Documentation/Changelog/10.0/Index.rst b/typo3/sysext/core/Documentation/Changelog/10.0/Index.rst
index e46216c18fd5c0c7677cc709a50e4a1ec59b61e7..07cd61737ae357ff594d317b2df676776b047794 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.0/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.0/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 10.0 Changes
 =============
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88787-BackendUtilityEditOnClick.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88787-BackendUtilityEditOnClick.rst
index 9fc1caff63a92a93779c05a2ba6fe03bde516506..050de1de1780f5d414343cfc49f5b11ae971da74 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88787-BackendUtilityEditOnClick.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88787-BackendUtilityEditOnClick.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Deprecation: #88787 - BackendUtility::editOnClick
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88839-CLILowlevelRequestHandlers.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88839-CLILowlevelRequestHandlers.rst
index 3a3312469e03e91e51b65b035ba5349bfcf57ade..d3c1b352226592709378da10b6e06d78cfbfcab7 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88839-CLILowlevelRequestHandlers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88839-CLILowlevelRequestHandlers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Deprecation: #88839 - CLI lowlevel request handlers
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88850-ContentObjectRendererSendNotifyEmail.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88850-ContentObjectRendererSendNotifyEmail.rst
index 93e1a95b0232ee633136c014c4ffc605ba151f70..dba11c98e087360b01f3f37ff4f9e4e72481b721 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88850-ContentObjectRendererSendNotifyEmail.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88850-ContentObjectRendererSendNotifyEmail.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Deprecation: #88850 - ContentObjectRenderer::sendNotifyEmail
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88854-JumpExtOfRecordListController.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88854-JumpExtOfRecordListController.rst
index 1925e428ce28d38797f2af274c1a215eca505247..44e3f52f2e26726f2612a7bf4112331784e13d48 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88854-JumpExtOfRecordListController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88854-JumpExtOfRecordListController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #88854 - jumpExt() of RecordListController
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88854-T3_THIS_LOCATION.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88854-T3_THIS_LOCATION.rst
index e720269ba018ace3d453cd6fee720ef66ef254ff..dd69cbc17dc131d5afc4636d0c4b9dc375fce719 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88854-T3_THIS_LOCATION.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88854-T3_THIS_LOCATION.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================
 Deprecation: #88854 - T3_THIS_LOCATION
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88862-T3_RETURN_URL.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88862-T3_RETURN_URL.rst
index aa70265ee58c8a5f6d8867c5d4739c6c00bb8cc6..4dd7feabc323b4cdedd9ec0b40f886ace0bfbfcf 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88862-T3_RETURN_URL.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88862-T3_RETURN_URL.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================
 Deprecation: #88862 - T3_RETURN_URL
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88995-CallingRegisterPluginWithVendorName.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88995-CallingRegisterPluginWithVendorName.rst
index 092703bed61921ed64045e749157a4da70441089..0fd33f32d6dce10d04b768569288af6e05c7646a 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88995-CallingRegisterPluginWithVendorName.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-88995-CallingRegisterPluginWithVendorName.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #88995 - Calling registerPlugin with vendor name
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-89001-InternalPublicTSFEProperties.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-89001-InternalPublicTSFEProperties.rst
index e73f97b46184e0603888b84149c2f94f616a41c7..5f0ad4b9ae2c70d3ac9867bd9cfe1303a4696ad3 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-89001-InternalPublicTSFEProperties.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-89001-InternalPublicTSFEProperties.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Deprecation: #89001 - Internal public TSFE properties
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-89033-JumpToUrl.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-89033-JumpToUrl.rst
index cf4d96197bac45ff392a9d66a508232b4b222429..6c2257913a8af8481acc92d2149af98bf6c1aec4 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-89033-JumpToUrl.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-89033-JumpToUrl.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================
 Deprecation: #89033 - jumpToUrl
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-89037-DeprecatedLocallangXmlParser.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-89037-DeprecatedLocallangXmlParser.rst
index 077301441f52f64ae1c2bb3bcb1aa6eed7c1eb27..1c1db72aecaf2d098b00882acd1261c750c0ef59 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-89037-DeprecatedLocallangXmlParser.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-89037-DeprecatedLocallangXmlParser.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Deprecation: #89037 - Deprecated LocallangXmlParser
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-89127-CleanupRecordHistoryHandling.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-89127-CleanupRecordHistoryHandling.rst
index ad41338fa7ffba7901438366a4707bd99acdeb9f..8118900d930b976aeef315d32f44dbab7557d5a7 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-89127-CleanupRecordHistoryHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-89127-CleanupRecordHistoryHandling.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Deprecation: #89127 - Cleanup RecordHistory handling
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-89215-JQueryClearable.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-89215-JQueryClearable.rst
index 3119c2e345e06a5473f21628064fbb8d2c909d97..f1aa29c792ce584fc727d3680185f6637e8e6691 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-89215-JQueryClearable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Deprecation-89215-JQueryClearable.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================
 Deprecation: #89215 - jQuery.clearable
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-78488-AddRelNoreferrerToExternalLinks.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-78488-AddRelNoreferrerToExternalLinks.rst
index 1e1a734bafb06bdf60ce46a25294ccdc2c4ab84a..d28ef3d84995d36eee269686a20ff988c9438f76 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-78488-AddRelNoreferrerToExternalLinks.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-78488-AddRelNoreferrerToExternalLinks.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #78488 - Add rel="noreferrer" to external links
@@ -9,7 +9,7 @@ See :issue:`78488`
 Description
 ===========
 
-All links processed by :ts:`typolink` with external links opening in a new window have been extended to contain
+All links processed by :typoscript:`typolink` with external links opening in a new window have been extended to contain
 :html:`rel="noreferrer"`.
 
 Links opening in a new window are defined as those having an attribute :html:`target` which is either not empty,
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-84250-SeparatelyEnableDisableAddMediaByURLAndSelectUploadFiles.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-84250-SeparatelyEnableDisableAddMediaByURLAndSelectUploadFiles.rst
index 84ac5bf1ab37f3c4d7fe3d11fee65e57b250dea3..009b835691eca7b538b54c71b99cf70552545dad 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-84250-SeparatelyEnableDisableAddMediaByURLAndSelectUploadFiles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-84250-SeparatelyEnableDisableAddMediaByURLAndSelectUploadFiles.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================================
 Feature: #84250 - Separately enable / disable "Add media by URL" and "Select & upload files"
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-85918-HideInMenuShowInMenuEntryForPagesInContextMenu.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-85918-HideInMenuShowInMenuEntryForPagesInContextMenu.rst
index b2fdbc42b091114faab497c71efe6ce58d7e2ebd..ddaecfbbdd74f22ee7423fc7a74836450c3686c5 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-85918-HideInMenuShowInMenuEntryForPagesInContextMenu.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-85918-HideInMenuShowInMenuEntryForPagesInContextMenu.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Feature: #85918 - Hide in menu / Show in menu entry for pages in context menu
@@ -16,7 +16,7 @@ Find it as a child entry of `More Actions`.
 
 Removing the entry from the menu is possible via User TSconfig with the following setting:
 
-:ts:`options.contextMenu.table.pages.tree.disableItems = hideInMenus,showInMenus`
+:typoscript:`options.contextMenu.table.pages.tree.disableItems = hideInMenus,showInMenus`
 
 
 Impact
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-86670-MakeDefaultActionInDragUploaderAdjustable.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-86670-MakeDefaultActionInDragUploaderAdjustable.rst
index 121463b479ec1c459e4647497cae822a3e79a400..c17db59efc5d94e592dba0edebd88924edecedb8 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-86670-MakeDefaultActionInDragUploaderAdjustable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-86670-MakeDefaultActionInDragUploaderAdjustable.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #86670 - Make default action in DragUploader adjustable
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-87525-AddApi1OptionInVimeoRenderer.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-87525-AddApi1OptionInVimeoRenderer.rst
index beb95b119793030d375dee634f5cc44d321ba630..10a0be1bbd78fdabed200b5552be494ded8be4c7 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-87525-AddApi1OptionInVimeoRenderer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-87525-AddApi1OptionInVimeoRenderer.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #87525 - Add api=1 option in VimeoRenderer
@@ -16,7 +16,7 @@ The configuration now allows setting this parameter when rendering Vimeo videos
 Impact
 ======
 
-Setting the parameter :ts:`api = 1` either in TypoScript or Fluid will append :html:`api=1` to the Vimeo video URL.
+Setting the parameter :typoscript:`api = 1` either in TypoScript or Fluid will append :html:`api=1` to the Vimeo video URL.
 
 Usage
 =====
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88318-DisplayApplicationContextInCLI.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88318-DisplayApplicationContextInCLI.rst
index 38ffa68b2d6e841637d18f1d5e0981dca508c86f..6dd28aa20172a2d396e15b06190a83273ac11113 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88318-DisplayApplicationContextInCLI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88318-DisplayApplicationContextInCLI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #88318 - Display Application Context in CLI
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88441-ShowConfigurationOfUSER_INTObjectsInAdminpanel.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88441-ShowConfigurationOfUSER_INTObjectsInAdminpanel.rst
index c220d6f530aa0b4419b336c335166ab0b7fde570..88aa416ed3c53187e249bf4bbaf4da340e93eab6 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88441-ShowConfigurationOfUSER_INTObjectsInAdminpanel.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88441-ShowConfigurationOfUSER_INTObjectsInAdminpanel.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #88441 - Show configuration of USER_INT objects in adminpanel
@@ -10,6 +10,6 @@ Description
 ===========
 
 A new panel "USER_INT" is introduced in the info module of the admin panel,
-which lists the basic configuration of each :ts:`USER_INT` present on the current page.
+which lists the basic configuration of each :typoscript:`USER_INT` present on the current page.
 
 .. index:: ext:adminpanel
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88602-AllowAdditionalFileProcessors.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88602-AllowAdditionalFileProcessors.rst
index 9ef7b964194418087b8201c9162d185a15d6113c..6e5d86ebddf217cf2aff1e5fad865c88e6b71f54 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88602-AllowAdditionalFileProcessors.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88602-AllowAdditionalFileProcessors.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #88602 - Allow registering additional file processors
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88742-ImportYamlFilesRelativeToTheCurrentYamlFile.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88742-ImportYamlFilesRelativeToTheCurrentYamlFile.rst
index 92393029452689ae11a57b2c2e04c990012ea72d..66bec07007b8cf66fcf5a969fb3566b49406d099 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88742-ImportYamlFilesRelativeToTheCurrentYamlFile.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88742-ImportYamlFilesRelativeToTheCurrentYamlFile.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #88742 - Import Yaml files relative to the current yaml file
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88805-AddTypeToTYPO3CMSCoreDatabaseQueryQueryBuilderset.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88805-AddTypeToTYPO3CMSCoreDatabaseQueryQueryBuilderset.rst
index c1f0f3d19d86f1cc4a077140ccf7482161418fea..9699f5d44511b37a99f7ee1028cc0d3a442abc7c 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88805-AddTypeToTYPO3CMSCoreDatabaseQueryQueryBuilderset.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88805-AddTypeToTYPO3CMSCoreDatabaseQueryQueryBuilderset.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Feature: #88805 - Add type to \\TYPO3\\CMS\\Core\\Database\\Query\\QueryBuilder::set
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88871-RequestFactoryRespectsGuzzleMiddlewareHandlerConfigurationFromTYPO3_CONF_VARS.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88871-RequestFactoryRespectsGuzzleMiddlewareHandlerConfigurationFromTYPO3_CONF_VARS.rst
index 2c0531fb754b71b8d4a3bf3fb9d05b557252595f..d3de2ce42be2568ba3976dd00e51c4613a67d54e 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88871-RequestFactoryRespectsGuzzleMiddlewareHandlerConfigurationFromTYPO3_CONF_VARS.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88871-RequestFactoryRespectsGuzzleMiddlewareHandlerConfigurationFromTYPO3_CONF_VARS.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #88871 - Handle middleware handler in RequestFactory
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88907-AlwaysEnableFilterInSelectMultipleSideBySideFields.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88907-AlwaysEnableFilterInSelectMultipleSideBySideFields.rst
index 62689d5c0172cd43a0591f0fea178f55ecaaddad..1b6b56e6def419a3745d0e691be4509964c58436 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88907-AlwaysEnableFilterInSelectMultipleSideBySideFields.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-88907-AlwaysEnableFilterInSelectMultipleSideBySideFields.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Feature: #88907 - Always enable filter in SelectMultipleSideBySide fields
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89010-IntroduceSiteConfigForDistributionPackages.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89010-IntroduceSiteConfigForDistributionPackages.rst
index 882f6af477f60a77424b49908f5fb9901e97fbf4..b5fc226132a8e71f01e31746838b9ecedcff3371 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89010-IntroduceSiteConfigForDistributionPackages.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89010-IntroduceSiteConfigForDistributionPackages.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Feature: #89010 - Introduce Site Configuration for Distribution Packages
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89018-ProvideImplementationForPSR-17HTTPMessageFactories.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89018-ProvideImplementationForPSR-17HTTPMessageFactories.rst
index fdfd49b3897bd7e302469014236e58df3e652475..149b5254ba825c4584bab8fd8dd6a3f4814aa220 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89018-ProvideImplementationForPSR-17HTTPMessageFactories.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89018-ProvideImplementationForPSR-17HTTPMessageFactories.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Feature: #89018 - Provide implementation for PSR-17 HTTP Message Factories
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89054-ProvideCoreCacheFrontendsViaDependencyInjection.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89054-ProvideCoreCacheFrontendsViaDependencyInjection.rst
index 263ddbab72e9d88054ed470da9918b01d8a67a5c..a387a6e95dfec749b6365b958aeef93d2ff1e016 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89054-ProvideCoreCacheFrontendsViaDependencyInjection.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89054-ProvideCoreCacheFrontendsViaDependencyInjection.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #89054 - Provide core cache frontends via dependency injection
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89061-IntroduceNotificationActions.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89061-IntroduceNotificationActions.rst
index 4e3a997582710ba978ebe715abdb20fbc4a1665a..68db3f79662ff2073c7d33840d330bb690e348d8 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89061-IntroduceNotificationActions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89061-IntroduceNotificationActions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Feature: #89061 - Introduce Notification Actions
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89090-ReportsForConflictingRedirects.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89090-ReportsForConflictingRedirects.rst
index b2d507461510a10fa87b54cb3baed4d40e73e9c2..2f06b8402736bd3c2a36d62f993b0f25550bdc2f 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89090-ReportsForConflictingRedirects.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89090-ReportsForConflictingRedirects.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #89090 - Reports for conflicting redirects
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89115-Auto-createRedirectsOnSlugChanges.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89115-Auto-createRedirectsOnSlugChanges.rst
index c247e560a72f20256217d1ea4e4a7791743601ec..873795b8069fa75105fe8cb2538991954ae6df16 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89115-Auto-createRedirectsOnSlugChanges.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89115-Auto-createRedirectsOnSlugChanges.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #89115 - Auto slug update and redirect creation on slug change
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89142-CreateSiteConfigurationIfPageIsCreatedOnRootLevel.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89142-CreateSiteConfigurationIfPageIsCreatedOnRootLevel.rst
index ace254ec26708869fbb962fbae116df5f78786b8..eeff51a14635c98660e6ee5991979809fbd73c33 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89142-CreateSiteConfigurationIfPageIsCreatedOnRootLevel.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89142-CreateSiteConfigurationIfPageIsCreatedOnRootLevel.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Feature: #89142 - Create site configuration if page is created on root level
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89143-AllowRollbackForASetOfRecordHistoryEntries.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89143-AllowRollbackForASetOfRecordHistoryEntries.rst
index b86befb0b8ac9f9ab9028b737713802866946023..5631cfd52174d0174fc175e98e008d76363a8a69 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89143-AllowRollbackForASetOfRecordHistoryEntries.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89143-AllowRollbackForASetOfRecordHistoryEntries.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #89143 - Allow rollback for a set of record history entries
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89150-AddEventsBeforeAndAfterRollbackOfRecordHistoryEntries.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89150-AddEventsBeforeAndAfterRollbackOfRecordHistoryEntries.rst
index b3ad4314251a030169f11bc7cf1c59250037b578..a2818a3eea34d9a30fdddd036d929cb3dfbf660a 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89150-AddEventsBeforeAndAfterRollbackOfRecordHistoryEntries.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89150-AddEventsBeforeAndAfterRollbackOfRecordHistoryEntries.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Feature: #89150 - Add events before and after rollback of record history entries
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89216-PSR-18HTTPClientImplementation.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89216-PSR-18HTTPClientImplementation.rst
index cbe8a394d40e8ded7e3af16ebee9ddd32c182df5..a683d8efa90c693eb61cad7e22031ab0e66e5f21 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89216-PSR-18HTTPClientImplementation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89216-PSR-18HTTPClientImplementation.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #89216 - PSR-18 HTTP Client Implementation
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89227-AskForEmailAddressWhileInstallingTYPO3.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89227-AskForEmailAddressWhileInstallingTYPO3.rst
index 42a34db665d3cdf40e3e622d1f2a90ebf90bf138..d053faaa69686081fd5baa3f619dd79ae2ed4405 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89227-AskForEmailAddressWhileInstallingTYPO3.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89227-AskForEmailAddressWhileInstallingTYPO3.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #89227 - Ask for email address while installing TYPO3
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89229-CachePresetForSettingsInMaintenanceArea.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89229-CachePresetForSettingsInMaintenanceArea.rst
index 42100518c4b6215ff1703331c6154589357362ba..3be0baaf5cd4b605461c4e3c1cb21f4384803c3b 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89229-CachePresetForSettingsInMaintenanceArea.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89229-CachePresetForSettingsInMaintenanceArea.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #89229 - Cache Preset for Settings in Maintenance Area
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89244-BroadcastChannels.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89244-BroadcastChannels.rst
index 6e55b0412c6ecd51e0a55a06333be97318c0cad8..f29ba0beae9c65e4ec9590cdacb8786c38c1b3ac 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89244-BroadcastChannels.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89244-BroadcastChannels.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Feature: #89244 - Broadcast Channels and Messaging
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89292-AddSupportForRecordHistoryCorrelationIdsToDataHandler.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89292-AddSupportForRecordHistoryCorrelationIdsToDataHandler.rst
index 90d8b05c1639f599ddbb5d85f214d995547d2037..a05b654bb7b75bcc5ea65c7122c85177f2a1a223 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89292-AddSupportForRecordHistoryCorrelationIdsToDataHandler.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-89292-AddSupportForRecordHistoryCorrelationIdsToDataHandler.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Feature: #89292 - Add support for RecordHistory correlationId's to DataHandler
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-9070-AllowTranslationOfIndexConfigurationTitles.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-9070-AllowTranslationOfIndexConfigurationTitles.rst
index 30191ab662044f52671abb4ba280dba1b1f6dd6c..c30e8f7da65316a2a5fabf709b0192e78952a665 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-9070-AllowTranslationOfIndexConfigurationTitles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-9070-AllowTranslationOfIndexConfigurationTitles.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #9070 - Allow translation of index configuration titles
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Important-89001-TSFE-createHashBase.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Important-89001-TSFE-createHashBase.rst
index e3f4699dfdb526f7c56956f51a6318d734e49001..a2acece0279f361c2af20c4475b80eff0673ec32 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Important-89001-TSFE-createHashBase.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Important-89001-TSFE-createHashBase.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================
 Important: #89001 - TSFE->createHashBase
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Important-89122-UnifiedEvaluationOfVersionedRecordsInWorkspaces.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Important-89122-UnifiedEvaluationOfVersionedRecordsInWorkspaces.rst
index 706009475dbba240a35116c13a3aae36070bb8a8..cb7ee6828624a5aede3add731b1ec0e9c0cbe4db 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Important-89122-UnifiedEvaluationOfVersionedRecordsInWorkspaces.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Important-89122-UnifiedEvaluationOfVersionedRecordsInWorkspaces.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Important: #89122 - Unified evaluation of versioned records in workspaces
diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Index.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Index.rst
index 79a5c5a38ce1a8e54f55107adc707fded7abd70c..edce55fa183af86b6169a8cec24aae864af33214 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 10.1 Changes
 =============
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-85592-DeprecatedSiteTitleConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-85592-DeprecatedSiteTitleConfiguration.rst
index 8646e0952298d8a1ae638012abd49d0072dd209c..0c6c6a226ce7b9a26a7a18fa9ca6e39069d0db81 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-85592-DeprecatedSiteTitleConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-85592-DeprecatedSiteTitleConfiguration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #85592 - Deprecated site title configuration
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-88238-AllowedMimeTypesOfFileUploadAndImageUpload.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-88238-AllowedMimeTypesOfFileUploadAndImageUpload.rst
index 718b6f5db4509f645855644dfee17adff76ef733..8a3f3f0bdb9b2620366b36a16cf0a37032a79e24 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-88238-AllowedMimeTypesOfFileUploadAndImageUpload.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-88238-AllowedMimeTypesOfFileUploadAndImageUpload.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Deprecation: #88238 - Allowed MIME types of FileUpload and ImageUpload
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89331-FormEngineLegacyFunctions.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89331-FormEngineLegacyFunctions.rst
index 30476545f58b2eb1597b4bda27cfa18df2dc44d8..bd700c74a38513c59cabcb84e965a37cf7836e48 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89331-FormEngineLegacyFunctions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89331-FormEngineLegacyFunctions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Deprecation: #89331 - FormEngine legacy functions
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89468-DeprecateInjectionOfEnvironmentServiceInWebRequest.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89468-DeprecateInjectionOfEnvironmentServiceInWebRequest.rst
index 8bb93f98586c8a48fb7e85e3ae2bdb0b93281899..c08df4f71ba07869313b9a5e7573ccd45633b025 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89468-DeprecateInjectionOfEnvironmentServiceInWebRequest.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89468-DeprecateInjectionOfEnvironmentServiceInWebRequest.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Deprecation: #89468 - Deprecate injection of EnvironmentService in Web Request
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89554-DeprecateTYPO3CMSExtbaseMvcControllerAbstractController.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89554-DeprecateTYPO3CMSExtbaseMvcControllerAbstractController.rst
index c2a2157aec1804065c9f9d20c7bda3c7946146e7..91f0fedbafec1c5d0c43b252f887b072a889ed84 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89554-DeprecateTYPO3CMSExtbaseMvcControllerAbstractController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89554-DeprecateTYPO3CMSExtbaseMvcControllerAbstractController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Deprecation: #89554 - Deprecate \TYPO3\CMS\Extbase\Mvc\Controller\AbstractController
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89577-FALSignalSlotHandlingMigratedToPSR-14Events.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89577-FALSignalSlotHandlingMigratedToPSR-14Events.rst
index 0681322b59f2cfacfc0f3ec459038ceb20cc74d8..c7d41329b091cd3f682c0ec5b2dd9c54ef7a6674 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89577-FALSignalSlotHandlingMigratedToPSR-14Events.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89577-FALSignalSlotHandlingMigratedToPSR-14Events.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Deprecation: #89577 - FAL SignalSlot handling migrated to PSR-14 events
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89579-ServiceChainsRequireAnArrayForExcludedServiceKeys.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89579-ServiceChainsRequireAnArrayForExcludedServiceKeys.rst
index f23abc810959930499ca5bd95e717c8048a50a63..9f4e99736bed6779c1c42f406be645b1a74c4084 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89579-ServiceChainsRequireAnArrayForExcludedServiceKeys.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89579-ServiceChainsRequireAnArrayForExcludedServiceKeys.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Deprecation: #89579 - ServiceChains require an array for excluded Service keys
@@ -42,4 +42,4 @@ Migration
 
 Ensure to hand in an array as third argument.
 
-.. index:: PHP-API, NotScanned, ext:core
\ No newline at end of file
+.. index:: PHP-API, NotScanned, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89631-UseEnvironmentAPIToFetchApplicationContext.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89631-UseEnvironmentAPIToFetchApplicationContext.rst
index a4517288e226c00238ac8eac3cd45b4a5b6da273..a63a568a09e9b417c487e0d7d9b7e9edf682cd12 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89631-UseEnvironmentAPIToFetchApplicationContext.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89631-UseEnvironmentAPIToFetchApplicationContext.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Deprecation: #89631 - Use Environment API to fetch application context
@@ -31,4 +31,4 @@ Migration
 
 Use the Environment API call and substitute the method directly.
 
-.. index:: PHP-API, FullyScanned, ext:core
\ No newline at end of file
+.. index:: PHP-API, FullyScanned, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89718-LegacyPageTSconfigParsingLowlevelAPI.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89718-LegacyPageTSconfigParsingLowlevelAPI.rst
index ed62a337c57a6ef4757de385c601dc73e05fe47a..dfcb7902e5dca7aa3e0394d7bbe9ab9778e96562 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89718-LegacyPageTSconfigParsingLowlevelAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89718-LegacyPageTSconfigParsingLowlevelAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Deprecation: #89718 - Legacy PageTSconfig parsing lowlevel API
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89722-GMENU_LAYERSRelatedPropertyTSFE-divSection.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89722-GMENU_LAYERSRelatedPropertyTSFE-divSection.rst
index 1b8add2c01400e816650679386623cb00b8b5f79..1a8b3b5fc6caa0915e9dacc6dbd7ead7a705db7a 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89722-GMENU_LAYERSRelatedPropertyTSFE-divSection.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89722-GMENU_LAYERSRelatedPropertyTSFE-divSection.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Deprecation: #89722 - GMENU_LAYERS related property TSFE->divSection
@@ -33,4 +33,4 @@ Migration
 If there is a need to add JavaScript within uncached content, use
 :php:`$GLOBALS['TSFE']->additionalHeaderData[]` instead.
 
-.. index:: Frontend, FullyScanned, ext:frontend
\ No newline at end of file
+.. index:: Frontend, FullyScanned, ext:frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89733-SignalSlotsInCoreExtensionMigratedToPSR-14Events.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89733-SignalSlotsInCoreExtensionMigratedToPSR-14Events.rst
index 7b0c050bb1036b328f07cc4f8bfd85365312ac01..f3cc5153d7bd589f26eb4bbfdca38b27d14e6ee5 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89733-SignalSlotsInCoreExtensionMigratedToPSR-14Events.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89733-SignalSlotsInCoreExtensionMigratedToPSR-14Events.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Deprecation: #89733 - Signal Slots in Core Extension migrated to PSR-14 events
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89742-FormMixins.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89742-FormMixins.rst
index 048042ff12bae8dc9366e40eae02f8b21063dd45..85c028010f6535f2417c824d322cc299c2dd60dc 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89742-FormMixins.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89742-FormMixins.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================
 Deprecation: #89742 - Form mixins
@@ -33,4 +33,4 @@ Migration
 
 Embed the essential parts from :yaml:`TYPO3.CMS.Form.mixins.*` or migrate them to custom mixins.
 
-.. index:: Backend, Frontend, NotScanned, ext:form
\ No newline at end of file
+.. index:: Backend, Frontend, NotScanned, ext:form
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89756-BackendUtilityTYPO3_copyRightNotice.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89756-BackendUtilityTYPO3_copyRightNotice.rst
index 36cf715d92230105b55c9b4c4f68706ec7fcfd5f..320a212e4497528c56da7f02e173820fa0caa231 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89756-BackendUtilityTYPO3_copyRightNotice.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Deprecation-89756-BackendUtilityTYPO3_copyRightNotice.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Deprecation: #89756 - BackendUtility::TYPO3_copyRightNotice
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-79445-AddMultistepWizard.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-79445-AddMultistepWizard.rst
index b5b759915139a76fca91f57a5170c8d753116cf3..4dccd8251ee4736bfa702fda4b4ee9ee14416ebd 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-79445-AddMultistepWizard.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-79445-AddMultistepWizard.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================
 Feature: #79445 - Add Multistep Wizard
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-79445-ImproveFormCreationWizard.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-79445-ImproveFormCreationWizard.rst
index b8cc2ebf0ac4a1b730abbe2ad488d05047bf0de4..accbb2e903e6e2fe95da15088b9872ab75926680 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-79445-ImproveFormCreationWizard.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-79445-ImproveFormCreationWizard.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Feature: #79445 - Improve form creation wizard
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-82706-RenderFieldsetLabelsInFormTemplates.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-82706-RenderFieldsetLabelsInFormTemplates.rst
index 29fa64cd6430cbb95079cdd2356289b3d39373ff..b8272181b7478d8cf71c62cf59b9c1109213b751 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-82706-RenderFieldsetLabelsInFormTemplates.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-82706-RenderFieldsetLabelsInFormTemplates.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #82706 - Render fieldset labels in form templates
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-84203-UnifyFormSetupYAMLLoading.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-84203-UnifyFormSetupYAMLLoading.rst
index 9322c1b680b0aff74ec0427221ddac5eb8369c8f..2c946fc26a206965fce2fee31c7ea0d30187634d 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-84203-UnifyFormSetupYAMLLoading.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-84203-UnifyFormSetupYAMLLoading.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Feature: #84203 - Unify form setup YAML loading
@@ -21,4 +21,4 @@ Impact
 
 Form setups can now be structured more freely by splitting logical parts into separate files.
 
-.. index:: Backend, Frontend, ext:form
\ No newline at end of file
+.. index:: Backend, Frontend, ext:form
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-84713-AccessSingleFormValuesInTemplates.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-84713-AccessSingleFormValuesInTemplates.rst
index b192d5306129ce31cf9dbb0d089c1d3f42142c98..f7a6dbddf7345f1d940b05eb8b4b4c84d3042424 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-84713-AccessSingleFormValuesInTemplates.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-84713-AccessSingleFormValuesInTemplates.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #84713 - Access single values in form templates
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-84990-AddEventForCheckingExternalLinksInRTE.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-84990-AddEventForCheckingExternalLinksInRTE.rst
index d750ef6fec43fe6f5023a0728eff93bd68682a8f..796c31503d3825a748eb71da69fed45e7cd1e280 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-84990-AddEventForCheckingExternalLinksInRTE.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-84990-AddEventForCheckingExternalLinksInRTE.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #84990 - Add event for checking external links in RTE
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-84990-MarkBrokenFileLinksInRTE.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-84990-MarkBrokenFileLinksInRTE.rst
index ab9c109e082eefe64cc920d70cbfe590acab6c29..ff0a1a0f268987d34b3c976f9d3c530d546aebd4 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-84990-MarkBrokenFileLinksInRTE.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-84990-MarkBrokenFileLinksInRTE.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Feature: #84990 - Mark broken file links in RTE
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-85592-AddSiteTitleConfigurationToSitesModule.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-85592-AddSiteTitleConfigurationToSitesModule.rst
index 1db862cd88af5aa9de8fe0cae245bbbcb918cf6d..13c87deac78f24f54cb76562eec3bf37ca5d2b5a 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-85592-AddSiteTitleConfigurationToSitesModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-85592-AddSiteTitleConfigurationToSitesModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #85592 - Add site title configuration to sites module
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-86759-SupportNomoduleAttributeForJavaScriptIncludes.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-86759-SupportNomoduleAttributeForJavaScriptIncludes.rst
index 8a370f6782cfb8ecf257812d861c555f7146f438..cd35f878f99dc62fe2764150a9a689b6789b0c19 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-86759-SupportNomoduleAttributeForJavaScriptIncludes.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-86759-SupportNomoduleAttributeForJavaScriptIncludes.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #86759 - Support nomodule attribute for JavaScript includes
@@ -19,4 +19,4 @@ See https://html.spec.whatwg.org/multipage/scripting.html#attr-script-nomodule
    page.includeJSFooter.file = path/to/file.js
    page.includeJSFooter.file.nomodule = 1
 
-.. index:: TypoScript
\ No newline at end of file
+.. index:: TypoScript
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-86818-ReintroduceKeyboardAccessibleVersionOfThePagetree.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-86818-ReintroduceKeyboardAccessibleVersionOfThePagetree.rst
index 58e4bca775064ec75accc4b612532c663e1da64e..c120daa1e8b19ca292a02829a60291b5aedb7f8f 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-86818-ReintroduceKeyboardAccessibleVersionOfThePagetree.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-86818-ReintroduceKeyboardAccessibleVersionOfThePagetree.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Feature: #86818 - Reintroduce keyboard accessible version of the pagetree
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-86918-AddAdditionalConfigurationForExternalLinkTypesInLinkvalidator.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-86918-AddAdditionalConfigurationForExternalLinkTypesInLinkvalidator.rst
index 427fc290bf624b0813ade3baafda9d9d9b32493d..d595c7f5d7a9f301a108224cc5e9bef9edeea30f 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-86918-AddAdditionalConfigurationForExternalLinkTypesInLinkvalidator.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-86918-AddAdditionalConfigurationForExternalLinkTypesInLinkvalidator.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================
 Feature: #86918 - Add additional configuration for external link types in Linkvalidator
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-86967-AllowFetchingUidOfALazyLoadingProxyWithoutLoadingTheObjectFirst.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-86967-AllowFetchingUidOfALazyLoadingProxyWithoutLoadingTheObjectFirst.rst
index 9542dba5d57966d36686e34a76817d940cfd8862..830c9935e4986da55b3b9628c721d1bc47a9d986 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-86967-AllowFetchingUidOfALazyLoadingProxyWithoutLoadingTheObjectFirst.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-86967-AllowFetchingUidOfALazyLoadingProxyWithoutLoadingTheObjectFirst.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================================
 Feature: #86967 - Allow fetching uid of a LazyLoadingProxy without loading the object first
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-87798-ProvideAWayToSortFormListsInExtform.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-87798-ProvideAWayToSortFormListsInExtform.rst
index 87acc665c88f54750f9fa94eb4d99e61d276bed8..36a5faf2dd5f263df3e80747a1bc7cc63c0ebec0 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-87798-ProvideAWayToSortFormListsInExtform.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-87798-ProvideAWayToSortFormListsInExtform.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #87798 - Provide a way to sort form lists in ext:form
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-88102-FrontendLoginViaFluidAndExtbase.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-88102-FrontendLoginViaFluidAndExtbase.rst
index 78499d1ff1d8c830b50a536c48c0e773dc9d97f2..459e030cfd2fd5c4e1a86941671a9e217ca31fba 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-88102-FrontendLoginViaFluidAndExtbase.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-88102-FrontendLoginViaFluidAndExtbase.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #88102 - Frontend Login Form Via Fluid And Extbase
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-88110-FeloginExtbasePasswordRecovery.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-88110-FeloginExtbasePasswordRecovery.rst
index 574b6289d886edf0a80e32a97a8d23a768a0704e..d2e09038c1f3048894ca768aa524b295477928ba 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-88110-FeloginExtbasePasswordRecovery.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-88110-FeloginExtbasePasswordRecovery.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #88110 - Felogin extbase password recovery
@@ -16,7 +16,7 @@ If that hash is found valid a reset password form is shown. If all validators ar
 
 There is a way to define and override default validators. Configured as default are two validators: NotEmptyValidator and StringLengthValidator.
 
-They can be overridden by overwriting :ts:`plugin.tx_felogin_login.settings.passwordValidators`.
+They can be overridden by overwriting :typoscript:`plugin.tx_felogin_login.settings.passwordValidators`.
 Default is as follows:
 
 .. code-block:: typoscript
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-88238-FeatureToggleFormlegacyUploadMimeTypes.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-88238-FeatureToggleFormlegacyUploadMimeTypes.rst
index 9a3acb32cb43c791a14de50043acde30efa1579c..4e53106d19bb9a0f93a07333077f5b2d1ef95112 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-88238-FeatureToggleFormlegacyUploadMimeTypes.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-88238-FeatureToggleFormlegacyUploadMimeTypes.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #88238 - FeatureToggle: form.legacyUploadMimeTypes
@@ -19,4 +19,4 @@ Impact
 
 Full control over file upload MIME type validation can be achieved by disabling this flag and explicitly listing all allowed MIME types.
 
-.. index:: Frontend, ext:form
\ No newline at end of file
+.. index:: Frontend, ext:form
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-88902-FeatureSwitchRedirectAndStaticRoutesMiddlewaresCanBeReordered.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-88902-FeatureSwitchRedirectAndStaticRoutesMiddlewaresCanBeReordered.rst
index 48f0a422a182033ec37b5a121f894e6b46e6b2c7..d374f9c1343e4616f03905d41d7d4dcd2747fed9 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-88902-FeatureSwitchRedirectAndStaticRoutesMiddlewaresCanBeReordered.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-88902-FeatureSwitchRedirectAndStaticRoutesMiddlewaresCanBeReordered.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================================
 Feature: #88902 - Feature Switch: Redirect and Base Redirect Middlewares can be reordered
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-88950-AddStoreSessionArgumentToWidgetViewHelpers.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-88950-AddStoreSessionArgumentToWidgetViewHelpers.rst
index bda11d2408ba0ab5905fa98e45fce4c5d1f9fa6a..001ecd75772aefdad76e2d6c4d771cce72dca70d 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-88950-AddStoreSessionArgumentToWidgetViewHelpers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-88950-AddStoreSessionArgumentToWidgetViewHelpers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 .. highlight:: xml
 
 ===================================================================
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89171-AddedPossibilityToHaveMultipleSitemaps.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89171-AddedPossibilityToHaveMultipleSitemaps.rst
index b87fb5e6e70c84aca463222ee04aaa2c9f29c72f..c366eb9bb4910e2c312c22722f4cb053524cad1d 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89171-AddedPossibilityToHaveMultipleSitemaps.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89171-AddedPossibilityToHaveMultipleSitemaps.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #89171 - Added possibility to have multiple sitemaps
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89398-SupportForEnvironmentVariablesInImportsInSiteConfigurations.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89398-SupportForEnvironmentVariablesInImportsInSiteConfigurations.rst
index c6c683975372af5715bf0a577249113a73d4914f..68796fcf5692d4e90af493f70cd0ae8f0253d204 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89398-SupportForEnvironmentVariablesInImportsInSiteConfigurations.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89398-SupportForEnvironmentVariablesInImportsInSiteConfigurations.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================================
 Feature: #89398 - Support for environment variables in imports in site configurations
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89458-ShowLinkToOnlineDocsInExtensionManager.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89458-ShowLinkToOnlineDocsInExtensionManager.rst
index 484fe90195e04c5e9bd1a9cbf4e0a400b4852ff0..14189685566a8ab8bc692d1ae35e776eddf6e3f0 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89458-ShowLinkToOnlineDocsInExtensionManager.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89458-ShowLinkToOnlineDocsInExtensionManager.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #89458 - Show link to online docs in extension manager
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89526-FeatureFlagBetaTranslationServer.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89526-FeatureFlagBetaTranslationServer.rst
index 314bd255dcb0f7af75d5878462cbb429622e178e..2972f8d912335aefa203dd2473eace113e914f7b 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89526-FeatureFlagBetaTranslationServer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89526-FeatureFlagBetaTranslationServer.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #89526 - FeatureFlag: betaTranslationServer
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89577-NewPSR-14BasedEventsForFileAbstractionLayer.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89577-NewPSR-14BasedEventsForFileAbstractionLayer.rst
index fcce14114ddf08e83aea86816a625c5f5d75577b..eda4ad00075be69c4ca2ec8a7b32301bd3844ad0 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89577-NewPSR-14BasedEventsForFileAbstractionLayer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89577-NewPSR-14BasedEventsForFileAbstractionLayer.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #89577 - New PSR-14 based events for File Abstraction Layer
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89603-IntroduceNativePaginationForLists.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89603-IntroduceNativePaginationForLists.rst
index 7dca25556a39bbbfc831d15d4dc04d625cbf6947..d101bdcf57d291ed8840d8aa8a3723c4ee577b36 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89603-IntroduceNativePaginationForLists.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89603-IntroduceNativePaginationForLists.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #89603 - Introduce native pagination for lists
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89718-UnifiedPHPAPIForLoadingPageTSconfig.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89718-UnifiedPHPAPIForLoadingPageTSconfig.rst
index 705ba52b4f44d43c457eebc60987b44f2f31d5d3..d1cd20f9fbcb53e3d33ea109193a81d96b072b1a 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89718-UnifiedPHPAPIForLoadingPageTSconfig.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89718-UnifiedPHPAPIForLoadingPageTSconfig.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #89718 - Unified PHP API for loading PageTSconfig
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89733-NewPSR-14EventsForExistingSignalSlotsInCoreExtension.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89733-NewPSR-14EventsForExistingSignalSlotsInCoreExtension.rst
index a193a51ec01c83dc6a9018b4bb4c7c079d7088d6..ba80652bf439251d988d62dce7790864397839f7 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89733-NewPSR-14EventsForExistingSignalSlotsInCoreExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89733-NewPSR-14EventsForExistingSignalSlotsInCoreExtension.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Feature: #89733 - New PSR-14 events for existing Signal Slots in Core Extension
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89746-CustomIconForRecordBrowserButtonInForms.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89746-CustomIconForRecordBrowserButtonInForms.rst
index 89eb2a6208627c09cbd2cc43135fa8b36ca3f86a..be7c04547e4d4bf416955cf3e0af3fc701d7e04b 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89746-CustomIconForRecordBrowserButtonInForms.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89746-CustomIconForRecordBrowserButtonInForms.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #89746 - Custom icon for record browser button in forms
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89747-CustomTablesWithRecordBrowserInForms.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89747-CustomTablesWithRecordBrowserInForms.rst
index a6c3d75087c5e6460a5ebdec1ba5ef7ea0abeb0a..984d77a4b04489d11897d81ca2bb61dbf6e7fb5d 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89747-CustomTablesWithRecordBrowserInForms.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Feature-89747-CustomTablesWithRecordBrowserInForms.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #89747 - Custom tables with record browser in forms
@@ -40,4 +40,4 @@ Impact
 
 Form definitions can be set up to allow editors the selection of arbitrary database records and then render them using custom logic.
 
-.. index:: Backend, ext:form
\ No newline at end of file
+.. index:: Backend, ext:form
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Important-84221-RestructuringOfFormSetup.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Important-84221-RestructuringOfFormSetup.rst
index 310caad4647ac0055553e049e26f674e16a738d2..44a860729c4068d79eb984b83c1660395d442468 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Important-84221-RestructuringOfFormSetup.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Important-84221-RestructuringOfFormSetup.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Important: #84221 - Restructuring of form setup
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Important-87518-UsePreparedStatementsForPdo_mysqlPerDefault.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Important-87518-UsePreparedStatementsForPdo_mysqlPerDefault.rst
index 3e9a941d18baa8c586f992f9ce65bbc8e2570c84..bee1186c96a1681d018a6ac910dfe96406511f19 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Important-87518-UsePreparedStatementsForPdo_mysqlPerDefault.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Important-87518-UsePreparedStatementsForPdo_mysqlPerDefault.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Important: #87518 - Use prepared statements for pdo_mysql per default
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Important-88655-ChangedLoadingOrderOfRTEConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Important-88655-ChangedLoadingOrderOfRTEConfiguration.rst
index 5d98a91074ee81a0753ce28685d820024af839bf..0820e675b8ccb3169dbf18022f4316de35875e0f 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Important-88655-ChangedLoadingOrderOfRTEConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Important-88655-ChangedLoadingOrderOfRTEConfiguration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Important: #88655 - Changed loading order of RTE Configuration
@@ -21,7 +21,7 @@ The new order is:
 
 #. default
 
-This results in a change if you were used to using :ts:`RTE.default.preset` to overwrite _all_ RTE
+This results in a change if you were used to using :typoscript:`RTE.default.preset` to overwrite _all_ RTE
 configuration presets - as those with specific configuration in TCA now use their specific settings
 instead of falling back to the default. Please make sure, that this new behavior is fitting for your
 use cases.
@@ -39,6 +39,6 @@ For example:
 
 If the blog extension configures `'richtextConfiguration' => 'blog'` for the tag description and
 you want the tag description to use the default preset, set
-:ts:`RTE.config.tx_blog_domain_model_tag.content.types.text.preset = default`.
+:typoscript:`RTE.config.tx_blog_domain_model_tag.content.types.text.preset = default`.
 
 .. index:: RTE, TCA, TSConfig, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Important-89645-RemovedSystemLogOptions.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Important-89645-RemovedSystemLogOptions.rst
index fa1db34f260114750c716e6ac7cc144f97bdfe7a..9577e7d088926c5c997b26163782999852cf3c5e 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Important-89645-RemovedSystemLogOptions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Important-89645-RemovedSystemLogOptions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Important: #89645 - Removed systemLog options
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Important-89764-IncompatibleEnvironmentRelatedDependencyInjectionServicesHaveBeenRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Important-89764-IncompatibleEnvironmentRelatedDependencyInjectionServicesHaveBeenRemoved.rst
index ca3a94c70cdd6a092d69a8272cd9317da82e9f4b..6fd6b9198192b54a5ebc2fdfd461414e1450c610 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Important-89764-IncompatibleEnvironmentRelatedDependencyInjectionServicesHaveBeenRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Important-89764-IncompatibleEnvironmentRelatedDependencyInjectionServicesHaveBeenRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================================
 Important: #89764 - Incompatible environment related dependency injection services have been removed
diff --git a/typo3/sysext/core/Documentation/Changelog/10.2/Index.rst b/typo3/sysext/core/Documentation/Changelog/10.2/Index.rst
index a36116f51c498a45b9dd9168bff14ac887468f1c..e5dd5dd7c6c044755dfe0ae9e724d61bd9001602 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.2/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.2/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 10.2 Changes
 =============
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89139-ConsoleCommandsConfigurationFormatCommandsPhp.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89139-ConsoleCommandsConfigurationFormatCommandsPhp.rst
index 2983d1eaf161ffadaebcc38eea94db9727720238..34932a3ce4be41339c9cc46c3754fb6c492014ba 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89139-ConsoleCommandsConfigurationFormatCommandsPhp.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89139-ConsoleCommandsConfigurationFormatCommandsPhp.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Deprecation: #89139 - Console Commands configuration format Commands.php
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89463-SwitchableControllerActions.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89463-SwitchableControllerActions.rst
index d35ee6398a916077a80ff712350852e342bdf119..2388722b8130ec937b77a25fe258d5be719d68ad 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89463-SwitchableControllerActions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89463-SwitchableControllerActions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Deprecation: #89463 - Switchable Controller Actions
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89673-ExtbasesWebRequestAndWebResponse.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89673-ExtbasesWebRequestAndWebResponse.rst
index 357e1d38bec8cc970051d032e1b8010cc55c3637..7ba9dcfd7f7379bdc67f8ad05a248496f09f7979 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89673-ExtbasesWebRequestAndWebResponse.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89673-ExtbasesWebRequestAndWebResponse.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #89673 - Extbase's WebRequest and WebResponse
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89866-Global-TYPO3-information-related-constants.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89866-Global-TYPO3-information-related-constants.rst
index f6148cef4f7a1dfb5e6f4a38b0190107a978ec4a..9656126136ac4bc42dfe02b9fc476b569802b512 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89866-Global-TYPO3-information-related-constants.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89866-Global-TYPO3-information-related-constants.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Deprecation: #89866 - Global TYPO3-information related constants
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89868-RemoveReqCHashFunctionalityForPlugins.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89868-RemoveReqCHashFunctionalityForPlugins.rst
index 29a5688bb648ae5de1d8c10f9e8b713282d44dbe..7a3154d584dcd02659ac267b06af8172c6227970 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89868-RemoveReqCHashFunctionalityForPlugins.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89868-RemoveReqCHashFunctionalityForPlugins.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Deprecation: #89868 - Remove reqCHash functionality for plugins
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89870-NewPSR-14EventsForExtbase-relatedSignals.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89870-NewPSR-14EventsForExtbase-relatedSignals.rst
index 81a8d12b97fd9c6343b59f126498cd6afc318119..dd99d081b3277333af3ecaea1c335750a8960dee 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89870-NewPSR-14EventsForExtbase-relatedSignals.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-89870-NewPSR-14EventsForExtbase-relatedSignals.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Deprecation: #89870 - New PSR-14 Events for Extbase-related signals
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90007-GlobalConstantsTYPO3_versionAndTYPO3_branch.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90007-GlobalConstantsTYPO3_versionAndTYPO3_branch.rst
index 937cff32d9f5b506882c39b8364ae64ef4065369..9e8b21635a0c8e3256ce257b5506949a3bef1b16 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90007-GlobalConstantsTYPO3_versionAndTYPO3_branch.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90007-GlobalConstantsTYPO3_versionAndTYPO3_branch.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Deprecation: #90007 - Global constants TYPO3_version and TYPO3_branch
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90019-PagePermissionLogicByDataHandler.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90019-PagePermissionLogicByDataHandler.rst
index e0d6c48df0855ab8da82b806a8e22252ba96e3b6..99b9429cb08b82146a20e7dc261f8a4a25bf1e4e 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90019-PagePermissionLogicByDataHandler.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90019-PagePermissionLogicByDataHandler.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #90019 - Page permission logic by DataHandler
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90249-PackageRelatedSignalSlotsMigratedToPSR-14Events.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90249-PackageRelatedSignalSlotsMigratedToPSR-14Events.rst
index d087f7548cc9836df562d14da1ebf9a68bb356cb..15bcaf1bb3a60a54f8e9622b7b866d23ecc56263 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90249-PackageRelatedSignalSlotsMigratedToPSR-14Events.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90249-PackageRelatedSignalSlotsMigratedToPSR-14Events.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Deprecation: #90249 - Package related Signal Slots migrated to PSR-14 events
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90258-SimplifiedRTEParserAPI.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90258-SimplifiedRTEParserAPI.rst
index 7ef3958744c69a683d93d79b82e1611a1e21c45e..3e92f5a5ff9034a71e2286dead44f97ac2a17547 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90258-SimplifiedRTEParserAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90258-SimplifiedRTEParserAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Deprecation: #90258 - Simplified RTE Parser API
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90260-ResourceFactorygetInstancePseudo-factory.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90260-ResourceFactorygetInstancePseudo-factory.rst
index cd3d2df78b4dcd7a4f5e5f642429eb7d5d3e9624..0079a7563826eda7dc7b126019658edf0f688761 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90260-ResourceFactorygetInstancePseudo-factory.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90260-ResourceFactorygetInstancePseudo-factory.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Deprecation: #90260 - ResourceFactory::getInstance pseudo-factory
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90348-PageLayoutViewClass.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90348-PageLayoutViewClass.rst
index 8f40d1743a4c026b8533d7aa0a1928ceffa7f206..0c05952f4eb3fe3b44cfa1fd8837bc5ac6071ecd 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90348-PageLayoutViewClass.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90348-PageLayoutViewClass.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================
 Deprecation: #90348 - PageLayoutView class
@@ -35,6 +35,6 @@ Migration
 =========
 
 Fluid templates can be extended or replaced to render custom header, footer or preview of
-a given :ts:`CType`, see feature description for feature :issue:`90348`.
+a given :typoscript:`CType`, see feature description for feature :issue:`90348`.
 
 .. index:: Backend, Fluid, NotScanned, ext:backend
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90390-BrokenLinkRepositorygetNumberOfBrokenLinksInLinkvalidator.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90390-BrokenLinkRepositorygetNumberOfBrokenLinksInLinkvalidator.rst
index c0d395b157f23a0b7c33f48889c5ada642ca0455..9b9587b8ba00c4fc88ac12d5c8cc6b8eb731b6a2 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90390-BrokenLinkRepositorygetNumberOfBrokenLinksInLinkvalidator.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90390-BrokenLinkRepositorygetNumberOfBrokenLinksInLinkvalidator.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================================
 Deprecation: #90390 - BrokenLinkRepository::getNumberOfBrokenLinks() in linkvalidator
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90421-DocumentTemplate.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90421-DocumentTemplate.rst
index de18ed98d33c15421eeef6f6a4af010b50a1d672..84dda3db3928e6c331eb06cf2e202f3a2808f2e9 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90421-DocumentTemplate.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90421-DocumentTemplate.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================
 Deprecation: #90421 - DocumentTemplate
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90522-TSFEPropertiesRegardingImages.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90522-TSFEPropertiesRegardingImages.rst
index 30ddfb3b9d5a9e9f916e5bf0ded3a5f6d09548be..5ff521172cbacf67fb06c48713f827f8041555ae 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90522-TSFEPropertiesRegardingImages.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Deprecation-90522-TSFEPropertiesRegardingImages.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Deprecation: #90522 - TSFE properties regarding images
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-78347-AddStdWrapPropertiesToFilesProcessor.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-78347-AddStdWrapPropertiesToFilesProcessor.rst
index be959cb20ff9b8910f89af13b7290b87d186d6df..69c486b52a2e1b3a80dc248f8f18883d5ea26fe4 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-78347-AddStdWrapPropertiesToFilesProcessor.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-78347-AddStdWrapPropertiesToFilesProcessor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #78347 - Add StdWrap properties to FilesProcessor
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-78450-IntroducePreviewRendererPattern.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-78450-IntroducePreviewRendererPattern.rst
index dc6670c246be39f9da15eb5e8a05b25b7097bcf2..2d788c19218117cb2cb6708125468189f84de072 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-78450-IntroducePreviewRendererPattern.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-78450-IntroducePreviewRendererPattern.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #78450 - Introduce PreviewRenderer pattern
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-79310-AddOptionsAndClipboardToFilelistSearch.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-79310-AddOptionsAndClipboardToFilelistSearch.rst
index 15661f904cb009e16d72e884862292f386f53fe4..46dff386d06e056df1e3b72f9a6ca4a2d1e5e083 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-79310-AddOptionsAndClipboardToFilelistSearch.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-79310-AddOptionsAndClipboardToFilelistSearch.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #79310 - Add options and clipboard to filelist search
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-82062-ProgressForReferenceIndexUpdateOnCLI.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-82062-ProgressForReferenceIndexUpdateOnCLI.rst
index 4f42e6671ad3599b552bbce592762090f50a291e..7c05d6536a67ba60d7083beb7f8dbbb0856cd95a 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-82062-ProgressForReferenceIndexUpdateOnCLI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-82062-ProgressForReferenceIndexUpdateOnCLI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #82062 - Progress for Reference Index update on CLI
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-83847-RemoveRepairedLinksFromLinkvalidatorListAfterEditing.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-83847-RemoveRepairedLinksFromLinkvalidatorListAfterEditing.rst
index 8838e0f46a6aaaedddce3e2aea56f0b07a9cbba5..768a3c4a66f4042da6de479c3759fb8a46381a71 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-83847-RemoveRepairedLinksFromLinkvalidatorListAfterEditing.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-83847-RemoveRepairedLinksFromLinkvalidatorListAfterEditing.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Feature: #83847 - Remove repaired links from Linkvalidator list after editing
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-84214-AddCheckIfFieldsAreEditableForLinkvalidator.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-84214-AddCheckIfFieldsAreEditableForLinkvalidator.rst
index 0944ec393b64393b45ce9f84d97e166935f06746..5a4396d9969270cba2e0db4b94daeb487a44d288 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-84214-AddCheckIfFieldsAreEditableForLinkvalidator.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-84214-AddCheckIfFieldsAreEditableForLinkvalidator.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #84214 - Add check if fields are editable for Linkvalidator
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-86614-AddHookBeforeRenderingHrefLang.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-86614-AddHookBeforeRenderingHrefLang.rst
index 568104673a2f8e53fb5d1d2f639d4262730d7e88..85323ccb48d72749f13202a59318a53599a15984 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-86614-AddHookBeforeRenderingHrefLang.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-86614-AddHookBeforeRenderingHrefLang.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Feature: #86614 - Add PSR-14 event to control hreflang tags to be rendered
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-87072-AddedConfigurationOptionsForLockingAddedConfigurationOptionsForLocking.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-87072-AddedConfigurationOptionsForLockingAddedConfigurationOptionsForLocking.rst
index 6bf9fbf4a49b3d2b13e355d5b89aa6a3ab9965ef..66291bb03526fee93120a8dc9fe65c286cddb503 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-87072-AddedConfigurationOptionsForLockingAddedConfigurationOptionsForLocking.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-87072-AddedConfigurationOptionsForLockingAddedConfigurationOptionsForLocking.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #87072 - Added Configuration Options for Locking
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-87451-SchedulerRunCommandAcceptsMultipleTaskOptions.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-87451-SchedulerRunCommandAcceptsMultipleTaskOptions.rst
index b11e4828f0db5c6a151e6ab9ed1ad4fef3de1e82..2a01b97eee126cd0b0c87c0d74416ee67a7ba917 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-87451-SchedulerRunCommandAcceptsMultipleTaskOptions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-87451-SchedulerRunCommandAcceptsMultipleTaskOptions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #87451 - scheduler:run command accepts multiple task options
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-88147-AddPossibilityToConfigureThePathToSitemapXslFile.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-88147-AddPossibilityToConfigureThePathToSitemapXslFile.rst
index 5cc756d56d8dd82cd63f70cd4d6651ce4ad63e5f..50bca0bac98d19a10eb80249f7aa30f28f59194c 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-88147-AddPossibilityToConfigureThePathToSitemapXslFile.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-88147-AddPossibilityToConfigureThePathToSitemapXslFile.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. highlight:: typoscript
 
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-88818-IntroduceEventsToModifyCKEditorConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-88818-IntroduceEventsToModifyCKEditorConfiguration.rst
index c4e207373619e18e5be3214cdd73ff86b0712006..1666b4960ddecd20cfa75d236261bcd4248d7a57 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-88818-IntroduceEventsToModifyCKEditorConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-88818-IntroduceEventsToModifyCKEditorConfiguration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Feature: #88818 - Introduce events to modify CKEditor configuration
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-88901-RenderAllFieldsInElementInformationController.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-88901-RenderAllFieldsInElementInformationController.rst
index 72303fc2614201b4fe70b9ffc40048c397f3bc57..0f1ec768074521848ef56985740e0ce32565be91 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-88901-RenderAllFieldsInElementInformationController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-88901-RenderAllFieldsInElementInformationController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Feature: #88901 - Render all fields in ElementInformationController
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-88921-NewEventInThePageLayoutViewClassToEnrichContentIntoTheColumnsInTheBackendLayout.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-88921-NewEventInThePageLayoutViewClassToEnrichContentIntoTheColumnsInTheBackendLayout.rst
index 0a869ba3829c213e4cee6391dde4f28cd2c98593..931ba67754281d21dd062c1e00cd60fb405d7b61 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-88921-NewEventInThePageLayoutViewClassToEnrichContentIntoTheColumnsInTheBackendLayout.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-88921-NewEventInThePageLayoutViewClassToEnrichContentIntoTheColumnsInTheBackendLayout.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #88921 - New PSR-14 events in the PageLayoutView class
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-88962-Re-implementOldPIDupinRootlineTypoScriptCondition.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-88962-Re-implementOldPIDupinRootlineTypoScriptCondition.rst
index 800985f85de0e3221fdef348bafb405d4d127fd8..b18cce6053afdb53c2e0c043d62d28a83255d2d8 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-88962-Re-implementOldPIDupinRootlineTypoScriptCondition.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-88962-Re-implementOldPIDupinRootlineTypoScriptCondition.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #88962 - Re-implement old PIDupinRootline TypoScript condition
@@ -9,17 +9,17 @@ See :issue:`88962`
 Description
 ===========
 
-The :ts:`PIDupinRootline` condition in TypoScript has been reimplemented within the Symfony
+The :typoscript:`PIDupinRootline` condition in TypoScript has been reimplemented within the Symfony
 expression language.
 
-A new property :ts:`tree.rootLineParentIds` has been added to the :ts:`tree` object which
+A new property :typoscript:`tree.rootLineParentIds` has been added to the :typoscript:`tree` object which
 is available in the Symfony expression language to provide checks for all parent
 page IDs of the current rootline.
 
 Impact
 ======
 
-When using the classic :ts:`PIDupinRootline` condition, you can easily switch to the
+When using the classic :typoscript:`PIDupinRootline` condition, you can easily switch to the
 condition with the new expression:
 
 Old TypoScript condition syntax:
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89032-RenderFieldControlForSelectSingleElement.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89032-RenderFieldControlForSelectSingleElement.rst
index 8627f6e1edfe41757fc3ffca1507bc03cd14b4c3..7a4fa70fc984af69f7977992b89626aff0fbb2fe 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89032-RenderFieldControlForSelectSingleElement.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89032-RenderFieldControlForSelectSingleElement.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #89032 - Render fieldControl for SelectSingleElement
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89139-AddDependencyInjectionSupportForConsoleCommands.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89139-AddDependencyInjectionSupportForConsoleCommands.rst
index 18ae4997910bd6230d9cc447ae47331aad304265..bb900e90b9121e01f249847f6080843136866153 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89139-AddDependencyInjectionSupportForConsoleCommands.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89139-AddDependencyInjectionSupportForConsoleCommands.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #89139 - Add dependency injection support for console commands
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89551-AddFluidAdditionalAttributesToTheFormElement.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89551-AddFluidAdditionalAttributesToTheFormElement.rst
index e2023da984e26245f65c6c5b6fd3eef19139a8e5..adf99d2dcbff56d453f6d3e1d30c39a1426ab2fc 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89551-AddFluidAdditionalAttributesToTheFormElement.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89551-AddFluidAdditionalAttributesToTheFormElement.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Feature: #89551 - Add fluidAdditionalAttributes to the form element
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89644-AddOptionalArgumentFieldsToEditRecordViewHelpers.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89644-AddOptionalArgumentFieldsToEditRecordViewHelpers.rst
index b11336bf1d3c3c06acf0138bf71c6a8da018b1eb..cb9bf411577c6b6b70e56f71e265c8c1fbf19ac4 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89644-AddOptionalArgumentFieldsToEditRecordViewHelpers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89644-AddOptionalArgumentFieldsToEditRecordViewHelpers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Feature: #89644 - Add optional argument "fields" to editRecord ViewHelpers
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89650-AllowLineBreaksInTCADescriptions.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89650-AllowLineBreaksInTCADescriptions.rst
index f755f5c61ab680500c2d3cf14af81dea18b119f9..4536530319317a2dbf7a3fd6920e6871616dd02e 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89650-AllowLineBreaksInTCADescriptions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89650-AllowLineBreaksInTCADescriptions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #89650 - Allow line breaks in TCA descriptions
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89738-ApiForAjaxRequests.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89738-ApiForAjaxRequests.rst
index f802a3c02c3e36c230881df0e23097513071dfa2..54ee79dd1c31f53c3ee3331ee66d30ad15d8eeaf 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89738-ApiForAjaxRequests.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89738-ApiForAjaxRequests.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================
 Feature: #89738 - API for AJAX Requests
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89870-NewPSR-14EventsForExtbase-relatedSignals.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89870-NewPSR-14EventsForExtbase-relatedSignals.rst
index 25d85d6d03a58f6c8eb467a21f37540d3e18a921..fbf402b9d60bc5a6e902b86fc96179669374e967 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89870-NewPSR-14EventsForExtbase-relatedSignals.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89870-NewPSR-14EventsForExtbase-relatedSignals.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #89870 - New PSR-14 Events for Extbase-related signals
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89894-SeparateSystemExtensionsFrom3rd-partyExtensionsVisually.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89894-SeparateSystemExtensionsFrom3rd-partyExtensionsVisually.rst
index 625cc373d2432a3b5366378ebd1aaea79974edb3..f68a3b3668a78e5aa819bf2a06923ef203f43367 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89894-SeparateSystemExtensionsFrom3rd-partyExtensionsVisually.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89894-SeparateSystemExtensionsFrom3rd-partyExtensionsVisually.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Feature: #89894 - Separate system extensions from 3rd-party extensions visually
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89929-GalicianFlag.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89929-GalicianFlag.rst
index 747cdc816e359a085083e5d52866b6886321248b..39cf7c0d852ef181f5bf5998297311eb28848a6c 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89929-GalicianFlag.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89929-GalicianFlag.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================
 Feature: #89929 - Galician flag
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89978-IntroduceStatusReportForInsecureExceptionHandlerSettings.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89978-IntroduceStatusReportForInsecureExceptionHandlerSettings.rst
index e375b7ca5082edc7c3a925fc87d505d0f1b2d1aa..be7a5d76fd59e4119c80aad0ef5bd5637cd06d90 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89978-IntroduceStatusReportForInsecureExceptionHandlerSettings.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-89978-IntroduceStatusReportForInsecureExceptionHandlerSettings.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Feature: #89978 - Introduce Status Report for insecure exception handler settings
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90026-ExposeInternalTypoLinkPartsInTypolinkViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90026-ExposeInternalTypoLinkPartsInTypolinkViewHelper.rst
index c3cad7fba6c235e139e3f77a95e27403981fd04f..28fcf89c6b2ccbc875024da0c78ccbb721fbdb0d 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90026-ExposeInternalTypoLinkPartsInTypolinkViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90026-ExposeInternalTypoLinkPartsInTypolinkViewHelper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #90026 - Expose internal typoLinkParts in TypolinkViewHelper
@@ -22,7 +22,7 @@ variable name to be used containing the following internal parts:
 * title
 * additionalParams
 
-Details for these internal parts are documented for :ts:`typolink.parameter`
+Details for these internal parts are documented for :typoscript:`typolink.parameter`
 in `TypoScript reference`_
 
 .. _TypoScript reference: https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/Functions/Typolink.html?highlight=typolink#parameter
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90042-SpecialPageIconsCustomizableByDoktype.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90042-SpecialPageIconsCustomizableByDoktype.rst
index b8c32062c041ba36e8274c85a286f47904cf313f..a215fefbc565eabcb3600c9bdac14d8eee5f7710 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90042-SpecialPageIconsCustomizableByDoktype.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90042-SpecialPageIconsCustomizableByDoktype.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #90042 - Customize special page icons by doktype
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90052-AddYamlConfigurationToConfigurationModule.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90052-AddYamlConfigurationToConfigurationModule.rst
index 18ace5c799e7ee0013f36e6712309863b3c45a2d..284da3cd26d2d5f2e3140a5f47c69914dc52d359 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90052-AddYamlConfigurationToConfigurationModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90052-AddYamlConfigurationToConfigurationModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Feature: #90052 - Form YAML configuration available in configuration module
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90068-ImplementBetterFileDumpController.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90068-ImplementBetterFileDumpController.rst
index ec7d6007c175d6b43860c4da03abed540855cdee..655e7d509745da83c100ed140ac8580d8421e415 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90068-ImplementBetterFileDumpController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90068-ImplementBetterFileDumpController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #90068 - Implement better FileDumpController
@@ -26,7 +26,7 @@ to use them multiple times in one request.
 
 The Parameter :php:`s` has following syntax: width:height:minW:minH:maxW:maxH. You
 can leave this Parameter empty to load the file in original size. Parameter :php:`width`
-and :php:`height` can feature the trailing :ts:`c` or :ts:`m` indicator like known from TS.
+and :php:`height` can feature the trailing :typoscript:`c` or :typoscript:`m` indicator like known from TS.
 
 See the following example on how to create a URI using the :php:`FileDumpController` for
 a sys_file record with a fixed image size:
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90114-MakeTranslationOfFilelistOptional.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90114-MakeTranslationOfFilelistOptional.rst
index a4c1ec0cf2a1c727fa1633119d30d74b438ba487..0cac67e4d3af7269933bcac9c20d8f47305840d6 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90114-MakeTranslationOfFilelistOptional.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90114-MakeTranslationOfFilelistOptional.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #90114 - Make translation of filelist optional
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90136-ShowApplicationContextInTheEnvironmentModule.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90136-ShowApplicationContextInTheEnvironmentModule.rst
index 51dc108743690402c47883a010e592dc7218875d..b841a990c58eb2f04d060b89c39283bd80595631 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90136-ShowApplicationContextInTheEnvironmentModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90136-ShowApplicationContextInTheEnvironmentModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #90136 - Show application context in the Environment module
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90168-IntroduceModalActions.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90168-IntroduceModalActions.rst
index b988c5818ef317c738c8a584def18c55549b8c71..fc2c4a7908da49949f178dbdcfd0ed2ccde45776 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90168-IntroduceModalActions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90168-IntroduceModalActions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Feature: #90168 - Introduce Modal Actions
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90203-MakeWorkspaceAvailableInTypoScriptConditions.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90203-MakeWorkspaceAvailableInTypoScriptConditions.rst
index 8d1f6ece3cb7362ef19fadadd71da0671988e872..78320b201105897ce8f899462bf95bd3419f0569 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90203-MakeWorkspaceAvailableInTypoScriptConditions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90203-MakeWorkspaceAvailableInTypoScriptConditions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Feature: #90203 - Make workspace available in TypoScript conditions
@@ -9,10 +9,10 @@ See :issue:`90203`
 Description
 ===========
 
-A new TypoScript expression language variable :ts:`workspace` has been added.
+A new TypoScript expression language variable :typoscript:`workspace` has been added.
 It can be used to match a given expression against common workspace parameters.
 
-Currently, the parameters :ts:`workspaceId`, :ts:`isLive` and :ts:`isOffline` are supported.
+Currently, the parameters :typoscript:`workspaceId`, :typoscript:`isLive` and :typoscript:`isOffline` are supported.
 
 Examples
 --------
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90213-SupportBitAndInTypoScriptStdWrapIf.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90213-SupportBitAndInTypoScriptStdWrapIf.rst
index 19bd8df0cbb68b2fabfe0dee0ad1d39ae3db53c5..b32fc86928bf7a096510202edf9437e0a06773a9 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90213-SupportBitAndInTypoScriptStdWrapIf.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90213-SupportBitAndInTypoScriptStdWrapIf.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #90213 - Support 'bit and' in TypoScript stdWrap_if
@@ -9,7 +9,7 @@ See :issue:`90213`
 Description
 ===========
 
-It is now possible to use :ts:`bitAnd` within TypoScript :ts:`if`.
+It is now possible to use :typoscript:`bitAnd` within TypoScript :typoscript:`if`.
 
 TYPO3 uses bits to store radio and checkboxes via TCA.
 Without this feature one would need to check whether any possible bit value is in a
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90234-IntroduceCacheHashConfigurationAndMatchingIndicators.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90234-IntroduceCacheHashConfigurationAndMatchingIndicators.rst
index 111d73a3787b09eb5a739f0dff56a003efcd4c37..cdb76541ab90d1a0fc68746aaf2154bc5374b76c 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90234-IntroduceCacheHashConfigurationAndMatchingIndicators.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90234-IntroduceCacheHashConfigurationAndMatchingIndicators.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Feature: #90234 - Introduce CacheHashConfiguration and matching indicators
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90249-NewPSR-14EventsForExistingPackage-relatedSignalSlots.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90249-NewPSR-14EventsForExistingPackage-relatedSignalSlots.rst
index 96e9f746edb3493f0626d68bace23268eb075514..bba7aed4f347d004bcbac95ed0ee729bf53b4859 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90249-NewPSR-14EventsForExistingPackage-relatedSignalSlots.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90249-NewPSR-14EventsForExistingPackage-relatedSignalSlots.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Feature: #90249 - New PSR-14 events for existing package-related Signal Slots
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90262-AddArgon2idToPasswordHashAlgorithms.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90262-AddArgon2idToPasswordHashAlgorithms.rst
index e28e10e708e0e8d9fbb2be84a15bd42241fc0107..543c340b579066d4e7f79c339fb0581daaf621be 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90262-AddArgon2idToPasswordHashAlgorithms.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90262-AddArgon2idToPasswordHashAlgorithms.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #90262 -  Add Argon2id to password hash algorithms
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90265-ShowDispatchedEventsInAdminPanel.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90265-ShowDispatchedEventsInAdminPanel.rst
index d7b0958cc1eff1baf63ed00153f1eae2b8826e25..ff6d2d485d11cd14fe0271e93d9cf54281a9d947 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90265-ShowDispatchedEventsInAdminPanel.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90265-ShowDispatchedEventsInAdminPanel.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #90265 - Show dispatched Events in Admin Panel
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90266-Fluid-basedTemplatedEmails.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90266-Fluid-basedTemplatedEmails.rst
index 0d51a124dcee7ece1788858e45263b1ad03cd32e..6e1639361622c801a2cff910fdecc22af6d299ee 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90266-Fluid-basedTemplatedEmails.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90266-Fluid-basedTemplatedEmails.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Feature: #90266 - Fluid-based email templating
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90267-CustomPlaceholderProcessingInSiteConfig.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90267-CustomPlaceholderProcessingInSiteConfig.rst
index 061f3d6fc1c7bc5ff94f5f601bbd7eed077856ad..b3b7fa71fda5f86911ede54d7f28ac854353dd99 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90267-CustomPlaceholderProcessingInSiteConfig.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90267-CustomPlaceholderProcessingInSiteConfig.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #90267 - Custom placeholder processing in site config
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90298-ImproveUserInfoInBeuserModule.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90298-ImproveUserInfoInBeuserModule.rst
index e0f50c8923d222415599f6ff0ce65f0e4f13eae3..930c8ef6cc49af8a178db52ae38fb6a204d2fa3c 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90298-ImproveUserInfoInBeuserModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90298-ImproveUserInfoInBeuserModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Feature: #90298 - Improve user info in BE User module
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90333-Dashboard.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90333-Dashboard.rst
index ff47ba2e6e8caf6f857154be06d9ed4b7bd9343d..07b95d1d866abb9fba7faeb97720e870f3797eb7 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90333-Dashboard.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90333-Dashboard.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================
 Feature: #90333 - Dashboard
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90348-NewFluid-basedReplacementForPageLayoutView.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90348-NewFluid-basedReplacementForPageLayoutView.rst
index b096f2c6528bdaaaf9477d9f46ae0f1b3c070997..3bf10510a0caeee36a0e02d3bf51b0aec797263d 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90348-NewFluid-basedReplacementForPageLayoutView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90348-NewFluid-basedReplacementForPageLayoutView.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #90348 - Fluid-based replacement for PageLayoutView
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90370-UseEguliasEmailValidatorForEmailValidation.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90370-UseEguliasEmailValidatorForEmailValidation.rst
index 3ad0fdc93ef9fb0da9d674b24018d267cf1e1f33..06a68c5780fef374a1bd6ac9114a7575cc935fe9 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90370-UseEguliasEmailValidatorForEmailValidation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90370-UseEguliasEmailValidatorForEmailValidation.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Feature: #90370 - Use Egulias\EmailValidator for email validation
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90411-HTML-basedWorkspaceNotificationEmailsOnStageChange.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90411-HTML-basedWorkspaceNotificationEmailsOnStageChange.rst
index 1e081f68d36a1e37bcbe0c07569caa21c181d583..63955b569ff7c123dfc037e78b1dbbec69b05d91 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90411-HTML-basedWorkspaceNotificationEmailsOnStageChange.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90411-HTML-basedWorkspaceNotificationEmailsOnStageChange.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Feature: #90411 - HTML-based workspace notification emails on stage change
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90416-SpecificTargetFileExtensionInImage-relatedViewHelpers.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90416-SpecificTargetFileExtensionInImage-relatedViewHelpers.rst
index 9dfe8056f58bf53a539ae349a37fac3bf510d9f3..87e8f7702f5d6dd360d939abd8a1fbe60473cec1 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90416-SpecificTargetFileExtensionInImage-relatedViewHelpers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90416-SpecificTargetFileExtensionInImage-relatedViewHelpers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Feature: #90416 - Specific target file extension in image-related ViewHelpers
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90425-AddSeoFieldsToInfoModule.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90425-AddSeoFieldsToInfoModule.rst
index 5c896615c6d66e0119a23d974f7a76e657396265..85c88766443f014c750e6fc7c91614c910d102f7 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90425-AddSeoFieldsToInfoModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90425-AddSeoFieldsToInfoModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Feature: #90425 - Add SEO fields to info module
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90426-Browser-nativeLazyLoadingForImages.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90426-Browser-nativeLazyLoadingForImages.rst
index 30df6936a47b239a9d9887eb0707dcc5c91e318d..4a8f95c008e7df7b36155555762dac3ef6252d39 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90426-Browser-nativeLazyLoadingForImages.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90426-Browser-nativeLazyLoadingForImages.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #90426 - Browser-native lazy loading for images
@@ -28,7 +28,7 @@ Impact
 TYPO3 Frontend now renders images in content elements with the :html:`"loading=lazy"`
 attribute by default when using TYPO3's templates from Fluid Styled Content.
 
-Using the TypoScript constant :ts:`styles.content.image.lazyLoading`,
+Using the TypoScript constant :typoscript:`styles.content.image.lazyLoading`,
 the behavior can be modified generally to be either set to :html:`eager`,
 :html:`auto` or to an empty value, removing the property directly.
 
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90461-QuickCreateContentElementsViaNewContentElementWizard.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90461-QuickCreateContentElementsViaNewContentElementWizard.rst
index b93992eb163710308efaaccef98cd80c06b59953..86cc26087a415d5a2497157a2cf7f87f3099bd76 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90461-QuickCreateContentElementsViaNewContentElementWizard.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90461-QuickCreateContentElementsViaNewContentElementWizard.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Feature: #90461 - Quick-Create Content Elements via NewContentElementWizard
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90471-JavaScriptEventAPI.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90471-JavaScriptEventAPI.rst
index 5eec08ea8aebfaf0607928df3b991b45d7fc856f..b0b1079eb78f67ae58c59a15a2b8028b3ac74865 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90471-JavaScriptEventAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90471-JavaScriptEventAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================
 Feature: #90471 - JavaScript Event API
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90522-IntroduceAssetCollector.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90522-IntroduceAssetCollector.rst
index afc079a3f673b16b354d8c9164760849650a11c8..94a0c64d6fd182ad359bfd40e44f8a7c8ceb28af 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90522-IntroduceAssetCollector.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Feature-90522-IntroduceAssetCollector.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _changelog-Feature-90522-IntroduceAssetCollector:
 
@@ -18,7 +18,7 @@ in the output.
 The :php:`priority` flag (default: :php:`false`) controls where the asset is included:
 
 * JavaScript will be output inside :html:`<head>` (:php:`priority=true`) or at the bottom of the :html:`<body>` tag (:php:`priority=false`)
-* CSS will always be output inside :html:`<head>`, yet grouped by :javascript:`priority`.
+* CSS will always be output inside :html:`<head>`, yet grouped by :js:`priority`.
 
 By including assets per-component, it can leverage the adoption of HTTP/2 multiplexing which removes the necessity of having all CSS/JavaScript
 concatenated into one file.
@@ -85,25 +85,25 @@ Currently, CSS and JavaScript registered with the AssetCollector will be rendere
 PageRenderer counterparts. The order is:
 
 - :html:`<head>`
-- :ts:`page.includeJSLibs.forceOnTop`
-- :ts:`page.includeJSLibs`
-- :ts:`page.includeJS.forceOnTop`
-- :ts:`page.includeJS`
+- :typoscript:`page.includeJSLibs.forceOnTop`
+- :typoscript:`page.includeJSLibs`
+- :typoscript:`page.includeJS.forceOnTop`
+- :typoscript:`page.includeJS`
 - :php:`AssetCollector::addJavaScript()` with 'priority'
-- :ts:`page.jsInline`
+- :typoscript:`page.jsInline`
 - :php:`AssetCollector::addInlineJavaScript()` with 'priority'
 - :html:`</head>`
 
-- :ts:`page.includeJSFooterlibs.forceOnTop`
-- :ts:`page.includeJSFooterlibs`
-- :ts:`page.includeJSFooter.forceOnTop`
-- :ts:`page.includeJSFooter`
+- :typoscript:`page.includeJSFooterlibs.forceOnTop`
+- :typoscript:`page.includeJSFooterlibs`
+- :typoscript:`page.includeJSFooter.forceOnTop`
+- :typoscript:`page.includeJSFooter`
 - :php:`AssetCollector::addJavaScript()`
-- :ts:`page.jsFooterInline`
+- :typoscript:`page.jsFooterInline`
 - :php:`AssetCollector::addInlineJavaScript()`
 
 Currently, JavaScript registered with AssetCollector is not affected by
-:ts:`config.moveJsFromHeaderToFooter`.
+:typoscript:`config.moveJsFromHeaderToFooter`.
 
 Examples
 --------
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Important-89672-TransOrigPointerFieldIsNotLongerAllowedToBeExcluded.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Important-89672-TransOrigPointerFieldIsNotLongerAllowedToBeExcluded.rst
index 188655597a3297a7cb7945ec75f898d4d6305c65..c074c4fafa2a22b7fba25c39dc4a0329c931f1ab 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Important-89672-TransOrigPointerFieldIsNotLongerAllowedToBeExcluded.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Important-89672-TransOrigPointerFieldIsNotLongerAllowedToBeExcluded.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Important: #89672 - transOrigPointerField is not longer allowed to be excluded
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Important-89720-OnlyTypoScriptFilesLoadedOnDirectoryImport.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Important-89720-OnlyTypoScriptFilesLoadedOnDirectoryImport.rst
index 2e4de707d034656caf32669d53f8b96f56b50542..10d5ab13d1ddefb0f23757c77eebd7283be946bf 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Important-89720-OnlyTypoScriptFilesLoadedOnDirectoryImport.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Important-89720-OnlyTypoScriptFilesLoadedOnDirectoryImport.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Important: #89720 - Only TypoScript files loaded on directory import
@@ -20,4 +20,4 @@ The code has been fixed to only load :file:`*.typoscript` files on directory imp
     # Import TypoScript files with legacy ".txt" extension
     @import 'EXT:myproject/Configuration/TypoScript/Setup/*.txt'
 
-.. index:: TypoScript, ext:core
\ No newline at end of file
+.. index:: TypoScript, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Important-89869-ChangeLockIpDefaultToDisabled.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Important-89869-ChangeLockIpDefaultToDisabled.rst
index 7f09d6496b1858f93489b95afe0bdfd8e42f9a1c..3fade5535390ce73b50be8dde5e599c2636c7ee1 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Important-89869-ChangeLockIpDefaultToDisabled.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Important-89869-ChangeLockIpDefaultToDisabled.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Important: #89869 - Change lockIP default to disabled for both frontend and backend
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Important-89992-UseNewTranslationServer.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Important-89992-UseNewTranslationServer.rst
index 192ae211566c5970bd0ca8593c1620f4673c1887..f223522becb6be4cb069ddfa7dc931c4d078262d 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Important-89992-UseNewTranslationServer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Important-89992-UseNewTranslationServer.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Important: #89992 - Use new Translation Server
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Important-90020-LegacyBasicFileUtilityAndExtendedFileUtilityClassesMarkedAsInternal.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Important-90020-LegacyBasicFileUtilityAndExtendedFileUtilityClassesMarkedAsInternal.rst
index b270c0b0644fefc1c652492ef04964cdfe81c976..74c1f3b8ac0d0f288b7b984a85edd6aebe899d3e 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Important-90020-LegacyBasicFileUtilityAndExtendedFileUtilityClassesMarkedAsInternal.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Important-90020-LegacyBasicFileUtilityAndExtendedFileUtilityClassesMarkedAsInternal.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================================
 Important: #90020 - Legacy BasicFileUtility and ExtendedFileUtility classes marked as internal
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Important-90236-RespectExtensionStateExcludeFromUpdatesDuringLanguageUpdates.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Important-90236-RespectExtensionStateExcludeFromUpdatesDuringLanguageUpdates.rst
index b41c270546ad0ea0502c77944dd8d22fc068f311..5e001cf69b47513dd341457e018454dfe8c7149a 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Important-90236-RespectExtensionStateExcludeFromUpdatesDuringLanguageUpdates.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Important-90236-RespectExtensionStateExcludeFromUpdatesDuringLanguageUpdates.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Important: #90236 - Respect extension state 'excludeFromUpdates' during language updates
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Important-90371-TypoScriptOptionConfigcontent_from_pid_allowOutsideDomainRemoved.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Important-90371-TypoScriptOptionConfigcontent_from_pid_allowOutsideDomainRemoved.rst
index 0b5d61a9dcfd2cd0c6bc2be0be0546760a48a4a2..3c8eb8b6410b7bf080cb63c4e74076c787e1dd48 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Important-90371-TypoScriptOptionConfigcontent_from_pid_allowOutsideDomainRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Important-90371-TypoScriptOptionConfigcontent_from_pid_allowOutsideDomainRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Important: #90371 - TypoScript option config.content_from_pid_allowOutsideDomain removed
@@ -11,8 +11,8 @@ Description
 
 TYPO3's Site Handling - introduced in TYPO3 v9 - allows defining
 multiple sites within one installation, whereas before all configuration was based on domain records.
-The TypoScript option :ts:`config.content_from_pid_allowOutsideDomain` was used to limit
-the page property option "Show content from this page instead" (:ts:`pages.content_from_pid`) to be
+The TypoScript option :typoscript:`config.content_from_pid_allowOutsideDomain` was used to limit
+the page property option "Show content from this page instead" (:typoscript:`pages.content_from_pid`) to be
 evaluated outside of the current page tree which was ineffective since the usage of Site Handling.
 
 The option serves no purpose anymore and has been removed.
diff --git a/typo3/sysext/core/Documentation/Changelog/10.3/Index.rst b/typo3/sysext/core/Documentation/Changelog/10.3/Index.rst
index 791d0c6e6b40680dacadc3cbce889d1b9036df4b..e9362a63aedf4b713d85c7732d1d96962c043bcf 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.3/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.3/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 10.3 Changes
 =============
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4.x/Feature-90728-AddFluidEmailOptionToEXTformEmailFinisher.rst b/typo3/sysext/core/Documentation/Changelog/10.4.x/Feature-90728-AddFluidEmailOptionToEXTformEmailFinisher.rst
index f55f862e918bfad294061c8db938754b2ebfb073..11185f9d3ce762a4ece8a6b53189a5431009e70c 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4.x/Feature-90728-AddFluidEmailOptionToEXTformEmailFinisher.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4.x/Feature-90728-AddFluidEmailOptionToEXTformEmailFinisher.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Feature: #90728 - Add FluidEmail option to EXT:form EmailFinisher
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4.x/Feature-91132-IntroduceUserSettingsJavaScriptModulesEvent.rst b/typo3/sysext/core/Documentation/Changelog/10.4.x/Feature-91132-IntroduceUserSettingsJavaScriptModulesEvent.rst
index 8df10d195dccc5658b17c6dc99e4f6e226f300ad..0a44d7c6636d66ebe2932af17d9bb43f21845f76 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4.x/Feature-91132-IntroduceUserSettingsJavaScriptModulesEvent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4.x/Feature-91132-IntroduceUserSettingsJavaScriptModulesEvent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #91132 - Introduce User Settings JavaScript Modules Event
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-73227-TSconfigOptionAltIconsRestored.rst b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-73227-TSconfigOptionAltIconsRestored.rst
index 4a0d0b0a72e835e832a121554ce0bb386acf3ffa..479f2c690f6496644b2d33cb96cccef4bf29da54 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-73227-TSconfigOptionAltIconsRestored.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-73227-TSconfigOptionAltIconsRestored.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Important: #73227 - TSconfig option altIcons restored
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-88824-AddCacheForErrorPageHandling.rst b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-88824-AddCacheForErrorPageHandling.rst
index 2688a87e25d178b6a0ef97381de79bd5aa90bbbe..efab56d21c949827a940b8e34d28bf000c65a811 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-88824-AddCacheForErrorPageHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-88824-AddCacheForErrorPageHandling.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Important: #88824 - Add cache for error page handling
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-91070-SMTPTransportOptionTransport_smtp_encryptChangedToBoolean.rst b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-91070-SMTPTransportOptionTransport_smtp_encryptChangedToBoolean.rst
index 3a9273fa659cf684469f9645f044f51b26403556..80e62ad4c96e86d060204716a0ecd34bc909f91d 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-91070-SMTPTransportOptionTransport_smtp_encryptChangedToBoolean.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-91070-SMTPTransportOptionTransport_smtp_encryptChangedToBoolean.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================================
 Important: #91070 - SMTP transport option 'transport_smtp_encrypt' changed to boolean
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-91117-UseGlobalEventHandlerAndActionDispatcherInsteadOfInlineJS.rst b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-91117-UseGlobalEventHandlerAndActionDispatcherInsteadOfInlineJS.rst
index da0358815b2b4747957126fcb19a979fad853cbc..f1c782bb9e48b8c8486eb982e3f7b82f8415f226 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-91117-UseGlobalEventHandlerAndActionDispatcherInsteadOfInlineJS.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-91117-UseGlobalEventHandlerAndActionDispatcherInsteadOfInlineJS.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Important: #91117 - Use GlobalEventHandler and ActionDispatcher instead of inline JS
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-91132-AvoidJavaScriptInUserSettingsConfigurationOptions.rst b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-91132-AvoidJavaScriptInUserSettingsConfigurationOptions.rst
index 8fc212ed73ce9e1b9b693640337715053e369b73..df0ab0584aa5b3acd1d60f052ce9dc543a4c9e1a 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-91132-AvoidJavaScriptInUserSettingsConfigurationOptions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-91132-AvoidJavaScriptInUserSettingsConfigurationOptions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Important: #91132 - Avoid JavaScript in User Settings Configuration options
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92020-NewAPIEntryPointAvailableAtHttpsgettypo3orgapi.rst b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92020-NewAPIEntryPointAvailableAtHttpsgettypo3orgapi.rst
index af0d32a5c477778a59f394103f3eaf5cc352f8a1..538870be2306eeb2008c5af1dc135b8682e7dd19 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92020-NewAPIEntryPointAvailableAtHttpsgettypo3orgapi.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92020-NewAPIEntryPointAvailableAtHttpsgettypo3orgapi.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Important: #92020 - New API entry point available at https://get.typo3.org/api/
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92100-YAMLImportsFollowDeclarationOrder.rst b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92100-YAMLImportsFollowDeclarationOrder.rst
index ae346f90cda043e1ec679702e2d2af42c2a922ee..b7275dc4cad1777ef8af3e131c12e8a8f6932533 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92100-YAMLImportsFollowDeclarationOrder.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92100-YAMLImportsFollowDeclarationOrder.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Important: #92100 - YAML imports follow declaration order
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92336-DiscardingRecordsInWorkspaceModuleHardDeletesThem.rst b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92336-DiscardingRecordsInWorkspaceModuleHardDeletesThem.rst
index fc417e09f9b60d3843c970072ddbc77e239e0abb..f73d2c770766118a29c9854139e4c26e12cdc527 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92336-DiscardingRecordsInWorkspaceModuleHardDeletesThem.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92336-DiscardingRecordsInWorkspaceModuleHardDeletesThem.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Important: #92336 - Discarding records in workspace module hard deletes them
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92356-DataHandlerPerformanceImprovements.rst b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92356-DataHandlerPerformanceImprovements.rst
index 965b51d782626a67655fbb2837f3a8df529d6142..c10519818f730c758218b184840f790ce0fb3a06 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92356-DataHandlerPerformanceImprovements.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92356-DataHandlerPerformanceImprovements.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Important: #92356 - DataHandler performance improvements
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92655-MakeRequestTimeoutConfigurableForLinkvalidator.rst b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92655-MakeRequestTimeoutConfigurableForLinkvalidator.rst
index 56b6766104ac3a11ceb1274bf6ea26c334d7877b..67a8cebf8eb95f0ae6e6a1e19b0cbd88e54dcd37 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92655-MakeRequestTimeoutConfigurableForLinkvalidator.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92655-MakeRequestTimeoutConfigurableForLinkvalidator.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Important: #92655 - Make request timeout configurable for linkvalidator
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92659-ChangeTCAConfigurationOfImagewidthImageheight.rst b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92659-ChangeTCAConfigurationOfImagewidthImageheight.rst
index 276a6d755b03baebea23e4f35cb5074642be373b..14dc7e708ebe2e7955b86419d10855aaf79e8e0c 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92659-ChangeTCAConfigurationOfImagewidthImageheight.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-92659-ChangeTCAConfigurationOfImagewidthImageheight.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Important: #92659 - Change TCA configuration of imagewidth & imageheight
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-93331-DescriptionOfSelectCheckBoxItems.rst b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-93331-DescriptionOfSelectCheckBoxItems.rst
index 71b526e1d8bf8c9d43c3a9d68dc473a3171a357a..8506103db80b622fd22f808f1b677c24d2e135f7 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-93331-DescriptionOfSelectCheckBoxItems.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-93331-DescriptionOfSelectCheckBoxItems.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Important: #93331 - Description of SelectCheckBox items
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-93854-AddDisabledOptionForAllowedAspectRatios.rst b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-93854-AddDisabledOptionForAllowedAspectRatios.rst
index fa32e232820f54e97ed59770c6cf808bd43ba1bf..8ca9f80a9948ed06f9071c46db993eb03beb885f 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-93854-AddDisabledOptionForAllowedAspectRatios.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-93854-AddDisabledOptionForAllowedAspectRatios.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Important: #93854 - Add disabled option for allowed aspect ratios
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-93931-ValidationOfExtensionsComposerjsonFiles.rst b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-93931-ValidationOfExtensionsComposerjsonFiles.rst
index 9a0ccf7f91c6e2826eb3b2d182969dabeffd7b50..eb00968043fef739640b6f169c0f2bc019f68188 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-93931-ValidationOfExtensionsComposerjsonFiles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4.x/Important-93931-ValidationOfExtensionsComposerjsonFiles.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Important: #93931 - Validation of Extensions' composer.json files
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4.x/Index.rst b/typo3/sysext/core/Documentation/Changelog/10.4.x/Index.rst
index 1a3da8d6816472e4a335e4c3f342c4a998272739..3b764895ee52fe0a943c3c2cc4f75918c948f1a4 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4.x/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4.x/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 10.4.x Changes
 ==============
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Breaking-90660-RegistrationOfWidgetsChanged.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Breaking-90660-RegistrationOfWidgetsChanged.rst
index dcae247cfc111e88308f4d74e27be75256c67705..86aedcb2d178a0a5222354877ba8af325770e44c 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Breaking-90660-RegistrationOfWidgetsChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Breaking-90660-RegistrationOfWidgetsChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #90660 - Registration of dashboard widgets changed
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Breaking-91066-MovedInterfacesOfDashboard.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Breaking-91066-MovedInterfacesOfDashboard.rst
index bee3132e05301909c67bb00d64692864f07a953e..b81590d82b8ddf1cdf3e8bbe6533f661aabc475d 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Breaking-91066-MovedInterfacesOfDashboard.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Breaking-91066-MovedInterfacesOfDashboard.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Breaking: #91066 - Move interfaces of Dashboard
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Breaking-91066-RemovedButtonUtility.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Breaking-91066-RemovedButtonUtility.rst
index 5222272cfce66f83b8da21bd79fb79e98892c63c..0e696b29a72228c21db5d3837e2de8bda74cf7f0 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Breaking-91066-RemovedButtonUtility.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Breaking-91066-RemovedButtonUtility.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================
 Breaking: #91066 - Removed ButtonUtility
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-88740-ExtFeloginPibasePlugin.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-88740-ExtFeloginPibasePlugin.rst
index 592dc40e01a74f1899737b11fc3c1d4570ad669b..1ff797ab0311ba751467b81d35c27983719611cb 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-88740-ExtFeloginPibasePlugin.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-88740-ExtFeloginPibasePlugin.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #88740 - ext:felogin pibase plugin related hooks
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90147-UnifiedFileNameValidator.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90147-UnifiedFileNameValidator.rst
index 02970337e9886be361686fd8cfdccea16bc65487..148aa0004625e2f81050fef65a7fd3edb0e0c9cf 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90147-UnifiedFileNameValidator.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90147-UnifiedFileNameValidator.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Deprecation: #90147 - Unified File Name Validator
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90377-ParamTypesRefOfMethodCallUserFunction.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90377-ParamTypesRefOfMethodCallUserFunction.rst
index eaa13a9f0eda70d29e985b74a18aa9d6826dc4af..1734f15a7c5a8356ced23b6e9cf8617c28f11d31 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90377-ParamTypesRefOfMethodCallUserFunction.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90377-ParamTypesRefOfMethodCallUserFunction.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Deprecation: #90377 - Param types $ref of method callUserFunction
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90625-ExtbaseSignalSlotDispatcher.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90625-ExtbaseSignalSlotDispatcher.rst
index d650a54993f06ad69406d613e50eee558c3d1098..776ac4dd6e3104286234628cc64973d3cb58050e 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90625-ExtbaseSignalSlotDispatcher.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90625-ExtbaseSignalSlotDispatcher.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Deprecation: #90625 - Extbase SignalSlot Dispatcher
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90686-ModelFileMount.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90686-ModelFileMount.rst
index 1f8a42b7f3cae5538dc4af59ee7a061dd63cad29..68937bcfbeef5d8ad3b6b486bfd7d09208310afc 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90686-ModelFileMount.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90686-ModelFileMount.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================
 Deprecation: #90686 - Model FileMount
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90692-FileCollectionModels.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90692-FileCollectionModels.rst
index 654011cf9553474e92bf39b73ef2af11976ca9c9..8e934f41a8cd744448e60e699584554a07b46734 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90692-FileCollectionModels.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90692-FileCollectionModels.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Deprecation: #90692 - FileCollection models
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90800-GeneralUtilityisRunningOnCgiServerApi.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90800-GeneralUtilityisRunningOnCgiServerApi.rst
index 1eac74a3a75a5dc8d041c6d6e920e92b9293a996..a83fe1a82e087e3fff60674b24bfe03bc74d57e9 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90800-GeneralUtilityisRunningOnCgiServerApi.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90800-GeneralUtilityisRunningOnCgiServerApi.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #90800 - GeneralUtility::isRunningOnCgiServerApi
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90803-DeprecationOfObjectManagergetInExtbaseContext.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90803-DeprecationOfObjectManagergetInExtbaseContext.rst
index b2abed41f4b77be004cb27543e9183b2bd170e51..2e3de424cafe4ec90a779d4afd9915eb43605bb2 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90803-DeprecationOfObjectManagergetInExtbaseContext.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90803-DeprecationOfObjectManagergetInExtbaseContext.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _changelog-Deprecation-90803-ObjectManagerGet:
 
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90856-WidgetAutocompleteViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90856-WidgetAutocompleteViewHelper.rst
index 099d8d5b1c24e04c90349b9c43ad2a256560fe29..605fb46a945f093fef87ed5dc05a8590e3095da9 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90856-WidgetAutocompleteViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90856-WidgetAutocompleteViewHelper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Deprecation: #90856 - Widget AutoComplete ViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90861-Image-relatedMethodsWithinContentObjectRenderer.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90861-Image-relatedMethodsWithinContentObjectRenderer.rst
index 0d20f486a83d10f587fec6e97539bb695edb4c65..7a9c3f69f4a9b2d0f331b54fbe952b872852b842 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90861-Image-relatedMethodsWithinContentObjectRenderer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90861-Image-relatedMethodsWithinContentObjectRenderer.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Deprecation: #90861 - Image-related methods within ContentObjectRenderer
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90937-VariousHooksInContentObjectRenderer.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90937-VariousHooksInContentObjectRenderer.rst
index b0f2e71342b8229eef8c0c2b1d9ca3c8890a529b..8e418824e000e72cc138b0a3492b5799af377090 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90937-VariousHooksInContentObjectRenderer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90937-VariousHooksInContentObjectRenderer.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Deprecation: #90937 - Various hooks in ContentObjectRenderer
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90956-AlternativeFetchMethodsAndReportsForGeneralUtilitygetUrl.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90956-AlternativeFetchMethodsAndReportsForGeneralUtilitygetUrl.rst
index a8e1c046eb5b66761e66ac82cab0cf65b78beb09..c0ab51f1a8d434857fec49b0b5210b0cfa3a7a30 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90956-AlternativeFetchMethodsAndReportsForGeneralUtilitygetUrl.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90956-AlternativeFetchMethodsAndReportsForGeneralUtilitygetUrl.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Deprecation: #90956 - Alternative fetch methods and reports for GeneralUtility::getUrl()
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90964-LanguageServiceFunctionalityAndInternalProperties.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90964-LanguageServiceFunctionalityAndInternalProperties.rst
index d6ff6dcd2f6e56898b1dc103695ddbcbd1d243bc..7b120473757da537fc14c22c7fcc60fcfaf7eaa1 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90964-LanguageServiceFunctionalityAndInternalProperties.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-90964-LanguageServiceFunctionalityAndInternalProperties.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Deprecation: #90964 - LanguageService functionality and internal properties
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-91001-VariousMethodsWithinGeneralUtility.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-91001-VariousMethodsWithinGeneralUtility.rst
index 3e07fceff03d2c0ae576ccd37e4e30c38e0d69f9..5126730a85a238b30f3c09d58f6221dc0826cb60 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-91001-VariousMethodsWithinGeneralUtility.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-91001-VariousMethodsWithinGeneralUtility.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Deprecation: #91001 - Various methods within GeneralUtility
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-91012-VariousHooksRelatedToTypoScriptFrontendController.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-91012-VariousHooksRelatedToTypoScriptFrontendController.rst
index 777898c25536e537f554271c85d1fbc3cd4dce99..c61233790908b3141a688e31304a8fae8f7d910e 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-91012-VariousHooksRelatedToTypoScriptFrontendController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-91012-VariousHooksRelatedToTypoScriptFrontendController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Deprecation: #91012 - Various hooks related to TypoScriptFrontendController
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-91030-Runtime-ActivatedPackages.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-91030-Runtime-ActivatedPackages.rst
index 94cbed646eba2952c616d383bb6fcc8ce0a91fee..8d5a170c240ca125f9fa5b3f3a9b31a89e52c29c 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-91030-Runtime-ActivatedPackages.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Deprecation-91030-Runtime-ActivatedPackages.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Deprecation: #91030 - Runtime-Activated Packages
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-83128-ContentElementFilter.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-83128-ContentElementFilter.rst
index 0bb4e0fca8bca75551af2eb0d6912e8cc7ff4fda..4ff75f0d75d9ac8785ddaf0a19c9ee08f541da91 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-83128-ContentElementFilter.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-83128-ContentElementFilter.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================
 Feature: #83128 - Content Element Filter
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-87776-LimitRestrictionToTablesInQueryBuilder.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-87776-LimitRestrictionToTablesInQueryBuilder.rst
index 67e327687f3e110c9f7cca80bbbf11edb5b1ca6a..d362687223ab330a5eb70defd522902be4f7d991 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-87776-LimitRestrictionToTablesInQueryBuilder.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-87776-LimitRestrictionToTablesInQueryBuilder.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #87776 - Limit Restriction to table/s in QueryBuilder
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-89513-PasswordResetForBackendUsers.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-89513-PasswordResetForBackendUsers.rst
index 5af9fcc9ad0cfb589f8c5fae8c34404cf1039d29..95808cbdd45f6b0946b94792424bb9a77407ad25 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-89513-PasswordResetForBackendUsers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-89513-PasswordResetForBackendUsers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #89513 - Password Reset Functionality For Backend Users
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-89573-AllowFlexibleBaseUrlForSlugFieldsInFormEngine.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-89573-AllowFlexibleBaseUrlForSlugFieldsInFormEngine.rst
index eef82efd5f5e564f41b747f1da60bc1a613f5e97..4ffa14e8828b77c407cbfd9825d0308d385263a7 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-89573-AllowFlexibleBaseUrlForSlugFieldsInFormEngine.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-89573-AllowFlexibleBaseUrlForSlugFieldsInFormEngine.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #89573 - Allow flexible base url for slug fields in FormEngine
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-90613-AddLanguageArgumentToPage-relatedLinkViewHelpersAndUriViewHelpersInFluid.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-90613-AddLanguageArgumentToPage-relatedLinkViewHelpersAndUriViewHelpersInFluid.rst
index a038084d3af606144cff7241f5c5f4bd3b7761f8..88a43b714075162b8abe77bcbe6b3220d9145728 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-90613-AddLanguageArgumentToPage-relatedLinkViewHelpersAndUriViewHelpersInFluid.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-90613-AddLanguageArgumentToPage-relatedLinkViewHelpersAndUriViewHelpersInFluid.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================================
 Feature: #90613 - Add language argument to page-related LinkViewHelpers and UriViewHelpers in Fluid
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-90826-CompareBackendUsergroups.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-90826-CompareBackendUsergroups.rst
index 1b9684cdf479be4e33aa3fe32452bf2604fbfe80..04ce6564b616d954378cbc2ae3c67999d3d4c757 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-90826-CompareBackendUsergroups.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-90826-CompareBackendUsergroups.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Feature: #90826 - Compare backend usergroups
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-90899-IntroduceAssetPreRenderingEvents.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-90899-IntroduceAssetPreRenderingEvents.rst
index 76a55b37f99c831d87691277ac15412940e59ae3..e8d1cf03c399680560996d150ac01f516fef1247 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-90899-IntroduceAssetPreRenderingEvents.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-90899-IntroduceAssetPreRenderingEvents.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _changelog-Feature-90899-IntroduceAssetPreRenderingEvents:
 
@@ -42,7 +42,7 @@ boolean only returns assets of the given priority.
 .. note::
 
    post-processing functionality for assets registered via
-   TypoScript :ts:`page.include...` or the :php:`PageRenderer::add*()`
+   TypoScript :typoscript:`page.include...` or the :php:`PageRenderer::add*()`
    functions are still provided by these hooks:
 
    * :php:`$GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['cssCompressHandler']`
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-90945-PSR-14EventForLocalizationControllerWhenReadingRecordscolumnsToBeTranslated.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-90945-PSR-14EventForLocalizationControllerWhenReadingRecordscolumnsToBeTranslated.rst
index 3ddb033af59b5a3ca03b05e0e0e4e9cae7f86b74..37230de462b4738f381ae67cb9d66a5c725b800c 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-90945-PSR-14EventForLocalizationControllerWhenReadingRecordscolumnsToBeTranslated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-90945-PSR-14EventForLocalizationControllerWhenReadingRecordscolumnsToBeTranslated.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================================
 Feature: #90945 - PSR-14 event for LocalizationController when reading records/columns to be translated
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-91008-ItemGroupingForTCASelectItems.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-91008-ItemGroupingForTCASelectItems.rst
index 456b2ace698f600bac93f1d47173d8999f46fd92..0615f79823e1f5a30fb05389f22acd128bb94697 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-91008-ItemGroupingForTCASelectItems.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-91008-ItemGroupingForTCASelectItems.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _changelog-Feature-91008-ItemGroupingForTCASelectItems:
 
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-91008-ItemSortingForTCASelectItems.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-91008-ItemSortingForTCASelectItems.rst
index f5ebc2cdee440077102f594d4fb819275b189860..122271db2fbb5cfed69fa22648bf0e2ba71750ac 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-91008-ItemSortingForTCASelectItems.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-91008-ItemSortingForTCASelectItems.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #91008 - Item sorting for TCA select items
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-91080-SiteSettingsAsTsConstantsAndInTsConfig.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-91080-SiteSettingsAsTsConstantsAndInTsConfig.rst
index 3938493176d65c92660d082e8b1ba6bd619ad471..b5d32c4a915ed89b22c574159518434e1b94aec9 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-91080-SiteSettingsAsTsConstantsAndInTsConfig.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-91080-SiteSettingsAsTsConstantsAndInTsConfig.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #91080 - Site settings as TypoScript constants and in TSconfig
@@ -11,7 +11,7 @@ Description
 ===========
 
 Prior to TYPO3 v10.0 it was possible to inject information from
-page TSconfig into TypoScript constants with :ts:`TSFE.constants.const1 = a`.
+page TSconfig into TypoScript constants with :typoscript:`TSFE.constants.const1 = a`.
 
 This could be used to centralize configuration of e.g. record storagePids,
 which could then be used in Backend for modules or for IRRE and for Frontend plugins.
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-91122-IntroduceDocumentServiceAsJQueryreadySubstitute.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-91122-IntroduceDocumentServiceAsJQueryreadySubstitute.rst
index cb22c298dfd8013ad1de496df8fb40c7bb0de2a1..77ad5ba062557f9f6817b6e24b243348774d7f5d 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Feature-91122-IntroduceDocumentServiceAsJQueryreadySubstitute.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-91122-IntroduceDocumentServiceAsJQueryreadySubstitute.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #91122 - Introduce DocumentService as JQuery.ready substitute
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Important-18079-PagesdoktypeRestrictionForFrontendQueriesRefined.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Important-18079-PagesdoktypeRestrictionForFrontendQueriesRefined.rst
index fd5d9fbbb9f725e8e30650098182ebbb74d69fa0..05abf919eb2be3a313c1fc511bd525a0faa5d13d 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Important-18079-PagesdoktypeRestrictionForFrontendQueriesRefined.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Important-18079-PagesdoktypeRestrictionForFrontendQueriesRefined.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Important: #18079 - pages.doktype restriction for frontend queries refined
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Important-77715-NoMorePasswordTrimmingForThird-partyAuthenticationServices.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Important-77715-NoMorePasswordTrimmingForThird-partyAuthenticationServices.rst
index 3912f7ba2a30162227007217d4fb1bfd43bf7cad..09ceb8714042d1486edb9f215b3e6b73086cbb4f 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Important-77715-NoMorePasswordTrimmingForThird-partyAuthenticationServices.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Important-77715-NoMorePasswordTrimmingForThird-partyAuthenticationServices.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================================
 Important: #77715 - No more password trimming for third-party authentication services
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Important-86343-ReplaceJQueryDataTablesWithTablesort.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Important-86343-ReplaceJQueryDataTablesWithTablesort.rst
index e8c2bee50a4027f6ef74e7350b6ee0b91e9dfe05..cc9fdad8328b9a783b5de9023cb3f34298072c5d 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Important-86343-ReplaceJQueryDataTablesWithTablesort.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Important-86343-ReplaceJQueryDataTablesWithTablesort.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Important: #86343 - Replace jQuery.datatables with tablesort
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Important-89555-Workspace-relatedDatabaseRecordsContainTheProperPageID.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Important-89555-Workspace-relatedDatabaseRecordsContainTheProperPageID.rst
index f44864fec6eeea1e816a85d5d7726f1eb6e46fa1..ca1c3db3f9cd036b966ed9d49102173f60fcb3e2 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Important-89555-Workspace-relatedDatabaseRecordsContainTheProperPageID.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Important-89555-Workspace-relatedDatabaseRecordsContainTheProperPageID.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Important: #89555 - Workspace-related database records contain the proper Page ID.
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Important-90285-FreshInstallsWithoutConstraintForTypo3fluidfluidWillGetVersion30.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Important-90285-FreshInstallsWithoutConstraintForTypo3fluidfluidWillGetVersion30.rst
index c6199f736e19b964f50699ad220f233cef34835b..cc47884f91955831e79626498b2c0d3ddd5789a9 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Important-90285-FreshInstallsWithoutConstraintForTypo3fluidfluidWillGetVersion30.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Important-90285-FreshInstallsWithoutConstraintForTypo3fluidfluidWillGetVersion30.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================================
 Important: #90285 - Fresh installs without constraint for typo3fluid/fluid will get version 3.0+
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Important-90897-RemoveBootstrap-slider.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Important-90897-RemoveBootstrap-slider.rst
index f142ebc1c1cedf05c0cf50482f1a541ff85feac5..83e148aee045730b55aab0f8b98e127e9bac37ff 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Important-90897-RemoveBootstrap-slider.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Important-90897-RemoveBootstrap-slider.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Important: #90897 - Remove bootstrap-slider
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Important-91079-VariousTypoScriptFrontendRendererFunctionalityIsNowInternal.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Important-91079-VariousTypoScriptFrontendRendererFunctionalityIsNowInternal.rst
index c0681bfcc9d7ad65a5897476c6a710eef1c9468e..f6fd1af7fc14f7454a27b9295f011d9a31ab7324 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Important-91079-VariousTypoScriptFrontendRendererFunctionalityIsNowInternal.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Important-91079-VariousTypoScriptFrontendRendererFunctionalityIsNowInternal.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Important: #91079 - Various TypoScriptFrontendRenderer functionality is now internal
@@ -44,4 +44,4 @@ The property :php:`TypoScriptFrontendController->indexedDocTitle`
 is now marked as internal as the PageTitle API is in place since
 TYPO3 v9 LTS.
 
-.. index:: Frontend, ext:frontend
\ No newline at end of file
+.. index:: Frontend, ext:frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Important-91095-VariousMethodsAndPropertiesOfBackend-relatedCoreAPIsNowInternal.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Important-91095-VariousMethodsAndPropertiesOfBackend-relatedCoreAPIsNowInternal.rst
index af5fca6d6ed6403a9b90064be57532e924b60e44..3431f0d92a47678a25ea0a1007d5a4173455ea60 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Important-91095-VariousMethodsAndPropertiesOfBackend-relatedCoreAPIsNowInternal.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Important-91095-VariousMethodsAndPropertiesOfBackend-relatedCoreAPIsNowInternal.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================================
 Important: #91095 - Various methods and properties of Backend-related Core APIs now internal
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Important-91099-ChangedFlagIdentifierForEngland.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Important-91099-ChangedFlagIdentifierForEngland.rst
index 43c4332a68e8879a92f0a601265ce2120b2f6e9e..a3ab602a81a74edb3a575f8ed38de712bbf68351 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Important-91099-ChangedFlagIdentifierForEngland.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Important-91099-ChangedFlagIdentifierForEngland.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Important: #91099 - Flag identifier changed for SiteLanguage England
diff --git a/typo3/sysext/core/Documentation/Changelog/10.4/Index.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Index.rst
index 0494bb3dcb89f1ea2ecdb9c1f9f6f7ca82b6b3c2..e270d0285ff1e2d1ecd988b5111a6bcf3a72d5e8 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.4/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 10.4 Changes
 =============
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-23736-PageLanguageDetectionSetEarlierInFrontendRequestProcess.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-23736-PageLanguageDetectionSetEarlierInFrontendRequestProcess.rst
index c7575843282fa4ff375ebb805001b294fd3a5178..898b6b7df2bfa7260ecbdf40199b454094629d02 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-23736-PageLanguageDetectionSetEarlierInFrontendRequestProcess.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-23736-PageLanguageDetectionSetEarlierInFrontendRequestProcess.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Breaking: #23736 - Page Language detection set earlier in Frontend Request Process
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-29342-ImproveValidatorTask.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-29342-ImproveValidatorTask.rst
index 34dd2b74646f7c091124a10da04934df990d7427..20d06126c052301e2662fa4b460b06fb9d7e1d78 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-29342-ImproveValidatorTask.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-29342-ImproveValidatorTask.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #29342 - Fluid Email Template for ValidatorTask
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-45512-NoTypeAttributesForStyleAndLinkTags.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-45512-NoTypeAttributesForStyleAndLinkTags.rst
index 89a0e2f38aeedda05d3b16db7c844dc73d922fb6..6325acfe921d4b27ae2164a3e611de98db8a074a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-45512-NoTypeAttributesForStyleAndLinkTags.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-45512-NoTypeAttributesForStyleAndLinkTags.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #45512 - No type attributes for style and link tags
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-79565-RemovedUsergroup_cached_listDatabaseField.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-79565-RemovedUsergroup_cached_listDatabaseField.rst
index 1dd0464ab88e3a77d050ff5a4411c15a9eacf5ba..39421a96b77f62265c786b8acd827a206cfbca4b 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-79565-RemovedUsergroup_cached_listDatabaseField.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-79565-RemovedUsergroup_cached_listDatabaseField.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #79565 - Removed "usergroup_cached_list" database field
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-89137-DatabaseFieldsT3verTstampAndT3verCountDropped.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-89137-DatabaseFieldsT3verTstampAndT3verCountDropped.rst
index 0a8fa25590d6e4619e857f17e7fd56a92861afc2..160b5b6263fdec7e48e2ec0f2f2bfdc355127db2 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-89137-DatabaseFieldsT3verTstampAndT3verCountDropped.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-89137-DatabaseFieldsT3verTstampAndT3verCountDropped.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Breaking: #89137 - Database fields t3ver_tstamp and t3ver_count removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-90799-DependencyInjectionWithNonPublicPropertiesHasBeenRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-90799-DependencyInjectionWithNonPublicPropertiesHasBeenRemoved.rst
index 26f9e01f4d15093e95e09c5c77861f770be16478..737d0651809703124db7237784b5ec9363a7867d 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-90799-DependencyInjectionWithNonPublicPropertiesHasBeenRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-90799-DependencyInjectionWithNonPublicPropertiesHasBeenRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Breaking: #90799 - Dependency injection with non-public properties has been removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91473-DeprecatedFunctionalityRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91473-DeprecatedFunctionalityRemoved.rst
index 43db02e0330300b5fbb1971cbc6d1c1d16b91388..fe778d99aab4a36d793964e9f55a6d9f81e64618 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91473-DeprecatedFunctionalityRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91473-DeprecatedFunctionalityRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #91473 - Deprecated functionality removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91562-CObjectTEMPLATERemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91562-CObjectTEMPLATERemoved.rst
index 448983a86890021d55014e5eeb2aa28a3fcd99ce..47a6c628ddfdea802dbfbb43de000bbc960bb629 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91562-CObjectTEMPLATERemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91562-CObjectTEMPLATERemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Breaking: #91562 - cObject TEMPLATE removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91563-PHP-basedJSCSSInclusionsForFrontendRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91563-PHP-basedJSCSSInclusionsForFrontendRemoved.rst
index 7e4ac20bf3357a8e0682cb6afd618b0e2aa980aa..9c5c7c4c6ba1e55ad8edf9be50340840d610a7fc 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91563-PHP-basedJSCSSInclusionsForFrontendRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91563-PHP-basedJSCSSInclusionsForFrontendRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #91563 - PHP-based JS + CSS inclusions for Frontend removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91578-IrreRelatedJavaScriptHasBeenRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91578-IrreRelatedJavaScriptHasBeenRemoved.rst
index b6cb0d601750f3d17111340e890a2dba8c1e0a85..8448d4b145ac5d8c9e0765405d506f4a0c3dee01 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91578-IrreRelatedJavaScriptHasBeenRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91578-IrreRelatedJavaScriptHasBeenRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #91578 - IRRE related JavaScript has been removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91606-DatetimeOperationsInFormEngineRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91606-DatetimeOperationsInFormEngineRemoved.rst
index 836f1dfee27be56af3ef80c4ab43214fd94641e1..33b21d35739db1da087ed3a9bb4337db30f7326c 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91606-DatetimeOperationsInFormEngineRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91606-DatetimeOperationsInFormEngineRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #91606 - Date/time operations in FormEngine removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91740-DeprecatedIconIdentifierRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91740-DeprecatedIconIdentifierRemoved.rst
index 5f846aaa4f7dbfc9c3d4d160fe4faf296aa74443..6ab5d8f0a27317f4b371079d093af1af289bad2a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91740-DeprecatedIconIdentifierRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91740-DeprecatedIconIdentifierRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Breaking: #91740 - Deprecated icon identifier removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91782-LockToDomain.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91782-LockToDomain.rst
index 2309ba81ddfb49c040e9d3e3c30fff7124ff94c8..73d28826ad626ead3a605e472fa2d234d4c839de 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91782-LockToDomain.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91782-LockToDomain.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================================================
 Breaking: #91782 - lockToDomain feature for frontend users / groups and backend users / groups removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91906-StoreTransOrigDiffSourceFieldAsJson.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91906-StoreTransOrigDiffSourceFieldAsJson.rst
index 26bdbef4b71a87cb3bada1e039870a37b2c521c1..7990b32c7dd9ebcebf585a47ca22b3166375320d 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91906-StoreTransOrigDiffSourceFieldAsJson.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91906-StoreTransOrigDiffSourceFieldAsJson.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Breaking: #91906 - Store TransOrigDiffSourceField as json string
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91909-SysCollectionDatabaseTablesMovedIntoExternalExtension.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91909-SysCollectionDatabaseTablesMovedIntoExternalExtension.rst
index bd19c56e115a50826ab4575783ba3f5ce09add43..daf2e2157c76e50acda89059158eb515c8557b47 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91909-SysCollectionDatabaseTablesMovedIntoExternalExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91909-SysCollectionDatabaseTablesMovedIntoExternalExtension.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Breaking: #91909 - sys_collection database tables moved into external extension
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91974-ConfigurationOptionIPmaskMountGroupsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91974-ConfigurationOptionIPmaskMountGroupsRemoved.rst
index a54e601dfb963a3a9fb478ee53a98d911b1ef1a2..3f80d943a38157e391d974761d6fce7e70d84f12 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91974-ConfigurationOptionIPmaskMountGroupsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-91974-ConfigurationOptionIPmaskMountGroupsRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #91974 - Configuration Option IPmaskMountGroups removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92060-DroppedClassTYPO3CMSBackendViewPageTreeView.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92060-DroppedClassTYPO3CMSBackendViewPageTreeView.rst
index 11213cbc6960d7539fccdf51e3905e3f8847de4c..9db4f51815e0ce00f42a715260fa1a9b06b864a1 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92060-DroppedClassTYPO3CMSBackendViewPageTreeView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92060-DroppedClassTYPO3CMSBackendViewPageTreeView.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #92060 - Dropped class TYPO3\CMS\Backend\View\PageTreeView
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92118-TCACtrlThumbailSettingDropped.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92118-TCACtrlThumbailSettingDropped.rst
index 4cf5ac5136e05fe881643e492861ec4fff50d94c..f3586e11cc7579fcd756795dce5752a348c07d51 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92118-TCACtrlThumbailSettingDropped.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92118-TCACtrlThumbailSettingDropped.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Breaking: #92118 - TCA ctrl thumbail setting dropped
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92128-DatabaseRecordListDropHookToModifySearchFields.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92128-DatabaseRecordListDropHookToModifySearchFields.rst
index 4ba0f7cd22012981b10db1a5fc64173e33fb0f55..a37b591c2bf2d975e70c0e7ffa8e9bc2fe506e4f 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92128-DatabaseRecordListDropHookToModifySearchFields.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92128-DatabaseRecordListDropHookToModifySearchFields.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Breaking: #92128 - DatabaseRecordList: Drop hook to modify searchFields
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92132-LastRemainsOfGlobalsSOBERemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92132-LastRemainsOfGlobalsSOBERemoved.rst
index 12ca9a396547c431017710b38575bb74db902572..9a46898bb04938cf7c7d62ced3d500ad7f639d31 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92132-LastRemainsOfGlobalsSOBERemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92132-LastRemainsOfGlobalsSOBERemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #92132 - Last remains of globals SOBE removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92206-RemoveWorkspaceSwappingOfElements.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92206-RemoveWorkspaceSwappingOfElements.rst
index e6fa5005558f9e7b513beff8ae588ab8404d24c3..dc849b237bd25984d1639e69c6c9a02fe2966d0a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92206-RemoveWorkspaceSwappingOfElements.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92206-RemoveWorkspaceSwappingOfElements.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #92206 - Remove workspace swapping of elements
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92238-ServiceInjectionInExtbaseValidators.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92238-ServiceInjectionInExtbaseValidators.rst
index 53c9a620cad4b90dbb6d7e6a941de0f34b8bd136..84a09c0fe60c1ea6ee9c0253361ea3e2f08d046a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92238-ServiceInjectionInExtbaseValidators.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92238-ServiceInjectionInExtbaseValidators.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #92238 - Service injection in Extbase validators
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92289-DecoupleLogicOfResourceFactoryIntoStorageRepository.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92289-DecoupleLogicOfResourceFactoryIntoStorageRepository.rst
index df09f3e79fe33d16d7314344b8f18c45913d8d3f..ee35cade77766ca70742aa003d8d4aaf63f8be78 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92289-DecoupleLogicOfResourceFactoryIntoStorageRepository.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92289-DecoupleLogicOfResourceFactoryIntoStorageRepository.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Breaking: #92289 - Decouple logic of ResourceFactory into StorageRepository
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92352-NewDefaultPositionForRedirectMiddleware.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92352-NewDefaultPositionForRedirectMiddleware.rst
index 4978b28e4bdc4fe6cc7e66ecb8dc61a0c2e72343..4092aeb8996976a57614dbe18e6be662dba5c31d 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92352-NewDefaultPositionForRedirectMiddleware.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92352-NewDefaultPositionForRedirectMiddleware.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #92352 - New default position for redirect middleware
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92457-ExtensionRepositoryDatabaseTableRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92457-ExtensionRepositoryDatabaseTableRemoved.rst
index b5b83b202087a6e7abdb50af014e1441ac0a7f9c..6d7bcbdf39da0f3e27a53ef84988cbaf187ff79c 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92457-ExtensionRepositoryDatabaseTableRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92457-ExtensionRepositoryDatabaseTableRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #92457 - Extension Repository database table removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92497-WorkspacesMovePlaceholdersRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92497-WorkspacesMovePlaceholdersRemoved.rst
index c425a07bdcfd660acdc7831bec63f588cbe32639..d94bc75051dd01d14dd925b6cd30de2bb0426a07 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92497-WorkspacesMovePlaceholdersRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92497-WorkspacesMovePlaceholdersRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #92497 - Workspaces: Move Placeholders removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92499-AdminPanelDoesNotPreviewHiddenFrontendUserGroups.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92499-AdminPanelDoesNotPreviewHiddenFrontendUserGroups.rst
index 5d99e66260d94c73dfe2f3b05e39e14b7a33e803..4483c69ee778a9c1f8d001b9040541112df9218e 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92499-AdminPanelDoesNotPreviewHiddenFrontendUserGroups.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92499-AdminPanelDoesNotPreviewHiddenFrontendUserGroups.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #92499 - AdminPanel does not preview hidden Frontend User Groups
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92502-MakeExtbaseHandlePSR7ResponsesOnly.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92502-MakeExtbaseHandlePSR7ResponsesOnly.rst
index 4d2cb34decb6805b3c9ea03be959c29b1dbee5d8..f471392ecdf4c1ed8cac57eebbc5e63c4a925a79 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92502-MakeExtbaseHandlePSR7ResponsesOnly.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92502-MakeExtbaseHandlePSR7ResponsesOnly.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #92502 - Make Extbase handle PSR-7 responses only
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92513-MethodSignatureChangeOfTYPO3CMSExtbaseMvcControllerControllerInterfaceprocessRequest.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92513-MethodSignatureChangeOfTYPO3CMSExtbaseMvcControllerControllerInterfaceprocessRequest.rst
index 1cdc691c3dde56e87bca3d6c30b50e9779f66873..60b82b0e54d596e6a90f6e25ae999a1fb512af4a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92513-MethodSignatureChangeOfTYPO3CMSExtbaseMvcControllerControllerInterfaceprocessRequest.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92513-MethodSignatureChangeOfTYPO3CMSExtbaseMvcControllerControllerInterfaceprocessRequest.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================================================
 Breaking: #92513 - Method signature change of TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface::processRequest
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92529-AllFluidWidgetFunctionalityRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92529-AllFluidWidgetFunctionalityRemoved.rst
index d6956e174afaf21b62fefb44543cebbadf07651d..852a0bc63d3934fdc86751042667af5c69a0eee4 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92529-AllFluidWidgetFunctionalityRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92529-AllFluidWidgetFunctionalityRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #92529 - All Fluid widget functionality removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92532-SupportForExtension-in-extensionInstallationInExtensionManagerRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92532-SupportForExtension-in-extensionInstallationInExtensionManagerRemoved.rst
index 00152c522ffa071084365ef12c7ff105b10c49ab..b9cf4de11673935cb4c78f15dd364ee105fcc607 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92532-SupportForExtension-in-extensionInstallationInExtensionManagerRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92532-SupportForExtension-in-extensionInstallationInExtensionManagerRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================================
 Breaking: #92532 - Support for extension-in-extension installation in Extension Manager removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92558-DatabaseFieldBe_userscreatedByActionRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92558-DatabaseFieldBe_userscreatedByActionRemoved.rst
index fde265b450e38bdb6cb7b497c94c98779095225d..f3b3b744e108317875793b1b0ed6fe1e6e7d1a8e 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92558-DatabaseFieldBe_userscreatedByActionRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92558-DatabaseFieldBe_userscreatedByActionRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #92558 - Database Field be_users.createdByAction removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92559-RemovedPer-userIPLockingForBackendUsers.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92559-RemovedPer-userIPLockingForBackendUsers.rst
index 00d86531b29bee22bd0667bf523c6a77495c62e6..6e3624d25af9f4b0d50ac907cfdd92c8ab18d62a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92559-RemovedPer-userIPLockingForBackendUsers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92559-RemovedPer-userIPLockingForBackendUsers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Breaking: #92559 - Removed per-user IP locking for backend users
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92560-BackendEditorsCanAlwaysDeletePagesRecursive.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92560-BackendEditorsCanAlwaysDeletePagesRecursive.rst
index 5a5e965e075400a2b47243a15b036910b906bbd4..a4e1a0b143ba78cae7bf2a978714d57c5a334209 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92560-BackendEditorsCanAlwaysDeletePagesRecursive.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92560-BackendEditorsCanAlwaysDeletePagesRecursive.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #92560 - Backend editors can always delete pages recursive
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92582-ResizableTextAreaUserSettingDropped.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92582-ResizableTextAreaUserSettingDropped.rst
index de6c2d7226ee799261a1815639ee592c009f2faa..466ea59ebb9dc98deb23b36ec0d479e103d8a3f4 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92582-ResizableTextAreaUserSettingDropped.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92582-ResizableTextAreaUserSettingDropped.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #92582 - Resizable text area user setting dropped
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92590-RemovedSupportForExtensionUploadOfT3xFiles.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92590-RemovedSupportForExtensionUploadOfT3xFiles.rst
index 7209c703230e9cf4ccbbe20d7b8145c768a7fe83..6706ec9f60665f02bd5fadc7b9d70fea2a68ce7e 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92590-RemovedSupportForExtensionUploadOfT3xFiles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92590-RemovedSupportForExtensionUploadOfT3xFiles.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #92590 - Removed support for extension upload of t3x files
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92598-Workspace-overlaysAuto-fixThePIDValueForMovedRecords.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92598-Workspace-overlaysAuto-fixThePIDValueForMovedRecords.rst
index 9a9ee2fc2a9148e564933dbc4a97541cd9eb668f..1be6edce5588e6c31b7e9b0fa7c92ed35f6bc710 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92598-Workspace-overlaysAuto-fixThePIDValueForMovedRecords.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92598-Workspace-overlaysAuto-fixThePIDValueForMovedRecords.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Breaking: #92598 - Workspace-overlays auto-fix the PID value for moved records
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92609-UseControllerClassesWhenRegisteringPluginsmodules.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92609-UseControllerClassesWhenRegisteringPluginsmodules.rst
index cd2d104954255b0eb3ca1d5eb2a6aac4c59ee1b0..3e383d7221eeae1fe3b345e1fecd59d82a42ee30 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92609-UseControllerClassesWhenRegisteringPluginsmodules.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92609-UseControllerClassesWhenRegisteringPluginsmodules.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #92609 - Use controller classes when registering plugins/modules
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92678-CssClassCheckboxInvertRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92678-CssClassCheckboxInvertRemoved.rst
index 3df3c6999ca3bfae94e8942d078eb1dd4f7e9df3..a07d3f8673e9bfbaa227c22632a7688f4c954db8 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92678-CssClassCheckboxInvertRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92678-CssClassCheckboxInvertRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Breaking: #92678 - CSS class checkbox-invert removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92693-RemoveLinkHandlerLinktypeInLinkvalidator.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92693-RemoveLinkHandlerLinktypeInLinkvalidator.rst
index 8b54eb2f6c6e315be2bcced958660a11ab599b47..7c7fe5f542e7c793a23a8f22f01bec52df9cf3d4 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92693-RemoveLinkHandlerLinktypeInLinkvalidator.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92693-RemoveLinkHandlerLinktypeInLinkvalidator.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #92693 - Remove LinkHandler Linktype in Linkvalidator
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92791-NewPlaceholderRecordsRemovedInWorkspaces.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92791-NewPlaceholderRecordsRemovedInWorkspaces.rst
index a7bb213802e0d78afb618b64563fe43f361e0254..070da54ea9fb5f4e33feece23073425b1c42070a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92791-NewPlaceholderRecordsRemovedInWorkspaces.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92791-NewPlaceholderRecordsRemovedInWorkspaces.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #92791 - "New Placeholder" records removed in Workspaces
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92801-RemovedFailedLoginFunctionalityFromUserAuthenticationObject.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92801-RemovedFailedLoginFunctionalityFromUserAuthenticationObject.rst
index 31a97c91ea34bbb059099a39705a7f8aa85ae33d..b1f44ab31071b60d97045a2d5a031e3466efbfd1 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92801-RemovedFailedLoginFunctionalityFromUserAuthenticationObject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92801-RemovedFailedLoginFunctionalityFromUserAuthenticationObject.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================
 Breaking: #92801 - Removed "Failed Login" functionality from User Authentication object
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92802-DatabaseBasedAuthenticationTimeoutFieldRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92802-DatabaseBasedAuthenticationTimeoutFieldRemoved.rst
index b6af091596e0995b9b2acb102a1b70c3c757a21a..e3f9a87df37ef15577e79d56e033e8603af05ff7 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92802-DatabaseBasedAuthenticationTimeoutFieldRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92802-DatabaseBasedAuthenticationTimeoutFieldRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Breaking: #92802 - User-database-based authentication timeout field removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92807-RemovedFeatureForKeepingSessionDataOnFrontendUserLogout.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92807-RemovedFeatureForKeepingSessionDataOnFrontendUserLogout.rst
index cf22f244271c1395302f9e731316ec73557e2811..241e3ff5089cc081f618ce2c2b70d75808ba8dd5 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92807-RemovedFeatureForKeepingSessionDataOnFrontendUserLogout.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92807-RemovedFeatureForKeepingSessionDataOnFrontendUserLogout.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Breaking: #92807 - Removed feature for keeping session data on frontend user logout
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92837-RemoveSettingModweb_layoutdisableAdvanced.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92837-RemoveSettingModweb_layoutdisableAdvanced.rst
index e5a5cebd7388c3b59fcebd845d591484e0e3140b..d9e165b84ed113e2b2dab808756e6786de7787a9 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92837-RemoveSettingModweb_layoutdisableAdvanced.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92837-RemoveSettingModweb_layoutdisableAdvanced.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #92837 - Removed setting mod.web_layout.disableAdvanced
@@ -9,7 +9,7 @@ See :issue:`92837`
 Description
 ===========
 
-The TSconfig setting :ts:`mod.web_layout.disableAdvanced` has been used to disable the
+The TSconfig setting :typoscript:`mod.web_layout.disableAdvanced` has been used to disable the
 "clear cache"-button in the page module.
 
 Since this behaviour can be triggered through various other ways like the context menu or
@@ -19,14 +19,14 @@ by just saving the page record, this feature has been removed completely.
 Impact
 ======
 
-The setting :ts:`mod.web_layout.disableAdvanced` is not evaluated anymore and the "clear cache"-button
+The setting :typoscript:`mod.web_layout.disableAdvanced` is not evaluated anymore and the "clear cache"-button
 is always shown.
 
 
 Affected Installations
 ======================
 
-TYPO3 installations using the setting :ts:`mod.web_layout.disableAdvanced`.
+TYPO3 installations using the setting :typoscript:`mod.web_layout.disableAdvanced`.
 
 
 Migration
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92838-AdditionalWorkspaceServicesDropped.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92838-AdditionalWorkspaceServicesDropped.rst
index f1543b67093bb5ac8844e0f4ea06257b142f2a29..b85b1067a57c6c0471cd1ef6564280e7dbc12b91 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92838-AdditionalWorkspaceServicesDropped.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92838-AdditionalWorkspaceServicesDropped.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #92838 - Additional workspace services dropped
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92853-MethodCanProcessRequestHasBeenRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92853-MethodCanProcessRequestHasBeenRemoved.rst
index ca42663bcc01fe336bd419d9aa47de9aef9bf096..f083ef0422884013ca3c8e8a31fa183cbf704dc8 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92853-MethodCanProcessRequestHasBeenRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92853-MethodCanProcessRequestHasBeenRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #92853 - Method canProcessRequest has been removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92940-GlobalOptionLockBeUserToDBmountsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92940-GlobalOptionLockBeUserToDBmountsRemoved.rst
index 6293d4f62d831ef6d068c9e20e3de5bd1d3f21ff..5da26168fcd2cb38a967e7db93b687f7494d2e7d 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92940-GlobalOptionLockBeUserToDBmountsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92940-GlobalOptionLockBeUserToDBmountsRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #92940 - Global option "lockBeUserToDBmounts" removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92941-LockToIPUserTsConfigOptionRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92941-LockToIPUserTsConfigOptionRemoved.rst
index 1b44b20f3f08d686a505964a8b4be6ac45fcc6dd..977897ded17c308efc73cd1fa771e77f49daa4a2 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92941-LockToIPUserTsConfigOptionRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92941-LockToIPUserTsConfigOptionRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #92941 - "lockToIP" UserTsConfig option removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92989-AbstractUserAuthentication-loginFailureRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92989-AbstractUserAuthentication-loginFailureRemoved.rst
index b134134f791faf53985730684e36f093fab71ebc..3ac9afeda85dbc7a86e713097aaca107c2a91472 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92989-AbstractUserAuthentication-loginFailureRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92989-AbstractUserAuthentication-loginFailureRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Breaking: #92989 - AbstractUserAuthentication->loginFailure removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92990-AbstractUserAuthentication-svConfigRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92990-AbstractUserAuthentication-svConfigRemoved.rst
index 055b9f1b772711ad31b4ef99d61f55087649c5d6..71d4b61f77a86f7176a07e62f0bdcb5c482a288b 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92990-AbstractUserAuthentication-svConfigRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92990-AbstractUserAuthentication-svConfigRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #92990 - AbstractUserAuthentication->svConfig removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92993-GenericSearchStatisticsFromIndexedSearchRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92993-GenericSearchStatisticsFromIndexedSearchRemoved.rst
index c1b2dbc8caa6c5241c4fdfc9d2570136e5e7baed..3c660cef87b3f441314be59faafbf130656bdcb7 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92993-GenericSearchStatisticsFromIndexedSearchRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92993-GenericSearchStatisticsFromIndexedSearchRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Breaking: #92993 - Generic search statistics from indexed search removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92997-Authentication-relatedHTTPCacheHeadersAreEmittedOnlyByPSR-15Middlewares.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92997-Authentication-relatedHTTPCacheHeadersAreEmittedOnlyByPSR-15Middlewares.rst
index 31160736258a0f3cbde2f88426bbf32651ab4e17..9b0030fbbfc99944ec9416a2a86782503e45455a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92997-Authentication-relatedHTTPCacheHeadersAreEmittedOnlyByPSR-15Middlewares.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-92997-Authentication-relatedHTTPCacheHeadersAreEmittedOnlyByPSR-15Middlewares.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================================
 Breaking: #92997 - Authentication-related HTTP cache headers are emitted only by PSR-15 middlewares
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93002-SupportForSessionTransferViaFE_SESSION_KEYRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93002-SupportForSessionTransferViaFE_SESSION_KEYRemoved.rst
index bcfb3f6c221e8b546333738b9fdbc1a61a9ffbc6..78effdbffd6d07133aa2cb9dbfe945bf4307a428 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93002-SupportForSessionTransferViaFE_SESSION_KEYRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93002-SupportForSessionTransferViaFE_SESSION_KEYRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #93002 - Support for session transfer via FE_SESSION_KEY removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93003-LimitationOfPageRendererToOnlyRenderFullPage.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93003-LimitationOfPageRendererToOnlyRenderFullPage.rst
index 57e3d1a91ce3b08f821e81af2b30c7b5fa3b9a61..086e909b9a5e7d14c04965f0e7d16fd5bea026a1 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93003-LimitationOfPageRendererToOnlyRenderFullPage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93003-LimitationOfPageRendererToOnlyRenderFullPage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #93003 - PageRenderer renders only full page
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93023-ReworkedSessionHandling.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93023-ReworkedSessionHandling.rst
index 83660872861c8e5e82a104b364b99eac059f86d5..12833868378a3df803fe99ff009f41136ff33b9b 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93023-ReworkedSessionHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93023-ReworkedSessionHandling.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _changelog-Breaking-93023-ReworkedSessionHandling:
 
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93029-DroppedDeletedFieldFromSys_refindex.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93029-DroppedDeletedFieldFromSys_refindex.rst
index 4941f5d7503e889957b68edf90dae25d0f2dbaa3..d94f11ab4e1c411a81c32caf1761408d8da176e3 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93029-DroppedDeletedFieldFromSys_refindex.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93029-DroppedDeletedFieldFromSys_refindex.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #93029 - Dropped deleted field from sys_refindex
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93041-RemoveTypoScriptOptionAddQueryStringmethod.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93041-RemoveTypoScriptOptionAddQueryStringmethod.rst
index 18d19bec4a2c56aca6029f6f0714c09d203f089c..70fe7b462dd82967c3bf350ab29582e251961bbd 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93041-RemoveTypoScriptOptionAddQueryStringmethod.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93041-RemoveTypoScriptOptionAddQueryStringmethod.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #93041 - Remove TypoScript option addQueryString.method
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93047-RemovedPropertySendNoCacheHeadersInAbstractUserAuthentication.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93047-RemovedPropertySendNoCacheHeadersInAbstractUserAuthentication.rst
index 6c680b79debcb1b457d3da251dbf41ce20c92193..103605f8c6d70877c03b9104b748a6e837d7307a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93047-RemovedPropertySendNoCacheHeadersInAbstractUserAuthentication.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93047-RemovedPropertySendNoCacheHeadersInAbstractUserAuthentication.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Breaking: #93047 - Removed property sendNoCacheHeaders in AbstractUserAuthentication
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93048-BackendURLRewrites.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93048-BackendURLRewrites.rst
index 0e00d8e5d03a1862f39d8e40b31b3291b8f15344..de5236001513bd25753d9b4ff13d329848394ef2 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93048-BackendURLRewrites.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93048-BackendURLRewrites.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _changelog-Breaking-93048-BackendURLRewrites:
 
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93056-RemovedHooksWhenRetrievingBackendUserGroups.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93056-RemovedHooksWhenRetrievingBackendUserGroups.rst
index 75a449a5f3efb05924aa810a8db118e8d5a6eaac..ec9f75a497fd1709fb2e9c32a87ec76888490ace 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93056-RemovedHooksWhenRetrievingBackendUserGroups.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93056-RemovedHooksWhenRetrievingBackendUserGroups.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #93056 - Removed hooks when retrieving Backend user groups
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93062-VariousGroup-relatedPublicPropertiesInBE_USERRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93062-VariousGroup-relatedPublicPropertiesInBE_USERRemoved.rst
index ba279e593e52ad83bc17981c34ff6778b72a3825..e1adbe5e36598e74d0dc4d6adfce1fd68c06bac9 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93062-VariousGroup-relatedPublicPropertiesInBE_USERRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93062-VariousGroup-relatedPublicPropertiesInBE_USERRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Breaking: #93062 - Various group-related public properties in BE_USER removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93073-AbstractUserAuthentication-forceSetCookieRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93073-AbstractUserAuthentication-forceSetCookieRemoved.rst
index ad1fe7df46561d1e279793c1a39db26822feabd8..72b061e582a96578c6fea8ce6a73ac4eeb47fd0b 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93073-AbstractUserAuthentication-forceSetCookieRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93073-AbstractUserAuthentication-forceSetCookieRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #93073 - AbstractUserAuthentication->forceSetCookie removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93077-RemovedUnneededConfigurationsInPageLayoutView.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93077-RemovedUnneededConfigurationsInPageLayoutView.rst
index 5e3a564ce624144849f8cf7a464f9e5735d72d64..13c1a610a3093debc5a2bc9a0ab5e0afcd829d6e 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93077-RemovedUnneededConfigurationsInPageLayoutView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93077-RemovedUnneededConfigurationsInPageLayoutView.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #93077 - Removed unneeded configurations in PageLayoutView
@@ -11,21 +11,21 @@ Description
 
 The following TSconfig settings have been removed in favor of strong defaults and less configuration:
 
-- :ts:`mod.web_layout.disableIconToolbar`
-- :ts:`mod.web_layout.disableSearchBox`
+- :typoscript:`mod.web_layout.disableIconToolbar`
+- :typoscript:`mod.web_layout.disableSearchBox`
 
 
 Impact
 ======
 
-The settings :ts:`mod.web_layout.disableIconToolbar` and :ts:`mod.web_layout.disableSearchBox` are
+The settings :typoscript:`mod.web_layout.disableIconToolbar` and :typoscript:`mod.web_layout.disableSearchBox` are
 not evaluated anymore and the edit button and the search box are always shown in the page module.
 
 
 Affected Installations
 ======================
 
-TYPO3 installations using the settings :ts:`mod.web_layout.disableIconToolbar` or :ts:`mod.web_layout.disableSearchBox`.
+TYPO3 installations using the settings :typoscript:`mod.web_layout.disableIconToolbar` or :typoscript:`mod.web_layout.disableSearchBox`.
 
 
 Migration
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93080-RelationHandlerInternalsProtected.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93080-RelationHandlerInternalsProtected.rst
index cbfe277d90a2d028e432639ce4d0334621a7b52f..5ea9cebad9bd1b981846aa10896a74937873bdd0 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93080-RelationHandlerInternalsProtected.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93080-RelationHandlerInternalsProtected.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #93080 - RelationHandler internals protected
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93081-RemovedFetchingTranslationFileMirrorFromTypo3org.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93081-RemovedFetchingTranslationFileMirrorFromTypo3org.rst
index 7328dbc22f57d2993c3c4b8548e931ae39da23a5..5796a11eb34cb3fe4ff38e6f1f98e186b587b26b 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93081-RemovedFetchingTranslationFileMirrorFromTypo3org.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93081-RemovedFetchingTranslationFileMirrorFromTypo3org.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #93081 - Removed fetching translation file mirror from typo3.org
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93083-Classext_updatephpHandlingRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93083-Classext_updatephpHandlingRemoved.rst
index ba317da25ce715cf3d9df6351cedd3ba8602b4a2..6fb807c65bb26d5337982ccc56e14d3687a4d73c 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93083-Classext_updatephpHandlingRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93083-Classext_updatephpHandlingRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #93083 - class.ext_update.php handling removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93093-ReworkShortcutPHPAPI.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93093-ReworkShortcutPHPAPI.rst
index cb84e46b32bccfc37f2235427a5d3898c48964e0..a0e0c9f2bc8db95fa137f4542f4ae240f3b705f2 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93093-ReworkShortcutPHPAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93093-ReworkShortcutPHPAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _changelog-Breaking-93093-ReworkShortcutPHPAPI:
 
@@ -114,7 +114,7 @@ Migration
 Update the database schema (only "Add fields to tables") and run the
 `shortcutRecordsMigration` upgrade wizard either in the install tool or on
 CLI with
-:shell:`./typo3/sysext/core/bin/typo3 upgrade:run shortcutRecordsMigration`.
+:bash:`./typo3/sysext/core/bin/typo3 upgrade:run shortcutRecordsMigration`.
 Remove the unused :sql:`module_name` and :sql:`url` columns only after running
 the wizard.
 
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93108-ReworkedInternalUserGroupFetchingForFrontendUsers.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93108-ReworkedInternalUserGroupFetchingForFrontendUsers.rst
index 8a67b1b33c48a9cd5694a98d57157e75e5cb45fc..fc08f5eb67783c9d25ad1939af4d436c840a45e6 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93108-ReworkedInternalUserGroupFetchingForFrontendUsers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93108-ReworkedInternalUserGroupFetchingForFrontendUsers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Breaking: #93108 - Reworked internal user group fetching for frontend users
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93110-IndexedSearchDoesNotProvideHookForEXTcrawlerAnymore.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93110-IndexedSearchDoesNotProvideHookForEXTcrawlerAnymore.rst
index d5913344bfb9d655a3e753538ddc895e19f5b968..239d6146a550e4f36027b00b84d5cf6b983d3b62 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93110-IndexedSearchDoesNotProvideHookForEXTcrawlerAnymore.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-93110-IndexedSearchDoesNotProvideHookForEXTcrawlerAnymore.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Breaking: #93110 - Indexed search does not provide hook for EXT:crawler anymore
@@ -36,4 +36,4 @@ Migration
 None until a more flexible solution is provided, however
 this only affects the maintainers of EXT:crawler.
 
-.. index:: PHP-API, NotScanned, ext:indexed_search
\ No newline at end of file
+.. index:: PHP-API, NotScanned, ext:indexed_search
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-94861-DeprecatedFormMixinsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-94861-DeprecatedFormMixinsRemoved.rst
index cabe4011a33bf157143e2949fdd473c1dc08fb6e..d7379ea1facbc2e8bde03cd95c3bb209a15a696c 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-94861-DeprecatedFormMixinsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Breaking-94861-DeprecatedFormMixinsRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Breaking: #94861 - Deprecated form mixins removed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-89938-DeprecatedLanguageModeInTypo3QuerySettings.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-89938-DeprecatedLanguageModeInTypo3QuerySettings.rst
index 08b8bd2e93fc931a39db0c3cee84f252bff7e2ac..83d5eda37e70a407d0ae67624cec7b2449a63d24 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-89938-DeprecatedLanguageModeInTypo3QuerySettings.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-89938-DeprecatedLanguageModeInTypo3QuerySettings.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #89938 - Language mode in Typo3QuerySettings
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-91606-GlobalDatetimePickerInitialization.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-91606-GlobalDatetimePickerInitialization.rst
index 4df4cef73afd3d955183e6715caf5c62d773f085..bb6e7d0c8bac0f05c42811d6d2ddb36ffc9c84a7 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-91606-GlobalDatetimePickerInitialization.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-91606-GlobalDatetimePickerInitialization.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Deprecation: #91606 - Global Datetime Picker initialization
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-91911-OptionElOfTypeJQueryInFormEnginesetSelectOptionFromExternalSource.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-91911-OptionElOfTypeJQueryInFormEnginesetSelectOptionFromExternalSource.rst
index 76eec096a4928b8eca4151373cb9679c20c13826..0f9523af8a9d29c4fcac4f82eb361a674cd55873 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-91911-OptionElOfTypeJQueryInFormEnginesetSelectOptionFromExternalSource.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-91911-OptionElOfTypeJQueryInFormEnginesetSelectOptionFromExternalSource.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================================
 Deprecation: #91911 - optionEl of type jQuery in FormEngine.setSelectOptionFromExternalSource
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92062-MigrateRecordListControllerHooksToAnPSR-14Event.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92062-MigrateRecordListControllerHooksToAnPSR-14Event.rst
index f4d2f1b996c06b4ebc533f685130dd8d6993a017..94b26d7d994e9dd000eea4b209a193d40458a7c5 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92062-MigrateRecordListControllerHooksToAnPSR-14Event.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92062-MigrateRecordListControllerHooksToAnPSR-14Event.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Deprecation: #92062 - Migrate RecordListController hooks to PSR-14 event
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92080-DeprecatedQueryGeneratorAndQueryView.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92080-DeprecatedQueryGeneratorAndQueryView.rst
index f1f433880ecff56fc234ec4f530581aa6875e0d1..2609efa5c11a584082746ee721ba788232b8733d 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92080-DeprecatedQueryGeneratorAndQueryView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92080-DeprecatedQueryGeneratorAndQueryView.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Deprecation: #92080 - QueryGenerator and QueryView
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92132-DeprecatedShortcutPHPAPI.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92132-DeprecatedShortcutPHPAPI.rst
index 142eb54a7833a4f2b188185d64857999879be1c8..1dbf780034bfd915eed2593c3626059133072149 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92132-DeprecatedShortcutPHPAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92132-DeprecatedShortcutPHPAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================
 Deprecation: #92132 - Shortcut PHP API
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92132-DeprecatedViewHelperFbebuttonsshortcut.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92132-DeprecatedViewHelperFbebuttonsshortcut.rst
index d6997fa8bbedeb5c5d39864a5adc70e933195e34..535756eb439ae84b005b3fb75aa13373527bee0a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92132-DeprecatedViewHelperFbebuttonsshortcut.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92132-DeprecatedViewHelperFbebuttonsshortcut.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Deprecation: #92132 - ViewHelper f:be.buttons.shortcut
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92386-DeprecatedExtbasePropertyInjection.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92386-DeprecatedExtbasePropertyInjection.rst
index 667a5d69094871eff92720206c3a74628df86c26..90e39c66aca6b422087888f7794a89a418f3bac3 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92386-DeprecatedExtbasePropertyInjection.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92386-DeprecatedExtbasePropertyInjection.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Deprecation: #92386 - Extbase property injection
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92435-DeprecatedStandaloneViewForEmailFinisher.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92435-DeprecatedStandaloneViewForEmailFinisher.rst
index 505b8c11ce54b7dd1d38c1d3c20197b3f0188abc..1ff2d7edeb064e41232c86c7ac3397406f952df3 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92435-DeprecatedStandaloneViewForEmailFinisher.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92435-DeprecatedStandaloneViewForEmailFinisher.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Deprecation: #92435 - StandaloneView for EmailFinisher
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92551-GeneralUtilityMethodsRelatedToPagesl18n_cfgBehavior.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92551-GeneralUtilityMethodsRelatedToPagesl18n_cfgBehavior.rst
index 9befe008ddc7ad166eb34fab44b96e2e2af74780..37a5c256d4ec8dccff3dcf1c890f74a0193fe2d7 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92551-GeneralUtilityMethodsRelatedToPagesl18n_cfgBehavior.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92551-GeneralUtilityMethodsRelatedToPagesl18n_cfgBehavior.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Deprecation: #92551 - GeneralUtility methods related to pages.l18n_cfg behavior
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92583-DeprecateLastArgumentsOfWrapClickMenuOnIcon.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92583-DeprecateLastArgumentsOfWrapClickMenuOnIcon.rst
index d7eb006114a7d95c71a8159b772a2e68820846eb..93394c0fd8c46328a33a07e17c94a2b5a2e9c4c1 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92583-DeprecateLastArgumentsOfWrapClickMenuOnIcon.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92583-DeprecateLastArgumentsOfWrapClickMenuOnIcon.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Deprecation: #92583 - 3 last arguments of wrapClickMenuOnIcon()
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92598-Workspace-relatedMethodsFixVersioningPid.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92598-Workspace-relatedMethodsFixVersioningPid.rst
index 93a4512f22be36f0bfd0174d595384f272edc5df..86f3761c77bec840b69cec96a2c1d7215b8349d6 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92598-Workspace-relatedMethodsFixVersioningPid.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92598-Workspace-relatedMethodsFixVersioningPid.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Deprecation: #92598 - Workspace-related methods "fixVersioningPid"
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92607-DeprecatedGeneralUtilityuniqueList.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92607-DeprecatedGeneralUtilityuniqueList.rst
index 64ad46d73d019aec029421a9577d7bb146cc2019..16d4391a45892f3e57ba9433547b82258bac1517 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92607-DeprecatedGeneralUtilityuniqueList.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92607-DeprecatedGeneralUtilityuniqueList.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Deprecation: #92607 - GeneralUtility::uniqueList
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92784-ExtbaseControllerActionsMustReturnResponseInterface.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92784-ExtbaseControllerActionsMustReturnResponseInterface.rst
index f2aabd19e1f3518dda372e0f9b9fe5c5b7a03902..fae446669922ab1a3518602bc0bea1382f43e28a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92784-ExtbaseControllerActionsMustReturnResponseInterface.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92784-ExtbaseControllerActionsMustReturnResponseInterface.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Deprecation: #92784 - Extbase controller actions must return ResponseInterface
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92815-ActionControllerForward.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92815-ActionControllerForward.rst
index f7b6a35aa27bc26b67189b42e8db9cb603c55002..b66909163b27bc961108f4917c65938a7cdcbda4 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92815-ActionControllerForward.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92815-ActionControllerForward.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Deprecation: #92815 - ActionController::forward()
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92922-UseOfRecordUidInAbstractTreeViewgetIcon.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92922-UseOfRecordUidInAbstractTreeViewgetIcon.rst
index e90a1e0c050d6449ec56e1dba526809404ff92d9..72deba0c4d20779bd9d6b3d962f891a469451742 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92922-UseOfRecordUidInAbstractTreeViewgetIcon.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92922-UseOfRecordUidInAbstractTreeViewgetIcon.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Deprecation: #92922 - Use of record uid in AbstractTreeView::getIcon()
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92947-DeprecateTYPO3_MODEAndTYPO3_REQUESTTYPEConstants.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92947-DeprecateTYPO3_MODEAndTYPO3_REQUESTTYPEConstants.rst
index 7e53dbff7b497e77efcc136cfba8188d4abbc6a6..54fb507d2d2e3769d7b88932fda04eb04c7649ee 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92947-DeprecateTYPO3_MODEAndTYPO3_REQUESTTYPEConstants.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-92947-DeprecateTYPO3_MODEAndTYPO3_REQUESTTYPEConstants.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Deprecation: #92947 - TYPO3_MODE and TYPO3_REQUESTTYPE constants
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-93023-ReworkedSessionHandling.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-93023-ReworkedSessionHandling.rst
index e77ccccdb2a3b0072201871e2ad18beb32d99e12..80a0edc063bb8cad4e0702d1e74a50caf710f29b 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-93023-ReworkedSessionHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-93023-ReworkedSessionHandling.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _changelog-Deprecation-93023-ReworkedSessionHandling:
 
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-93038-ReferenceIndexRuntimeCache.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-93038-ReferenceIndexRuntimeCache.rst
index 181eea0f84fccc3037bc65f0696ae7fbea6bc752..e302e11cd99fb0bc239382770e86718d5b4f202d 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-93038-ReferenceIndexRuntimeCache.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-93038-ReferenceIndexRuntimeCache.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Deprecation: #93038 - ReferenceIndex runtime cache
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-93060-ShortcutTitleMustBeSetByControllers.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-93060-ShortcutTitleMustBeSetByControllers.rst
index 5de5b80d8fd1fd5aabdbc7a3ef4c8e52dd2456e7..21dc7e5abc1a84945fa7aff49733cdb08066b9d9 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-93060-ShortcutTitleMustBeSetByControllers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-93060-ShortcutTitleMustBeSetByControllers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _changelog-Deprecation-93060-ShortcutTitleMustBeSetByControllers:
 
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-93093-DeprecateMethodNameInShortcutPHPAPI.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-93093-DeprecateMethodNameInShortcutPHPAPI.rst
index e34001a3eefe50b6c9b80f65572d8a2bfc32e02e..9af023b82a7b1dde8530574ef7ea3daacde0f3c5 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-93093-DeprecateMethodNameInShortcutPHPAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Deprecation-93093-DeprecateMethodNameInShortcutPHPAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _changelog-Deprecation-93093-DeprecateMethodNameInShortcutPHPAPI:
 
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-29342-ImproveValidatorTask.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-29342-ImproveValidatorTask.rst
index cfa48c706bbc64a1024e6fd0c6409a0355e290e4..f5da5d8188b9ba10aedcceb067e080e1c3ec6894 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-29342-ImproveValidatorTask.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-29342-ImproveValidatorTask.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================
 Feature: #29342 - Improve ValidatorTask
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-83814-AddSystemNotesCreationButtonToModulesButtonBar.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-83814-AddSystemNotesCreationButtonToModulesButtonBar.rst
index fb3e614479ff2dcfd13e36f7bd648c21865d8ee5..41b9de73b8008c3c668d3bcb5ddd92d42c60f180 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-83814-AddSystemNotesCreationButtonToModulesButtonBar.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-83814-AddSystemNotesCreationButtonToModulesButtonBar.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Feature: #83814 - Add system notes creation button to modules button bar
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-87301-SecureCookiesEnabledByDefault.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-87301-SecureCookiesEnabledByDefault.rst
index 78068b8ac2f683b8dad22f255c5aa109f91da315..289e2aa28f0e68acb322d7c069a3ea0334a55ae3 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-87301-SecureCookiesEnabledByDefault.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-87301-SecureCookiesEnabledByDefault.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #87301 - Secure cookies enabled by default
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-88276-TypoScriptConditionForPageLayout.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-88276-TypoScriptConditionForPageLayout.rst
index 508f7d69cc57ecf3fd7a259d2ac3a7d59cc36772..4da9213b9925dc3eac7f7d6905a717fb6912d055 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-88276-TypoScriptConditionForPageLayout.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-88276-TypoScriptConditionForPageLayout.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #88276 - TypoScript Condition for page layout
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-89496-MakeContextMenuUsableViaKeyboard.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-89496-MakeContextMenuUsableViaKeyboard.rst
index 7026b2cce0f875a60963240b11719bfe05ea0f5e..fe47998e605ec6308c985e65728f3bc13a6c866a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-89496-MakeContextMenuUsableViaKeyboard.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-89496-MakeContextMenuUsableViaKeyboard.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #89496: Make context menu usable via keyboard
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91712-RedirectModuleCleanupSchedulerTask.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91712-RedirectModuleCleanupSchedulerTask.rst
index f9fe706f01ff93696ccc2a60ca81d16cf2e2a007..e00b467c0bbeda302fc9295be7332bac00257913 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91712-RedirectModuleCleanupSchedulerTask.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91712-RedirectModuleCleanupSchedulerTask.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #91712 - Cleanup scheduler task and CLI command for redirects
@@ -31,8 +31,8 @@ Depending on the settings, the query will look like:
 
 For the CLI command, the same options exist:
 
-- :shell:`bin/typo3 redirects:cleanup --domain foo.com --domain bar.com --age 90 --hitCount 100 --path "/foo/bar%" --statusCode 302 --statusCode 303`
-- :shell:`bin/typo3 redirects:cleanup -d foo.com -d bar.com -a 90 -c 100 -p "/foo/bar%" -s 302 -s 303`
+- :bash:`bin/typo3 redirects:cleanup --domain foo.com --domain bar.com --age 90 --hitCount 100 --path "/foo/bar%" --statusCode 302 --statusCode 303`
+- :bash:`bin/typo3 redirects:cleanup -d foo.com -d bar.com -a 90 -c 100 -p "/foo/bar%" -s 302 -s 303`
 
 The options of this command in detail:
 
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91719-CustomErrorMessagesInRegularExpressionValidator.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91719-CustomErrorMessagesInRegularExpressionValidator.rst
index 3a8758ff11c449941adde0871a97978df35b07fe..364499fbd081635e99472cde40fdaa35e0365544 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91719-CustomErrorMessagesInRegularExpressionValidator.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91719-CustomErrorMessagesInRegularExpressionValidator.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #91719 - Custom error messages in RegularExpressionValidator
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91738-IntroduceWrapperForSessionStorage.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91738-IntroduceWrapperForSessionStorage.rst
index e9b60bd239c132273f60c15c7266884e46d0726a..2f708f6ddb86eb179b7b04b50aa291e9445a80a5 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91738-IntroduceWrapperForSessionStorage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91738-IntroduceWrapperForSessionStorage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #91738 - Introduce wrapper for sessionStorage
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91810-IntroduceLit-htmlAndLit-elementAsClient-sideTemplatingEngine.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91810-IntroduceLit-htmlAndLit-elementAsClient-sideTemplatingEngine.rst
index fc19d9e588331566e9d290ee32d0af4c219b4548..be92dc2b17ef4e0a7f375514e206893d7128caab 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91810-IntroduceLit-htmlAndLit-elementAsClient-sideTemplatingEngine.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91810-IntroduceLit-htmlAndLit-elementAsClient-sideTemplatingEngine.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================================
 Feature: #91810 - Introduce lit-html and lit-element as client-side templating engine
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91859-AllowSelectCheckBoxGroupsToBeInitiallyExpanded.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91859-AllowSelectCheckBoxGroupsToBeInitiallyExpanded.rst
index 257eb0ee4f553e554f61f6ee8037009396696be9..038be8ffe198dfffc2331f5343cd8137e9e2ab37 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91859-AllowSelectCheckBoxGroupsToBeInitiallyExpanded.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91859-AllowSelectCheckBoxGroupsToBeInitiallyExpanded.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #91859 - Allow SelectCheckBox groups to be initially expanded
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91890-ColumnOrderingInRedirectsOverview.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91890-ColumnOrderingInRedirectsOverview.rst
index 8e90306e3f561c84788fa537f57623099a3047b0..0c33ed58368be435d20c784129ceeead13715811 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91890-ColumnOrderingInRedirectsOverview.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-91890-ColumnOrderingInRedirectsOverview.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Feature: #91890 - Allow ordering of displayed columns in redirects overview
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92022-ShowWeekNumbersInDateTimePickerForEditors.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92022-ShowWeekNumbersInDateTimePickerForEditors.rst
index 35a2814ebe62a909995c93b9a717a28ebf4644ef..042e3fe895b13c773187d7141797c4bdff87d867 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92022-ShowWeekNumbersInDateTimePickerForEditors.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92022-ShowWeekNumbersInDateTimePickerForEditors.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #92022 - Show week numbers in DateTimePicker for editors
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92334-X-Redirect-ByHeaderForPagesWithRedirectTypes.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92334-X-Redirect-ByHeaderForPagesWithRedirectTypes.rst
index cd4801f413b0458c96b445d17c114e231b28a16c..2674458f4729b4a0d68f60db15409a0fb543959c 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92334-X-Redirect-ByHeaderForPagesWithRedirectTypes.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92334-X-Redirect-ByHeaderForPagesWithRedirectTypes.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #92334 - X-Redirect-By Header for pages with redirect types
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92337-AllowTranslatableLabelsForBookmarkGroups.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92337-AllowTranslatableLabelsForBookmarkGroups.rst
index 65b51cc144bdcc4e8c9d91c5ea8fbd514986c53e..f4f68c8f80339e30ca63c565f23ec9923069e0bd 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92337-AllowTranslatableLabelsForBookmarkGroups.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92337-AllowTranslatableLabelsForBookmarkGroups.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #92337 - Allow translatable labels for bookmark groups
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92366-ShowFragmentsInPreviewOfInputLinkElement.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92366-ShowFragmentsInPreviewOfInputLinkElement.rst
index 93ff0a47b17019f068da090f75639bb7f247e041..78d05f4d49429d8134eba51e2c5cbe8b1013f009 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92366-ShowFragmentsInPreviewOfInputLinkElement.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92366-ShowFragmentsInPreviewOfInputLinkElement.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #92366 - Show fragments in preview of InputLinkElement
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92423-EnablePlaceholderConfigForCkeditor.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92423-EnablePlaceholderConfigForCkeditor.rst
index 2c468b0809bdc8b771d0451ad19844a1796a7ae4..000fc726d6cc453d412204477d21055928e8cdf7 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92423-EnablePlaceholderConfigForCkeditor.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92423-EnablePlaceholderConfigForCkeditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #92423 - Enable placeholder config for ckeditor
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92457-ImprovedExtensionRepositoryAPI.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92457-ImprovedExtensionRepositoryAPI.rst
index 60c4d0496f4e7b0546e714a1508a91e8fafe8a97..d89bff71d796104da57fc4e795f5b93bfe693b89 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92457-ImprovedExtensionRepositoryAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92457-ImprovedExtensionRepositoryAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #92457 - Improved Extension Repository API
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92462-AddOptionalDefaultValuesArgumentToNewRecordViewHelpers.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92462-AddOptionalDefaultValuesArgumentToNewRecordViewHelpers.rst
index 2e24c7f5ffc06ff43ddcc7f0103991b61b94375a..ba0258b378ce5702535f5883e129349cbe615f15 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92462-AddOptionalDefaultValuesArgumentToNewRecordViewHelpers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92462-AddOptionalDefaultValuesArgumentToNewRecordViewHelpers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Feature: #92462 - Add optional "defaultValues" argument to newRecord ViewHelpers
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92486-AddFieldControlToFile_collectionsOfTt_content.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92486-AddFieldControlToFile_collectionsOfTt_content.rst
index cf28a46ce0cb3eebb1327ebe64d3562109e4913c..eda9741bd246f904c69c0455f13bca2a29dc5df8 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92486-AddFieldControlToFile_collectionsOfTt_content.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92486-AddFieldControlToFile_collectionsOfTt_content.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #92486 - Add field control to file_collections of tt_content
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92522-ShowTableAndFieldNamesInExtlowlevel.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92522-ShowTableAndFieldNamesInExtlowlevel.rst
index 035a2a5235e43f27a6ebfb627c0bf0c83164c25a..519ac4075365d3d877755681837b69e40edb7741 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92522-ShowTableAndFieldNamesInExtlowlevel.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92522-ShowTableAndFieldNamesInExtlowlevel.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #92522 - Show table and field names in ext:lowlevel
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92531-ImprovedEmailValidation.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92531-ImprovedEmailValidation.rst
index 902409c87d8765cd52d540c1463fb59cf23c863d..3dde3c0ded588a78b5afa84c0b718420e66fa935 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92531-ImprovedEmailValidation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92531-ImprovedEmailValidation.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Feature: #92531 - Improved Email Validation
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92538-ShowExtensionConstraintsInExtensionManager.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92538-ShowExtensionConstraintsInExtensionManager.rst
index 0b55af3ccd20e7d3b1f0b0dd02cb139be625babf..82fd36529e269050c16d85e2487308648b743b01 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92538-ShowExtensionConstraintsInExtensionManager.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92538-ShowExtensionConstraintsInExtensionManager.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Feature: #92538 - Show extension constraints in extension manager
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92562-FrontendGroupsResolvedDirectlyAfterTheFrontendUserItself.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92562-FrontendGroupsResolvedDirectlyAfterTheFrontendUserItself.rst
index b2a1ddc55fb598821e996b1a2cd37952b77a1768..9f739a9b53ed7dd3e1ebece6124a56a98a4aac70 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92562-FrontendGroupsResolvedDirectlyAfterTheFrontendUserItself.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92562-FrontendGroupsResolvedDirectlyAfterTheFrontendUserItself.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Feature: #92562 - Frontend groups resolved directly after the Frontend User itself
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92616-BootstrapV5.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92616-BootstrapV5.rst
index 1a585f7d96894d2af503a9725af7a5363c1e8bed..c9c2aa3f5fb03a399fddaaf140d030279b190cf1 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92616-BootstrapV5.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92616-BootstrapV5.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================
 Feature: #92616 - Bootstrap v5
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92815-IntroduceForwardResponseForExtbase.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92815-IntroduceForwardResponseForExtbase.rst
index 2bda23c13ec13a06914e8e81fa0c7ae1ce625e61..8850af1c87d6049dd05ff85ee935eff4cd20741f 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92815-IntroduceForwardResponseForExtbase.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92815-IntroduceForwardResponseForExtbase.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #92815 - Introduce ForwardResponse for extbase
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92884-ApplicationsImplementPSR-15RequestHandlerInterface.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92884-ApplicationsImplementPSR-15RequestHandlerInterface.rst
index 0878ec654334912a7dc681e5821084dc2524d227..29e24e746fa5d519734e7308a77b15fa6becf020 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92884-ApplicationsImplementPSR-15RequestHandlerInterface.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92884-ApplicationsImplementPSR-15RequestHandlerInterface.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #92884 - Applications implement PSR-15 RequestHandlerInterface
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92929-ExtendableConfigurationModule.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92929-ExtendableConfigurationModule.rst
index 1a15c0acb03bd2a65177888e2a3b1c9770bb4847..a7d3ebc87e6b5456b87944c67770e3d86a615cf0 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92929-ExtendableConfigurationModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92929-ExtendableConfigurationModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Feature: #92929 - Extendable configuration module
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92984-PSR-7RequestAvailableInFrontendContentObjects.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92984-PSR-7RequestAvailableInFrontendContentObjects.rst
index c3747b51c2e1db1c65d2895189eafe519ecaaa93..0d820ad45aea74fbedff9e8db7a4146a2573fe0a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92984-PSR-7RequestAvailableInFrontendContentObjects.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-92984-PSR-7RequestAvailableInFrontendContentObjects.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #92984 - PSR-7 Request available in Frontend ContentObjects
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-93011-Authentication-relatedCookiesAreAttachedToPSR-7Responses.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-93011-Authentication-relatedCookiesAreAttachedToPSR-7Responses.rst
index 66cd5921bfcee52c5a9602b566b7b5a47622d730..91b7531b9b4832017a309755f2efe94ecc711a9f 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-93011-Authentication-relatedCookiesAreAttachedToPSR-7Responses.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-93011-Authentication-relatedCookiesAreAttachedToPSR-7Responses.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Feature: #93011 - Authentication-related cookies are attached to PSR-7 Responses
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-93023-IntroduceUserSessionAndUserSessionManager.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-93023-IntroduceUserSessionAndUserSessionManager.rst
index 5432ba5c1de42ae779dee15c57187f1c7174f1d9..01c913a6ef528eb9278ed94103a8b9a46c93f5b1 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-93023-IntroduceUserSessionAndUserSessionManager.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-93023-IntroduceUserSessionAndUserSessionManager.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _changelog-Feature-93023-IntroduceUserSessionAndUserSessionManager:
 
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-93048-IntroduceBackendURLRewrites.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-93048-IntroduceBackendURLRewrites.rst
index 909bf72d454f85d22ab73afd5f12dabb4a2822cd..19f4bee3feb91b9485d89f32a71df51f9d2b5d6c 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-93048-IntroduceBackendURLRewrites.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-93048-IntroduceBackendURLRewrites.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _changelog-Feature-93048-IntroduceBackendURLRewrites:
 
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-93056-NewEventAfterRetrievingUserGroupsRecursively.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-93056-NewEventAfterRetrievingUserGroupsRecursively.rst
index a5e0377ea0feba20768d09fe07bab647eb33e828..4ee2d2c2647e7080478f66e127ec2723af5ee57a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-93056-NewEventAfterRetrievingUserGroupsRecursively.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-93056-NewEventAfterRetrievingUserGroupsRecursively.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #93056 - New Event after retrieving user groups recursively
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-93063-FlashMessagesAreStoredInSessionAsJsonSerializable.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-93063-FlashMessagesAreStoredInSessionAsJsonSerializable.rst
index 33cd9b0991e96d7427944559e86c8c75245cfa7f..98c88ca30a6356737fb9ff218065cca31a36a75f 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Feature-93063-FlashMessagesAreStoredInSessionAsJsonSerializable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Feature-93063-FlashMessagesAreStoredInSessionAsJsonSerializable.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Feature: #93063 - FlashMessages are stored in session as JsonSerializable
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Important-89938-RemovedDeadCodeFromExtbasePersistence.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Important-89938-RemovedDeadCodeFromExtbasePersistence.rst
index b15d1e07f1787bf86bc0627d1a518ed36e431619..160876cae3a5888ed600cc8a46629db328c663b0 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Important-89938-RemovedDeadCodeFromExtbasePersistence.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Important-89938-RemovedDeadCodeFromExtbasePersistence.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Important: #89938 - Removed dead code from Extbase persistence
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Important-91123-AvoidUsingBackendUtilityViewOnClick.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Important-91123-AvoidUsingBackendUtilityViewOnClick.rst
index 7a2f7b4e63b8db86c141bdab79d3c3bff0cca7c8..96f6fee7aa1ef8313288408a1cd586e46d343ef5 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Important-91123-AvoidUsingBackendUtilityViewOnClick.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Important-91123-AvoidUsingBackendUtilityViewOnClick.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Important: #91123 - Avoid using BackendUtility::viewOnClick
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Important-91888-SystemExtensionAboutMergedIntoBackendSystemExtension.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Important-91888-SystemExtensionAboutMergedIntoBackendSystemExtension.rst
index 13c5aa8ead1cecc0d9bc1e94e4c3e448c3b3fb6b..f883c4d7f5dc348c4df27a994be2b8693ccf9607 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Important-91888-SystemExtensionAboutMergedIntoBackendSystemExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Important-91888-SystemExtensionAboutMergedIntoBackendSystemExtension.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Important: #91888 - System extension "about" merged into "backend" system extension
@@ -17,7 +17,7 @@ The functionality is kept the same, however TYPO3 users upgrading to TYPO3 v11 s
 that checks for the extension (via :php:`ExtensionManagementUtility::isLoaded('about')`) will return false, even though all functionality is kept.
 
 When upgrading TYPO3 installation to TYPO3 v11 in composer mode,
-it is recommended to first call :shell:`composer remove typo3/cms-about`
-on the Command Line before running any :shell:`composer update` or :shell:`composer require` command.
+it is recommended to first call :bash:`composer remove typo3/cms-about`
+on the Command Line before running any :bash:`composer update` or :bash:`composer require` command.
 
 .. index:: CLI, PHP-API, ext:about
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Important-91953-JQueryUpdatedTo35x.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Important-91953-JQueryUpdatedTo35x.rst
index 6dcf30a75cc042c6aea6aec087aa1452fa40a073..6231e93e1ab8e1f6ec69ff9c1f047301144be420 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Important-91953-JQueryUpdatedTo35x.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Important-91953-JQueryUpdatedTo35x.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Important: #91953 - jQuery updated to 3.5.x
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Important-92736-ReturnTimestampAsIntegerInDateTimeAspect.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Important-92736-ReturnTimestampAsIntegerInDateTimeAspect.rst
index 173e0dfb95a52bf74a391221534ad51240bf59ef..7aaaa9340d6e91ba1a530687980ea868fae4fcb9 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Important-92736-ReturnTimestampAsIntegerInDateTimeAspect.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Important-92736-ReturnTimestampAsIntegerInDateTimeAspect.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Important: #92736 - Return timestamp as integer in DateTimeAspect
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Important-92870-AlwaysUseFluidBasedPageModule.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Important-92870-AlwaysUseFluidBasedPageModule.rst
index 3283c947dd7caf5cdaab793b29986e52ba7b9fe3..bc920ad6095541adb0915892fb30a7aa9bb15d2b 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Important-92870-AlwaysUseFluidBasedPageModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Important-92870-AlwaysUseFluidBasedPageModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Important: #92870 - Always use Fluid based page module
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Important-92996-PropertiesAndMethodsInActionControllerMarkedInternal.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Important-92996-PropertiesAndMethodsInActionControllerMarkedInternal.rst
index 8e3cb250b66dc242ea7ad724991ba0e097c9b7db..f3d73c65b1894d7475c06e6b492c77cfdcfe2dfb 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Important-92996-PropertiesAndMethodsInActionControllerMarkedInternal.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Important-92996-PropertiesAndMethodsInActionControllerMarkedInternal.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Important: #92996 - Properties and methods in ActionController marked internal
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Important-93121-WorkspaceRecordsAreDiscarded.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Important-93121-WorkspaceRecordsAreDiscarded.rst
index c13cc444386a7f706136d7550fe1378be442b8a5..be83f9f06526e41e4ea04d390dc5b6c376535856 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Important-93121-WorkspaceRecordsAreDiscarded.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Important-93121-WorkspaceRecordsAreDiscarded.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Important: #93121 - Workspace records are discarded
diff --git a/typo3/sysext/core/Documentation/Changelog/11.0/Index.rst b/typo3/sysext/core/Documentation/Changelog/11.0/Index.rst
index d0820ce0cc458f121a362fb77286439a91eb524f..006363dfcc6e336eab05a20f180b00c8df472ab2 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.0/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.0/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 11.0 Changes
 =============
diff --git a/typo3/sysext/core/Documentation/Changelog/11.1/Deprecation-92628-LoginLogoWithoutAltText.rst b/typo3/sysext/core/Documentation/Changelog/11.1/Deprecation-92628-LoginLogoWithoutAltText.rst
index 922ee21d8f1a61b5ca538f93a868d8214839d6de..b69c5a32535dc5a83340b982d552ff25ccdbf669 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.1/Deprecation-92628-LoginLogoWithoutAltText.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.1/Deprecation-92628-LoginLogoWithoutAltText.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Deprecation: #92628 - Login Logo without Alt-Text
diff --git a/typo3/sysext/core/Documentation/Changelog/11.1/Deprecation-93149-T3EditorModuleReplacedByReplacedByCodeMirrorElement.rst b/typo3/sysext/core/Documentation/Changelog/11.1/Deprecation-93149-T3EditorModuleReplacedByReplacedByCodeMirrorElement.rst
index 20eb0e7dc76adfc53795dcda8eab26014e6d6608..49964089017e531fc4a60ad62302eb479c9a01e7 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.1/Deprecation-93149-T3EditorModuleReplacedByReplacedByCodeMirrorElement.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.1/Deprecation-93149-T3EditorModuleReplacedByReplacedByCodeMirrorElement.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Deprecation: #93149 - T3Editor JavaScript module replaced by CodeMirrorElement
diff --git a/typo3/sysext/core/Documentation/Changelog/11.1/Deprecation-93454-RenameSortableToSortablejs.rst b/typo3/sysext/core/Documentation/Changelog/11.1/Deprecation-93454-RenameSortableToSortablejs.rst
index 1cda76ae04e1c751e4919687bd21798da375d725..eb9beacad15ad1a094d53863e2fdec591d30de88 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.1/Deprecation-93454-RenameSortableToSortablejs.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.1/Deprecation-93454-RenameSortableToSortablejs.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Deprecation: #93454 - Rename Sortable to sortablejs
diff --git a/typo3/sysext/core/Documentation/Changelog/11.1/Deprecation-93506-JQueryInTooltips.rst b/typo3/sysext/core/Documentation/Changelog/11.1/Deprecation-93506-JQueryInTooltips.rst
index 7c3d3c455704e90ed705f53a6892d215c7029b64..b701421b71ce598b5b2af109c9a03d021be26670 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.1/Deprecation-93506-JQueryInTooltips.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.1/Deprecation-93506-JQueryInTooltips.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================
 Deprecation: #93506 - jQuery in tooltips
diff --git a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-78036-SynchronizeFolderRelationsAfterRename.rst b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-78036-SynchronizeFolderRelationsAfterRename.rst
index 03ed273fee2d0c8ec0a06af4c72e72beecd5afc0..ef4139fb22e3aa5c90aeb93702a2a146f040cf61 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-78036-SynchronizeFolderRelationsAfterRename.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-78036-SynchronizeFolderRelationsAfterRename.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #78036 - Synchronize folder relations after rename
diff --git a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-78760-ResizableNavigationComponent.rst b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-78760-ResizableNavigationComponent.rst
index 6ee16c9436c760b378df5c366afa7662264b54b0..5542feaf5a4ae0ebd686303983d67238b24bf2ad 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-78760-ResizableNavigationComponent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-78760-ResizableNavigationComponent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Feature: #78760 - Resizable Navigation Component
@@ -33,4 +33,4 @@ the navigation can be re-opened.
 This makes it easier for editors to have a distraction-free
 management interface when needed.
 
-.. index:: Backend, ext:backend
\ No newline at end of file
+.. index:: Backend, ext:backend
diff --git a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-89509-DataProcessorToResolveFlexFormData.rst b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-89509-DataProcessorToResolveFlexFormData.rst
index d8dd3d5a6840721e0f8519f5477587cb0dfd554b..d743c25fce94b3110089a5d0752e75e94bd1de58 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-89509-DataProcessorToResolveFlexFormData.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-89509-DataProcessorToResolveFlexFormData.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #89509 - Data Processor to resolve FlexForm data
diff --git a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-92338-AllowLinkTextWrappingInTypolinkViewhelper.rst b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-92338-AllowLinkTextWrappingInTypolinkViewhelper.rst
index 9d700a60ee1e234ce7f470cf4588f343db693a7a..e6351dbe301822056c31f8f3fe342caf51b273c3 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-92338-AllowLinkTextWrappingInTypolinkViewhelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-92338-AllowLinkTextWrappingInTypolinkViewhelper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #92338 - Allow link text wrapping in TypolinkViewhelper
diff --git a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-92628-AddAltTextToLoginLogo.rst b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-92628-AddAltTextToLoginLogo.rst
index 07801efba7609dea1de7455d511bb7f97cbbf34b..2696ce752f11d8229f1a91d00b69c2e9dfc78eb9 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-92628-AddAltTextToLoginLogo.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-92628-AddAltTextToLoginLogo.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Feature: #92628 - Add Alt-Text To Login Logo
diff --git a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-92704-ImproveKeyboardNavigationForModuleMenus.rst b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-92704-ImproveKeyboardNavigationForModuleMenus.rst
index e97452e6b945b6412b2402ba1d97dbdf735a02cb..af12c7b79fd7e8dad80c51335bf356e19f49b3db 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-92704-ImproveKeyboardNavigationForModuleMenus.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-92704-ImproveKeyboardNavigationForModuleMenus.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #92704 - Improve keyboard navigation for module menus
diff --git a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-92942-AllowIconOverlayForNewContentElementWizardElements.rst b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-92942-AllowIconOverlayForNewContentElementWizardElements.rst
index 3d2c3613b57a9f79a88c6abd7716d695d7352246..391dda0e888d8bc6d8a92b3c4e7f974aa0a56199 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-92942-AllowIconOverlayForNewContentElementWizardElements.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-92942-AllowIconOverlayForNewContentElementWizardElements.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Feature: #92942 - Allow icon overlay for newContentElementWizard elements
diff --git a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-93117-AddResetButtonToBackendUserModuleFilter.rst b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-93117-AddResetButtonToBackendUserModuleFilter.rst
index 93b4fdf29aaa664fe93dfbdec11ef879c63eccf1..e3237ce5121f6a5430d42fa4f1aae77386b14aab 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-93117-AddResetButtonToBackendUserModuleFilter.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-93117-AddResetButtonToBackendUserModuleFilter.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #93117 - Add reset button to Backend User module filter
diff --git a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-93174-LazyConsoleCommandList.rst b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-93174-LazyConsoleCommandList.rst
index 9316459db718b9198a9cdf9c59364d3b99d025bc..9e264de6d8c160c368ab5d648bf9474b5e7b6faa 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-93174-LazyConsoleCommandList.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-93174-LazyConsoleCommandList.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Feature: #93174 - Lazy console command list
@@ -9,9 +9,9 @@ See :issue:`93174`
 Description
 ===========
 
-The TYPO3 command line utility :shell:`typo3/sysext/core/bin/typo3` has been adapted to
+The TYPO3 command line utility :bash:`typo3/sysext/core/bin/typo3` has been adapted to
 avoid instantiating all available console commands during the execution of the
-default :shell:`typo3 list` command.
+default :bash:`typo3 list` command.
 
 This enables commands to inject dependencies that require a fully booted system,
 or a database connection, without causing the console command list to break or
diff --git a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-93426-SVG-basedTreeForFolderNavigationWithFilter.rst b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-93426-SVG-basedTreeForFolderNavigationWithFilter.rst
index d980a1b80b3314b0b7114a5b64afbf9cab60d883..083e8d4f163ace232d396ea81c7b8cf41ebf26a3 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-93426-SVG-basedTreeForFolderNavigationWithFilter.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-93426-SVG-basedTreeForFolderNavigationWithFilter.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #93426 - SVG-based Tree for Folder Navigation with Filter
diff --git a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-93455-BackendRoutesRestrictedToSpecifiedHTTPMethods.rst b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-93455-BackendRoutesRestrictedToSpecifiedHTTPMethods.rst
index 615e55645e55e9cf080bb9b352256497fd56f40c..ccbf2bb5f2e72e0a2ac1749a0ae57fd0d91ac20b 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-93455-BackendRoutesRestrictedToSpecifiedHTTPMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-93455-BackendRoutesRestrictedToSpecifiedHTTPMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #93455 - Backend Routes restricted to specified HTTP methods
diff --git a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-93526-MultiFactorAuthentication.rst b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-93526-MultiFactorAuthentication.rst
index d9fbb99a20dc4b80a977d586f028ee0ae7dd85ca..8ff5a1e59422a5aa634e2a1ca5d07127afcc53d4 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.1/Feature-93526-MultiFactorAuthentication.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.1/Feature-93526-MultiFactorAuthentication.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Feature: #93526 - Multi-Factor Authentication
diff --git a/typo3/sysext/core/Documentation/Changelog/11.1/Index.rst b/typo3/sysext/core/Documentation/Changelog/11.1/Index.rst
index dfab55c330d6d6501c262cf28817d98306efbf44..d76e297be4cde93d191a1f93014fb60906f45871 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.1/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.1/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 11.1 Changes
 =============
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-92494-ExtbaseEnvironmentService.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-92494-ExtbaseEnvironmentService.rst
index 37dc1948dc975f1d57f7aaaa21ef955cc9a98ddf..1f8924f85b76831db648e91a237e2aae4f5a6f22 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-92494-ExtbaseEnvironmentService.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-92494-ExtbaseEnvironmentService.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Deprecation: #92494 - Extbase EnvironmentService
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-92992-HookT3libclasst3lib_parsehtml_procphptransformation.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-92992-HookT3libclasst3lib_parsehtml_procphptransformation.rst
index 81b0960737d2a8863e2a4ea3008da45d9832e963..95dac3760a89978966c47bcae7fe9c12ff493eb7 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-92992-HookT3libclasst3lib_parsehtml_procphptransformation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-92992-HookT3libclasst3lib_parsehtml_procphptransformation.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Deprecation: #92992 - Hook t3lib_parsehtml_proc.php:transformation
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-93726-DeprecatedTypoScriptParserRelatedProperties.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-93726-DeprecatedTypoScriptParserRelatedProperties.rst
index 3eb576c7c316a467aefba8f664fe8f4f9d2318f8..2a15b5cc64835c82591224881fcb2788d306b6c6 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-93726-DeprecatedTypoScriptParserRelatedProperties.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-93726-DeprecatedTypoScriptParserRelatedProperties.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Deprecation: #93726 - Deprecated TypoScriptParser related properties
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-93837-SpecialPropertyOfTCATypeSelect.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-93837-SpecialPropertyOfTCATypeSelect.rst
index 19f35e38c184154a7db9506688bcceca0c650795..29b616914b23214d303503bb6c6229556a7661cf 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-93837-SpecialPropertyOfTCATypeSelect.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-93837-SpecialPropertyOfTCATypeSelect.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #93837 - special property of TCA type select
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-93899-FormEnginesRequestConfirmationOnFieldChange.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-93899-FormEnginesRequestConfirmationOnFieldChange.rst
index 153a546a414ccac4da692a3a8f1396c4a92dad18..edc2764b8d68c7a5c8ae4c25e6f33721cc536c61 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-93899-FormEnginesRequestConfirmationOnFieldChange.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-93899-FormEnginesRequestConfirmationOnFieldChange.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Deprecation: #93899 - FormEngine's requestConfirmationOnFieldChange
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-93944-FileTreeAsIframeMigratedToSVG-basedTree.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-93944-FileTreeAsIframeMigratedToSVG-basedTree.rst
index 0ce42096a4aba500a4b7b40bb0974951ee193044..52990311a1e8627da095d2ca156c7b1e6fa3f0b0 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-93944-FileTreeAsIframeMigratedToSVG-basedTree.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-93944-FileTreeAsIframeMigratedToSVG-basedTree.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Deprecation: #93944 - File Tree as iframe migrated to SVG-based tree
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-93975-TBE_EDITORfieldChanged.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-93975-TBE_EDITORfieldChanged.rst
index 66969d2de87f9c28e84ff0086e1f68d573fe1568..d549f1b9ee133a190c47beb9fd6026483ab220c4 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-93975-TBE_EDITORfieldChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Deprecation-93975-TBE_EDITORfieldChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Deprecation: #93975 - TBE_EDITOR.fieldChanged()
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-57082-NewTCATypeLanguage.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-57082-NewTCATypeLanguage.rst
index ddba9dd07469edba80b312fa52d1a7af27133381..ff1c59e0fed866cba8bb9cf8eb3d726e51d8dd55 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-57082-NewTCATypeLanguage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-57082-NewTCATypeLanguage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Feature: #57082 - New TCA type "language"
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-73176-FilterableTreesInRecordSelectorsAndLinkPickers.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-73176-FilterableTreesInRecordSelectorsAndLinkPickers.rst
index 7850448553762671b67d2335a77ecbeee2f4dc54..5466fb9a6144f10c4f64abf0e385d5686fe30832 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-73176-FilterableTreesInRecordSelectorsAndLinkPickers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-73176-FilterableTreesInRecordSelectorsAndLinkPickers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #73176 - Filterable Trees in Record Selectors and Link Pickers
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-89762-AddPaginationForFormManagement.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-89762-AddPaginationForFormManagement.rst
index 75a1bb34352c60341c295d9fb2da35756cde77fd..78e999c9387cad316560845f2196fb112560da06 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-89762-AddPaginationForFormManagement.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-89762-AddPaginationForFormManagement.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #89762 - Add pagination for FormManagement
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93188-PossibilityToDisableHreflangPerPage.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93188-PossibilityToDisableHreflangPerPage.rst
index 202afcd09a2e13764dcec714846a6223d3ad810f..4e09f235a481ada97a3ff7ca1278c2095f2bd389 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93188-PossibilityToDisableHreflangPerPage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93188-PossibilityToDisableHreflangPerPage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #93188 - Possibility to disable hreflang per page
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93209-FALAddGetFileToTYPO3CMSCoreResourceFolder.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93209-FALAddGetFileToTYPO3CMSCoreResourceFolder.rst
index 201e0f7ea3c79f8fb0bb6ee3c2a4cc426da3c076..5af9bd38972e247b9c9dabfa8243ab87c2d411b6 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93209-FALAddGetFileToTYPO3CMSCoreResourceFolder.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93209-FALAddGetFileToTYPO3CMSCoreResourceFolder.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #93209 - FAL: Add getFile() to TYPO3\CMS\Core\Resource\Folder
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93591-AllowGroupIdLookupInConditionsWithArrayOperator.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93591-AllowGroupIdLookupInConditionsWithArrayOperator.rst
index d5c73483379be7555d50bd5140bbe6454917b41f..8d743395c0493c5d0a56d446e561e8e059068dfc 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93591-AllowGroupIdLookupInConditionsWithArrayOperator.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93591-AllowGroupIdLookupInConditionsWithArrayOperator.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Feature: #93591 - Allow group id lookup in conditions with array operator
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93606-PossibilityToDisableCanonicalPerPage.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93606-PossibilityToDisableCanonicalPerPage.rst
index 00ff26ba2522f124b129e9100af49ccda7320013..ffe4e5ba255ade69d1911c80f1057edff4d1cf74 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93606-PossibilityToDisableCanonicalPerPage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93606-PossibilityToDisableCanonicalPerPage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #93606 - Possibility to disable canonical per page
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93651-ProvideListOfAvailableSystemLocales.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93651-ProvideListOfAvailableSystemLocales.rst
index 91c29f7fc6115f3f628e37c48b62441ed8bcc35a..9c0d910d6285f00d1ebfea1471cb62fc084e6e57 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93651-ProvideListOfAvailableSystemLocales.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93651-ProvideListOfAvailableSystemLocales.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #93651 - Provide list of available system locales
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93663-BackendUsersPreferredUILanguageStoredAsDBField.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93663-BackendUsersPreferredUILanguageStoredAsDBField.rst
index 2b37ad5bb04b4a9f44476ad70414da63a711d47e..8d9c7ff35ed75923b9a05ce602ea37e81348e001 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93663-BackendUsersPreferredUILanguageStoredAsDBField.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93663-BackendUsersPreferredUILanguageStoredAsDBField.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Feature: #93663 - Backend user's preferred UI language stored as DB field
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93794-OverrideTCADescriptionWithTSconfig.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93794-OverrideTCADescriptionWithTSconfig.rst
index 617c015c80ea496191820f1207319992921f981f..ed42fe5fabaeb7f9b0b4b7a56bb5ffd6c8ec8615 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93794-OverrideTCADescriptionWithTSconfig.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93794-OverrideTCADescriptionWithTSconfig.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #93794 - Override TCA description with TSconfig
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93857-ResizableNavigationComponentForAllElementRecordSelectors.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93857-ResizableNavigationComponentForAllElementRecordSelectors.rst
index bb455ca0514e6f93a0ff2e5d0833ec008e1c882a..0ade34830455882c4537c26cfbfb6f2bc530d588 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93857-ResizableNavigationComponentForAllElementRecordSelectors.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93857-ResizableNavigationComponentForAllElementRecordSelectors.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Feature: #93857 - Resizable navigation component for all element / record selectors
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93908-Image-decoding-attribute.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93908-Image-decoding-attribute.rst
index 8632aaa1c4d25753504a32581aa65a242ab827d5..f30f5de3d57ae5701ded96ec57216871405e7a2d 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93908-Image-decoding-attribute.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93908-Image-decoding-attribute.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Feature: #93908 - Add decoding attribute to images
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93988-BackendModuleURLsReflectIntoBrowserAddressbar.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93988-BackendModuleURLsReflectIntoBrowserAddressbar.rst
index 20a35b897bdcb1a0fe45832dc37fa62085454531..da13d0e34bb110d38e5612be1c72de5669786043 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93988-BackendModuleURLsReflectIntoBrowserAddressbar.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Feature-93988-BackendModuleURLsReflectIntoBrowserAddressbar.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #93988 - Backend module URLs reflect into browser address bar
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Important-93398-PossibilityToIgnoreSubmittedValuesInHiddenViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Important-93398-PossibilityToIgnoreSubmittedValuesInHiddenViewHelper.rst
index fbc0315c2795a8202c1265525ea2e3d89c871e55..78f79f48390b1bf5d55baf796481ce906398ee13 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Important-93398-PossibilityToIgnoreSubmittedValuesInHiddenViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Important-93398-PossibilityToIgnoreSubmittedValuesInHiddenViewHelper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Important: #93398 - Possibility to ignore submitted values in HiddenViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/11.2/Index.rst b/typo3/sysext/core/Documentation/Changelog/11.2/Index.rst
index 9488633d2594516fc56716e889bea0651af0acb2..c7805c88866fb72ac82e764de07b8ae05e79c518 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.2/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.2/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============
 11.2 Changes
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-91806-BackendUtilityViewOnClick.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-91806-BackendUtilityViewOnClick.rst
index 52cba47e81e451b9e01eddb3fe351bc61eea2a6d..20a306182012ec8a6b7ae975ede67f18d40b9f44 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-91806-BackendUtilityViewOnClick.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-91806-BackendUtilityViewOnClick.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Deprecation: #91806 - BackendUtility viewOnClick
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94058-JavaScriptGoToModule.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94058-JavaScriptGoToModule.rst
index 696443cba31e8e6b48b9a7fa26f2593c161f4f12..25f63bc3580d88a9f357df0dc7f0e496a3831aee 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94058-JavaScriptGoToModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94058-JavaScriptGoToModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Deprecation: #94058 - JavaScript goToModule()
@@ -10,7 +10,7 @@ Description
 ===========
 
 One of the most prominent inline JavaScript functions
-:javascript:`goToModule()` has been deprecated in favor of a streamlined
+:js:`goToModule()` has been deprecated in favor of a streamlined
 ActionHandler API for JavaScript.
 
 
@@ -30,7 +30,7 @@ TYPO3 installations with custom extensions referencing these methods.
 Migration
 =========
 
-Use the following HTML code to replace the inline :javascript:`goToModule()`
+Use the following HTML code to replace the inline :js:`goToModule()`
 call to for example link to the page module:
 
 .. code-block:: html
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94115-ParameterTypeEvaluationViaDocBlockComments.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94115-ParameterTypeEvaluationViaDocBlockComments.rst
index 2ae1e0b56a47dd3ec5c79e1f704675c9d86ed09f..e56b368d4352b78379f8962c847aa92237a80c77 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94115-ParameterTypeEvaluationViaDocBlockComments.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94115-ParameterTypeEvaluationViaDocBlockComments.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Deprecation: #94115 - Parameter type evaluation via DocBlock comments
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94137-SwitchBehaviorOfArrayUtilityarrayDiffAssocRecursive.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94137-SwitchBehaviorOfArrayUtilityarrayDiffAssocRecursive.rst
index 4bb5aa4aa96f1383258cce8e3e847678172b679a..bb37a01c13575152f8ac64c2455c4fb4c9d72983 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94137-SwitchBehaviorOfArrayUtilityarrayDiffAssocRecursive.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94137-SwitchBehaviorOfArrayUtilityarrayDiffAssocRecursive.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Deprecation: #94137 - Switch behavior of ArrayUtility::arrayDiffAssocRecursive()
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94165-SysLanguageDatabaseTable.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94165-SysLanguageDatabaseTable.rst
index edd3344d4c3dc1513f80e278001de335ddee2bc4..3a8aad23da52c615f1d630df5034e267bc789a45 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94165-SysLanguageDatabaseTable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94165-SysLanguageDatabaseTable.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================
 Deprecation: #94165 - sys_language table
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94193-PublicUrlWithRelativePathsInFALAPI.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94193-PublicUrlWithRelativePathsInFALAPI.rst
index d8994fc988816fb8d6cfe9a29bd816b137eff1f8..86293657af57e3ee8b54e84d9ae3ff92b13bb102 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94193-PublicUrlWithRelativePathsInFALAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94193-PublicUrlWithRelativePathsInFALAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Deprecation: #94193 - Public URLs with relative paths in FAL API
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94209-BackendModuleLayoutViewHelpers.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94209-BackendModuleLayoutViewHelpers.rst
index 2a255a80c9ca09f422abaccd14bbe17983798545..7c830bfe8bb1418f5f0d604351d3dc0153946ec5 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94209-BackendModuleLayoutViewHelpers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94209-BackendModuleLayoutViewHelpers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Deprecation: #94209 - Backend ModuleLayout ViewHelpers
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94223-ExtbaseRequest-getBaseUri.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94223-ExtbaseRequest-getBaseUri.rst
index 8bd6857d941661c14b689befe4512538e5d852d6..4ce232bc3c1f3f40a3ce9cd403ceffcd0d214286 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94223-ExtbaseRequest-getBaseUri.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94223-ExtbaseRequest-getBaseUri.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Deprecation: #94223 - Extbase Request->getBaseUri()
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94225-FbecontainerViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94225-FbecontainerViewHelper.rst
index c2b54f5dea047905d8e2d1914678d4ce1fc6485c..abd457cb7e1cf4edcd4e90d4e9f84db1be975c0e 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94225-FbecontainerViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94225-FbecontainerViewHelper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Deprecation: #94225 - f:be.container ViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94227-FbaseViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94227-FbaseViewHelper.rst
index f3ed7d08618db4ba56748063f320ef8a69aed0b6..d84befd4df3f2094354f82a2f2702af40abdb80f 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94227-FbaseViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94227-FbaseViewHelper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================
 Deprecation: #94227 - f:base ViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94228-DeprecateExtbaseRequestGetRequestUri.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94228-DeprecateExtbaseRequestGetRequestUri.rst
index b9dc37248db86a862dc1a1fd32480296d41af582..9f571a5d00514b6d237adabc3b2c834c178cd6d2 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94228-DeprecateExtbaseRequestGetRequestUri.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94228-DeprecateExtbaseRequestGetRequestUri.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Deprecation: #94228 - Extbase request getRequestUri()
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94231-DeprecateExtbaseInvalidRequestMethodException.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94231-DeprecateExtbaseInvalidRequestMethodException.rst
index 451fed363a207636e08cac2b515b8174e16b8a13..00830176942b9dff561174efb649bc3d60a5400b 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94231-DeprecateExtbaseInvalidRequestMethodException.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94231-DeprecateExtbaseInvalidRequestMethodException.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Deprecation: #94231 - Extbase InvalidRequestMethodException
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94252-DeprecatedGeneralUtilitycompileSelectedGetVarsFromArray.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94252-DeprecatedGeneralUtilitycompileSelectedGetVarsFromArray.rst
index 04476bafd8a1453e5db1d97bb68eff23ae8a7d6c..21c94cdf4550a939e93a51bc1a8ce5dfd45b80cc 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94252-DeprecatedGeneralUtilitycompileSelectedGetVarsFromArray.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94252-DeprecatedGeneralUtilitycompileSelectedGetVarsFromArray.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Deprecation: #94252 - GeneralUtility::compileSelectedGetVarsFromArray
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94272-DeprecatedApplication-runCallback.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94272-DeprecatedApplication-runCallback.rst
index 7ca4058876f5f2916dc7c500d61e573d6e2e1d61..1ed2e0c47b4aded33ea1a5bd15257521052f39c9 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94272-DeprecatedApplication-runCallback.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94272-DeprecatedApplication-runCallback.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Deprecation: #94272 - Application->run callback
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94309-DeprecatedGeneralUtilitystdAuthCode.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94309-DeprecatedGeneralUtilitystdAuthCode.rst
index 6ea0b80a7574b824d324503974c03480f99fdc47..f9f2c9740ff8dd9e513aff8593e7fb5c37087823 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94309-DeprecatedGeneralUtilitystdAuthCode.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94309-DeprecatedGeneralUtilitystdAuthCode.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Deprecation: #94309 - GeneralUtility::stdAuthCode
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94311-DeprecatedGeneralUtilityrmFromList.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94311-DeprecatedGeneralUtilityrmFromList.rst
index b351222dc36df8cd5e989ccdc41f7d1de6124047..c9eadf986ef359be05e706c38c922e4fcabbbc1d 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94311-DeprecatedGeneralUtilityrmFromList.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94311-DeprecatedGeneralUtilityrmFromList.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Deprecation: #94311 - GeneralUtility::rmFromList
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94313-ClassAbstractService.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94313-ClassAbstractService.rst
index 626390fe6b74f26d7c8a59f7726d16a20f7f9525..3b05823bd68416d636a2fa62a28ddc8586812308 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94313-ClassAbstractService.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94313-ClassAbstractService.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Deprecation: #94313 - AbstractService class
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94316-DeprecatedHTTPHeaderManipulatingMethodsFromHttpUtility.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94316-DeprecatedHTTPHeaderManipulatingMethodsFromHttpUtility.rst
index 8824f4e4376ee3fb3b06e3d3349656c8fb4f6445..6b9328e0b034cba0e4e0af728fa7c9af9d978464 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94316-DeprecatedHTTPHeaderManipulatingMethodsFromHttpUtility.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94316-DeprecatedHTTPHeaderManipulatingMethodsFromHttpUtility.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Deprecation: #94316 - HTTP header manipulating methods from HttpUtility
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94317-ExtformFinisherImplementations.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94317-ExtformFinisherImplementations.rst
index 4d32fbb6b48a371b2deb4398206964e03e6e91ce..50579df5f4cf976340d3e8341d3988c6b47db838 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94317-ExtformFinisherImplementations.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94317-ExtformFinisherImplementations.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #94317 - ext:form Finisher implementations
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94351-ExtextbaseStopActionException.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94351-ExtextbaseStopActionException.rst
index 198ab30a724cb70c13e65899c99b8bfd465f8448..a1c54881d1e87385aff9b109334ce87251a55abe 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94351-ExtextbaseStopActionException.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94351-ExtextbaseStopActionException.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Deprecation: #94351 - ext:extbase StopActionException
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94367-ExtbaseReferringRequest.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94367-ExtbaseReferringRequest.rst
index 5ae36c098bbbc23af98b05a4dd8afebd8e75fa47..d5924e0f581aa6ba86cef622d11c925725310c1d 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94367-ExtbaseReferringRequest.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94367-ExtbaseReferringRequest.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Deprecation: #94367 - Extbase ReferringRequest
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94377-ExtbaseObjectManager-getEmptyObject.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94377-ExtbaseObjectManager-getEmptyObject.rst
index 9f351ac1356684a6faf91ab71b04901504f1a0c3..567aa43b3b8202546a32f4aec77e4d6a9883c1ee 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94377-ExtbaseObjectManager-getEmptyObject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94377-ExtbaseObjectManager-getEmptyObject.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Deprecation: #94377 - Extbase ObjectManager->getEmptyObject
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94394-ExtbaseRequestSetDispatchedAndIsDispatched.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94394-ExtbaseRequestSetDispatchedAndIsDispatched.rst
index 88c216ab93661b8056f79b867119377418579481..d1d5ceb7d28a1c3ba3c9cd9eb216a67d61ee6ded 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94394-ExtbaseRequestSetDispatchedAndIsDispatched.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94394-ExtbaseRequestSetDispatchedAndIsDispatched.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Deprecation: #94394 - Extbase Request setDispatched() and isDispatched()
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94414-DeprecateLanguageServiceContainerEntry.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94414-DeprecateLanguageServiceContainerEntry.rst
index 423c88f005725705e5e57d12408748bf3e30f686..6487617821b7f6831d8e2fc530def5f334437268 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94414-DeprecateLanguageServiceContainerEntry.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Deprecation-94414-DeprecateLanguageServiceContainerEntry.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Deprecation: #94414 - LanguageService container entry
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-89507-AddDescriptionForTCAPalettes.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-89507-AddDescriptionForTCAPalettes.rst
index a1b22b90e254b78d729284f6c62d90137af2aab0..50ff2eae92f85e3d82f6cb9caedc70d34999a134 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-89507-AddDescriptionForTCAPalettes.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-89507-AddDescriptionForTCAPalettes.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Feature: #89507 - Add description for TCA palettes
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-89700-ShowLayoutsInTheWebInfoModule.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-89700-ShowLayoutsInTheWebInfoModule.rst
index 22b23260e77dd2c730dec1606c418686472d04b3..1d9a13d83d80ab20172c3129b08b7cad90f183b7 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-89700-ShowLayoutsInTheWebInfoModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-89700-ShowLayoutsInTheWebInfoModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Feature: #89700 - Show layouts in the Web Info module
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-92358-AddGetModuleTemplateToPageLayoutController.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-92358-AddGetModuleTemplateToPageLayoutController.rst
index 5abc90edd894c1178f9be3e4f4afaf0fbbeecf9e..5c1971d125b4286c9f124b8a4588f46674cd890f 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-92358-AddGetModuleTemplateToPageLayoutController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-92358-AddGetModuleTemplateToPageLayoutController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Feature: #92358 - Add getModuleTemplate() to PageLayoutController
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-92518-DownloadAndFilenameOptionsAddedToFileDumpController.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-92518-DownloadAndFilenameOptionsAddedToFileDumpController.rst
index b767a75b8f5be9ae0d83b3943c3a47cffe9fb58f..0cd95147163771a37cdf24b08a9c704ac38f522a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-92518-DownloadAndFilenameOptionsAddedToFileDumpController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-92518-DownloadAndFilenameOptionsAddedToFileDumpController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Feature: #92518 - Download and filename options added to FileDumpController
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-92518-IntroduceFileViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-92518-IntroduceFileViewHelper.rst
index 7b4d1bb0ba6d0c51f9a780d17cc7428a4ccd0bd7..838de052f13b05b14bbb269fbd9f9796bbbf160b 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-92518-IntroduceFileViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-92518-IntroduceFileViewHelper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================
 Feature: #92518 - Introduce FileViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93114-NativeSupportForLanguageShonaBantuAdded.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93114-NativeSupportForLanguageShonaBantuAdded.rst
index bc68a29f2abd171263658ba991a1f46b38c5dd49..c755e752f3b8193eded986d32431516dbb9d7fd8 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93114-NativeSupportForLanguageShonaBantuAdded.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93114-NativeSupportForLanguageShonaBantuAdded.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Feature: #93114 - Native support for language Shona (Bantu) added
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93210-PossibilityToRefreshDashboardWidgets.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93210-PossibilityToRefreshDashboardWidgets.rst
index ad204f2d29216cdba767cea4a29e589496442d1d..0fa61b69437b996c2a2a470364cfc1f30694f095 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93210-PossibilityToRefreshDashboardWidgets.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93210-PossibilityToRefreshDashboardWidgets.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #93210 - Possibility to refresh dashboard widgets
@@ -58,7 +58,7 @@ even when the :yaml:`refreshAvailable` option is not defined, or set to `false`.
 This will give developers the option to refresh the widgets whenever they think
 it is appropriate.
 
-You therefore need to dispatch the :javascript:`widgetRefresh` event on the
+You therefore need to dispatch the :js:`widgetRefresh` event on the
 widget container (the :html:`div` element with the :html:`dashboard-item` class).
 You can identify the container by the data attribute :html:`widget-hash`, which
 is a unique hash for every widget, even if you have more widgets of the same
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93631-SupportForPHP80.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93631-SupportForPHP80.rst
index d7a0fa70a41c8fe66627b27fe3db28aed315b49d..636b8f9d92d3d3f285cbfb41e0485485ba9d3a27 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93631-SupportForPHP80.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93631-SupportForPHP80.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================
 Feature: #93631 - Support for PHP 8.0
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93668-PossibilityToConfigureSymfonyMailer.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93668-PossibilityToConfigureSymfonyMailer.rst
index feb7d3baa1da6b50b7fba827579ffdc9284642d4..f05d5e8c2a93a933bf381b137b53e839c77857ff 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93668-PossibilityToConfigureSymfonyMailer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93668-PossibilityToConfigureSymfonyMailer.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #93668 - Possibility to configure Symfony mailer
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93825-RateLimitingForFailedLogins.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93825-RateLimitingForFailedLogins.rst
index aff1cf963b23a33b9713631a1478f84e95b12564..395c5755243879728a38c6f4d613a2f1a919ccc1 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93825-RateLimitingForFailedLogins.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93825-RateLimitingForFailedLogins.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Feature: #93825 - Rate limiting for failed logins
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93835-AddErrorForPropertyFunctionForAbstractValidator.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93835-AddErrorForPropertyFunctionForAbstractValidator.rst
index 56a5e237557d8aae523f1ea133d6f31b673e9d77..16829735f8623d32941dd3b3e6ed9727b52231a2 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93835-AddErrorForPropertyFunctionForAbstractValidator.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93835-AddErrorForPropertyFunctionForAbstractValidator.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #93835 - AddErrorForProperty function for AbstractValidator
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93921-SharingBackendLinks.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93921-SharingBackendLinks.rst
index 7ec5fca8ed44634efdbc77e57c136a6d83b58299..ec367ba3b714c00177ad9dea7417664e157d9c5a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93921-SharingBackendLinks.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-93921-SharingBackendLinks.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================
 Feature: #93921 - Sharing backend links
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94081-TCAReadOnlyForT3editor.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94081-TCAReadOnlyForT3editor.rst
index 17cc817d571889a60b32aa06dff2e99f3190da9b..324fb9fa904582f9df12bafdb417bfe2c95bbdef 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94081-TCAReadOnlyForT3editor.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94081-TCAReadOnlyForT3editor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Feature: #94081 - TCA readOnly for t3editor
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94143-DisplayCreationDateOfRedirects.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94143-DisplayCreationDateOfRedirects.rst
index cd369424c745e6e071ef08f17f264ece4735b369..4fae0deea25cb38b102b02e63fc9b2a44a10b4bc 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94143-DisplayCreationDateOfRedirects.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94143-DisplayCreationDateOfRedirects.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #94143 - Display creation date of redirects
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94206-AddExcludePagesRecursiveOptionToSitemapGeneration.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94206-AddExcludePagesRecursiveOptionToSitemapGeneration.rst
index e167f0055c50ac025159bf3f29e4a778d0df0b57..5ce6a6823d1be6149cbcbf58f6f10189ca1c5bf3 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94206-AddExcludePagesRecursiveOptionToSitemapGeneration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94206-AddExcludePagesRecursiveOptionToSitemapGeneration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Feature: #94206 - Add excludePagesRecursive option to XML sitemap generation
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94210-InformationAboutInheritedBackendLayout.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94210-InformationAboutInheritedBackendLayout.rst
index 72c51b81bd981e39d9cebe49feff1d7f72386ccc..9036ecce4261686241a5ae6ec2021c03b0ed784b 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94210-InformationAboutInheritedBackendLayout.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94210-InformationAboutInheritedBackendLayout.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #94210 - Information about inherited backend layout
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94218-SelectableColumnsPerTableInRecordList.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94218-SelectableColumnsPerTableInRecordList.rst
index ab41edf0dab03ba8e7535d99e8ae6bd21478e20d..3b5029db8c9f6f222d56f9276d5c91616bd1a2ae 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94218-SelectableColumnsPerTableInRecordList.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94218-SelectableColumnsPerTableInRecordList.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #94218 - Selectable columns per table in record list
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94345-AutoDetectEventTypes.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94345-AutoDetectEventTypes.rst
index bf1bf9fe08aa558bce366f3a216725b568198d8d..aa914c047f5b35aef8b074c398b0d5d179ea45d3 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94345-AutoDetectEventTypes.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94345-AutoDetectEventTypes.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Feature: #94345 - Auto-detect event types
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94374-CreateNewFilemountViaFoldersContextMenu.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94374-CreateNewFilemountViaFoldersContextMenu.rst
index 6f94a7ccca86792d052119fe8109af9010bebca7..634be66a6e5a8316bc0428f89bf263c77641c8fa 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94374-CreateNewFilemountViaFoldersContextMenu.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94374-CreateNewFilemountViaFoldersContextMenu.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #94374 - Create new filemount via the folder's context menu
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94390-DropdownForRecordListAndFileListInFavorOfExtendedView.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94390-DropdownForRecordListAndFileListInFavorOfExtendedView.rst
index 162ee2b41e7362e0a3a354ec7ed5947c651ad7fb..b7a825e85acce00a2322484f1af68e77bf70ca40 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94390-DropdownForRecordListAndFileListInFavorOfExtendedView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94390-DropdownForRecordListAndFileListInFavorOfExtendedView.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Feature: #94390 - Dropdown for record list and file list in favor of Extended View
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94411-RecordlistDownloadSettings.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94411-RecordlistDownloadSettings.rst
index 7129a4d358d14c0b5f1856fc36591825f89a1bc7..0fa119dcfab8859ac74433a7d31b934c4fc96d10 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94411-RecordlistDownloadSettings.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94411-RecordlistDownloadSettings.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Feature: #94411 - Record list download settings
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94428-ExtbaseRequestImplementsServerRequestInterface.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94428-ExtbaseRequestImplementsServerRequestInterface.rst
index d0869a86b65bd4f973cc2d00ec498a08f6b99529..bcb649b09d5e5e61b2d3a58a12cc0021695082c2 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94428-ExtbaseRequestImplementsServerRequestInterface.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94428-ExtbaseRequestImplementsServerRequestInterface.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Feature: #94428 - Extbase Request implements ServerRequestInterface
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94447-NativeSupportForLanguageWelshAdded.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94447-NativeSupportForLanguageWelshAdded.rst
index 6d4501cd8ac5cbfdbf63766af1e70e040a7ff4cb..e49ae066ac62402669537141da01b3341d818f11 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94447-NativeSupportForLanguageWelshAdded.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94447-NativeSupportForLanguageWelshAdded.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #94447 - Native support for language Welsh added
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94452-ImprovedMulti-SelectionInFileSelection.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94452-ImprovedMulti-SelectionInFileSelection.rst
index 89a2dfeda664fe97556fb58847d3bcd552600fb8..0b1032f4591c066261652837b2c196eb2a4fe116 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94452-ImprovedMulti-SelectionInFileSelection.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94452-ImprovedMulti-SelectionInFileSelection.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #94452 - Improved multi-selection in file selection
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94474-ImprovedShowColumnsSelectionInRecordList.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94474-ImprovedShowColumnsSelectionInRecordList.rst
index 0443c95f6b188b15dd84e612dc717a3f0cdd672c..9eeda9d72c94cfdbe2b5514036c4c869b8b6c199 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94474-ImprovedShowColumnsSelectionInRecordList.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94474-ImprovedShowColumnsSelectionInRecordList.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #94474 - Improved show columns selection in record list
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94524-EditMetadataForAFileViaTheContextMenu.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94524-EditMetadataForAFileViaTheContextMenu.rst
index 5d19f020de1534adf77de68b6fcf0bb7373fcd69..68ea2ce652229b034dcec5540a2924a91684fd4a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94524-EditMetadataForAFileViaTheContextMenu.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Feature-94524-EditMetadataForAFileViaTheContextMenu.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #94524 - Edit metadata for a file via the context menu
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Important-91496-ChangesToPasswordResetFunctionality.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Important-91496-ChangesToPasswordResetFunctionality.rst
index caf29fcb016ff71ab589e6bc066c841684cb8636..4b9906bc0ebac676d5ec8f53291e7c9603fab9b6 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Important-91496-ChangesToPasswordResetFunctionality.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Important-91496-ChangesToPasswordResetFunctionality.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Important: #91496 - Changes to password reset functionality
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Important-94312-RemovedBEloginSecurityLevelAndFEloginSecurityLevelOptions.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Important-94312-RemovedBEloginSecurityLevelAndFEloginSecurityLevelOptions.rst
index 23ba206d14e258ecced9b2d54c2b9f3b47bf9a08..6c2a6640947ff6bf90ff64c440d42da2c889de1f 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Important-94312-RemovedBEloginSecurityLevelAndFEloginSecurityLevelOptions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Important-94312-RemovedBEloginSecurityLevelAndFEloginSecurityLevelOptions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Important: #94312 - Removed BE/loginSecurityLevel and FE/loginSecurityLevel options
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Important-94315-UseProperPSR-3LoggingMessagesAndContext.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Important-94315-UseProperPSR-3LoggingMessagesAndContext.rst
index 04e31ac920c27b399f23735fec5d580717316786..313af09dc9067e1925d122e2202656f89d598218 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Important-94315-UseProperPSR-3LoggingMessagesAndContext.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Important-94315-UseProperPSR-3LoggingMessagesAndContext.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Important: #94315 - Use proper PSR-3 logging messages and context
diff --git a/typo3/sysext/core/Documentation/Changelog/11.3/Index.rst b/typo3/sysext/core/Documentation/Changelog/11.3/Index.rst
index b621947c6406517ccca0ac50531e43bfc7d2a32f..d416199c94d0ee4ef142a8f6d0fb881eb0996f01 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.3/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.3/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============
 11.3 Changes
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-85613-CategoryRegistry.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-85613-CategoryRegistry.rst
index 3c31b71f46b7bd218d443f2480590518118482d5..8393b8a65cff63ad09a2411b4ae5c4882b7a3a43 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-85613-CategoryRegistry.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-85613-CategoryRegistry.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================
 Deprecation: #85613 - Category Registry
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94619-ExtbaseObjectManager.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94619-ExtbaseObjectManager.rst
index 6f0622336b19f0f92ab0b4605f46704acde054ee..58b1e55b2f3ccb4fa83a0722893f1f322921139f 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94619-ExtbaseObjectManager.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94619-ExtbaseObjectManager.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Deprecation: #94619 - Extbase ObjectManager
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94654-GenericExtbaseDomainClasses.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94654-GenericExtbaseDomainClasses.rst
index b00deb5f9df2981ba169c6e85cf82fbc858ebe3b..ee6b070f5db3e179215f7ce3530411be83296bc8 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94654-GenericExtbaseDomainClasses.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94654-GenericExtbaseDomainClasses.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Deprecation: #94654 - Generic Extbase domain classes
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94664-PdoCacheBackend.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94664-PdoCacheBackend.rst
index e70f3fa76187e24d9364d21c0c1ea46a0c222de5..122b92e6aa4ade4e180a74847431dbbcf7862ba2 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94664-PdoCacheBackend.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94664-PdoCacheBackend.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================
 Deprecation: #94664 - Pdo cache backend
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94665-WincacheCacheBackend.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94665-WincacheCacheBackend.rst
index fa0b61cc3c8e70e2ef95edbdb01a70afd5e9699c..67f82daeb2203d48f26340b94a44c9a9b6431ad3 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94665-WincacheCacheBackend.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94665-WincacheCacheBackend.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Deprecation: #94665 - Wincache cache backend
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94684-GeneralUtilityShortMD5.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94684-GeneralUtilityShortMD5.rst
index ef1367329f0ba90f38cbbab436ea0c93109b9c3d..6f9dc221110f7869ff1885b3c247de351b3b0c05 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94684-GeneralUtilityShortMD5.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94684-GeneralUtilityShortMD5.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Deprecation: #94684 - GeneralUtility::shortMD5()
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94687-SoftReferenceIndex.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94687-SoftReferenceIndex.rst
index 61af323672e63359d51c5ae68b09ab425af6af8e..32044bed3b32e4e334607dc6380a0144ea71217a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94687-SoftReferenceIndex.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94687-SoftReferenceIndex.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Deprecation: #94687 - Deprecate SoftReferenceIndex
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94741-RegisterSoftReferenceParsersViaDI.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94741-RegisterSoftReferenceParsersViaDI.rst
index b4de4cf6fb0e70208bdbda2c304cd772a280d1cc..d75282f983a906e5a7d32aaf21e5088a30475abb 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94741-RegisterSoftReferenceParsersViaDI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94741-RegisterSoftReferenceParsersViaDI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Deprecation: #94741 - Register SoftReference parsers via DI
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94762-DeprecateJavaScriptTopfsModState.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94762-DeprecateJavaScriptTopfsModState.rst
index a78ec0faacdafa3fee5a96386da7af18d48ef44e..848e5f80e7144e3fbea21af38b807cd674a5d3b7 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94762-DeprecateJavaScriptTopfsModState.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94762-DeprecateJavaScriptTopfsModState.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #94762 - Deprecate JavaScript top.fsMod state
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94902-LowerCamelCaseOptionsOfExtImpExpCommands.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94902-LowerCamelCaseOptionsOfExtImpExpCommands.rst
index ced24fbbf54a3e59a9793fc61b0afee4097b2e1d..789176c6bf3403a424802e54f84b03f265f9db7a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94902-LowerCamelCaseOptionsOfExtImpExpCommands.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94902-LowerCamelCaseOptionsOfExtImpExpCommands.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Deprecation: #94902 - Deprecate lowerCamelCase options of EXT:impexp commands
@@ -9,7 +9,7 @@ See :issue:`94902`
 Description
 ===========
 
-The CLI commands :shell:`impexp:export` and :shell:`impexp:import` offered
+The CLI commands :bash:`impexp:export` and :bash:`impexp:import` offered
 lowerCamelCased options, while the other TYPO3 Core commands offer lowercase
 options only. The lowercase option aliases were introduced in both commands and
 the lowerCamelCased options were marked as deprecated and will be removed in
@@ -19,7 +19,7 @@ TYPO3 v12.
 Impact
 ======
 
-If the CLI commands :shell:`impexp:export` or :shell:`impexp:import` are
+If the CLI commands :bash:`impexp:export` or :bash:`impexp:import` are
 executed with lowerCamelCased options, a PHP :php:`E_USER_DEPRECATED` error is
 raised.
 
@@ -28,7 +28,7 @@ Affected Installations
 ======================
 
 Any TYPO3 installation using lowerCamelCased options with commands
-:shell:`impexp:export` or :shell:`impexp:import`.
+:bash:`impexp:export` or :bash:`impexp:import`.
 
 
 Migration
@@ -36,15 +36,15 @@ Migration
 
 Switch to the lower-cased option aliases:
 
-1. :shell:`impexp:export --includeRelated` => :shell:`impexp:export --include-related`
-2. :shell:`impexp:export --includeStatic` => :shell:`impexp:export --include-static`
-3. :shell:`impexp:export --excludeDisabledRecords` => :shell:`impexp:export --exclude-disabled-records`
-4. :shell:`impexp:export --excludeHtmlCss` => :shell:`impexp:export --exclude-html-css`
-5. :shell:`impexp:export --saveFilesOutsideExportFile` => :shell:`impexp:export --save-files-outside-export-file`
-6. :shell:`impexp:import --updateRecords` => :shell:`impexp:import --update-records`
-7. :shell:`impexp:import --ignorePid` => :shell:`impexp:import --ignore-pid`
-8. :shell:`impexp:import --forceUid` => :shell:`impexp:import --force-uid`
-9. :shell:`impexp:import --importMode` => :shell:`impexp:import --import-mode`
-10. :shell:`impexp:import --enableLog` => :shell:`impexp:import --enable-log`
+1. :bash:`impexp:export --includeRelated` => :bash:`impexp:export --include-related`
+2. :bash:`impexp:export --includeStatic` => :bash:`impexp:export --include-static`
+3. :bash:`impexp:export --excludeDisabledRecords` => :bash:`impexp:export --exclude-disabled-records`
+4. :bash:`impexp:export --excludeHtmlCss` => :bash:`impexp:export --exclude-html-css`
+5. :bash:`impexp:export --saveFilesOutsideExportFile` => :bash:`impexp:export --save-files-outside-export-file`
+6. :bash:`impexp:import --updateRecords` => :bash:`impexp:import --update-records`
+7. :bash:`impexp:import --ignorePid` => :bash:`impexp:import --ignore-pid`
+8. :bash:`impexp:import --forceUid` => :bash:`impexp:import --force-uid`
+9. :bash:`impexp:import --importMode` => :bash:`impexp:import --import-mode`
+10. :bash:`impexp:import --enableLog` => :bash:`impexp:import --enable-log`
 
 .. index:: CLI, NotScanned, ext:impexp
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94953-EditPanelRelatedFrontendFunctionality.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94953-EditPanelRelatedFrontendFunctionality.rst
index b3108b5e0bc424c39e3488943e047b3b3f4563d4..3cb5f1e327f941f19b4e5d8a89acc4a372866442 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94953-EditPanelRelatedFrontendFunctionality.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94953-EditPanelRelatedFrontendFunctionality.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Deprecation: #94953 - Edit panel related frontend functionality
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94956-PublicCObj.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94956-PublicCObj.rst
index 3ad47489eddd68bc2163a1277a201034a8c5ad3b..c0b779b5fd285a77f25f0fd31084d1e14d2fd109 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94956-PublicCObj.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94956-PublicCObj.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================
 Deprecation: #94956 - Public $cObj
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94957-TypoScriptFrontendController-cObjectDepthCounter.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94957-TypoScriptFrontendController-cObjectDepthCounter.rst
index e34ce4019fc21e3c089bc8ed26072570c77b7962..14813c374c7547de86781274f7b61ae8c8460185 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94957-TypoScriptFrontendController-cObjectDepthCounter.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94957-TypoScriptFrontendController-cObjectDepthCounter.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Deprecation: #94957 - TypoScriptFrontendController->cObjectDepthCounter
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94958-ContentObjectRendererProperties.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94958-ContentObjectRendererProperties.rst
index 390b90f048b50437a2e8b6eda751130b56362534..21dbb2984e450576d69f54176e4c58dcee225910 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94958-ContentObjectRendererProperties.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94958-ContentObjectRendererProperties.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Deprecation: #94958 - ContentObjectRenderer properties
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94959-ContentObjectRendererConstructorInStandaloneView.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94959-ContentObjectRendererConstructorInStandaloneView.rst
index a873322920f87d03fee074fc431d5288fbeae65f..d4f21e421ecac83417b1cdfbe8e4b7dc49ca142d 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94959-ContentObjectRendererConstructorInStandaloneView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94959-ContentObjectRendererConstructorInStandaloneView.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Deprecation: #94959 - ContentObjectRenderer constructor in StandaloneView
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94979-UsingCacheManagerOrDatabaseConnectionsDuringTYPO3Bootstrap.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94979-UsingCacheManagerOrDatabaseConnectionsDuringTYPO3Bootstrap.rst
index 8e5519cfb22bc0bf2ea1864125bf10840c63b3eb..dfc5d05e15a3df1354263aee7d020f877b5a287b 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94979-UsingCacheManagerOrDatabaseConnectionsDuringTYPO3Bootstrap.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94979-UsingCacheManagerOrDatabaseConnectionsDuringTYPO3Bootstrap.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================
 Deprecation: #94979 - Using CacheManager or Database Connections during TYPO3 bootstrap
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94991-ExtbaseAbstractView.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94991-ExtbaseAbstractView.rst
index 4e05e6c4b798daa5c6bbf5ba3a2f6963e984b4b3..8bfd0cdadbee6586833dd5767914a777839be327 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94991-ExtbaseAbstractView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94991-ExtbaseAbstractView.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================
 Deprecation: #94991 - Extbase AbstractView
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94996-InComposerModeAllExtensionsShouldBeInstalledWithComposer.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94996-InComposerModeAllExtensionsShouldBeInstalledWithComposer.rst
index aae8510bc1b9b74ca6b3886de8ab6fd1c43a4dd9..7738052600af762680d79bbc5ccfadb1dc45d305 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94996-InComposerModeAllExtensionsShouldBeInstalledWithComposer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-94996-InComposerModeAllExtensionsShouldBeInstalledWithComposer.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Deprecation: #94996 - In Composer Mode, all Extensions should be installed with Composer
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95003-ExtbaseViewInterfaceCanRender.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95003-ExtbaseViewInterfaceCanRender.rst
index c7a3e50b6050fb343cfd10f9969872445df6f6b8..bea5ee3424428038e00e82140394c8749720ee32 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95003-ExtbaseViewInterfaceCanRender.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95003-ExtbaseViewInterfaceCanRender.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #95003 - Extbase ViewInterface canRender()
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95005-ExtbaseEmptyView.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95005-ExtbaseEmptyView.rst
index 389ad103678b098a6be11bea2f1fe94302e745ee..ade11314cc3988682bf9593264bcee30172a848e 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95005-ExtbaseEmptyView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95005-ExtbaseEmptyView.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================
 Deprecation: #95005 - Extbase EmptyView
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95009-PassingTypoScriptConfigurationAsConstructorArgumentToExceptionHandler.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95009-PassingTypoScriptConfigurationAsConstructorArgumentToExceptionHandler.rst
index f9be35aaa4188fe0313b62459e81647b100a3b82..2b93b7f4f9ec0edb6ca6e3528ddfcad2b71d353a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95009-PassingTypoScriptConfigurationAsConstructorArgumentToExceptionHandler.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95009-PassingTypoScriptConfigurationAsConstructorArgumentToExceptionHandler.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================================
 Deprecation: #95009 - Passing TypoScript configuration as constructor argument to Exception handler
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95011-VariousGlobalJavaScriptFunctionsAndVariables.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95011-VariousGlobalJavaScriptFunctionsAndVariables.rst
index 0ac450de2e12458325a7828f77512b9c5155ab3b..49de2794d5876127ac5a294b1b0b2873a332ded7 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95011-VariousGlobalJavaScriptFunctionsAndVariables.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95011-VariousGlobalJavaScriptFunctionsAndVariables.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Deprecation: #95011 - Various global JavaScript functions and variables
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95037-RootUidRelatedSettingOfTrees.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95037-RootUidRelatedSettingOfTrees.rst
index a4ff4f7a25fe518f4e3cb74083ac5cac90c30be0..3ad04289cfd8830278ad9e23e5d5a5c392c55501 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95037-RootUidRelatedSettingOfTrees.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95037-RootUidRelatedSettingOfTrees.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Deprecation: #95037 - rootUid related setting of trees
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95062-SkipSortingArgumentOfRelationHandler-writeForeignField.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95062-SkipSortingArgumentOfRelationHandler-writeForeignField.rst
index 2173bf97155db56ce16bddf140a895ebbbd7e2cd..175bf13de2c62210f3d6f9d2aff881d9cb86cbd8 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95062-SkipSortingArgumentOfRelationHandler-writeForeignField.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95062-SkipSortingArgumentOfRelationHandler-writeForeignField.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Deprecation: #95062 - $skipSorting argument of RelationHandler->writeForeignField()
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95065-HookExtTablesInclusion-PostProcessing.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95065-HookExtTablesInclusion-PostProcessing.rst
index cd003e6ffee5f7771b96ac0021afe7191dd8c93b..30a75f6c73ad76f39050744e8645348636968140 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95065-HookExtTablesInclusion-PostProcessing.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95065-HookExtTablesInclusion-PostProcessing.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Deprecation: #95065 - Hook extTablesInclusion-PostProcessing
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95077-FilelistEditIconsHook.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95077-FilelistEditIconsHook.rst
index 734afcf484fe5c7989a92cee059f6e3ec54bb706..d10f42616dcef3cdf47e1d5e8c6b3d10e4a6e8e8 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95077-FilelistEditIconsHook.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95077-FilelistEditIconsHook.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Deprecation: #95077 - Filelist editIconsHook
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95080-FileDumpCheckFileAccessHook.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95080-FileDumpCheckFileAccessHook.rst
index d80d6ac522c2a064b7f3f3bf4f58955c24b5b47a..847c3e85369f1b54a4b5555ba71cdd053c7c8ad0 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95080-FileDumpCheckFileAccessHook.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95080-FileDumpCheckFileAccessHook.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Deprecation: #95077 - FileDump CheckFileAccess hook
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95083-BackendToolbarCacheActionsHook.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95083-BackendToolbarCacheActionsHook.rst
index 0e665f730c31124bc26f30bbf888a4eb26bf3913..3c2d60ec3fd6adc99ed0b900ebf1ec2e0b59a823 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95083-BackendToolbarCacheActionsHook.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95083-BackendToolbarCacheActionsHook.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #95083 - Backend toolbar CacheActions hook
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95089-ExtendedFileUtilityProcessDataHook.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95089-ExtendedFileUtilityProcessDataHook.rst
index a3ba6da6e0e8a242f72e039519eb18bb8a209f4e..513b574d3a9ef845b73c5f0014c91d4f513d14b6 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95089-ExtendedFileUtilityProcessDataHook.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95089-ExtendedFileUtilityProcessDataHook.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #95089 - ExtendedFileUtility ProcessData hook
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95105-DatabaseRecordListHooks.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95105-DatabaseRecordListHooks.rst
index 4f13a346fc5497345143b5e2b423e30c7c3293d8..a32407b0e1208edf6f778f810fd38ea0beafee80 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95105-DatabaseRecordListHooks.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Deprecation-95105-DatabaseRecordListHooks.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Deprecation: #95105 - DatabaseRecordList hooks
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-71775-HtmlParserAllowsSrcset.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-71775-HtmlParserAllowsSrcset.rst
index 0202616664c1112a85e7cbd61c85c1951020a611..40f17354372bc432898ccd2112f91b27a438dd32 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-71775-HtmlParserAllowsSrcset.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-71775-HtmlParserAllowsSrcset.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================
 Feature: #71775 - HtmlParser allows srcset
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-84115-DoctrineDBAL-NotInSetForExpressions.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-84115-DoctrineDBAL-NotInSetForExpressions.rst
index b6351dc20762856c9ff851547f19102e36cd3e0c..3a91d748c225e81845792b4f88be120db2a893d4 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-84115-DoctrineDBAL-NotInSetForExpressions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-84115-DoctrineDBAL-NotInSetForExpressions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #84115 - Doctrine DBAL - notInSet() for expressions
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-84184-ShowColumnsSelectionInFilelist.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-84184-ShowColumnsSelectionInFilelist.rst
index cb810eaf3dd1fecaf0a4e3968ffb9db8000e3fbd..e73edaf331932728d854057136af61b30c5a8f88 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-84184-ShowColumnsSelectionInFilelist.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-84184-ShowColumnsSelectionInFilelist.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #84184 - Show columns selection in filelist
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-84718-AddCLIExportCommandToImpExpExtension.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-84718-AddCLIExportCommandToImpExpExtension.rst
index a6e368bda13703b4425a0e14935b478a90a4034d..f28122734ec52a01f77e58037fb466d7c00d6b14 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-84718-AddCLIExportCommandToImpExpExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-84718-AddCLIExportCommandToImpExpExtension.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #84718 - Add CLI export command to EXT:impexp
@@ -11,9 +11,9 @@ Description
 
 The new CLI command
 
--  :shell:`impexp:export`
+-  :bash:`impexp:export`
 
-was added as the missing twin of the existing CLI command :shell:`impexp:import`.
+was added as the missing twin of the existing CLI command :bash:`impexp:import`.
 
 The export command can be executed via
 
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-90197-IntroduceCacheFlushConsoleCommand.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-90197-IntroduceCacheFlushConsoleCommand.rst
index 6e345434ac0ecbd3850b0c9c1814ff6dea13041e..9b32d0df73cc65061f316991176f2dc13f7b4e6d 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-90197-IntroduceCacheFlushConsoleCommand.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-90197-IntroduceCacheFlushConsoleCommand.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #90197 - Introduce cache:flush console command
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-90336-CKEditorAutolinkingUsesHttpsByDefault.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-90336-CKEditorAutolinkingUsesHttpsByDefault.rst
index e66d256c7eb41871b6f8320c3636d824a932afc4..7fc366e829e1499a53eee04a55e6925e29d9b22e 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-90336-CKEditorAutolinkingUsesHttpsByDefault.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-90336-CKEditorAutolinkingUsesHttpsByDefault.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #90336 - CKEditor Autolinking uses https by default
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-90347-EnableRecursiveTransformationOfPropertiesInJsonView.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-90347-EnableRecursiveTransformationOfPropertiesInJsonView.rst
index 11216c19331e7df33618c0d73849a0ecec1767cb..70ce9992405e37ce89430e1935089ace62638b3c 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-90347-EnableRecursiveTransformationOfPropertiesInJsonView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-90347-EnableRecursiveTransformationOfPropertiesInJsonView.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Feature: #90347 - Enable recursive transformation of properties in JsonView
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-90548-DownloadMultipleFilesAndFoldersInFilelist.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-90548-DownloadMultipleFilesAndFoldersInFilelist.rst
index fb4313d011154324985aa58a49a3310ee7734460..e128e3301d6c616e19240988371b42e55637bf4b 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-90548-DownloadMultipleFilesAndFoldersInFilelist.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-90548-DownloadMultipleFilesAndFoldersInFilelist.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Feature: #90548 - Download multiple files and folders in filelist
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-91021-FilterByStageInWorkspacesModule.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-91021-FilterByStageInWorkspacesModule.rst
index d95050b21f6ee5a28ad82620ee694664f7083c69..aae474fb968334d9f99729b9bc54b44c96d4e565 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-91021-FilterByStageInWorkspacesModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-91021-FilterByStageInWorkspacesModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #91021 - Filter by stage in Workspaces Module
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-92460-SplitDefaultFromAllLanguagesInPageModule.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-92460-SplitDefaultFromAllLanguagesInPageModule.rst
index 093d02afab7abb03d43de67e4a63833089eff48d..40fbf432a703e43d8d0dfb0a912fc62d193c8b32 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-92460-SplitDefaultFromAllLanguagesInPageModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-92460-SplitDefaultFromAllLanguagesInPageModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Feature: #92460 - Split default from all languages in page module
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-93197-ResolveCollectionTypesOfNon-persistentObjects.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-93197-ResolveCollectionTypesOfNon-persistentObjects.rst
index e56554e4262be732ee815a83405e44c7ef9484cb..40763a0ca5cb6a85f33c1f772541e7e539bc2281 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-93197-ResolveCollectionTypesOfNon-persistentObjects.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-93197-ResolveCollectionTypesOfNon-persistentObjects.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #93197 - Resolve collection types of non-persistent objects
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-93436-IntroduceCacheWarmupConsoleCommand.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-93436-IntroduceCacheWarmupConsoleCommand.rst
index c7aebff64e7eeaa8d7cae0007be23f1736b1a42c..86518cff5e5632895a1852bb5c2047628c47ae78 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-93436-IntroduceCacheWarmupConsoleCommand.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-93436-IntroduceCacheWarmupConsoleCommand.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #93436 - Introduce cache:warmup console command
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94402-GenerateErrorPagesViaTYPO3-internalSubRequest.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94402-GenerateErrorPagesViaTYPO3-internalSubRequest.rst
index 1221a72f34ec5c6a7ef0dbea33370d2ff12dc13d..ab4e68714e7766d15b53a85e9c8f772b4ca74170 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94402-GenerateErrorPagesViaTYPO3-internalSubRequest.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94402-GenerateErrorPagesViaTYPO3-internalSubRequest.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #94402 - Generate error pages via TYPO3-internal sub-request
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94406-OverrideFileFolderTCAConfigurationWithTSconfig.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94406-OverrideFileFolderTCAConfigurationWithTSconfig.rst
index 588ae3c44913996d574cccaa14dc9c188bdbf6eb..0c6b388f6f8d9bf3344013bb3eeaddc1c4f3d176 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94406-OverrideFileFolderTCAConfigurationWithTSconfig.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94406-OverrideFileFolderTCAConfigurationWithTSconfig.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #94406 - Override fileFolder TCA configuration with TSconfig
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94489-FilterForRedirectsNeverHit.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94489-FilterForRedirectsNeverHit.rst
index 56e1ece741aba41e54b2ea3feb95ba89e940a547..75fa7dd663b75c35851d5f4dbf67f3daddc365d9 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94489-FilterForRedirectsNeverHit.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94489-FilterForRedirectsNeverHit.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Feature: #94489 - Filter for redirects never hit
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94577-ClearIndexed_searchDocumentsWhenContentIsChanged.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94577-ClearIndexed_searchDocumentsWhenContentIsChanged.rst
index 94384252b1a87b7952bddd08a589dca5f3f35900..ebb8da85c178378e63bde31b4270d7281ac53217 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94577-ClearIndexed_searchDocumentsWhenContentIsChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94577-ClearIndexed_searchDocumentsWhenContentIsChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Feature: #94577 - Clear indexed_search documents when content is changed
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94590-AllowIconIdentifiersInReportModuleRegistration.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94590-AllowIconIdentifiersInReportModuleRegistration.rst
index 0dfb316a2653f2a105c47d42c230b63dc1aeb322..5268175276d72b81c429530cf60e6fdefdd290a6 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94590-AllowIconIdentifiersInReportModuleRegistration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94590-AllowIconIdentifiersInReportModuleRegistration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #94590 - Allow icon identifiers in report module registration
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94622-NewTCATypeCategory.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94622-NewTCATypeCategory.rst
index f9fe2f3cc8569700a7af4e02fb00a7e9ce75210d..d482b4616845b8edacbbeff1d2666d5d8d2e8871 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94622-NewTCATypeCategory.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94622-NewTCATypeCategory.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Feature: #94622 - New TCA type "category"
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94623-Tt_contentImagesAssetsMediaShowPossibleLocalizationRecords.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94623-Tt_contentImagesAssetsMediaShowPossibleLocalizationRecords.rst
index 3b4caddbe7b9a92409408f047718c7aab18d20c5..237b70ea20e6dc982ce719ef4b3990c90dda5850 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94623-Tt_contentImagesAssetsMediaShowPossibleLocalizationRecords.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94623-Tt_contentImagesAssetsMediaShowPossibleLocalizationRecords.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Feature: #94623 - tt_content images, assets, media showPossibleLocalizationRecords
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94653-AutocompleteAttributeForPasswordViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94653-AutocompleteAttributeForPasswordViewHelper.rst
index eb6ff0f97c81cce7c4d5d958304b98b956ebad89..7c83d7da4c64c03dfef50f8ed20d9fabc7e19b6d 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94653-AutocompleteAttributeForPasswordViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94653-AutocompleteAttributeForPasswordViewHelper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #94653 - Autocomplete attribute for PasswordViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94662-AddPlaceholderForSiteConfigurationInForeignTableWhere.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94662-AddPlaceholderForSiteConfigurationInForeignTableWhere.rst
index 25efff79e77933770b0813b1103d568bb335d1cd..60b779dd6e9ce98a7791b426494d177b8799682d 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94662-AddPlaceholderForSiteConfigurationInForeignTableWhere.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94662-AddPlaceholderForSiteConfigurationInForeignTableWhere.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Feature: #94662 - Add placeholder for site configuration in foreign_table_where
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94680-ShowColumnsSelectorFilter.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94680-ShowColumnsSelectorFilter.rst
index 652cbdcb171e5dd601d17fa2cf4fa2fbe5562ebc..2aa9c80693669df89a15a25927d00f39829d18e8 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94680-ShowColumnsSelectorFilter.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94680-ShowColumnsSelectorFilter.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Feature: #94680 - Show columns selector filter
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94692-RegisteringIconsViaServiceContainer.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94692-RegisteringIconsViaServiceContainer.rst
index 96e86a375b54c0e83d1f3b851e70327b6281e2f3..6cd52d9c51c08183fffd62e2e042ba4fd719b5a9 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94692-RegisteringIconsViaServiceContainer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94692-RegisteringIconsViaServiceContainer.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #94692 - Registering Icons via Service Container
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94741-RegisterSoftReferenceParsersViaDI.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94741-RegisterSoftReferenceParsersViaDI.rst
index 19ebad613b0de89b457fae02ccc9adb9f3f80366..75448e7044a1c361e922980f5db1f1693717c76c 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94741-RegisterSoftReferenceParsersViaDI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94741-RegisterSoftReferenceParsersViaDI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #94741 - Register SoftReference parsers via DI
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94765-IntroduceShowNewRecordLinkOption.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94765-IntroduceShowNewRecordLinkOption.rst
index c36781d77db5fa2f27afd5e56c866422d8b9bbd7..f78423e545ef3b99f4c882f630754d35fcf0d9bc 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94765-IntroduceShowNewRecordLinkOption.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94765-IntroduceShowNewRecordLinkOption.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #94765 - Introduce showNewRecordLink option
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94819-ImprovedWorkspacesModule.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94819-ImprovedWorkspacesModule.rst
index c6a3df76370f7dd54d2af2466807f958356c73b7..99472f255dd234a2da3ebe5ddbc194b9aa19574e 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94819-ImprovedWorkspacesModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94819-ImprovedWorkspacesModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Feature: #94819 - Improved Workspaces module
@@ -31,4 +31,4 @@ Impact
 The overall user experience has been improved and administrators
 do not need to use the list module to manage workspaces anymore.
 
-.. index:: Backend, ext:workspaces
\ No newline at end of file
+.. index:: Backend, ext:workspaces
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94889-AddResultOptionToTypolinkReturnLastParameter.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94889-AddResultOptionToTypolinkReturnLastParameter.rst
index e0edf7ccf1024ab0d6642e2469619c3cd2a8d3bb..1a056e891b8e17c0f3e7d2ad826d4bbd3c0b8f8f 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94889-AddResultOptionToTypolinkReturnLastParameter.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94889-AddResultOptionToTypolinkReturnLastParameter.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #94889 - Add "result" option to typolink returnLast parameter
@@ -17,7 +17,7 @@ an :html:`<a>` tag or return a URL in the future.
 
 For the time being this new class is used to build links from
 :php:`\TYPO3\CMS\Frontend\Typolink\AbstractTypolinkBuilder` implementations, and in addition
-should be able to be returned fully by :ts:`typolink` in the future.
+should be able to be returned fully by :typoscript:`typolink` in the future.
 
 In addition, this object helps to build links needed
 for e.g. JSON responses to contain all information
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94906-MultiRecordSelectionInFilelist.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94906-MultiRecordSelectionInFilelist.rst
index 53bada2ed9f33b99234fbbad5db0c7842b9bbd3b..900ed0acd2de4dbbc0e94999a2723574cb26f528 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94906-MultiRecordSelectionInFilelist.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94906-MultiRecordSelectionInFilelist.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #94906 - Multi record selection in filelist
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94944-KeyboardShortcutsForMultiRecordSelection.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94944-KeyboardShortcutsForMultiRecordSelection.rst
index af603ca09ba8a48577ab6b46819a6130c7ac81ce..d33d8be1b0ed5393544026eaecf169e50a4f58db 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94944-KeyboardShortcutsForMultiRecordSelection.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94944-KeyboardShortcutsForMultiRecordSelection.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #94944 - Keyboard shortcuts for multi record selection
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94966-ShowDebuggerInApplicationInformation.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94966-ShowDebuggerInApplicationInformation.rst
index 5a62be8609fd3b22e42c97a9e9091c1fa4c0aa1b..5a2afcce77dfdd6db8e28f94a1f1357762836152 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94966-ShowDebuggerInApplicationInformation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94966-ShowDebuggerInApplicationInformation.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #94966 - Show debugger in Application Information
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94996-ConsiderAllComposerInstalledExtensionsAsActive.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94996-ConsiderAllComposerInstalledExtensionsAsActive.rst
index 071468f5b364475261d7100108b78c764447e6e9..c59cdadf0707fd57a5ec0e937091fe5a583729bd 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94996-ConsiderAllComposerInstalledExtensionsAsActive.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94996-ConsiderAllComposerInstalledExtensionsAsActive.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #94996 - Consider all Composer installed extensions as active
@@ -25,21 +25,21 @@ some issues for example on platform.sh, which were solved by storing it in the v
 
 Any extension present in the :file:`typo3conf/ext` folder, but not installed by Composer,
 will still be considered and marked as part of TYPO3 packages when executing
-:shell:`composer install`. The only requirement here is, that such extensions need a
+:bash:`composer install`. The only requirement here is, that such extensions need a
 :file:`composer.json` file nonetheless.
 Note this behaviour is deprecated and will be removed with TYPO3 v12.
 
 Because all extensions present in the system are considered to be active,
 the Extension Manager UI is adapted to not allow changing the active state of
 extensions anymore for composer based instances. Respectively the commands
-:shell:`extension:activate` and :shell:`extension:deactivate` are disabled in Composer managed
+:bash:`extension:activate` and :bash:`extension:deactivate` are disabled in Composer managed
 systems as well.
 
-A new command :shell:`extension:setup` is introduced, which supersedes both the extension
+A new command :bash:`extension:setup` is introduced, which supersedes both the extension
 manager UI as well as the activate/deactivate commands. It performs all steps that
 were performed during activation and deactivation (the active-state is of course not changed).
 
-With the command :shell:`extension:setup` *all* extensions are set up in terms of
+With the command :bash:`extension:setup` *all* extensions are set up in terms of
 database schema changes, static data import, distribution files imports, etc.
 As example, requiring an additional extension and then using this command will
 create database tables or additional database fields the extension provides.
@@ -69,7 +69,7 @@ can be created by using the according UI in the Extension Manager.
 When working on a Composer based project and adding new extensions via the Composer
 cli tool during development, all added extensions are considered active automatically,
 but are not yet set up in terms of database schema changes for example. The TYPO3 cli
-command :shell:`extension:setup` needs to be executed additionally. :shell:`extension:setup` can and
+command :bash:`extension:setup` needs to be executed additionally. :bash:`extension:setup` can and
 should also be used, when deploying a TYPO3 project to make sure database schema is up to date.
 
 The Composer root project package will be recognized as a TYPO3 extension as well, if it provides a
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95034-SelectRowByMouseClick.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95034-SelectRowByMouseClick.rst
index d69991f2710bbf56a31cc5ae56fe5789d6fe8c28..5bffb6e12212222aba55cc5c012f6008a0c82c7b 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95034-SelectRowByMouseClick.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95034-SelectRowByMouseClick.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #95034 - List views: Select a row by clicking on it
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95035-CollapseAllForLargeTrees.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95035-CollapseAllForLargeTrees.rst
index c7d9318f660583af4756d9af01ed05bfd88cdd47..7478c9bcd7e7580c63a52b5e8eedefe43f47f444 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95035-CollapseAllForLargeTrees.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95035-CollapseAllForLargeTrees.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Feature: #95035 - "Collapse all" for large trees
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95037-NewStartingPointsSettingForFormEngineTreeConfig.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95037-NewStartingPointsSettingForFormEngineTreeConfig.rst
index b87bbb53c77ceb7344cfdbc4513d69bacad99672..76091a3983322ff29c71f8db838fe6fde22c96d7 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95037-NewStartingPointsSettingForFormEngineTreeConfig.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95037-NewStartingPointsSettingForFormEngineTreeConfig.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #95037 - New startingPoints setting for FormEngine treeConfig
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95044-SupportAutowiredLoggerInterfaceInjection.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95044-SupportAutowiredLoggerInterfaceInjection.rst
index 7f972f315bfeed60a5df834a9c1862ea26bbfccc..119e1430bd707addb061d360e9fceab262d3f79b 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95044-SupportAutowiredLoggerInterfaceInjection.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95044-SupportAutowiredLoggerInterfaceInjection.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #95044 - Support autowired LoggerInterface injection
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95061-AutoCreationOfMMTablesFromTCA.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95061-AutoCreationOfMMTablesFromTCA.rst
index 449b0369fd243aa9a2c88110cf16eecbe79baab1..6436aae4bb3b8746d4b921149808f622c60d6b9f 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95061-AutoCreationOfMMTablesFromTCA.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95061-AutoCreationOfMMTablesFromTCA.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Feature: #95061 - Auto creation of MM tables from TCA
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95065-NewPSR-14BootCompletedEvent.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95065-NewPSR-14BootCompletedEvent.rst
index 3a3db1d746ddc38f43bf713471ac4e9383a5cada..f25ac5e020842703291f06d232e9e3b3150f18bd 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95065-NewPSR-14BootCompletedEvent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95065-NewPSR-14BootCompletedEvent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Feature: #95065 - New PSR-14 BootCompletedEvent
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95068-MultiRecordSelectionInRecordlist.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95068-MultiRecordSelectionInRecordlist.rst
index b369604146e7e9defc18dff1c37e08e9a4a9ec68..257ff3903b352785de0b814b771691e3b89f6470 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95068-MultiRecordSelectionInRecordlist.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95068-MultiRecordSelectionInRecordlist.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #95068 - Multi record selection in recordlist
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95077-NewPSR-14ProcessFileListActionsEvent.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95077-NewPSR-14ProcessFileListActionsEvent.rst
index 89ef7587dd874211067a6375ce97d07f34309986..46d3f6b8528f409b22d6ff119731c3b1b77540b0 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95077-NewPSR-14ProcessFileListActionsEvent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95077-NewPSR-14ProcessFileListActionsEvent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #95077 - New PSR-14 ProcessFileListActionsEvent
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95079-SupportPHP8StyleChannelAttributeForLoggerInjection.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95079-SupportPHP8StyleChannelAttributeForLoggerInjection.rst
index 09fd9055591be24b2761ae7c7c04c1911c57229b..74270a0e2a0e90617ca956a6d8c81bf1f8286202 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95079-SupportPHP8StyleChannelAttributeForLoggerInjection.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95079-SupportPHP8StyleChannelAttributeForLoggerInjection.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Feature: #95079 - Support PHP 8 style Channel attribute for logger injection
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95080-NewPSR-14ModifyFileDumpEvent.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95080-NewPSR-14ModifyFileDumpEvent.rst
index 9a18fa87187862ce09e813697933f22ba60d67eb..c7990b2a4005013e295105b8e8a0fdf5dbcf12b3 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95080-NewPSR-14ModifyFileDumpEvent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95080-NewPSR-14ModifyFileDumpEvent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Feature: #95077 - New PSR-14 ModifyFileDumpEvent
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95083-NewPSR-14ModifyClearCacheActionsEvent.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95083-NewPSR-14ModifyClearCacheActionsEvent.rst
index cc2a231e6add907f912305b6d9ad08d05261db46..e4ea4da5391ee4f1c0ccaa3ff7d75741ffb788cf 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95083-NewPSR-14ModifyClearCacheActionsEvent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95083-NewPSR-14ModifyClearCacheActionsEvent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #95083 - New PSR-14 ModifyClearCacheActionsEvent
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95089-NewPSR-14AfterFileCommandProcessedEvent.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95089-NewPSR-14AfterFileCommandProcessedEvent.rst
index 050411d601446cbf51e7de2602cf8f3aeb373bc1..ea03a1c2cc79fe26d9d157a0736ed9f6fd7ca4b9 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95089-NewPSR-14AfterFileCommandProcessedEvent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95089-NewPSR-14AfterFileCommandProcessedEvent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #95089 - New PSR-14 AfterFileCommandProcessedEvent
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95105-NewPSR-14DatabaseRecordListEvents.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95105-NewPSR-14DatabaseRecordListEvents.rst
index 182201fb999d07e6d9a0458080d9e1cfed89f766..77a3247957cbddf76b5cc3266dc78c9e2c331b52 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95105-NewPSR-14DatabaseRecordListEvents.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Feature-95105-NewPSR-14DatabaseRecordListEvents.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #95105 - New PSR-14 DatabaseRecordList events
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Important-90264-InitializeDatepickerJSInExternalFile.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Important-90264-InitializeDatepickerJSInExternalFile.rst
index 8cd19532d15f075d653fd0bd9c49341a74d92bb5..350b28c1e1921bfd47d3f12af629a6939dffe7bb 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Important-90264-InitializeDatepickerJSInExternalFile.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Important-90264-InitializeDatepickerJSInExternalFile.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Important: #90264 - Initialize datepicker JS in external file
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Important-92202-RemoveExcludeFromImportantFields.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Important-92202-RemoveExcludeFromImportantFields.rst
index e0afa201ddfa8df1fc99b5b76c6984eac22bb93a..976a6ec839cc734c65f520f14fa15e4e826059f6 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Important-92202-RemoveExcludeFromImportantFields.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Important-92202-RemoveExcludeFromImportantFields.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Important: #92202 - Remove exclude from important fields
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Important-94280-MoveContentsOfExtPhpIntoLocalScopes.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Important-94280-MoveContentsOfExtPhpIntoLocalScopes.rst
index 2480c56059fd391ecf47ba15ddb7d9836f6232f6..700e01b297c0214a4d3e1296e2a1cde1c9df0464 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Important-94280-MoveContentsOfExtPhpIntoLocalScopes.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Important-94280-MoveContentsOfExtPhpIntoLocalScopes.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Important: #94280 - Move contents of ext_*.php into global namespace
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Important-94615-FluidViewHelpersFlinkexternalAndFuriexternalUseHttpsByDefault.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Important-94615-FluidViewHelpersFlinkexternalAndFuriexternalUseHttpsByDefault.rst
index 8933ff0356ae5e924cfca5e1c38cdd9a5011fddc..26f30ee9dde4625b81b64543f98757bcbe01599e 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Important-94615-FluidViewHelpersFlinkexternalAndFuriexternalUseHttpsByDefault.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Important-94615-FluidViewHelpersFlinkexternalAndFuriexternalUseHttpsByDefault.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================================
 Important: #94615 - Fluid view helpers f:link.external and f:uri.external use https by default
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Important-94697-QuoteDatabaseIdentifiersWhenUsedInsteadOfGloballyUpfront.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Important-94697-QuoteDatabaseIdentifiersWhenUsedInsteadOfGloballyUpfront.rst
index 7824962e9a87e58557a66e6590439c8a0ad494dd..37c99403db1c75f38a9cae64d618862d931a9815 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Important-94697-QuoteDatabaseIdentifiersWhenUsedInsteadOfGloballyUpfront.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Important-94697-QuoteDatabaseIdentifiersWhenUsedInsteadOfGloballyUpfront.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Important: #94697 - Quote database identifiers when used instead of globally upfront
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Important-94830-UpdateEguliasemail-validator.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Important-94830-UpdateEguliasemail-validator.rst
index efba80c4046b17f21ceaddf47bcb74da18a59042..962054fd1d0360bcb2bae4149ca2b95f60221a9b 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Important-94830-UpdateEguliasemail-validator.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Important-94830-UpdateEguliasemail-validator.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Important: #94830 - Update egulias/email-validator
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Important-94876-RemoveNon-XMLTextValidatorFromFormEditor.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Important-94876-RemoveNon-XMLTextValidatorFromFormEditor.rst
index ac5cdcdab0e08822d530e3573745b9de1666385c..4035fcd15b5ee48fe113051e054cba8578b4f9f8 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Important-94876-RemoveNon-XMLTextValidatorFromFormEditor.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Important-94876-RemoveNon-XMLTextValidatorFromFormEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Important: #94876 - Remove "Non-XML text" validator from form editor
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Important-94889-LinkBuilderbuildNowReturnsArrayLinkResultInterface.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Important-94889-LinkBuilderbuildNowReturnsArrayLinkResultInterface.rst
index 2fc42074b31c458b2e76056625a8e1471f81a6d8..3e77c8adb88b8a4f90010587a215359ca1e5fdc9 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Important-94889-LinkBuilderbuildNowReturnsArrayLinkResultInterface.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Important-94889-LinkBuilderbuildNowReturnsArrayLinkResultInterface.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Important: #94889 - AbstractTypoLinkBuilder::build now returns array|LinkResultInterface
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Important-95647-ComposerInstallationsAndExtensionUsage.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Important-95647-ComposerInstallationsAndExtensionUsage.rst
index 54ea006763615cb73bf8bfc4adcf907c6ad58014..fa70f459e9633404f108ab2b6be43cc40ea04d11 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Important-95647-ComposerInstallationsAndExtensionUsage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Important-95647-ComposerInstallationsAndExtensionUsage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Important: #95647 - Composer installations and extension usage
@@ -41,7 +41,7 @@ The :file:`typo3conf/PackageStates.php` file is not evaluated anymore in
 Composer-based installations. When updating TYPO3 installations that still
 contain this file e.g. under version control, the file can safely be removed.
 
-Use the TYPO3 CLI command :shell:`extension:setup` to set up all extensions
+Use the TYPO3 CLI command :bash:`extension:setup` to set up all extensions
 available in Composer.
 
 Package information (like paths or extension meta data) is still stored in and evaluated from
@@ -62,7 +62,7 @@ All extensions and their dependant extensions required via Composer in a
 Composer-based TYPO3 installation are **always** activated. It is not possible
 to disable an extension by using the Extension Manager anymore.
 
-The TYPO3 CLI command :shell:`extension:setup` can be used after each
+The TYPO3 CLI command :bash:`extension:setup` can be used after each
 `composer require` or `composer update` command to update the database schema
 and other important actions usually done when previously activating an extension
 in the Extension Manager.
diff --git a/typo3/sysext/core/Documentation/Changelog/11.4/Index.rst b/typo3/sysext/core/Documentation/Changelog/11.4/Index.rst
index a649d26c3827f9f93f3e9cc9dd8553513cb18fc3..530d3047fd1e919ea8aef5ce4c1453c3d074fbfc 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.4/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.4/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============
 11.4 Changes
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5.x/Deprecation-95800-GeneratingPublicURLForPrivateAssetFiles.rst b/typo3/sysext/core/Documentation/Changelog/11.5.x/Deprecation-95800-GeneratingPublicURLForPrivateAssetFiles.rst
index d92b6d0d4af622ba906c8ac51868327aea3f28d8..8011040caf72c7ed0c745efb64c26854d88a94a3 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5.x/Deprecation-95800-GeneratingPublicURLForPrivateAssetFiles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5.x/Deprecation-95800-GeneratingPublicURLForPrivateAssetFiles.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Deprecation: #95800 - Deprecate generating public URL for private asset files
@@ -31,4 +31,4 @@ Migration
 
 Extension authors should move all public assets to Resources/Public folder
 
-.. index:: PHP-API, NotScanned, ext:core
\ No newline at end of file
+.. index:: PHP-API, NotScanned, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5.x/Important-92020-NewAPIEntryPointAvailableAtHttpsgettypo3orgapi.rst b/typo3/sysext/core/Documentation/Changelog/11.5.x/Important-92020-NewAPIEntryPointAvailableAtHttpsgettypo3orgapi.rst
index af0d32a5c477778a59f394103f3eaf5cc352f8a1..538870be2306eeb2008c5af1dc135b8682e7dd19 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5.x/Important-92020-NewAPIEntryPointAvailableAtHttpsgettypo3orgapi.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5.x/Important-92020-NewAPIEntryPointAvailableAtHttpsgettypo3orgapi.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Important: #92020 - New API entry point available at https://get.typo3.org/api/
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5.x/Important-93635-AddMailConfigurationForSettingSmtpDomain.rst b/typo3/sysext/core/Documentation/Changelog/11.5.x/Important-93635-AddMailConfigurationForSettingSmtpDomain.rst
index 924b0f572afafc1d94a85133134ad512051d37b1..2ca8cffb4119ca357660e3f3621223c313940ce3 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5.x/Important-93635-AddMailConfigurationForSettingSmtpDomain.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5.x/Important-93635-AddMailConfigurationForSettingSmtpDomain.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Important: #93635 - Add mail configuration for setting smtp domain
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5.x/Important-96332-ExtbaseValidatorsCanUseDependencyInjection.rst b/typo3/sysext/core/Documentation/Changelog/11.5.x/Important-96332-ExtbaseValidatorsCanUseDependencyInjection.rst
index c6cc7d3c87aeee06e3f3c11fe3345041e23f2183..e817ad1203cf27366116245a487dc11901f255b1 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5.x/Important-96332-ExtbaseValidatorsCanUseDependencyInjection.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5.x/Important-96332-ExtbaseValidatorsCanUseDependencyInjection.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Important: #96332 - Extbase Validators can use dependency injection
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5.x/Index.rst b/typo3/sysext/core/Documentation/Changelog/11.5.x/Index.rst
index b4182be540dc85117e7425220d896149b29906a2..283c079b4b5e6d81db9b7874a7e8f1cf8f9b55d1 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5.x/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5.x/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 11.5.x Changes
 ==============
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-91787-DeprecateInlineJavaScriptInFieldChangeFunc.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-91787-DeprecateInlineJavaScriptInFieldChangeFunc.rst
index 4d9e32c2c08496381ec3e34dc9b15b5f2c84b356..6c08cf4a5b2de8476af026f01eedb05f59022b83 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-91787-DeprecateInlineJavaScriptInFieldChangeFunc.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-91787-DeprecateInlineJavaScriptInFieldChangeFunc.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #91787 - Inline JavaScript in fieldChangeFunc
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-91814-DeprecateAbstractControlsetOnClick.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-91814-DeprecateAbstractControlsetOnClick.rst
index 99ba7d5d9f91e2691df3cc290b876091b267184f..62e72731ff8f4da949ef913799cde5a252ca1b1b 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-91814-DeprecateAbstractControlsetOnClick.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-91814-DeprecateAbstractControlsetOnClick.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Deprecation: #91814 - AbstractControl::setOnClick
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-94094-NavigationFrameModuleInModuleRegistration.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-94094-NavigationFrameModuleInModuleRegistration.rst
index 436ee2053db2bea6299a28cc358f42aa3cfbb5ae..1bb71307cfb45be52170c76e25e6313738a84554 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-94094-NavigationFrameModuleInModuleRegistration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-94094-NavigationFrameModuleInModuleRegistration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Deprecation: #94094 - navigationFrameModule in Module Registration
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-94791-GeneralUtilityminifyJavaScript.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-94791-GeneralUtilityminifyJavaScript.rst
index c00e16b969edd8527e435c8a28e151e95cff92b4..41e6cd8cb99295d6a50d20a444f6f5e8522466e5 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-94791-GeneralUtilityminifyJavaScript.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-94791-GeneralUtilityminifyJavaScript.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Deprecation: #94791 - GeneralUtility::minifyJavaScript()
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95041-DeprecateFuriemailView-helper.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95041-DeprecateFuriemailView-helper.rst
index 5072742180900cd86becdf03d27f0203cfe4e706..71ec1adeb3bbd44d3252ac83aaba915e025955db 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95041-DeprecateFuriemailView-helper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95041-DeprecateFuriemailView-helper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Deprecation: #95041 - <f:uri.email> view-helper
@@ -15,7 +15,7 @@ and returned corresponding :js:`javascript:linkTo_UnCryptMailto(...)` inline
 JavaScript URI. In case spam-protections is not configured, this view-helper
 just passed through the given email address.
 
-In favor of allowing more content security policy scenarios, :javascript:`URI`
+In favor of allowing more content security policy scenarios, :js:`URI`
 is not used anymore per default. As a result, :html:`<f:uri.email>`
 view-helper became obsolete. The view-helper will be removed with TYPO3 v12.0.
 
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95139-ExtbaseControllerContext.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95139-ExtbaseControllerContext.rst
index 721f040b8d13cf526c1f18832f6627a53257e85a..dd5331e139ecfe8dd128f449259141582b439313 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95139-ExtbaseControllerContext.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95139-ExtbaseControllerContext.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Deprecation: #95139 - Extbase ControllerContext
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95164-ExtbackendBackendTemplateView.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95164-ExtbackendBackendTemplateView.rst
index e702326ca6f20daae29b4a6719b5edf08b153168..a3ea052cf7a79d2138aa6fc43efb6ed7f95cbbfc 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95164-ExtbackendBackendTemplateView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95164-ExtbackendBackendTemplateView.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Deprecation: #95164 - ext:backend BackendTemplateView
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95200-DeprecateRequireJSCallbacksAsInlineJavaScript.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95200-DeprecateRequireJSCallbacksAsInlineJavaScript.rst
index c8b907c290ccbc0aeeb3c6eb8ff5b41c57dec3a8..eeb494663667d29db93d6c1486defcfe4837e09d 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95200-DeprecateRequireJSCallbacksAsInlineJavaScript.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95200-DeprecateRequireJSCallbacksAsInlineJavaScript.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Deprecation: #95200 - RequireJS callbacks as inline JavaScript
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95219-TypoScriptFrontendController-ATagParams.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95219-TypoScriptFrontendController-ATagParams.rst
index a11b735b8cf1a47fd418023123dcde73a02406db..70165f312fb581d2a6ca566a42426010b166a3f7 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95219-TypoScriptFrontendController-ATagParams.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95219-TypoScriptFrontendController-ATagParams.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Deprecation: #95219 - TypoScriptFrontendController->ATagParams
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95222-ExtbaseViewInterface.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95222-ExtbaseViewInterface.rst
index c09c366b14b00fd4489cc51ccdc859a74d3df250..2dc12252dacefe26d4498908ae0daf5de94236ea 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95222-ExtbaseViewInterface.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95222-ExtbaseViewInterface.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Deprecation: #95222 - Extbase ViewInterface
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95235-PublicGetterOfServicesInModuleTemplate.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95235-PublicGetterOfServicesInModuleTemplate.rst
index 41ec441fb51d4f952f2dc40d0d719d3b75a897de..64432279348bc5c0210efa3536d610ceda3c7e24 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95235-PublicGetterOfServicesInModuleTemplate.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95235-PublicGetterOfServicesInModuleTemplate.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Deprecation: #95235 - Public getter of services in ModuleTemplate
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95254-TwoFlexFormToolsMethods.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95254-TwoFlexFormToolsMethods.rst
index fafff7461aeeed54f4f5a2592cc4baa621797bf8..dfb7e5e5bf32babea1e4199734688edb885e55cf 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95254-TwoFlexFormToolsMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95254-TwoFlexFormToolsMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Deprecation: #95254 - Two FlexFormTools methods
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95257-GeneralUtilityisFirstPartOfStr.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95257-GeneralUtilityisFirstPartOfStr.rst
index 5579309fdc0002a9e55e77b682d626b701d301cc..ed1617b75b4b2bf0dd4a9b4035397145470dd2e6 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95257-GeneralUtilityisFirstPartOfStr.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95257-GeneralUtilityisFirstPartOfStr.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Deprecation: #95257 - GeneralUtility::isFirstPartOfStr()
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95261-PublicMethodsInSectionMarkupGeneratedEvents.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95261-PublicMethodsInSectionMarkupGeneratedEvents.rst
index 4a03af259ec4f1af0594bd4a8975caa41e3232af..0df31d1c0a55c6e545d39cb86ea0930a5c01494b 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95261-PublicMethodsInSectionMarkupGeneratedEvents.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95261-PublicMethodsInSectionMarkupGeneratedEvents.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Deprecation: #95261 - Public methods in SectionMarkupGenerated events
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95275-RelationHandler-remapMM.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95275-RelationHandler-remapMM.rst
index 80cc0d631c4acb8533d6f26d4c6e8a3517924262..38196344096df25d1576a0686b24b07cab003ac0 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95275-RelationHandler-remapMM.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95275-RelationHandler-remapMM.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Deprecation: #95275 - RelationHandler->remapMM()
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95293-StringUtilitystartsWithAndStringUtilityendsWith.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95293-StringUtilitystartsWithAndStringUtilityendsWith.rst
index 69f35eedcec89190deff7c0fd6f3ebbe3ec26204..d9333fbbefc14c77371954c957d62fbfc05ddeff 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95293-StringUtilitystartsWithAndStringUtilityendsWith.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95293-StringUtilitystartsWithAndStringUtilityendsWith.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Deprecation: #95293 - StringUtility::beginsWith() and StringUtility::endsWith()
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95317-LegacySyntaxForIRRELocalizeSynchronizeCommandInDataHandler.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95317-LegacySyntaxForIRRELocalizeSynchronizeCommandInDataHandler.rst
index 41eb02abbe8fa53a85df9a4ec4e9fa6b323f34c2..ac59f1547f584881529be9b8d823b72f411537b2 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95317-LegacySyntaxForIRRELocalizeSynchronizeCommandInDataHandler.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95317-LegacySyntaxForIRRELocalizeSynchronizeCommandInDataHandler.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Deprecation: #95317 - Legacy syntax for IRRE localize synchronize command in DataHandler
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95318-TypoScriptParseFuncsword.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95318-TypoScriptParseFuncsword.rst
index 1d66529aad198318a8d20edb74e6661d813d1e3a..45b563840a0bff5605bdfc89efc6ad95d4d43f20 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95318-TypoScriptParseFuncsword.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95318-TypoScriptParseFuncsword.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Deprecation: #95318 - TypoScript parseFunc.sword
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95320-VariousMethodArgumentsInAuthenticationObjects.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95320-VariousMethodArgumentsInAuthenticationObjects.rst
index 3ce2c1affdbbcc1e06516d35a0e5ca7b24baa27b..0b8cac4a4dd662a333702188f2396abb7ddd6bf1 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95320-VariousMethodArgumentsInAuthenticationObjects.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95320-VariousMethodArgumentsInAuthenticationObjects.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Deprecation: #95320 - Various method arguments in Authentication objects
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95322-LegacyElementBrowserLogic.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95322-LegacyElementBrowserLogic.rst
index 802996a1bdaabe6c81fa5111a3b0f1c8cccb68b7..01e2d944ba6d39a0b1bc32a8e55285f30544ef0f 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95322-LegacyElementBrowserLogic.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95322-LegacyElementBrowserLogic.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Deprecation: #95322 - Legacy Element Browser logic
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95326-VariousGetInstanceStaticMethodsOnSingletonInterfaces.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95326-VariousGetInstanceStaticMethodsOnSingletonInterfaces.rst
index 1c794414bb91ef12c08f7c0e7318183be13ac235..1ad52a76f9d90cf95bed3b430e2440351340b21e 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95326-VariousGetInstanceStaticMethodsOnSingletonInterfaces.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95326-VariousGetInstanceStaticMethodsOnSingletonInterfaces.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Deprecation: #95326 - Various "getInstance()" static methods on singleton interfaces
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95343-LegacyHookForNewContentElementWizard.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95343-LegacyHookForNewContentElementWizard.rst
index e4422dbe159df336faf357caea84b2eb0f483a08..0c63dea4b5a60da47923707e0d85dcb3115dbd08 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95343-LegacyHookForNewContentElementWizard.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95343-LegacyHookForNewContentElementWizard.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Deprecation: #95343 - Legacy hook for new content element wizard
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95349-TypoScriptPageincludeCSSincludeCSSLibsimport.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95349-TypoScriptPageincludeCSSincludeCSSLibsimport.rst
index f087134d2f644aeb05b4b33c08a38f497d7c0a39..9c0fd0d74f424b89d3ebedfe16a86dc5ad1477bb 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95349-TypoScriptPageincludeCSSincludeCSSLibsimport.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95349-TypoScriptPageincludeCSSincludeCSSLibsimport.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Deprecation: #95349 - TypoScript: page.includeCSS/includeCSSLibs.import
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95351-CustomJSWindowOptionsInHMENUSettings.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95351-CustomJSWindowOptionsInHMENUSettings.rst
index c00ffc072d57d785546fe5ad3807a8b454057125..33f34dad3fd78b87b7947217cb5e7495099b13bd 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95351-CustomJSWindowOptionsInHMENUSettings.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95351-CustomJSWindowOptionsInHMENUSettings.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Deprecation: #95351 - Custom JSWindow options in HMENU settings
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95367-GeneralUtilityisAbsPath.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95367-GeneralUtilityisAbsPath.rst
index c4b4e9176c01a4783904ca5bc184b02ceeea04fb..c0a3deb6236427aec1f3dff05a72cae44ee7d7db 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95367-GeneralUtilityisAbsPath.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95367-GeneralUtilityisAbsPath.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Deprecation: #95367 - GeneralUtility::isAbsPath()
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95395-GeneralUtilityIsAllowedHostHeaderValueAndTrustedHostsPatternConstants.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95395-GeneralUtilityIsAllowedHostHeaderValueAndTrustedHostsPatternConstants.rst
index 0db8e35d70f5221b3e07c7ef89139e5a1c38910d..8c2b2deac59fd2ecf4d3dca9acb63ef51599ba6a 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95395-GeneralUtilityIsAllowedHostHeaderValueAndTrustedHostsPatternConstants.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Deprecation-95395-GeneralUtilityIsAllowedHostHeaderValueAndTrustedHostsPatternConstants.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================================
 Deprecation: #95395 - GeneralUtility::isAllowedHostHeaderValue() and TRUSTED_HOSTS_PATTERN constants
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Feature-94868-IntroduceBootstrap5CompatibleAndAccessibleTemplates.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Feature-94868-IntroduceBootstrap5CompatibleAndAccessibleTemplates.rst
index 25789639ee2365495ae10436f659384b8a564cb5..cd299e718d07a4407ddb62c70b84918442a68623 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Feature-94868-IntroduceBootstrap5CompatibleAndAccessibleTemplates.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Feature-94868-IntroduceBootstrap5CompatibleAndAccessibleTemplates.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Feature: #94868 - Introduce Bootstrap 5 compatible and accessible templates
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Feature-95176-IntroduceFtransformhtmlView-helper.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Feature-95176-IntroduceFtransformhtmlView-helper.rst
index 512f7005beedeeafd6bafbdbb69a8fd513d05dc2..2053b4445b618831aae8867bda613b6823af8e35 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Feature-95176-IntroduceFtransformhtmlView-helper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Feature-95176-IntroduceFtransformhtmlView-helper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #95176 - Introduce <f:transform.html> view helper
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Feature-95364-EventToModifyFrontendUserGroupsWithoutAuthentication.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Feature-95364-EventToModifyFrontendUserGroupsWithoutAuthentication.rst
index d21b9354eae91baeff52ccd10081e3bb16c91700..686edb632d43790bce8d3569bdc256225043c173 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Feature-95364-EventToModifyFrontendUserGroupsWithoutAuthentication.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Feature-95364-EventToModifyFrontendUserGroupsWithoutAuthentication.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Feature: #95364 - Event to modify frontend user groups without authentication
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Important-95261-NewPublicMethodsInSectionMarkupGeneratedEvents.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Important-95261-NewPublicMethodsInSectionMarkupGeneratedEvents.rst
index 8cc26efb3aceca00ddfc6ae8776fd651c71dbae3..79e535481104d621d0259507cec6d35984edd4c0 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Important-95261-NewPublicMethodsInSectionMarkupGeneratedEvents.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Important-95261-NewPublicMethodsInSectionMarkupGeneratedEvents.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Important: #95261 - New public methods in SectionMarkupGenerated events
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Important-95298-FluidViewhelpersWillBeDeclaredFinalInV12.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Important-95298-FluidViewhelpersWillBeDeclaredFinalInV12.rst
index 75ec1198308712de6af17f596da3f95ac5d3436c..c13cd83868057207fbf5300bd99e2de5034a2378 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Important-95298-FluidViewhelpersWillBeDeclaredFinalInV12.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Important-95298-FluidViewhelpersWillBeDeclaredFinalInV12.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Important: #95298 - Fluid ViewHelpers will be declared final in v12
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Important-95384-TCAInternal_typedbOptionalForTypegroup.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Important-95384-TCAInternal_typedbOptionalForTypegroup.rst
index 52110fd3aeda91e995274746bd9b0e2b5191167f..0bcf9834605f8ebb6c4b40fb985f23bb2cae29d7 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Important-95384-TCAInternal_typedbOptionalForTypegroup.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Important-95384-TCAInternal_typedbOptionalForTypegroup.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Important: #95384 - TCA internal_type=db optional for type=group
diff --git a/typo3/sysext/core/Documentation/Changelog/11.5/Index.rst b/typo3/sysext/core/Documentation/Changelog/11.5/Index.rst
index 6160cb48c96bff04946e3dfb913b2d6a140bdd6d..4c04ce6d2e9c4e659cf135fb7312c4c7a97cdf6d 100644
--- a/typo3/sysext/core/Documentation/Changelog/11.5/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/11.5/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============
 11.5 Changes
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-87616-RemovedHookForAlteringPageLinks.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-87616-RemovedHookForAlteringPageLinks.rst
index bca06fd2a265d7a42b1d764eae89566e885ffcfa..1f528f0f4749d0fd350e82c1b94f20e7f161e58f 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-87616-RemovedHookForAlteringPageLinks.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-87616-RemovedHookForAlteringPageLinks.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #87616 - Removed hook for altering Page Links
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-90044-ConfigspamProtectEmailAddressesWithOptionAsciiRemoved.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-90044-ConfigspamProtectEmailAddressesWithOptionAsciiRemoved.rst
index 40054cb7412ffc2293c71423d8393790fc4cc685..ab04429448dc4ec6b869faa2e05668d527a9937f 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-90044-ConfigspamProtectEmailAddressesWithOptionAsciiRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-90044-ConfigspamProtectEmailAddressesWithOptionAsciiRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Breaking: #90044 - config.spamProtectEmailAddresses with option "ascii" removed
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-92508-RemovedHookForFilteringHMENUItems.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-92508-RemovedHookForFilteringHMENUItems.rst
index 7848d96f9b698453468a540057273eb36e29e010..4fc57ec143d476a39f2ca4caa94a025ffaec1141 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-92508-RemovedHookForFilteringHMENUItems.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-92508-RemovedHookForFilteringHMENUItems.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #92508 - Removed hook for filtering HMENU items
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-94117-RegisterExtbaseTypeConvertersAsServices.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-94117-RegisterExtbaseTypeConvertersAsServices.rst
index ae1876d05bcfe0d15f040604e893dfa404de2255..db3b8d612e3d561f173695ed2d70aa6e459ee84d 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-94117-RegisterExtbaseTypeConvertersAsServices.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-94117-RegisterExtbaseTypeConvertersAsServices.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #94117 - Register extbase type converters as services
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96041-ToolbarItemsRegisterByTag.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96041-ToolbarItemsRegisterByTag.rst
index dd9e2fa69286644df80903f5ea3a8857c51cb540..c28d00177bb9b206122585ae1db093f6602d9403 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96041-ToolbarItemsRegisterByTag.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96041-ToolbarItemsRegisterByTag.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Breaking: #96041 - Toolbar items: Register by tag
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96044-HardenMethodSignatureOfLogicalAndAndLogicalOr.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96044-HardenMethodSignatureOfLogicalAndAndLogicalOr.rst
index 68535a7815df418ba787259f5861c9cd7ae65263..bfcf52d96d8bf6455ac626170d76f34e72380622 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96044-HardenMethodSignatureOfLogicalAndAndLogicalOr.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96044-HardenMethodSignatureOfLogicalAndAndLogicalOr.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #96044 - Harden method signature of logicalAnd() and logicalOr()
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96094-ModuleIconsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96094-ModuleIconsRemoved.rst
index 4ad121c7feebddd85c49616f341fef11655dfdbe..8d0c89993a303a307be7496c0fec2c56c33cb3eb 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96094-ModuleIconsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96094-ModuleIconsRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================
 Breaking: #96094 - Module icons removed
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96107-DeprecatedFunctionalityRemoved.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96107-DeprecatedFunctionalityRemoved.rst
index 999a8a02d31fb827da4cae3fb5033cb4617582bb..16cab3e3268b52bf7be6692b0e94bd2e05d0d696 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96107-DeprecatedFunctionalityRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96107-DeprecatedFunctionalityRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #96107 - Deprecated functionality removed
@@ -414,16 +414,16 @@ The following module configuration have been removed:
 
 The following command line options have been removed:
 
-- :shell:`impexp:export --includeRelated`
-- :shell:`impexp:export --includeStatic`
-- :shell:`impexp:export --excludeDisabledRecords`
-- :shell:`impexp:export --excludeHtmlCss`
-- :shell:`impexp:export --saveFilesOutsideExportFile`
-- :shell:`impexp:import --updateRecords`
-- :shell:`impexp:import --ignorePid`
-- :shell:`impexp:import --forceUid`
-- :shell:`impexp:import --importMode`
-- :shell:`impexp:import --enableLog`
+- :bash:`impexp:export --includeRelated`
+- :bash:`impexp:export --includeStatic`
+- :bash:`impexp:export --excludeDisabledRecords`
+- :bash:`impexp:export --excludeHtmlCss`
+- :bash:`impexp:export --saveFilesOutsideExportFile`
+- :bash:`impexp:import --updateRecords`
+- :bash:`impexp:import --ignorePid`
+- :bash:`impexp:import --forceUid`
+- :bash:`impexp:import --importMode`
+- :bash:`impexp:import --enableLog`
 
 The following dependency injection container entries have been removed:
 
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96149-EXTformEmailFinisherAlwaysUsesFluidEmail.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96149-EXTformEmailFinisherAlwaysUsesFluidEmail.rst
index e9f99cf1d963f36efacf59a00848586a5eb8f15f..290877f43db42fd294d7ffbfa6eafca9e49eab39 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96149-EXTformEmailFinisherAlwaysUsesFluidEmail.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96149-EXTformEmailFinisherAlwaysUsesFluidEmail.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Breaking: #96149 - EXT:form EmailFinisher always uses FluidEmail
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96154-DeprecatedShortcutAPIFunctionalityRemoved.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96154-DeprecatedShortcutAPIFunctionalityRemoved.rst
index 12a2c7cefbaded3c2edb1c53b3784bb15fe3d845..69e40da83349bbba41e0190eb9ffe2babfa1bb54 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96154-DeprecatedShortcutAPIFunctionalityRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96154-DeprecatedShortcutAPIFunctionalityRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Breaking: #96154 - Deprecated Shortcut API functionality removed
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96158-RemoveSupportForInlineJavaScriptInFieldChangeFunc.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96158-RemoveSupportForInlineJavaScriptInFieldChangeFunc.rst
index 10bd4cce4b72abed634fc8445a2d95b992fe8976..b3dc87d8196603a879486af17a5035ac4b4c7417 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96158-RemoveSupportForInlineJavaScriptInFieldChangeFunc.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96158-RemoveSupportForInlineJavaScriptInFieldChangeFunc.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #96158 - Remove support for inline JavaScript in fieldChangeFunc
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96205-RemovalOfLastRelativeToCurrentScriptRemains.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96205-RemovalOfLastRelativeToCurrentScriptRemains.rst
index 8e022cb2008170f12105b1b74c7f604741ae6120..3f5990a50b2e5b39bac76ea2f6aaea5859b260a3 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96205-RemovalOfLastRelativeToCurrentScriptRemains.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96205-RemovalOfLastRelativeToCurrentScriptRemains.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #96205 - Removal of last relativeToCurrentScript remains
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96212-AltTextIsEnforcedForCustomLoginLogos.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96212-AltTextIsEnforcedForCustomLoginLogos.rst
index 443a253aff75204cf09a308e5639ae81a31d540a..849bb97fe5bf87719119fe38943739c3fafb9e18 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96212-AltTextIsEnforcedForCustomLoginLogos.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96212-AltTextIsEnforcedForCustomLoginLogos.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #96212 - Alt text is enforced for custom login logos
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96221-DenyInlineJavaScriptInFormEnginesRequireJsModules.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96221-DenyInlineJavaScriptInFormEnginesRequireJsModules.rst
index 64331c2acfdfb2e2fa9913fdddcbf5e267aa979c..945177273efb2d9423d4cfa43190261b67481270 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96221-DenyInlineJavaScriptInFormEnginesRequireJsModules.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96221-DenyInlineJavaScriptInFormEnginesRequireJsModules.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #96221 - Deny inline JavaScript in FormEngine's requireJsModules
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96222-AddGetOptionsToWidgetInterface.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96222-AddGetOptionsToWidgetInterface.rst
index d7c26a02eef4d9fcdd8ec9414b5b4940c22d73f3..05ee9c4238c32ae2a68a49abd37453ee0ebbafc3 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96222-AddGetOptionsToWidgetInterface.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96222-AddGetOptionsToWidgetInterface.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #96222 - Add getOptions() to WidgetInterface
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96263-RemoveJQueryPromiseSupportForAJAXRequests.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96263-RemoveJQueryPromiseSupportForAJAXRequests.rst
index 134c49ce1f1a8969e78f66cd128a118b998d66ef..2d9c1775696f6355849ec267d44e7ffe025272f9 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96263-RemoveJQueryPromiseSupportForAJAXRequests.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96263-RemoveJQueryPromiseSupportForAJAXRequests.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #96263 - Remove jQuery promise support for AJAX requests
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96287-DoctrineDBAL32.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96287-DoctrineDBAL32.rst
index 1a3352b7beb41cc7cddee0f8e6f6ef9cda7ad63a..660d81907e677fcb417861b108de8075b5f30c45 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96287-DoctrineDBAL32.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96287-DoctrineDBAL32.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================
 Breaking: #96287 - Doctrine DBAL 3.2
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96291-DisallowDBConnectionBeforeTCAIsLoaded.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96291-DisallowDBConnectionBeforeTCAIsLoaded.rst
index 759f49accf120278ef2a2bcb62cb830c6cab2a16..a6744171c8816d039e98de647d4696d49358bd84 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96291-DisallowDBConnectionBeforeTCAIsLoaded.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96291-DisallowDBConnectionBeforeTCAIsLoaded.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #96291 - Disallow DB connection before TCA is loaded
@@ -34,4 +34,4 @@ Migration
 
 Database API can be accessed earliest in `BootCompleted` event.
 
-.. index:: Database, NotScanned, ext:core
\ No newline at end of file
+.. index:: Database, NotScanned, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96333-AutoConfigurationOfContextMenuItemProviders.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96333-AutoConfigurationOfContextMenuItemProviders.rst
index 9dde89c45e1ce3dc22ba33ed50ad4e2c1d450934..d6b19f19c53b0747d64feb48e45e3b0fca99e7f6 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96333-AutoConfigurationOfContextMenuItemProviders.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96333-AutoConfigurationOfContextMenuItemProviders.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Breaking: #96333 - Auto configuration of ContextMenu item providers
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96351-UnusedTemplateService-updateRootlineDataMethodRemoved.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96351-UnusedTemplateService-updateRootlineDataMethodRemoved.rst
index 6aa210cd74cfdcfdbbbdf7ec40b347c46b3713b1..4155b3625b751fc526264808afe440c4b06318d9 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96351-UnusedTemplateService-updateRootlineDataMethodRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96351-UnusedTemplateService-updateRootlineDataMethodRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Breaking: #96351 - Unused TemplateService->updateRootlineData method removed
@@ -40,4 +40,4 @@ Migration
 Calling this method is not needed anymore and can be removed
 from the affected code.
 
-.. index:: Frontend, PHP-API, FullyScanned, ext:core
\ No newline at end of file
+.. index:: Frontend, PHP-API, FullyScanned, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96501-PrefixLocalAnchorsOptionInHTMLParserRemoved.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96501-PrefixLocalAnchorsOptionInHTMLParserRemoved.rst
index 727c9db442ddc1faa4e2151d399a66280efd8e44..c11a9e32a792363786ac20081723fdcb794b23bf 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96501-PrefixLocalAnchorsOptionInHTMLParserRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96501-PrefixLocalAnchorsOptionInHTMLParserRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #96501 - prefixLocalAnchors option in HTMLParser removed
@@ -39,4 +39,4 @@ Migration
 
 None.
 
-.. index:: Frontend, TypoScript, NotScanned, ext:frontend
\ No newline at end of file
+.. index:: Frontend, TypoScript, NotScanned, ext:frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96517-HMENUcollapseTyposcriptRemoved.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96517-HMENUcollapseTyposcriptRemoved.rst
index 9756c1e63b41614e393b706d8e6a03b243736dbd..824a8ad269039732e1197dcee93a1021efcdf0bd 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96517-HMENUcollapseTyposcriptRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96517-HMENUcollapseTyposcriptRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Breaking: #96517 - HMENU.collapse Typoscript removed
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96518-Ext_typoscript_txtFilesNotIncludedAnymore.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96518-Ext_typoscript_txtFilesNotIncludedAnymore.rst
index de182856d4fa6dd571c9340d35eddc8dbd6f21e1..4913f076cd658778f17d2bbc3a62eae81513492e 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96518-Ext_typoscript_txtFilesNotIncludedAnymore.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96518-Ext_typoscript_txtFilesNotIncludedAnymore.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #96518 - ext_typoscript_*.txt files not included anymore
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96520-EnforceNon-emptyConfigurationInCObjparseFunc.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96520-EnforceNon-emptyConfigurationInCObjparseFunc.rst
index 7e4f40e0f638f41a25e65fc5c3efd1168f5018d2..407cc24adb9271c058b0478778ade890204bdad1 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96520-EnforceNon-emptyConfigurationInCObjparseFunc.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96520-EnforceNon-emptyConfigurationInCObjparseFunc.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #96520 - Enforce non-empty configuration in cObj::parseFunc
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96522-ConfigdisablePageExternalUrlRemoved.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96522-ConfigdisablePageExternalUrlRemoved.rst
index 0fb3ffe976c48d8e4302315d54fa6df8e0a16141..6da76e33b6ceabec2bafd78dac0570e0b3119138 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96522-ConfigdisablePageExternalUrlRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96522-ConfigdisablePageExternalUrlRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #96522 - config.disablePageExternalUrl removed
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96526-RemovedHooksForModifyingPageModuleContent.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96526-RemovedHooksForModifyingPageModuleContent.rst
index d2af869d80463d1adc91291c8dfb24f3db42eb47..3567a4c4983918f6a1ebb060ec340868a09954e8 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96526-RemovedHooksForModifyingPageModuleContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96526-RemovedHooksForModifyingPageModuleContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #96526 - Removed hooks for modifying page module content
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96550-TYPO3_CONF_VARSSYSUSdateFormatRemoved.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96550-TYPO3_CONF_VARSSYSUSdateFormatRemoved.rst
index 5948a7cb7a369a9706943c50a4a309e336b893cf..23953a3b0919c46269d9c55192654e44cc08a84c 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96550-TYPO3_CONF_VARSSYSUSdateFormatRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96550-TYPO3_CONF_VARSSYSUSdateFormatRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #96550 - TYPO3_CONF_VARS['SYS']['USdateFormat'] removed
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96553-TYPO3V12SystemRequirements.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96553-TYPO3V12SystemRequirements.rst
index 6fad167d90681c0eaf49993aa51e38af3a4b8830..dfb362d2e01d2995f12cfbf0eef5d3bcff3fb51e 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96553-TYPO3V12SystemRequirements.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96553-TYPO3V12SystemRequirements.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Breaking: #96553 - TYPO3 v12 system requirements
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96604-RemovedModuleTemplate-addJavaScriptCode.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96604-RemovedModuleTemplate-addJavaScriptCode.rst
index bbf27797048f395f4acf3980e827d3bc9b57dad0..679da6606d2a007fde94e84a10bad735c9a0fe9f 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96604-RemovedModuleTemplate-addJavaScriptCode.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96604-RemovedModuleTemplate-addJavaScriptCode.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #96604 - Removed ModuleTemplate->addJavaScriptCode()
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96616-RemoveFrontendLoginModeForPages.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96616-RemoveFrontendLoginModeForPages.rst
index 2cb95eb0a887b8b901d0d2da409578ba7fc53616..578341d97e13cf018276712f63224bcfd21dcc85 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96616-RemoveFrontendLoginModeForPages.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96616-RemoveFrontendLoginModeForPages.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #96616 - Remove Frontend Login Mode for pages
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96659-RegistrationOfCObjectsViaTYPO3_CONF_VARS.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96659-RegistrationOfCObjectsViaTYPO3_CONF_VARS.rst
index 3fea5bd5ae8b58bbf67d37641912c643e05e0e61..24f3cb28df238d60889c26f31d0a4aa3f3e55a1f 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96659-RegistrationOfCObjectsViaTYPO3_CONF_VARS.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96659-RegistrationOfCObjectsViaTYPO3_CONF_VARS.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #96659 - Registration of cObjects via TYPO3_CONF_VARS
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96708-RemovedSupportForAccesskeysInHMENU.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96708-RemovedSupportForAccesskeysInHMENU.rst
index ce0f2ae2425cddb3797167d46a1648b473b214bd..06e84a663a77fec018fd01138a832c6ac37d26db 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96708-RemovedSupportForAccesskeysInHMENU.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96708-RemovedSupportForAccesskeysInHMENU.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #96708 - Removed support for accesskeys in HMENU
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96726-RequestHandlerFunctionalityOfExtbaseRemoved.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96726-RequestHandlerFunctionalityOfExtbaseRemoved.rst
index 6b68a58d83d33fa324067075191df561e31aa3d5..97da60736d1f2207f1bb266373a95dc04e12dfa8 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96726-RequestHandlerFunctionalityOfExtbaseRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96726-RequestHandlerFunctionalityOfExtbaseRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #96726 - RequestHandler functionality of Extbase removed
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96733-RemovedSupportForModuleHandlingBasedOnTBE_MODULES.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96733-RemovedSupportForModuleHandlingBasedOnTBE_MODULES.rst
index 5f69d2952de627357a230afc4572777409e803d2..8198a479f365059c0434939bd68ee7fe38c6ddfb 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96733-RemovedSupportForModuleHandlingBasedOnTBE_MODULES.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96733-RemovedSupportForModuleHandlingBasedOnTBE_MODULES.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Breaking: #96733 - Removed support for module handling based on TBE_MODULES
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96806-RemovedHookForModifyingButtonBar.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96806-RemovedHookForModifyingButtonBar.rst
index c119c862dffaa29df47ae221c1e444d61ab2e35f..2dea358bba63f6d060e81853fa494e8f38009d1c 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96806-RemovedHookForModifyingButtonBar.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96806-RemovedHookForModifyingButtonBar.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #96806 - Removed hook for modifying button bar
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96812-NoFrontendTypoScriptBasedTemplateOverridesInTheBackend.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96812-NoFrontendTypoScriptBasedTemplateOverridesInTheBackend.rst
index b76757cc8101542bc5cc1e53a127712cc67d210d..890243f448dc048524bc2da35a08cc1bee6f79b2 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96812-NoFrontendTypoScriptBasedTemplateOverridesInTheBackend.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96812-NoFrontendTypoScriptBasedTemplateOverridesInTheBackend.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Breaking: #96812 - No Frontend TypoScript based template overrides in the backend
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96829-RemovedBackendUtility-getFuncInput.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96829-RemovedBackendUtility-getFuncInput.rst
index 968e75d3a91440dfad2c945f4a57bbee690ce52b..499f38e5913208224bc46a0997addd4f27d57947 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96829-RemovedBackendUtility-getFuncInput.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96829-RemovedBackendUtility-getFuncInput.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #96829 - Removed BackendUtility->getFuncInput()
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96831-EnforceHTMLSanitizerDuringFrontendRendering.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96831-EnforceHTMLSanitizerDuringFrontendRendering.rst
index 7bf1debb5aa0e07af870e52b584dacc1ffa49a59..1a7ed03bd7ceea7e46fedb9cfdca41f5c299b73d 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96831-EnforceHTMLSanitizerDuringFrontendRendering.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96831-EnforceHTMLSanitizerDuringFrontendRendering.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Breaking: #96831 - Enforce HTML sanitizer during frontend rendering
@@ -15,7 +15,7 @@ rich-text content. In order to relax the strict invocation, a corresponding feat
 in a follow-up release - which only was a temporary solution.
 
 The feature flag `security.frontend.htmlSanitizeParseFuncDefault` is dropped, and content processing via
-TypoScript :ts:`stdWrap.parseFunc` now enables HTML sanitization per default in case it has not been
+TypoScript :typoscript:`stdWrap.parseFunc` now enables HTML sanitization per default in case it has not been
 disabled explicitly in corresponding invocation.
 
 Sites that used a version prior to TYPO3 v12.0 received a corresponding deprecation message already.
@@ -23,14 +23,14 @@ Sites that used a version prior to TYPO3 v12.0 received a corresponding deprecat
 Impact
 ======
 
-Rich-text content processed with TypoScript :ts:`stdWrap.parseFunc` is HTML sanitized per default.
+Rich-text content processed with TypoScript :typoscript:`stdWrap.parseFunc` is HTML sanitized per default.
 Feature flag `security.frontend.htmlSanitizeParseFuncDefault` does not have any effect anymore.
 
 
 Affected Installations
 ======================
 
-All scenarios that use TypoScript :ts:`stdWrap.parseFunc`, a direct invocation via PHP of
+All scenarios that use TypoScript :typoscript:`stdWrap.parseFunc`, a direct invocation via PHP of
 :php:`\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::parseFunc()` or Fluid
 view-helper :html:`<f:format.html>`.
 
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96835-HttpsAsDefaultSchemeInPageRouter.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96835-HttpsAsDefaultSchemeInPageRouter.rst
index bdb962105984a9dc2e51f1c4a9b36262f6346772..93602c925579468e61080b6b3c2dc859ee8e1ee0 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96835-HttpsAsDefaultSchemeInPageRouter.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96835-HttpsAsDefaultSchemeInPageRouter.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #96835 - https as default scheme in PageRouter
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96879-RemovedHookGetCacheTimeout.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96879-RemovedHookGetCacheTimeout.rst
index 1dde04bef9c7b4b667faf6c01282e53dfd9530c3..b1ec96067932ad64f8929235fd3e7ba7d4f86ee0 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96879-RemovedHookGetCacheTimeout.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96879-RemovedHookGetCacheTimeout.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #96879 - Hook "get_cache_timeout" removed
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96889-RequirePHPMbstringAndIntl.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96889-RequirePHPMbstringAndIntl.rst
index 02fe4895bdab72e6fd627c855ea792ad3a972552..9776e43614e4e31fc6c51a5b649545b86c37369e 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96889-RequirePHPMbstringAndIntl.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96889-RequirePHPMbstringAndIntl.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Breaking: #96889 - Require PHP mbstring and intl
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96899-DisplayWarningMessagesHookRemoved.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96899-DisplayWarningMessagesHookRemoved.rst
index 4cf5da84a8a7149f597bcd933a742b9c4ed7b30b..71cf29c30749a5b17ea1d6fff60521de99c70604 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96899-DisplayWarningMessagesHookRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96899-DisplayWarningMessagesHookRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #96899 - "displayWarningMessages" hook removed
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96904-ExtreportsReportsDoNotReceiveParentObject.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96904-ExtreportsReportsDoNotReceiveParentObject.rst
index a8178ac8239dc9b71fc4778a5b993c63ea79b58e..35340a878ccf7be13699bb975e7f6c53e9e9ed72 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96904-ExtreportsReportsDoNotReceiveParentObject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96904-ExtreportsReportsDoNotReceiveParentObject.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Breaking: #96904 - ext:reports reports do not receive parent object
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96935-RegisterLinkvalidatorLinktypesViaServiceConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96935-RegisterLinkvalidatorLinktypesViaServiceConfiguration.rst
index 161809e0c95dd600f73584ad3b654192f20a8d71..a96acd93952e409461708be51b589fcd40dd7516 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96935-RegisterLinkvalidatorLinktypesViaServiceConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96935-RegisterLinkvalidatorLinktypesViaServiceConfiguration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Breaking: #96935 - Register linkvalidator linktypes via service configuration
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96968-HookHeaderNoCacheRemoved.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96968-HookHeaderNoCacheRemoved.rst
index 1cb39a1664730a8240b186d39a977b7602ce8f14..90971a5ca0fbd4544646ed7905b3da4f4ff1d85d 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96968-HookHeaderNoCacheRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96968-HookHeaderNoCacheRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Breaking: #96968 - Hook "headerNoCache" removed
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96982-RemovedSupportForGlobalExtensions.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96982-RemovedSupportForGlobalExtensions.rst
index 1da1377ab4f09d5684efe2b8bc0c2f18c4324f1d..8fc8755245c7ee2f116c66d79e565cffe7d7767c 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96982-RemovedSupportForGlobalExtensions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96982-RemovedSupportForGlobalExtensions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #96982 - Removed support for global extensions
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96983-TableColumnSubType.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96983-TableColumnSubType.rst
index b86643a71224f3a1bd3bf60662844d08fa0325ff..3cd1593840bfa4a437c8e1b73204fc03d0e45c5e 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96983-TableColumnSubType.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96983-TableColumnSubType.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================
 Breaking: #96983 - TableColumnSubType
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96988-GlobalOptionAllowLocalInstallRemoved.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96988-GlobalOptionAllowLocalInstallRemoved.rst
index aefafce703ded15d4fc02ed39e3fb3cabdcf7d01..ff1ff8fb29caf9c75592d28538460a0bd7d701e3 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96988-GlobalOptionAllowLocalInstallRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96988-GlobalOptionAllowLocalInstallRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #96988 - Global Option "allowLocalInstall" removed
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96996-HookCheckEnableFieldsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96996-HookCheckEnableFieldsRemoved.rst
index 81e3282cea012dd1686428d3abfb33e24e51a5bb..bed01df97b5aa62615e72522b14ea2f587a510f1 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96996-HookCheckEnableFieldsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96996-HookCheckEnableFieldsRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #96996 - Hook "checkEnableFields" removed
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96998-ExtbaseValidatorInterfaceChanged.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96998-ExtbaseValidatorInterfaceChanged.rst
index d4fcd07895bbaa00578f7608416d985a0830f1f1..8b549f66e90409aadf41e990fdd3eebe9c660f7c 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96998-ExtbaseValidatorInterfaceChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96998-ExtbaseValidatorInterfaceChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #96998 - Extbase validator interface changed
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97065-TYPO3FrontendAlwaysRenderedInUTF-8.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97065-TYPO3FrontendAlwaysRenderedInUTF-8.rst
index 2848ab78719d3cad3464b6ab5ee66e0d490d07e3..b6a72b7be546ed579a913599e74482503893519e 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97065-TYPO3FrontendAlwaysRenderedInUTF-8.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97065-TYPO3FrontendAlwaysRenderedInUTF-8.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #97065 - TYPO3 Frontend always rendered in UTF-8
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97091-TSFE-clear_previewHasBeenRemoved.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97091-TSFE-clear_previewHasBeenRemoved.rst
index a58c4823581ee27861f30dc2d2db820eb2381d0a..3bcbc32c73c61e5e5aef273075ef4d5d2d34a80e 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97091-TSFE-clear_previewHasBeenRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97091-TSFE-clear_previewHasBeenRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #97091 - TSFE->clear_preview has been removed
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97131-RemovedCLICommandsRelatedToFilesInUploadsFolder.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97131-RemovedCLICommandsRelatedToFilesInUploadsFolder.rst
index fa263c1b2fac61350e8d46c86eaee617cda0df3d..40a6deb93f661565d93c903bb0a9e405114187ff 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97131-RemovedCLICommandsRelatedToFilesInUploadsFolder.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97131-RemovedCLICommandsRelatedToFilesInUploadsFolder.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Breaking: #97131 - Removed CLI commands related to files in uploads/ folder
@@ -41,4 +41,4 @@ Migration
 
 None.
 
-.. index:: CLI, NotScanned, ext:lowlevel
\ No newline at end of file
+.. index:: CLI, NotScanned, ext:lowlevel
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97135-RemovedSupportForModuleHandlingBasedOnTBE_MODULES_EXT.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97135-RemovedSupportForModuleHandlingBasedOnTBE_MODULES_EXT.rst
index 6e3a61b038dac544a59308fd7554b1fc862da12c..c5528bddc7432ed051b96dcaf08f5a719c4af50e 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97135-RemovedSupportForModuleHandlingBasedOnTBE_MODULES_EXT.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97135-RemovedSupportForModuleHandlingBasedOnTBE_MODULES_EXT.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Breaking: #97135 - Removed support for module handling based on TBE_MODULES_EXT
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97174-RemovedHookForModifyingInfoModuleFooterContent.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97174-RemovedHookForModifyingInfoModuleFooterContent.rst
index 4da876ab28e8a607ae060129272fcdc0fe040923..8b72a6e55288bb77f0c66b1fdba71cbaa5c6062f 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97174-RemovedHookForModifyingInfoModuleFooterContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97174-RemovedHookForModifyingInfoModuleFooterContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Breaking: #97174 - Removed hook for modifying info module footer content
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97187-RemovedHookForModifyingLinkExplanation.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97187-RemovedHookForModifyingLinkExplanation.rst
index e53d961bca3f0fa53880cef9cdc53b2f281861ab..7ef19e5130a08e624586472cdd166a1dd7840574 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97187-RemovedHookForModifyingLinkExplanation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97187-RemovedHookForModifyingLinkExplanation.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #97187 - Removed hook for modifying link explanation
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97188-RegisterElementBrowsersViaServiceConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97188-RegisterElementBrowsersViaServiceConfiguration.rst
index c44d07c910dc2055418f11d64167f42870f75cbf..0214385fe2563b6eb5baeac7eff7c5d60c2e7db2 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97188-RegisterElementBrowsersViaServiceConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97188-RegisterElementBrowsersViaServiceConfiguration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Breaking: #97188 - Register element browsers via service configuration
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97201-RemovedHookForNewContentElementWizard.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97201-RemovedHookForNewContentElementWizard.rst
index 765f64f515382cfd0412500b704aba7ed41ba060..eb31fb53b1ca45ab5bf338841987fdbc152ce9af 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97201-RemovedHookForNewContentElementWizard.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97201-RemovedHookForNewContentElementWizard.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #97201 - Removed hook for new content element wizard
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97210-TypesAddedToMethodSignatures.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97210-TypesAddedToMethodSignatures.rst
index 4eef43f74d4282de73f98fdf0d3871862264a74b..b300ba2e6ce96bdee5fe31d660fa20945c63a008 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97210-TypesAddedToMethodSignatures.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97210-TypesAddedToMethodSignatures.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #97210 - Types added to method signatures
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97230-RemovedHookForModifyingImageManipulationPreviewUrl.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97230-RemovedHookForModifyingImageManipulationPreviewUrl.rst
index 9f4a2f4387eec6bb7cbbf5ce02aa71e6492a988c..220d4f2b5021afdfe1a6f2d0f8fd0582f79a4e0e 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97230-RemovedHookForModifyingImageManipulationPreviewUrl.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97230-RemovedHookForModifyingImageManipulationPreviewUrl.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Breaking: #97230 - Removed hook for modifying image manipulation preview url
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97231-RemovedHookForManipulatingInlineElementControls.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97231-RemovedHookForManipulatingInlineElementControls.rst
index cbc219f5fca2e96040c0b892baa1ae8874a64f1e..b88fcc5138c61db9d8048e194e89913c52c964b3 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97231-RemovedHookForManipulatingInlineElementControls.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97231-RemovedHookForManipulatingInlineElementControls.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Breaking: #97231 - Removed hook for manipulating inline element controls
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97243-RemoveGlobalJQueryAccessViaWindow.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97243-RemoveGlobalJQueryAccessViaWindow.rst
index 59ece2b041118807c1aef67e97b64b17553058cf..e1b1d21e26a4d8890fa51707a475766d1af7a944 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97243-RemoveGlobalJQueryAccessViaWindow.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Breaking-97243-RemoveGlobalJQueryAccessViaWindow.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #97243 - Remove global jQuery access via window.$
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-87616-UnusedInterfaceForTypolinkModifyLinkConfigForPageLinksHook.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-87616-UnusedInterfaceForTypolinkModifyLinkConfigForPageLinksHook.rst
index 05c2fe152e4d9594b29683dc88975c26a76f9eaf..f356ab28f697e3011e326802275c6e34f8775004 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-87616-UnusedInterfaceForTypolinkModifyLinkConfigForPageLinksHook.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-87616-UnusedInterfaceForTypolinkModifyLinkConfigForPageLinksHook.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Deprecation: #87616 - Unused Interface for TypolinkModifyLinkConfigForPageLinksHook
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-92508-UnusedInterfaceForFilterMenuPagesHook.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-92508-UnusedInterfaceForFilterMenuPagesHook.rst
index 1138858a11e3ee31e7d5dce8e70e15780e38dad3..67259811f76be4b9397d50367d2a9fb44fef53aa 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-92508-UnusedInterfaceForFilterMenuPagesHook.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-92508-UnusedInterfaceForFilterMenuPagesHook.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Deprecation: #92508 - Unused Interface for filterMenuPages hook
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-94117-RegisterExtbaseTypeConvertersAsServices.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-94117-RegisterExtbaseTypeConvertersAsServices.rst
index 2a2b4dbbdd2984293de8bc6c8c96ae5bf7630099..59e40db3391b0708e23d8e4a8e6d32950c089c24 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-94117-RegisterExtbaseTypeConvertersAsServices.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-94117-RegisterExtbaseTypeConvertersAsServices.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Deprecation: #94117 - Register extbase type converters as services
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-95456-IntroduceBootstrap5CompatibleAndAccessibleTemplates.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-95456-IntroduceBootstrap5CompatibleAndAccessibleTemplates.rst
index 1a3e2a8cc34279273eb7c8d185226a6311892c47..d175b50536cbc151963df66ea194342c9b978020 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-95456-IntroduceBootstrap5CompatibleAndAccessibleTemplates.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-95456-IntroduceBootstrap5CompatibleAndAccessibleTemplates.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Deprecation: #95456 - Deprecate legacy form templates
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96136-DeprecateInlineJavaScriptInBackendUpdateSignals.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96136-DeprecateInlineJavaScriptInBackendUpdateSignals.rst
index b63a82138b45101e8790a32a1f7552de4499e27a..97313c9bfae3461021f486acd3d5141d0f07f6d8 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96136-DeprecateInlineJavaScriptInBackendUpdateSignals.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96136-DeprecateInlineJavaScriptInBackendUpdateSignals.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Deprecation: #96136 - Deprecate inline JavaScript in backend update signals
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96444-AuthModeSelectItemsKeywordsMovedToIndex5.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96444-AuthModeSelectItemsKeywordsMovedToIndex5.rst
index 5d6b7b85dfea980e823f4ad8399d824e06858b5e..303dc3004c16510dfef103761b856cafedcf1609 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96444-AuthModeSelectItemsKeywordsMovedToIndex5.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96444-AuthModeSelectItemsKeywordsMovedToIndex5.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Deprecation: #96444 - authMode select items keywords moved to index 5
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96500-ContentObjectRenderer-getMailTo.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96500-ContentObjectRenderer-getMailTo.rst
index 7afbd0695b7bbcc7ee61fa002feeb7808b278866..efa86289b2aa3f2088a038139c6d7189c5d372e5 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96500-ContentObjectRenderer-getMailTo.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96500-ContentObjectRenderer-getMailTo.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Deprecation: #96500 - ContentObjectRenderer->getMailTo
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96524-DeprecateInlineJavaScriptInDashboard.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96524-DeprecateInlineJavaScriptInDashboard.rst
index 2ef9723c33b3b534a46a4778f9d945d66eb6a703..cf8f25a7054ff00ce707b8d622a6917f3dd20a89 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96524-DeprecateInlineJavaScriptInDashboard.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96524-DeprecateInlineJavaScriptInDashboard.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Deprecation: #96524 - Deprecate inline JavaScript in Dashboard
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96568-RequireJSModulesInFormFramework.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96568-RequireJSModulesInFormFramework.rst
index 04cebf652add7e41501e2895d8b7585daf96e683..272bc825c30d540487932a85c8b23d9b9780eafa 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96568-RequireJSModulesInFormFramework.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96568-RequireJSModulesInFormFramework.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #96568 - RequireJS modules in Form Framework
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96733-DeprecatedTBE_MODULESRelatedFunctionality.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96733-DeprecatedTBE_MODULESRelatedFunctionality.rst
index 5cc775dc83d22ffae52add3d7f0f364c66d3b8f6..7e1b0271705936c81a75abc349d5d0571bb4db56 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96733-DeprecatedTBE_MODULESRelatedFunctionality.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96733-DeprecatedTBE_MODULESRelatedFunctionality.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Deprecation: #96733 - Deprecated TBE_MODULES related functionality
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96903-DeprecateOldModuleTemplateAPI.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96903-DeprecateOldModuleTemplateAPI.rst
index 6ffaadca1a2f2fbc7f45a74ed67928a75fe96d19..a495775fa0481a1a346cc662ad2e107a1a409c97 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96903-DeprecateOldModuleTemplateAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96903-DeprecateOldModuleTemplateAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Deprecation: #96903 - Deprecate old ModuleTemplate API
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96972-DeprecateQueryBuilderexecute.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96972-DeprecateQueryBuilderexecute.rst
index e9b82bf42893e26a0b6ecbb7b7a358d3dc951fd9..72c3143dfe0c5f9f1c94d9d0966cca94b4afcc55 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96972-DeprecateQueryBuilderexecute.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96972-DeprecateQueryBuilderexecute.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #96972 - Deprecate QueryBuilder::execute()
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96983-TCAInternal_type.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96983-TCAInternal_type.rst
index aca012f13d87427cfd1d5c6db736fa8f6d4379ee..b04e4a5598ba2ab82eaa314803c6f215667ad099 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96983-TCAInternal_type.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96983-TCAInternal_type.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================
 Deprecation: #96983 - TCA internal_type
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96996-DeprecateTypoScriptFrontendController-checkEnableFields.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96996-DeprecateTypoScriptFrontendController-checkEnableFields.rst
index 8d16cd8973815d133a9f0a2fc8d558c1f15da441..8a7e287985755c7adcd75f79140db3eb09c6c3aa 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96996-DeprecateTypoScriptFrontendController-checkEnableFields.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-96996-DeprecateTypoScriptFrontendController-checkEnableFields.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Deprecation: #96996 - Deprecate TypoScriptFrontendController->checkEnableFields
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97016-DeprecateUsageOfRegularExpressionValidatorInFormEditor.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97016-DeprecateUsageOfRegularExpressionValidatorInFormEditor.rst
index c92e045a450654fa0a09e6cce628aa50c4cd7955..0b01106dc217721927610a6779b396142b85f078 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97016-DeprecateUsageOfRegularExpressionValidatorInFormEditor.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97016-DeprecateUsageOfRegularExpressionValidatorInFormEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Deprecation: #97016 - Deprecate usage of RegularExpressionValidator in form editor
@@ -48,6 +48,7 @@ contains the definition for validators. We are adding the validator with the key
 `200` to not interfere with keys already taken by the core.
 
 .. code-block:: yaml
+
     TYPO3:
       CMS:
         Form:
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97019-DeprecateOrderOfValidationMessage.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97019-DeprecateOrderOfValidationMessage.rst
index e95804cffc41ac3e5f2c91c0f3c6c0332df2d040..1f0c0f6c4324000178f92b1cfde4710766be4cc8 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97019-DeprecateOrderOfValidationMessage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97019-DeprecateOrderOfValidationMessage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Deprecation: #97019 - Deprecate order of validation message
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97027-ContentObjectRenderer-getTreeList.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97027-ContentObjectRenderer-getTreeList.rst
index 3efa0393f6ed0683d4f7408b19e6d0285ffc52b7..e95f7bff6e295aff5bb48e7fb0bb41981d8be061 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97027-ContentObjectRenderer-getTreeList.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97027-ContentObjectRenderer-getTreeList.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #97027 - ContentObjectRenderer->getTreeList()
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97035-RequiredOptionInEvalKeyword.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97035-RequiredOptionInEvalKeyword.rst
index c6d0e989f83251abbac35005fbd9d59edff7bfa5..22f1a3aeb273a7be4a2e56454d76c05c0f8f08ea 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97035-RequiredOptionInEvalKeyword.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97035-RequiredOptionInEvalKeyword.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #97035 - "required" option in "eval" keyword
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97109-TCATypeNoneColsOption.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97109-TCATypeNoneColsOption.rst
index 4f5ca1753247a105b262e2d84f4207daf689e709..9a6f420c173b0c919d5a7e906ac9da4e5f50b6c9 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97109-TCATypeNoneColsOption.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97109-TCATypeNoneColsOption.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Deprecation: #97109 - TCA type none "cols" option
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97201-UnusedInterfaceForNewContentElementWizardHook.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97201-UnusedInterfaceForNewContentElementWizardHook.rst
index 962247548a4f4cba0de421624c5dbe8103a291cc..0029570a8cc2ff9de46e32b66cbc750e22a96a26 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97201-UnusedInterfaceForNewContentElementWizardHook.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97201-UnusedInterfaceForNewContentElementWizardHook.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Deprecation: #97201 - Unused Interface for new content element wizard hook
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97217-MovedTypoLinkCodecServiceToEXTcore.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97217-MovedTypoLinkCodecServiceToEXTcore.rst
index 672ef62d80779ef139f6e64c64da6dae7cf62232..9c57874d77f2c58e5fcfcf6626e3b4f609ae59e1 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97217-MovedTypoLinkCodecServiceToEXTcore.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97217-MovedTypoLinkCodecServiceToEXTcore.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Deprecation: #97217 - Moved TypoLinkCodecService to EXT:core
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97231-UnusedInterfaceForInlineElementHook.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97231-UnusedInterfaceForInlineElementHook.rst
index 21e150d1d5b02113c026c0a1c368b19052c1ef8a..cda44f5b86f917dbda059192994d93570b40e7e2 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97231-UnusedInterfaceForInlineElementHook.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Deprecation-97231-UnusedInterfaceForInlineElementHook.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Deprecation: #97231 - Unused Interface for inline element hook
@@ -11,7 +11,7 @@ Description
 
 The hook :php:`$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tceforms_inline.php']['tceformsInlineHook']`
 required hook implementations to implement :php:`\TYPO3\CMS\Backend\Form\Element\InlineElementHookInterface`.
-Since the mentioned hook has been :doc:`removed <../12.0/Breaking-97231-RemovedInlineElementHook>`,
+Since the mentioned hook has been :doc:`removed <../12.0/Breaking-97231-RemovedHookForManipulatingInlineElementControls>`,
 the interface is not in use anymore and has been marked as deprecated.
 
 Impact
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-87616-PSR-14EventForModifyingPageLinkGeneration.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-87616-PSR-14EventForModifyingPageLinkGeneration.rst
index 845723fcc8916a7627f39e699efcf214cd96d681..c2c6018d8300b03263a927a4376d4c242561af01 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-87616-PSR-14EventForModifyingPageLinkGeneration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-87616-PSR-14EventForModifyingPageLinkGeneration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Feature: #87616 - PSR-14 Event for modifying Page Link Generation
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-89917-InheritPageAccess.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-89917-InheritPageAccess.rst
index 7e3a02f525943d56f514448f3749733054399448..ae5e2ae9340f93e2265cf81fc1941213cc822fa7 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-89917-InheritPageAccess.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-89917-InheritPageAccess.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #89917 - Copy page access settings from parent
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-90994-MarkCurrentPageInFluid_styled_contentMenuContentElements.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-90994-MarkCurrentPageInFluid_styled_contentMenuContentElements.rst
index 1fd0392445904a5a3822ed9f5d763fbcbb987146..3f683ba7985f12bc2532b8d73f374a1eab8e5d18 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-90994-MarkCurrentPageInFluid_styled_contentMenuContentElements.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-90994-MarkCurrentPageInFluid_styled_contentMenuContentElements.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Feature: #90994 - Mark current page in fluid_styled_content menu content elements
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-91077-ElementBrowserEntryPointsForTCATypeGroup.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-91077-ElementBrowserEntryPointsForTCATypeGroup.rst
index e6af401882883946ebc828097c9aa5897b1a4664..bb6e1881e25641f55ac999ae819e4640403cc354 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-91077-ElementBrowserEntryPointsForTCATypeGroup.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-91077-ElementBrowserEntryPointsForTCATypeGroup.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Feature: #91077 - Element browser entry points for TCA type "group"
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-92508-PSR-14EventForModifyingMenuItems.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-92508-PSR-14EventForModifyingMenuItems.rst
index 9f3d26197c746b59e8c4e7ee6b9efe49e9446948..252eace33d8db3b9ddc0d88eebc869120170b72c 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-92508-PSR-14EventForModifyingMenuItems.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-92508-PSR-14EventForModifyingMenuItems.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #92508 - PSR-14 Event for modifying menu items
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-92749-ImproveContentObjectInitializationInHtmlViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-92749-ImproveContentObjectInitializationInHtmlViewHelper.rst
index 7f622ba7030c74f71034250c48b01f61444d5d85..99ebf1da0c32bb9017c1901adb0d703bbd11a63a 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-92749-ImproveContentObjectInitializationInHtmlViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-92749-ImproveContentObjectInitializationInHtmlViewHelper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Feature: #92749 - Improve content object initialization in HtmlViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-93494-NewPSR-14ModifyQueryForLiveSearchEvent.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-93494-NewPSR-14ModifyQueryForLiveSearchEvent.rst
index d4a3e0e197457f5170ef121a14baa27202f77abf..6c4cbe0e724a4788b75dda28d1000ce8cd1994de 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-93494-NewPSR-14ModifyQueryForLiveSearchEvent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-93494-NewPSR-14ModifyQueryForLiveSearchEvent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #93494 - New PSR-14 ModifyQueryForLiveSearchEvent
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-94117-ImproveExtbaseTypeConverterRegistration.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-94117-ImproveExtbaseTypeConverterRegistration.rst
index d1955f48cb435dcb5ebd4c386a0dacdb06f0271d..1fe9227e30b596d604d38058546304180f46206b 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-94117-ImproveExtbaseTypeConverterRegistration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-94117-ImproveExtbaseTypeConverterRegistration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #94117 - Improve extbase type converter registration
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-94544-AddNewSMTPConfigurationSettings.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-94544-AddNewSMTPConfigurationSettings.rst
index c985685653214e15da9578cbd0b7424b87bd01db..002547d41d4cc55d145593e6fbdf4e16143757ac 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-94544-AddNewSMTPConfigurationSettings.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-94544-AddNewSMTPConfigurationSettings.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Feature: #94544 - Add new SMTP configuration settings
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-94625-IntroduceSlidingWindowPagination.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-94625-IntroduceSlidingWindowPagination.rst
index 26a0b44a99a49252647418a792c239d04b45f6c4..a78f544f4aaafb6364fcf816543eac50c450953b 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-94625-IntroduceSlidingWindowPagination.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-94625-IntroduceSlidingWindowPagination.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Feature: #94625 - Introduce sliding window pagination
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-95486-AddAcceptArgument.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-95486-AddAcceptArgument.rst
index b2ddba35a17b1110ff089e3232d1e6227ab99c4f..f8fe1356a17c5ec0f76f65cf2bcc0972e93f7294 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-95486-AddAcceptArgument.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-95486-AddAcceptArgument.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #95486 - Add accept argument for UploadViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96041-ImproveBackendToolbarRegistration.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96041-ImproveBackendToolbarRegistration.rst
index 36e8290512e6fefdb995c7a2d82b6f17e4016a97..ff9829d4638cbafb5806ae5b1c5941a92fc73f70 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96041-ImproveBackendToolbarRegistration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96041-ImproveBackendToolbarRegistration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #96041 - Improve Backend toolbar registration
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96147-NewPSR-14RedirectWasHitEvent.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96147-NewPSR-14RedirectWasHitEvent.rst
index 65cfa69b55079a407388fc57d7484303c1d5d432..cffb907ba1d5474ff3cb3b8e39de7f39738492cc 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96147-NewPSR-14RedirectWasHitEvent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96147-NewPSR-14RedirectWasHitEvent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Feature: #96147 - New PSR-14 RedirectWasHitEvent
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96152-BackendToolbarItemsOverviewInConfigurationModule.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96152-BackendToolbarItemsOverviewInConfigurationModule.rst
index 5dfabc214aee8b2db3d2a5fae156f84f91337d46..63b181e379fad69d8af607049f66f8c886cc60cf 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96152-BackendToolbarItemsOverviewInConfigurationModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96152-BackendToolbarItemsOverviewInConfigurationModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Feature: #96152 - Backend Toolbar items overview in configuration module
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96333-ImproveContextMenuItemProviderRegistration.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96333-ImproveContextMenuItemProviderRegistration.rst
index ccdfd6d30cb36703abeb1a286ea7381b62579719..efcb867627be6e331be053909f8c9dc1ea5ac1f8 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96333-ImproveContextMenuItemProviderRegistration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96333-ImproveContextMenuItemProviderRegistration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #96333 - Improve ContextMenu item provider registration
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96465-NewLinkvalidatorModule.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96465-NewLinkvalidatorModule.rst
index adc98ee8b6d8d3d58f362899eccb3a0cb7a2df2a..732713c0dc3bf71925d6fb0948e458f5a5367c21 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96465-NewLinkvalidatorModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96465-NewLinkvalidatorModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================
 Feature: #96465 - New Linkvalidator module
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96510-InfrastructureForJavaScriptModulesAndImportmaps.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96510-InfrastructureForJavaScriptModulesAndImportmaps.rst
index fbd8afc62cc022754db1ccc5d811f133d20ec620..49d8c877fe5b6cdb2565e5a4374259e3cef28859 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96510-InfrastructureForJavaScriptModulesAndImportmaps.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96510-InfrastructureForJavaScriptModulesAndImportmaps.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #96510 - Infrastructure for JavaScript modules and importmaps
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96526-PSR-14EventForModifyingPageModuleContent.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96526-PSR-14EventForModifyingPageModuleContent.rst
index 3beb538888a4048f461061495f572088275b978a..ad05933baadfadf3273bc09a257d0d11a593c293 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96526-PSR-14EventForModifyingPageModuleContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96526-PSR-14EventForModifyingPageModuleContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #96526 - PSR-14 Event for modifying page module content
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96614-AutomaticInclusionOfPageTsConfigOfExtensions.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96614-AutomaticInclusionOfPageTsConfigOfExtensions.rst
index cc9214d0adc2bdb6e0d602d425e17b60db31ede3..e9942357f638ea63a90f980e39f1755ad01c6f00 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96614-AutomaticInclusionOfPageTsConfigOfExtensions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96614-AutomaticInclusionOfPageTsConfigOfExtensions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Feature: #96614 - Automatic inclusion of PageTsConfig of extensions
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96659-ContentObjectRegistrationViaServiceConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96659-ContentObjectRegistrationViaServiceConfiguration.rst
index 99ca1107a2b7b7cbcfe910d5de6ae42b3fbb6b96..8bd298f107f10072c1de3158951bd539ea9f4288 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96659-ContentObjectRegistrationViaServiceConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96659-ContentObjectRegistrationViaServiceConfiguration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #96659 - ContentObject Registration via service configuration
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96688-AttributesForExtbaseAnnotations.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96688-AttributesForExtbaseAnnotations.rst
index 44fedd2e4ea22c3e0ec13d7d5a4ed691156ffab9..86c9a1c2297781b0bea9706fc2939b077800d51a 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96688-AttributesForExtbaseAnnotations.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96688-AttributesForExtbaseAnnotations.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #96688 - Attributes for Extbase Annotations
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96730-SimplifiedExtbackendModuleTemplateAPI.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96730-SimplifiedExtbackendModuleTemplateAPI.rst
index 7e69fd61b063d563a7ed616f13610847e95bef83..c22740ef5767686d1f5b5257940317e968f79f76 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96730-SimplifiedExtbackendModuleTemplateAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96730-SimplifiedExtbackendModuleTemplateAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #96730 - Simplified ext:backend ModuleTemplate API
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96733-NewBackendModuleRegistrationAPI.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96733-NewBackendModuleRegistrationAPI.rst
index fd311cc587887f579479e97f34547c7500706494..9904178a0a5bf010ad47e7122aa05d107d85f899 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96733-NewBackendModuleRegistrationAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96733-NewBackendModuleRegistrationAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Feature: #96733 - New backend module registration API
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96800-AddSiteLanguageProcessor.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96800-AddSiteLanguageProcessor.rst
index f25d1c1050907a5a18e0ce209ef9f4562c0a0337..e94020db0142224bef9ded957b6d3f727e9f0a92 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96800-AddSiteLanguageProcessor.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96800-AddSiteLanguageProcessor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Feature: #96800 - Add SiteLanguageProcessor
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96806-PSR-14EventForModifyingButtonBar.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96806-PSR-14EventForModifyingButtonBar.rst
index 8a58e64a1bdb1236ce5bcaf5ff160a1b74ce0f60..002e9c6922784c09f1e26266d5e53b629546b36e 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96806-PSR-14EventForModifyingButtonBar.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96806-PSR-14EventForModifyingButtonBar.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #96806 - PSR-14 Event for modifying button bar
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96812-OverrideBackendTemplatesWithTSconfig.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96812-OverrideBackendTemplatesWithTSconfig.rst
index 39f4ea9e7c631d9d4242818de0f15a58692de232..6cd7bf60f20439e8e1fcc4d99cfb92474855f388 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96812-OverrideBackendTemplatesWithTSconfig.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96812-OverrideBackendTemplatesWithTSconfig.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #96812 - Override backend templates with TsConfig
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96879-NewPSR-14EventModifyCacheLifetimeForPageEvent.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96879-NewPSR-14EventModifyCacheLifetimeForPageEvent.rst
index 3687a949a1769e595bf05e8bc897ce7426a3cbab..11e68aad9695d878f3cefbd963ede342fe9aabaf 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96879-NewPSR-14EventModifyCacheLifetimeForPageEvent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96879-NewPSR-14EventModifyCacheLifetimeForPageEvent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #96879 - New PSR-14 Event ModifyCacheLifetimeForPageEvent
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96895-IntroduceModuleDataObject.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96895-IntroduceModuleDataObject.rst
index 422c45cc43b9b01060699e1da1541c693d94e206..2c0ac6272a8aa9431ea5f9f4539a5311bc5ec311 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96895-IntroduceModuleDataObject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96895-IntroduceModuleDataObject.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Feature: #96895 - Introduce Module data object
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96899-NewPSR-14EventModifyGenericBackendMessagesEvent.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96899-NewPSR-14EventModifyGenericBackendMessagesEvent.rst
index 9a72da5a7dd508552c59807a2fcd7f7ca3a3155b..9bb0a6611fb916a0f51fcbe14895228328231366 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96899-NewPSR-14EventModifyGenericBackendMessagesEvent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96899-NewPSR-14EventModifyGenericBackendMessagesEvent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #96899 - New PSR-14 Event: ModifyGenericBackendMessagesEvent
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96904-BackendToolbarItemsAreRequestAware.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96904-BackendToolbarItemsAreRequestAware.rst
index 069cdb86a906a0dc7112dd92de8f70c684799144..7a6a789278e46fb0149be64c13939927a9c86bcc 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96904-BackendToolbarItemsAreRequestAware.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96904-BackendToolbarItemsAreRequestAware.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #96904 - Backend toolbar items are request aware
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96935-NewRegistrationForLinkvalidatorLinktype.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96935-NewRegistrationForLinkvalidatorLinktype.rst
index ca31affbd7cf6d3533b5cbe7b76c62752a7f22f1..dee0a45c78b504df1ee1580b1a05fb9ee1213c9e 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96935-NewRegistrationForLinkvalidatorLinktype.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96935-NewRegistrationForLinkvalidatorLinktype.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #96935 - New registration for linkvalidator linktype
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96961-BackendRoutesContainComposerPackageName.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96961-BackendRoutesContainComposerPackageName.rst
index 782a6f4ba761debc41a32c79760d048dce28168c..cec60c62755eeea029222cbb1d02da51abac669f 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96961-BackendRoutesContainComposerPackageName.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96961-BackendRoutesContainComposerPackageName.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #96961 - Backend routes contain composer package name
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96968-PSR-14EventForAvoidLoadingFrontendPagesFromCache.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96968-PSR-14EventForAvoidLoadingFrontendPagesFromCache.rst
index 956d6f5281cd705e64ea332aa0ae7d05d4468e43..f8deac06225d84fbe710905611454f2016a7605e 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96968-PSR-14EventForAvoidLoadingFrontendPagesFromCache.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96968-PSR-14EventForAvoidLoadingFrontendPagesFromCache.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Feature: #96968 - PSR-14 Event for avoid loading Frontend pages from cache
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96983-TCATypeFolder.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96983-TCATypeFolder.rst
index e9722e83bc4b4a579c7bf7d7791b8089947f9711..6d75ccacf2a98e4288b9a4bb7e06c25f5115ff46 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96983-TCATypeFolder.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96983-TCATypeFolder.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================
 Feature: #96983 - TCA type "folder"
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96996-PSR-14EventForModifyingRecordAccessEvaluation.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96996-PSR-14EventForModifyingRecordAccessEvaluation.rst
index 601159be909478b743fba410c43aff86895edb92..8a11fb3ed43968c5709ce0463fee82394aae5fc4 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96996-PSR-14EventForModifyingRecordAccessEvaluation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-96996-PSR-14EventForModifyingRecordAccessEvaluation.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #96996 - PSR-14 Event for modifying record access evaluation
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97013-NewTCATypeEmail.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97013-NewTCATypeEmail.rst
index 2b00344b55c6060f435b649a17fb19ecc868229d..59105386ac451ea1fa0f9456eecd736caab0bd93 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97013-NewTCATypeEmail.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97013-NewTCATypeEmail.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================
 Feature: #97013 - New TCA type "email"
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97035-UtilizeRequiredDirectlyInTCAFieldConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97035-UtilizeRequiredDirectlyInTCAFieldConfiguration.rst
index 3d5f22079be8deaef5acebb4732ceacf7de20ef7..49cf35dee48b6117e9405bdf9013813d27efd6de 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97035-UtilizeRequiredDirectlyInTCAFieldConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97035-UtilizeRequiredDirectlyInTCAFieldConfiguration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Feature: #97035 - Utilize "required" directly in TCA field configuration
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97051-FilterLogsByPageInLogModule.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97051-FilterLogsByPageInLogModule.rst
index 3468aaab5c57100d593b96e08dfa8d3a835ae9b6..5c3f815a1f762c42685eff8b52068e7947381dee 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97051-FilterLogsByPageInLogModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97051-FilterLogsByPageInLogModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #97051 - Filter logs by page in Log module
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97096-Non-namespacedArgumentsInExtbaseBackendModules.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97096-Non-namespacedArgumentsInExtbaseBackendModules.rst
index fed7e26ac037d791b7c7d8ba5167a0019e16d578..1c81e1ec1f31668aa217864a86ddc691b01bdd74 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97096-Non-namespacedArgumentsInExtbaseBackendModules.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97096-Non-namespacedArgumentsInExtbaseBackendModules.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #97096 - Non-namespaced arguments in extbase backend modules
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97104-NewTCATypePassword.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97104-NewTCATypePassword.rst
index dfb05fc4d86a92809744f809088c667eb4b3708e..89fff4f5cfa9fd80c5163870c45a955da20de58f 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97104-NewTCATypePassword.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97104-NewTCATypePassword.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Feature: #97104 - New TCA type "password"
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97135-NewRegistrationForModuleFunctions.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97135-NewRegistrationForModuleFunctions.rst
index 965fcb4bc8ea104c07ff9aee57a3ac76bc53eb92..f0b7fdaf45d25a69ead2e52511cb817a1ea02c13 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97135-NewRegistrationForModuleFunctions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97135-NewRegistrationForModuleFunctions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #97135 - New Registration for module functions
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97159-NewTCATypeLink.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97159-NewTCATypeLink.rst
index 253cde1f5fb459d1f598826ac463a663eaa3f894..bbfdfd36876e89ed3bdf1c6de0c60be87003d256 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97159-NewTCATypeLink.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97159-NewTCATypeLink.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================
 Feature: #97013 - New TCA type "link"
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97174-PSR-14EventForModifyingInfoModuleContent.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97174-PSR-14EventForModifyingInfoModuleContent.rst
index 0dd490af2a39b5711481361ae06648afca32ce8a..4b80b81aff0c54e72dadfae259e51a09c2b51a2f 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97174-PSR-14EventForModifyingInfoModuleContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97174-PSR-14EventForModifyingInfoModuleContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #97174 - PSR-14 Event for modifying info module content
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97187-PSR-14EventForModifyingLinkExplanation.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97187-PSR-14EventForModifyingLinkExplanation.rst
index 36e01c1615eb2a3c50661edaec2139ef84d5f090..3b7c9169042d7881a310f78176ec6c0d7d2872ee 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97187-PSR-14EventForModifyingLinkExplanation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97187-PSR-14EventForModifyingLinkExplanation.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #97187 - PSR-14 Event for modifying link explanation
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97188-NewRegistrationForElementBrowsers.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97188-NewRegistrationForElementBrowsers.rst
index 8a230e8472ee5f361c45a81f6991e2c8b7a0f502..a4e447a645b2bf58d674554dc145da247549624c 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97188-NewRegistrationForElementBrowsers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97188-NewRegistrationForElementBrowsers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #97188 - New registration for element browsers
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97201-PSR-14EventForModifyingNewContentElementWizardItems.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97201-PSR-14EventForModifyingNewContentElementWizardItems.rst
index debe96996fe8c43c441f4ea91aa65154323e3c11..890e6234e340c6be3750ba1a8d2c80ff83117783 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97201-PSR-14EventForModifyingNewContentElementWizardItems.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97201-PSR-14EventForModifyingNewContentElementWizardItems.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Feature: #97201 - PSR-14 Event for modifying new content element wizard items
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97230-PSR-14EventForModifyingImageManipulationPreviewUrl.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97230-PSR-14EventForModifyingImageManipulationPreviewUrl.rst
index 0d3b551a23febc9fdaf89d13022417728380fd2e..4ade7d26450c1e857b6f2dcbc2e8ee872929c8b1 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97230-PSR-14EventForModifyingImageManipulationPreviewUrl.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97230-PSR-14EventForModifyingImageManipulationPreviewUrl.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Feature: #97230 - PSR-14 Event for modifying image manipulation preview url
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97231-PSR-14EventsForModifyingInlineElementControls.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97231-PSR-14EventsForModifyingInlineElementControls.rst
index b00122913350ef1a740b08212cf8be199f23b1cf..f5da104ad8dc249e14c49e6bb5de469e93ed7170 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97231-PSR-14EventsForModifyingInlineElementControls.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97231-PSR-14EventsForModifyingInlineElementControls.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #97231 - PSR-14 Events for modifying inline element controls
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97232-NewTCATypeDatetime.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97232-NewTCATypeDatetime.rst
index a6f10caf16964659b716f8016950a337034e3ace..430d7d75aeb6a91ae63d71de1e4bdd188d5b592b 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97232-NewTCATypeDatetime.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97232-NewTCATypeDatetime.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Feature: #97232 - New TCA type "datetime"
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97254-AddLuxembourgishAsSupportedLanguage.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97254-AddLuxembourgishAsSupportedLanguage.rst
index 25872a31928864b3f6211d3bbf6ba99749f69272..975ba2a5badc21abf86fc7e7d41042ab9c646f28 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97254-AddLuxembourgishAsSupportedLanguage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Feature-97254-AddLuxembourgishAsSupportedLanguage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #97254 - Add Luxembourgish as supported language
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Important-92020-NewAPIEntryPointAvailableAtHttpsgettypo3orgapi.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Important-92020-NewAPIEntryPointAvailableAtHttpsgettypo3orgapi.rst
index af0d32a5c477778a59f394103f3eaf5cc352f8a1..538870be2306eeb2008c5af1dc135b8682e7dd19 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Important-92020-NewAPIEntryPointAvailableAtHttpsgettypo3orgapi.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Important-92020-NewAPIEntryPointAvailableAtHttpsgettypo3orgapi.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Important: #92020 - New API entry point available at https://get.typo3.org/api/
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Important-97031-RemovedLogSubmoduleFromInfoModule.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Important-97031-RemovedLogSubmoduleFromInfoModule.rst
index aca49c6455439dc92e8d556a0d5dba4cffc71fbc..e0c902f3b54fb7caa8a75a33cf8acf0a1e58b291 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Important-97031-RemovedLogSubmoduleFromInfoModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Important-97031-RemovedLogSubmoduleFromInfoModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Important: #97031 - Removed "Log" submodule from info module
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Important-97145-SerializedLog_dataInSys_logMigratedToJSON-encodedData.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Important-97145-SerializedLog_dataInSys_logMigratedToJSON-encodedData.rst
index 692963060d62aa2aa266fc1e58e4e082fe8cb637..3670807fb01fa4775ba0cc1c506ee4ec97e7ef19 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Important-97145-SerializedLog_dataInSys_logMigratedToJSON-encodedData.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Important-97145-SerializedLog_dataInSys_logMigratedToJSON-encodedData.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Important: #97145 - Serialized log_data in sys_log migrated to JSON-encoded data
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Important-97159-MailLinkHandlerKeyInTSconfigRenamed.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Important-97159-MailLinkHandlerKeyInTSconfigRenamed.rst
index b88833d48a2eca10453b23ef43196ce785bca857..38bd7a16bc11e58e009e5e7e48355bf785787de5 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Important-97159-MailLinkHandlerKeyInTSconfigRenamed.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Important-97159-MailLinkHandlerKeyInTSconfigRenamed.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Important: #97159 - MailLinkHandler key in TSconfig renamed
diff --git a/typo3/sysext/core/Documentation/Changelog/12.0/Index.rst b/typo3/sysext/core/Documentation/Changelog/12.0/Index.rst
index 928489574da8850f4f17ad41aac1f35c6ade71b7..a7bd8031d800e4ecb84da3e26b649fea03e4a323 100644
--- a/typo3/sysext/core/Documentation/Changelog/12.0/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/12.0/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============
 12.0 Changes
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-19737-PreferRootTemplate.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-19737-PreferRootTemplate.rst
index 4d0785b4140fd98a8e9b9855d665070e918bb3df..f02e6ba4f873281b79f9115e412122873261e1ac 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-19737-PreferRootTemplate.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-19737-PreferRootTemplate.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Breaking: #19737 - Prefer root templates for pages
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-33805-ClickMenuRewrite.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-33805-ClickMenuRewrite.rst
index 99136feba1120d9476048b9695d247da828b7c39..86cdca2989fadf5440f469c633f84a8283d8d4a1 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-33805-ClickMenuRewrite.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-33805-ClickMenuRewrite.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================
 Breaking: #33805 - ClickMenu Rewrite
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-42543-DefaultTypoScriptRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-42543-DefaultTypoScriptRemoved.rst
index aa5c5695ac595534da7d8feb8a240804a1a3fe80..a62c2ad414ccdb89e29e06b95aa6eef52e1d5f22 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-42543-DefaultTypoScriptRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-42543-DefaultTypoScriptRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Breaking: #42543 - Default TypoScript Removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-53542-DeprecatedCodeRemovalInFluid.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-53542-DeprecatedCodeRemovalInFluid.rst
index efa6146718d85ccc75ea3f256a3aab0095af2341..9ca213cdc775aeb9447297cfddb9adebe2e30df6 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-53542-DeprecatedCodeRemovalInFluid.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-53542-DeprecatedCodeRemovalInFluid.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #53542 - Removal of deprecated code in sysext fluid
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-53658-RemoveAlternateBgColorsOption.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-53658-RemoveAlternateBgColorsOption.rst
index f17b1d543846180a60958ec301d03207f74ba7e8..8c9d486a006646f2c286661b1d49a1f65aeade94 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-53658-RemoveAlternateBgColorsOption.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-53658-RemoveAlternateBgColorsOption.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #53658 - option alternateBgColors removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-54409-RteAcronymButtonRenamedAbbreviation.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-54409-RteAcronymButtonRenamedAbbreviation.rst
index 4338700d9244232fbed0d8851a4abe36c3eace59..e362429eba638a128d4eb2de5b3e49f09044592f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-54409-RteAcronymButtonRenamedAbbreviation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-54409-RteAcronymButtonRenamedAbbreviation.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #54409 - RTE "acronym" button was renamed "abbreviation"
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-57382-FlashMessageApi.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-57382-FlashMessageApi.rst
index fec43d63eaf579b82299b5f8d8b3939202d44dad..a59e4c41cd96807fbff84e4f2dbd29c85930b1a0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-57382-FlashMessageApi.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-57382-FlashMessageApi.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Breaking: #57382 - Remove old flash message API
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-57396-ExtbaseDeprecatedPropertyMapperRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-57396-ExtbaseDeprecatedPropertyMapperRemoved.rst
index ba217839cd00cd58f40a12ecba12676945444b77..c9da87186338eec0a2f4978a2c8592e0ebd0b799 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-57396-ExtbaseDeprecatedPropertyMapperRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-57396-ExtbaseDeprecatedPropertyMapperRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #57396 - Deprecated Extbase Property Mapper was removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-59659-DeprecatedCodeRemovalInBackendSysext.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-59659-DeprecatedCodeRemovalInBackendSysext.rst
index d52154d05b9866e8cdafcca9a16b3e33ded2eb03..6a88c4e54e32f8d4281f1828de9ca8b3514d6c07 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-59659-DeprecatedCodeRemovalInBackendSysext.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-59659-DeprecatedCodeRemovalInBackendSysext.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #59659 - Removal of deprecated code in sysext backend
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-59966-ExtensionConfigurationCacheClearing.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-59966-ExtensionConfigurationCacheClearing.rst
index 5467f625733215d49d5a43286363b83938d0215a..3440371f003ce7e6706bd91c150df3225ce85fe3 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-59966-ExtensionConfigurationCacheClearing.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-59966-ExtensionConfigurationCacheClearing.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #59966 - Extension Configuration cache-flushing changed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60063-FeloginPluginFileRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60063-FeloginPluginFileRemoved.rst
index e50c2413a577860af4448b84123d268b12b810e4..df453a47ff61e5fa6c9682a71f8eafb4566c1e49 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60063-FeloginPluginFileRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60063-FeloginPluginFileRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Breaking: #60063 - Felogin Plugin Removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60135-RecursiveStdWrapChange.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60135-RecursiveStdWrapChange.rst
index 1827c6e1ec5fb2c7dcf8b2a74ad7af4b34b9cfbd..5a53c9577143b7755e478a38b06ca4a07e6ed797 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60135-RecursiveStdWrapChange.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60135-RecursiveStdWrapChange.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #60135 - Recursive stdWrap is now only called once
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60152-formatSizeAdheresLocale.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60152-formatSizeAdheresLocale.rst
index e471798829e59cb49ac180e3e012a0f2f76fa18b..2bb8438e290e97c37f47c0d1c6ae7a3df3aa672a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60152-formatSizeAdheresLocale.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60152-formatSizeAdheresLocale.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #60152 - GeneralUtility::formatSize is now locale aware
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-DroppedBackendLoginOptions.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-DroppedBackendLoginOptions.rst
index 98c927fb436e7f90bbe8e32911caa7762b6d088d..c6e226e8d46fd5905d7ee7b53433d6fcf8a6c1af 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-DroppedBackendLoginOptions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-DroppedBackendLoginOptions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Breaking: #60559 - Dropped Backend Login Options
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-T3skinBackendLoginJavascriptFileMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-T3skinBackendLoginJavascriptFileMoved.rst
index e78ad54bd3cb8aa0c795d83ee413a8ba0c6e7fde..78af70ab6047b6ec62fd2860904d5a5a2cc09713 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-T3skinBackendLoginJavascriptFileMoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-T3skinBackendLoginJavascriptFileMoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #60559 - T3skin Backend Login Javascript File Moved
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-T3skinBackendLoginTemplateMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-T3skinBackendLoginTemplateMoved.rst
index a75c8ca6d15c1507c8f6b47a4aed7fca177990d0..08efc037a3c4aec982bb37ecab40e95348cb5026 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-T3skinBackendLoginTemplateMoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60559-T3skinBackendLoginTemplateMoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #60559 - T3skin Backend Login Template File Moved
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60561-DefaultTypoScriptConstantsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60561-DefaultTypoScriptConstantsRemoved.rst
index f9ce49079e3d6c3a2f570ee0351ab2ce69c64dc3..13769d9681c39098c62ef8ec7296a33cfcf8a7d9 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60561-DefaultTypoScriptConstantsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60561-DefaultTypoScriptConstantsRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #60561 - Default TypoScript Constants Removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60582-RsaauthJavascriptFilesMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60582-RsaauthJavascriptFilesMoved.rst
index 6d26a9a72db7dfb484ee2a272dead5372f96afec..2cde9ee1c4deeaf63c4df136bb760007b3e78994 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60582-RsaauthJavascriptFilesMoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60582-RsaauthJavascriptFilesMoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Breaking: #60582 - Rsaauth Javascript Files Moved
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60609-ConfigurationManagerSignalChange.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60609-ConfigurationManagerSignalChange.rst
index b57d1d7526b3789bb9d6204e1f91f3b1ddc38f39..088d10429be8b8c0f385394f44ccea4a7c4f74af 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60609-ConfigurationManagerSignalChange.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60609-ConfigurationManagerSignalChange.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #60609 - Configuration Manager Signal Changed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerJavascriptFileMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerJavascriptFileMoved.rst
index a7287d39276bc5b6e802d16b3163b54a8725a8ae..a4b26714174016fc69bf4f158fb183c81dbd81ef 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerJavascriptFileMoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerJavascriptFileMoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Breaking: #60630 - Scheduler Javascript File Moved
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerLanguageFilesMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerLanguageFilesMoved.rst
index adac762d4686bbe5fad0502a6bb5ce024548a19e..5bb63e2be97b2d71d17b7f7c9b7a4d37852fd776 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerLanguageFilesMoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerLanguageFilesMoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Breaking: #60630 - Scheduler Language Files Moved
@@ -34,4 +34,4 @@ Use new path to language file instead or create/copy the labels to an own langua
 adapt existing overrides to the new file locations.
 
 
-.. index:: Backend, ext:scheduler
\ No newline at end of file
+.. index:: Backend, ext:scheduler
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerModuleTemplateMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerModuleTemplateMoved.rst
index 9863c5dbf35c7bb8814bd42cfb337004cc205f3a..64492f3093364ae7009dfcb4943be23ec6e45651 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerModuleTemplateMoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-60630-SchedulerModuleTemplateMoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #60630 - Scheduler Module Template File Moved
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61459-RemovalTslib.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61459-RemovalTslib.rst
index 8742c95b1230b454076640b9bd9dee11caf59378..aeba6bbf342b1500e10ea505fbe214469deada6d 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61459-RemovalTslib.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61459-RemovalTslib.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #61459 - Removal of tslib directory and constant
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61471-t3skinCssFilesMovedToLess.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61471-t3skinCssFilesMovedToLess.rst
index a55cfaf92db7da483cce9f788875f209693cfabf..3c5bf676399849af203f7f80395bfe5a17eb710f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61471-t3skinCssFilesMovedToLess.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61471-t3skinCssFilesMovedToLess.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Breaking: #61471 - EXT:t3skin CSS files moved to less
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61781-IncludeOnceArrayOfClickMenuControllerRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61781-IncludeOnceArrayOfClickMenuControllerRemoved.rst
index 72181bb86527bb1dd3528b338bdd4e25919f999d..45d8af8236a94e05a545c65ef7e462426d8545af 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61781-IncludeOnceArrayOfClickMenuControllerRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61781-IncludeOnceArrayOfClickMenuControllerRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #61781 - include_once array in ClickMenuController removed
@@ -31,4 +31,4 @@ Migration
 All classes are autoloaded automatically by TYPO3 CMS Core.
 
 
-.. index:: PHP-API, Backend
\ No newline at end of file
+.. index:: PHP-API, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61782-DeprecatedDocumentTemplateClassesRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61782-DeprecatedDocumentTemplateClassesRemoved.rst
index 84ae6a7be3add998bbbc54c428ce0aa2e10aef35..ea049a9e180023b2897625f316ae2621eb697c78 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61782-DeprecatedDocumentTemplateClassesRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61782-DeprecatedDocumentTemplateClassesRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #61782 - deprecated DocumentTemplate classes removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61783-RemoveDeprecatedMailFunctionality.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61783-RemoveDeprecatedMailFunctionality.rst
index 76476eaeac17cc22e763503faf5ffd788a417a4b..fd8ffd68d2b623b695fe9c82f1e7f70bbb35b3b5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61783-RemoveDeprecatedMailFunctionality.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61783-RemoveDeprecatedMailFunctionality.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Breaking: #61783 - Removed deprecated mailing API
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61785-FrontendTcaFunctionsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61785-FrontendTcaFunctionsRemoved.rst
index beb0360539a02a409b1a7277462dc65bd0507dd4..7b020d667fc71ae8ef3f8b6258b4b2adae25c6a6 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61785-FrontendTcaFunctionsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61785-FrontendTcaFunctionsRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================================
 Breaking: #61785 - getCompressedTCarray and includeTCA from TypoScriptFrontendController removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61785-LoadTcaFunctionRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61785-LoadTcaFunctionRemoved.rst
index 335a1240b0e75b5f4f2735965268f6b14eef48c5..bc82dbc966a9aa310aa2babf6957b84a3086e92b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61785-LoadTcaFunctionRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61785-LoadTcaFunctionRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #61785 - loadTCA function in GeneralUtility removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61786-ExtbaseDeprecatedTypeHandlingServiceRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61786-ExtbaseDeprecatedTypeHandlingServiceRemoved.rst
index 09c28b341a84d7b6e38d041903029031ca95fd69..e6f5673cc594f4c95abf9fd9c6b5a988770f57e3 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61786-ExtbaseDeprecatedTypeHandlingServiceRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61786-ExtbaseDeprecatedTypeHandlingServiceRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Breaking: #61786 - remove deprecated TypeHandlingService in extbase
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61802-IsLocalconfWritableFunctionRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61802-IsLocalconfWritableFunctionRemoved.rst
index e271a865a6536ca3368b10feb9f16106f47c686f..dbf32a25edfccbdf6ec66b0d2c6ce25d7ded7c93 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61802-IsLocalconfWritableFunctionRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61802-IsLocalconfWritableFunctionRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #61802 - deprecated isLocalconfWritable function removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61820-PhpOptionsUtilityDeprecatedFunctionsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61820-PhpOptionsUtilityDeprecatedFunctionsRemoved.rst
index ef17f495c831f6afb7072deb0a6797feab48487f..8bec6f5b93af073cab848a9606bd38a384e77d0b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61820-PhpOptionsUtilityDeprecatedFunctionsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61820-PhpOptionsUtilityDeprecatedFunctionsRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #61820 - deprecated PhpOptionsUtility functions removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61821-ClassFileOptionInMakeInstanceServiceRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61821-ClassFileOptionInMakeInstanceServiceRemoved.rst
index 509cb1a52d735ff1357554761fd050aa669580d8..3bb49bfcdc963caac42d1c7b242218f430a0bae0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61821-ClassFileOptionInMakeInstanceServiceRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61821-ClassFileOptionInMakeInstanceServiceRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #61821 - classFile option in makeInstanceService removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61822-GetUniqueFieldsFunctionRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61822-GetUniqueFieldsFunctionRemoved.rst
index 8a1bd9b28b15dc48d69863d4e4dfff50d9cf9197..20bef39cd73c59e22605a178ea6d99ae395ee26f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61822-GetUniqueFieldsFunctionRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61822-GetUniqueFieldsFunctionRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Breaking: #61822 - deprecated function getUniqueFields() removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61823-RemoveMagicSettterForFromTC.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61823-RemoveMagicSettterForFromTC.rst
index fbef9746b070200a2f5241116a8c052268e99cdb..587c99d3ca58fb081e9321f33f22eb241a00bfe6 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61823-RemoveMagicSettterForFromTC.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61823-RemoveMagicSettterForFromTC.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Breaking: #61823 - Remove magic setter for $fromTC
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61859-FileTypeSoftwareRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61859-FileTypeSoftwareRemoved.rst
index 9b659e734290531451393c7a0015c24b026908c2..c1b8c8b815eff2acdd5185c437462910fda371a4 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61859-FileTypeSoftwareRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61859-FileTypeSoftwareRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #61859 - deprecated file type FILETYPE_SOFTWARE removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61860-RemoveIntFromVerFunction.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61860-RemoveIntFromVerFunction.rst
index 3b0ee53b490b9b6f8c44c803a6088e2c305452c7..4f8919a6ff2f05060b2ccdbaeb7d35e7e563da08 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61860-RemoveIntFromVerFunction.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61860-RemoveIntFromVerFunction.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #61860 - deprecated function int_from_ver removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61863-ConnectDbFunctionRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61863-ConnectDbFunctionRemoved.rst
index 5e395ddd49b4237e7cf957ff4f6eb83898436ddf..53ded3da8683a2315bef2d303005d1476c2dc87c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61863-ConnectDbFunctionRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61863-ConnectDbFunctionRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #61863 - deprecated connectDB from EidUtility removed
@@ -32,4 +32,4 @@ Migration
 The function can be removed safely. The database will connect itself if needed.
 
 
-.. index:: PHP-API, Frontend
\ No newline at end of file
+.. index:: PHP-API, Frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61890-Remove-TBE-Styling-From-FormEngine.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61890-Remove-TBE-Styling-From-FormEngine.rst
index c3a563202a4f614f5d59775241df1ed04713727d..38b943f4994b1f4bd9e1ef33c1284329e517a28d 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61890-Remove-TBE-Styling-From-FormEngine.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61890-Remove-TBE-Styling-From-FormEngine.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #61890 - TBE Styling removed from FormEngine and TCA
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61959-FlashMessageClasses.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61959-FlashMessageClasses.rst
index 307e50900b234a70f998334b482af3a6837b38d7..22f32cc45a746eb0a182d4b9eee351fe37b49b28 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61959-FlashMessageClasses.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-61959-FlashMessageClasses.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #61959 - Move flash message output to alerts
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62038-RemovedDocumentTemplateOptions.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62038-RemovedDocumentTemplateOptions.rst
index ebdead6f6c0b6f943ee787ab1923b9d95a35a646..7177300746a9c7685411d2ad7b334f71be73842f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62038-RemovedDocumentTemplateOptions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62038-RemovedDocumentTemplateOptions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #62038 - Deprecated DocumentTemplate functionality
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62039-RemovedTBE_StylesMainColors.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62039-RemovedTBE_StylesMainColors.rst
index b3077460e37ff2964191090fbe8248a67a76ed14..7e38e23c1a053bbabb965309d9829c4859eebe9a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62039-RemovedTBE_StylesMainColors.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62039-RemovedTBE_StylesMainColors.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Breaking: #62039 - Removed TBE_STYLES[mainColors]
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62291-RTEDeprecatedJavaScriptMethodsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62291-RTEDeprecatedJavaScriptMethodsRemoved.rst
index 76ead04034058f24931cf229c422ead4c89b2c69..bb139ace18b4b87163053770a3e4d2e760884387 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62291-RTEDeprecatedJavaScriptMethodsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62291-RTEDeprecatedJavaScriptMethodsRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #62291 - RTE Deprecated JavaScript methods removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62339-MoveExtPermIntoExtBeuser.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62339-MoveExtPermIntoExtBeuser.rst
index fed5140aa95762ef7e78735c3ed50edbb56acd83..a06287201f05eed8d1a8b9ae6abfaa8695c5b4e0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62339-MoveExtPermIntoExtBeuser.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62339-MoveExtPermIntoExtBeuser.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #62339 - Move EXT:perm into EXT:beuser and remove EXT:perm
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62416-DeprecatedCodeRemovalInCoreSysext.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62416-DeprecatedCodeRemovalInCoreSysext.rst
index 3a74d98c7772ff1f7974c8948625fcd9f8ce4fac..75d8535b13c3362aeb96624412571c8964bd5124 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62416-DeprecatedCodeRemovalInCoreSysext.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62416-DeprecatedCodeRemovalInCoreSysext.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #62416 - Removal of deprecated code in sysext core
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62595-RemovedChangeToSwitchModeFromBeUser.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62595-RemovedChangeToSwitchModeFromBeUser.rst
index e31976d4b1c75f96c0b951abe47c0c9ad25713cb..d2c185bcebc1b2e5c8f768475f333129f75a12fd 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62595-RemovedChangeToSwitchModeFromBeUser.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62595-RemovedChangeToSwitchModeFromBeUser.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Breaking: #62595 - Remove SU change-to mode
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62670-DeprecatedCodeRemovalInMultipleSysexts.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62670-DeprecatedCodeRemovalInMultipleSysexts.rst
index 2d7bd15f0d598dacb98676f1a9434803b7b32be0..1e15d7058bb92b27fb29fb5709500bebb1163fd1 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62670-DeprecatedCodeRemovalInMultipleSysexts.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62670-DeprecatedCodeRemovalInMultipleSysexts.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #62670 - Removal of deprecated code in multiple sysexts
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62673-ExtbaseDeprecatedCodeRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62673-ExtbaseDeprecatedCodeRemoved.rst
index 3cccaf11929acb11eab6e1e5c8873ad399e81b54..f4dca52b4fd54425b4f1c3595ff4809ea50b04bf 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62673-ExtbaseDeprecatedCodeRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62673-ExtbaseDeprecatedCodeRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Breaking: #62673 - Deprecated extbase code is removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62731-RTEWizardClassesRenamed.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62731-RTEWizardClassesRenamed.rst
index b344f1823ad764dcf65afd28c1e1e9a432c8d08c..30de6611fd4e0da6647c44e4cdd47ad2d2858634 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62731-RTEWizardClassesRenamed.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62731-RTEWizardClassesRenamed.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Breaking: #62291 - RTE wizard classes renamed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62733-RTEJavaScriptFilesMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62733-RTEJavaScriptFilesMoved.rst
index a03783e2519d8a2bad94f85af5dfb89bfef516b0..7535d575a62129f616ab8b76a7d34d835eb6595d 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62733-RTEJavaScriptFilesMoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62733-RTEJavaScriptFilesMoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Breaking: #62733 - RTE Javascript Files Moved
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62793-RemoveConfigNotification.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62793-RemoveConfigNotification.rst
index 826df564470dac0c99faca8b2ecbe842318d40f4..afe9fa3ffe55bb2ac407083154b065e853d7e5a1 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62793-RemoveConfigNotification.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62793-RemoveConfigNotification.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #62793 - TypoScript config.notification_* removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62804-RTEJavaScriptMethodMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62804-RTEJavaScriptMethodMoved.rst
index d551a2f789c49b78c542eaf928812e005593a41c..89363e061560f476b0f3d4670b27e47e9e673858 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62804-RTEJavaScriptMethodMoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62804-RTEJavaScriptMethodMoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================================
 Breaking: #62804 - RTE JavaScript method HTMLArea.Editor::getNodeByPosition was moved
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62819-LocalizationWithPHPFiles.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62819-LocalizationWithPHPFiles.rst
index 14e2ce5e0d48d83ba158eb41b3858f448da0340b..d21ccc8df9619826b8be4b5d97cfae002ed42846 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62819-LocalizationWithPHPFiles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62819-LocalizationWithPHPFiles.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Breaking: #62819 - Remove php Localization Support
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62833-Dividers2Tabs.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62833-Dividers2Tabs.rst
index 81661b866cb385895eea9549c70fd6136fdb2ab5..fbae1de273bee99923926b85b78e727ee24544e6 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62833-Dividers2Tabs.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62833-Dividers2Tabs.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #62833 - Removed dividers2tabs functionality
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62859-RemovalDocumentationLinkActionViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62859-RemovalDocumentationLinkActionViewHelper.rst
index cb14ef3a7d7327e9422c1184afae5cb69ed08159..8a2419907250b356be61c70691f8f650ebe30d4d 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62859-RemovalDocumentationLinkActionViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62859-RemovalDocumentationLinkActionViewHelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #62859 - Removal of doc:link.action view helper
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62888-RemoveUniqueLinkVars.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62888-RemoveUniqueLinkVars.rst
index 20cd097af037356dbbe03e4f0f022f56c5ea1832..c421ac2d68450fcb9e9aa432c215f690a9e6a072 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62888-RemoveUniqueLinkVars.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62888-RemoveUniqueLinkVars.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Breaking: #62888 - Remove config.uniqueLinkVars
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62914-EarlyCheckPHP55InInstallTool.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62914-EarlyCheckPHP55InInstallTool.rst
index ce98986a3be2dba063806f21a71afb37dc9a53a1..116af7b65a071b1d72d0d6cf94ad61d959407f45 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62914-EarlyCheckPHP55InInstallTool.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62914-EarlyCheckPHP55InInstallTool.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #62914 - Early check for PHP 5.5 in Install Tool
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62987-RemoveCSHGlossary.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62987-RemoveCSHGlossary.rst
index 1ad2ad02775a5e65e012f44c3c83109ec595091f..cdeec751e666ec45fdaccc4117c6c82f08f131ab 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62987-RemoveCSHGlossary.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-62987-RemoveCSHGlossary.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================
 Breaking: #62987 - Remove CSH Glossary
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63056-TemplateSelectionHack.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63056-TemplateSelectionHack.rst
index e02ad026e9071fb62f45d86499edceaaf5781da4..cf825d448a7a11fa2309c900449c227759893bd6 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63056-TemplateSelectionHack.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63056-TemplateSelectionHack.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Breaking: #63056 - Remove Template Selection Hack
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63069-RemovedCompatibilityLayerForSubmodulesOfModules.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63069-RemovedCompatibilityLayerForSubmodulesOfModules.rst
index c9629f4862da9dc5a16575e7b1b22e6583724bbb..fabfcac0aae489244de5bff52ba13c335b7f24ba 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63069-RemovedCompatibilityLayerForSubmodulesOfModules.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63069-RemovedCompatibilityLayerForSubmodulesOfModules.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================================
 Breaking: #63069 - Removed compatibility layer for submodules of func and info modules
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63110-AltDocNoDoc-Removed.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63110-AltDocNoDoc-Removed.rst
index e4711c26f9d6cee5baabab330713d3ad86e7da27..df1f9a8a02fac7a772ab384d93b0f5b9003ff858 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63110-AltDocNoDoc-Removed.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-63110-AltDocNoDoc-Removed.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Breaking: #63110 - alt_doc_nodoc.php removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-75942-BigDocumentTemplateClassRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-75942-BigDocumentTemplateClassRemoved.rst
index e9bdc6e2e0dda1e392a7416adaeb7fc370b55653..2b1371bc27f4bda043d3f852cd3482e502cbfaf9 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-75942-BigDocumentTemplateClassRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Breaking-75942-BigDocumentTemplateClassRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Breaking: #75942 - BigDocumentTemplate class removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-60574-ClientRelatedConditions.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-60574-ClientRelatedConditions.rst
index fa63dec61d1a60966fa4b3072dc15e63c7e360da..b9d64ca6602f1a48f214e9ef6700203e135b7df2 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-60574-ClientRelatedConditions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-60574-ClientRelatedConditions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Deprecation: #60574 - Client Related Conditions
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-61513-Remove-HSC-Function-In-Backend-TypoScript-Module.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-61513-Remove-HSC-Function-In-Backend-TypoScript-Module.rst
index 0560eb14d1af373a72b7831223ddf951b417be1a..e1f395063c792a125f8784291920ce070fe2d3ea 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-61513-Remove-HSC-Function-In-Backend-TypoScript-Module.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-61513-Remove-HSC-Function-In-Backend-TypoScript-Module.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Deprecation: #61513 - Use native htmlspecialchars in ExtendedTemplateService
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62363-TSFE-JSfuncCalls.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62363-TSFE-JSfuncCalls.rst
index 94152bfdce0fa133c9f22600f62ff996d708ac65..9c87ae6df16b077ce3218d8749bbb00cbe13dabb 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62363-TSFE-JSfuncCalls.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62363-TSFE-JSfuncCalls.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Deprecation: #62363 - TSFE->JSeventFuncCalls disabled
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62794-DeprecateOldMailMethodsInGeneralUtility.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62794-DeprecateOldMailMethodsInGeneralUtility.rst
index e660e841ff52b932c313a949cea8051d511a20a1..06918b57c1881bbc0e171b93989098058ac03c00 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62794-DeprecateOldMailMethodsInGeneralUtility.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62794-DeprecateOldMailMethodsInGeneralUtility.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Deprecation: #62794 - Mail methods in GeneralUtility
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62795-DocumentTemplateJavaScript.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62795-DocumentTemplateJavaScript.rst
index 82da1b6245b2f19e1d310fc7b02716886068e904..665b0ee4d9b6e883359504f08bbbbaa427aa99d1 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62795-DocumentTemplateJavaScript.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62795-DocumentTemplateJavaScript.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Deprecation: #62795 - DocumentTemplate->endPageJS()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62800-WorkspaceToolbarItem.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62800-WorkspaceToolbarItem.rst
index 6a980f213c314c7a9cdc7ec6f2d81a2eac687103..a433c735b537f34636fdca7e5df9182aa1e23cf7 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62800-WorkspaceToolbarItem.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62800-WorkspaceToolbarItem.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #62800 - Workspaces ToolbarItem via ExtDirect
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62854-Deprecate-pi_list_searchBox.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62854-Deprecate-pi_list_searchBox.rst
index fa4760216e698ed4954cfb73d1cae0e0c53bdc5a..12a2bd1e5da5b0f0e56b4cbe474e494ad40f7339 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62854-Deprecate-pi_list_searchBox.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62854-Deprecate-pi_list_searchBox.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #62854 - Abstractplugin->pi_list_searchBox()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62864-HelpTextIcon.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62864-HelpTextIcon.rst
index 1ebb6cc36e14a863b26705292617d058e069ed1e..63fc1eb01d6c18beae13dc751ac03c76d9c19460 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62864-HelpTextIcon.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62864-HelpTextIcon.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #62864 - BackendUtility->helpTextIcon deprecated
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62893-FlashmessageJavaScriptObjectMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62893-FlashmessageJavaScriptObjectMoved.rst
index e0a3a36ae944339168f586b7f0270b41a6f9fda4..2643c3b23afeea7fafa7dd57a761798391574b95 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62893-FlashmessageJavaScriptObjectMoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62893-FlashmessageJavaScriptObjectMoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Deprecation: #62893 - Flashmessage JavaScript object TYPO3.Flashmessages was moved
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62988-DocumentTemplateFunctions.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62988-DocumentTemplateFunctions.rst
index b63c91ed1e0695ec68d8fe6e836e6e5d84620ffe..7b986c591c8f50890d3ee06082b63ff0c95bfb5e 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62988-DocumentTemplateFunctions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Deprecation-62988-DocumentTemplateFunctions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Deprecation: #62988 - Deprecate unused/non-unified DocumentTemplate code
@@ -44,4 +44,4 @@ Migration
 * Use HTML bootstrap classes, localStorage etc. instead of :code:`collapseableSection()`
 
 
-.. index:: PHP-API, Backend
\ No newline at end of file
+.. index:: PHP-API, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-47919-CatchContentRenderingExceptions.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-47919-CatchContentRenderingExceptions.rst
index b8bcb8b23857937d0ad38161eb636f52a0c90405..bf9a28861a33bab5f37868819e13a5774f194f3d 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-47919-CatchContentRenderingExceptions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-47919-CatchContentRenderingExceptions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================================================
 Feature: #47919 - Possibility to configure an exception handler when rendering TypoScript content objects
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-50039-MultipleCssFilesInRte.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-50039-MultipleCssFilesInRte.rst
index abc70a9af1ece37dd9ec4e401320f706b209312c..8ba893407ee6e8647fe2e23cdd2cd17a2157ae92 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-50039-MultipleCssFilesInRte.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-50039-MultipleCssFilesInRte.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #50039 - Multiple CSS Files in Rich Text Editor
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-51905-AddDependenciesBetweenClassesInRte.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-51905-AddDependenciesBetweenClassesInRte.rst
index cc4facaccd7ccd18fe84afa485b7fc4fc3ce8b2b..cca65056ca21b18b44f75cdc224c62d922264b5b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-51905-AddDependenciesBetweenClassesInRte.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-51905-AddDependenciesBetweenClassesInRte.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Feature: #51905 - Add dependencies between classes in the Rich Text Editor
@@ -31,4 +31,4 @@ Impact
 There is no impact on previous configurations.
 
 
-.. index:: TSConfig, RTE, Backend
\ No newline at end of file
+.. index:: TSConfig, RTE, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-54518-ProvideTsconfigToLinkCheckers.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-54518-ProvideTsconfigToLinkCheckers.rst
index 828c3aff74e8bf49d8dce284a339da72fd7f634b..458aa4fdfd5ac136d8ae580ce3a3faa3716b41c4 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-54518-ProvideTsconfigToLinkCheckers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-54518-ProvideTsconfigToLinkCheckers.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #54518 - Provide TSconfig to link checkers
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-54519-CheckDisabledLinkhandlerRecords.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-54519-CheckDisabledLinkhandlerRecords.rst
index d4f585665802c8375ba3f5049a24182c3ff83bf3..9c4168933631d24079fbfbd5a80952727aa07098 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-54519-CheckDisabledLinkhandlerRecords.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-54519-CheckDisabledLinkhandlerRecords.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #54519 - Report links to disabled linkhandler records
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-58122-ConfigureClassAsNonSelectableInRte.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-58122-ConfigureClassAsNonSelectableInRte.rst
index 7be357b7a45e30931092df20e304169b21dbaa43..b67adb31ab1680453d0bf45918af868ff51d84fd 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-58122-ConfigureClassAsNonSelectableInRte.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-58122-ConfigureClassAsNonSelectableInRte.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #58122 - Configure class as non-selectable in Rich Text Editor
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-59396-TypolinkViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-59396-TypolinkViewHelper.rst
index 641cc62d34af03b617eb560cf0be6170c8781784..91ff4dbdf629dd660a3860ad7d427fc3659b045f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-59396-TypolinkViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-59396-TypolinkViewHelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================
 Feature: #59396 - TypolinkViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-59830-IntroduceReadOnlyColumnForFileMounts.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-59830-IntroduceReadOnlyColumnForFileMounts.rst
index 5349339ac6f38c7868b62c67d7f5746f9e241c88..3e6f45e067e095590ff331feff1cd2c9369bfbce 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-59830-IntroduceReadOnlyColumnForFileMounts.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-59830-IntroduceReadOnlyColumnForFileMounts.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #59830 - Introduce read-only column for file mounts
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60064-LoggingFrameworkIntrospectionProcessor.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60064-LoggingFrameworkIntrospectionProcessor.rst
index 3138e777d00f6f32df5d1719d42ddf38026e0c70..d4764b3a405f7cace1f762fe8866492cd079dab3 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60064-LoggingFrameworkIntrospectionProcessor.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60064-LoggingFrameworkIntrospectionProcessor.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #60064 - Logging Framework Introspection Processor
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60123-UnitTestCaseRemovesTestFiles.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60123-UnitTestCaseRemovesTestFiles.rst
index a31189dd8c77562a043df0d9e0567997403b9376..29f9d0391afe43a0b9bb55e3dfd7dd6cb3c715ce 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60123-UnitTestCaseRemovesTestFiles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60123-UnitTestCaseRemovesTestFiles.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #60123 - Unit base test case removes test files
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60567-ShowStylesSegmentInTypoScriptObjectBrowser.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60567-ShowStylesSegmentInTypoScriptObjectBrowser.rst
index 27b489eee06ba2683286aa92df53a2dff248f356..f650639ac34166581827ec47594ad4c274de3d31 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60567-ShowStylesSegmentInTypoScriptObjectBrowser.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60567-ShowStylesSegmentInTypoScriptObjectBrowser.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #60567 - Show Styles Segment in TS Object Browser
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60822-AddMethodsToGetClassTagValuesViaReflection.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60822-AddMethodsToGetClassTagValuesViaReflection.rst
index 8a1e940377878933d3233959233e030db19d2a79..c26d11e8db10202ceb70cc1afec216d5dacb4d1a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60822-AddMethodsToGetClassTagValuesViaReflection.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-60822-AddMethodsToGetClassTagValuesViaReflection.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Feature: #60822 - Class annotations in extbase reflection service
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61185-AllowSvgAsExtensionIcon.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61185-AllowSvgAsExtensionIcon.rst
index 9b97a4bc1a0a4788f6af17e48b3b1ef78231e9a6..74abb9167c79e7ae3f615f2c8e63740b71f4759c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61185-AllowSvgAsExtensionIcon.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61185-AllowSvgAsExtensionIcon.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #66185 - Allow Svg Files as Extension icon
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61289-SignalForIconUtilityHtmlTagManipulation.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61289-SignalForIconUtilityHtmlTagManipulation.rst
index 0c9b7973bb2ea930617672f0fc2effcab5689291..bea4436543c9a69e2537d7848ec25c4a2e32c8f0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61289-SignalForIconUtilityHtmlTagManipulation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61289-SignalForIconUtilityHtmlTagManipulation.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #61289 - Signal for IconUtility html tag manipulation
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61351-AddDataAttributeToFluidViewHelpers.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61351-AddDataAttributeToFluidViewHelpers.rst
index b7e074e949fa8d4c9e9d4cb1fe36c6148ca346a3..fc226f8942e7390c80575bbb378faa0db550dff2 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61351-AddDataAttributeToFluidViewHelpers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61351-AddDataAttributeToFluidViewHelpers.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #61351 - Add data attribute to Fluid ViewHelpers
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61361-FallbackTemplatePathsForFluidStandaloneView.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61361-FallbackTemplatePathsForFluidStandaloneView.rst
index df20c51e94af5cbf30132b81176c15b97b84d0b1..e6c05b74e17a8a52795dfa6f877f18cc4acaf57c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61361-FallbackTemplatePathsForFluidStandaloneView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61361-FallbackTemplatePathsForFluidStandaloneView.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Feature: #61361 - Template Path Fallback for Fluid StandaloneView and FLUIDTEMPLATE
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61489-AbstractTypoScriptCondition.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61489-AbstractTypoScriptCondition.rst
index 6d86c16f9e258d585faaa01677868a38e6194622..b446da084d87b655920492ff6a67dded4ca4bef5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61489-AbstractTypoScriptCondition.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61489-AbstractTypoScriptCondition.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #61489 - Allow own TypoScript Condition implementations
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61529-AddMultipleParameterToCheckboxViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61529-AddMultipleParameterToCheckboxViewHelper.rst
index 25154bbace66f2569cc723c52432b60771e05073..cf41fcf2b65f1446ef5661eb839f17ee5b0bf416 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61529-AddMultipleParameterToCheckboxViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61529-AddMultipleParameterToCheckboxViewHelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #61529 - Add multiple parameter to f:form.checkbox
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61577-BackendMarkupForCheckboxesWithLabel.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61577-BackendMarkupForCheckboxesWithLabel.rst
index cc221843cf07faff8b4b12f7a35625a89ce99cfa..aa0b01556d212f559bd083aa12c6f01a1b3567d1 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61577-BackendMarkupForCheckboxesWithLabel.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61577-BackendMarkupForCheckboxesWithLabel.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #61577 - Backend markup for checkboxes with labels
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61668-VideoAndAudioPlayerInBackendRecordInformationWindow.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61668-VideoAndAudioPlayerInBackendRecordInformationWindow.rst
index 26d457fb67478dbc9b4e5132c4de462014e30d5b..94ca6ffdb37ed0d520a070f5569e7940a58e0cf8 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61668-VideoAndAudioPlayerInBackendRecordInformationWindow.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61668-VideoAndAudioPlayerInBackendRecordInformationWindow.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Feature: #61668 - Video and audio playback in backend record information
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61800-FAL-RendererRegistry.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61800-FAL-RendererRegistry.rst
index 022eaeba0c87fc94a36c70409f5e851cef1907c4..fd4c33bff316f4faa3d6ae4fc94c7b295b20485c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61800-FAL-RendererRegistry.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-61800-FAL-RendererRegistry.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #61800 - Registry for adding file rendering classes
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-62147-NewEmailEvalInTCA.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-62147-NewEmailEvalInTCA.rst
index 3909e9a8518bb9de8e3636aff3ad455a4d49723e..dc6ae755f0fa2af2ab5c821ff6cfb14a72546953 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-62147-NewEmailEvalInTCA.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-62147-NewEmailEvalInTCA.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Feature: #62147 - New eval option in TCA: email
diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Index.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Index.rst
index 148b43d5b211394fd504ee33b5c218c4ee8abed3..ae76909c3b0ef0590fd0cc557024444555c838fb 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.0/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.0/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 7.0 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-24900-CompatVersion-Setting-Removed.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-24900-CompatVersion-Setting-Removed.rst
index eccdcb989fc43e21763e141b703a757458cbf8d4..60b2cfaebb2d52154288dadda55bddf33833d865 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-24900-CompatVersion-Setting-Removed.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-24900-CompatVersion-Setting-Removed.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Breaking: #24900 - Remove $TYPO3_CONF_VARS[SYS][compat_version] option
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-44879-CSSStyledContentTypoScriptBlockQuoteInlineStylesRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-44879-CSSStyledContentTypoScriptBlockQuoteInlineStylesRemoved.rst
index 261170474a6b10243018de5b54ad4430e761200d..3691552424b7d9b32538e4e1d2a878de89234d74 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-44879-CSSStyledContentTypoScriptBlockQuoteInlineStylesRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-44879-CSSStyledContentTypoScriptBlockQuoteInlineStylesRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Breaking: #44879 - TypoScript inline styles from blockquote tag removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-57089-ShortcutBehaviour.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-57089-ShortcutBehaviour.rst
index fde8e81a63859c3fa67f25d76504688bbc259301..60b8275b490a3200dde3cd6d694cc9825f46a2a9 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-57089-ShortcutBehaviour.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-57089-ShortcutBehaviour.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================================
 Breaking: #57089 - Behaviour of page shortcut to "Parent of selected or current page"
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-61510-IndexedSearch.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-61510-IndexedSearch.rst
index 94a5f9583d580007f8c2cc3c9aa6539d0f8695ec..5b27acf68703037b7b3941ced5cfcded337a0558 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-61510-IndexedSearch.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-61510-IndexedSearch.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Breaking: #61510 - Improvement of indexed_search
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62415-DisableAutoCreateRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62415-DisableAutoCreateRemoved.rst
index 40f03587e303cc1ee0a86e0945565f0f3d8cb8ce..f8fb8b6b17be46086daad41f44859e4182f1ea1c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62415-DisableAutoCreateRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62415-DisableAutoCreateRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Breaking: #62415 - Remove deprecated disable_autocreate field in workspaces
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62886-RemoveMeaningfulTempFilePrefix.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62886-RemoveMeaningfulTempFilePrefix.rst
index fb443a15b1b78d01d44ed6914e0e0cb6d1266826..30299cb13169d312310518f7d63b1a8f4b22599b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62886-RemoveMeaningfulTempFilePrefix.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62886-RemoveMeaningfulTempFilePrefix.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #62886 - Removed setting config.meaningfulTempFilePrefix
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62925-RemoveExtJsDateTimePicker.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62925-RemoveExtJsDateTimePicker.rst
index 2b13c8c4f90c36f19e57599671ea352e502a5c0f..5bef10099d4d5b2033979788ff8480f4b046e7c3 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62925-RemoveExtJsDateTimePicker.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-62925-RemoveExtJsDateTimePicker.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #62925 - ExtJS Ext.ux.DateTimePicker removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63296-Removed-Files.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63296-Removed-Files.rst
index b1161951b1169ff6117a3117fe4ca6d67e120c05..7d51c06d0687d626eb461b04ba63ff2e14feaf98 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63296-Removed-Files.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63296-Removed-Files.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Breaking: #63296 - Deprecated typo3/ files removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63310-Wizard-Modules-Moved.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63310-Wizard-Modules-Moved.rst
index d2e6867a1e48cb72702b18d4c462430628dd042f..bc3ab5ddebca0df23b5cba5eb9f9a2866ea49690 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63310-Wizard-Modules-Moved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63310-Wizard-Modules-Moved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Breaking: #63310 - Web=>Functions=>Wizards moved
@@ -31,4 +31,4 @@ Migration
 The respective options "web_func.menu.wiz" have been moved to "web_func.menu.functions".
 
 
-.. index:: TSConfig, Backend, ext:wizard_crpages, ext:wizard_sortpages
\ No newline at end of file
+.. index:: TSConfig, Backend, ext:wizard_crpages, ext:wizard_sortpages
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63431-BackendToolbarRefactored.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63431-BackendToolbarRefactored.rst
index a680e4a77a7a6e789430446d354ab57b3ae93341..1edef8fa350679ff58f25517f16d4881deaa4004 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63431-BackendToolbarRefactored.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63431-BackendToolbarRefactored.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Breaking: #63431 - Backend toolbar refactored
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63437-ClassAliasesMovedToLegacyExtension.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63437-ClassAliasesMovedToLegacyExtension.rst
index 5b65c831289ed4f216ea9ad1d6a24bd55892ece6..6e02ad4e8388f5fc6b3623c3a49c43849a977552 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63437-ClassAliasesMovedToLegacyExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63437-ClassAliasesMovedToLegacyExtension.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #63437 - Class aliases moved to legacy extension
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63464-IncludeOnceArraysRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63464-IncludeOnceArraysRemoved.rst
index 46bec1f8d10e34d303635b510bbdaded498547f5..379e43d2c071960cf9168f0a3664a3a649dc2c17 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63464-IncludeOnceArraysRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63464-IncludeOnceArraysRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Breaking: #63464 - Remove include_once inclusions inside ModuleFunctions
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63687-WebFunctionsWizards-Moved.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63687-WebFunctionsWizards-Moved.rst
index fb037547dab1953ede62e3d35d26209a42bf6c82..0bc9049ee4355a54f7d4453ec522995d72e232eb 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63687-WebFunctionsWizards-Moved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63687-WebFunctionsWizards-Moved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #63687 - Web=>Functions=>Wizards moved to legacy extension
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63780-RemoveWordStringsFromReferenceIndex.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63780-RemoveWordStringsFromReferenceIndex.rst
index b315df03b00cb52ac71f279aae1d7dbaff4017ce..4dafb5342cafa097c100bd43a447d79b76769e1f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63780-RemoveWordStringsFromReferenceIndex.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63780-RemoveWordStringsFromReferenceIndex.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================================
 Breaking: #63780 - Remove public properties words and word_strings from ReferenceIndex
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63818-RemovedStaticFileEdit.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63818-RemovedStaticFileEdit.rst
index b6d2d68eec8c279c488b725f371a889ae59867b7..5fe538ccdf3612a26144da4937bb169ac8b95b84 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63818-RemovedStaticFileEdit.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-63818-RemovedStaticFileEdit.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #63818 - Removed Static file edit functionality
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64059-Rewritten-JavaScript-Tree-Components.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64059-Rewritten-JavaScript-Tree-Components.rst
index 6a1f9dc7cd106bc514c77e74613335e49abab3a3..346e8dd3b2f80a26d6c63f229793f1ba15d076fd 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64059-Rewritten-JavaScript-Tree-Components.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64059-Rewritten-JavaScript-Tree-Components.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #64059 - Rewritten Javascript Tree Components
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64070-GlobalWebmountsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64070-GlobalWebmountsRemoved.rst
index 5fe85429d426b52a4a9262492c463e1e73e87506..db7a8c6185e62065c89a07eb6066ef83e50ef4e5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64070-GlobalWebmountsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64070-GlobalWebmountsRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Breaking: #64070 - Removed global variable WEBMOUNTS
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64102-MoveT3TableAndT3ButtonToBootstrap.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64102-MoveT3TableAndT3ButtonToBootstrap.rst
index ba9965d7c4e462fb21d1d2170867f836fd86fdce..dfc1fca3eefb911f003c79f487c71a6d2abd35f1 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64102-MoveT3TableAndT3ButtonToBootstrap.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64102-MoveT3TableAndT3ButtonToBootstrap.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #64102 - Move t3-table and t3-button to bootstrap
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64131-ResizableTextareasOptionDropped.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64131-ResizableTextareasOptionDropped.rst
index a3760f8dac326b9f3004181f1ae2f82c377c18a6..e587ac8b79aed07b3ba0dca3580be4ca8823d945 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64131-ResizableTextareasOptionDropped.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64131-ResizableTextareasOptionDropped.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Breaking: #64131 - Resizable Textarea option removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64143-FlagFilesMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64143-FlagFilesMoved.rst
index 109a3aa9b8a8643ef7f6c2ef0d5a42edc17f40ca..31b9b51dad0ece07baf4539f590681d278e89356 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64143-FlagFilesMoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64143-FlagFilesMoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #64143 - Language / Country Flag files moved
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64190-FormEngineCheckboxElement.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64190-FormEngineCheckboxElement.rst
index 096c744995063caebe99b39e4ecfa83c9b49897c..54d05d39ff0d2a32c8b8fce4fdc9553507ff7535 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64190-FormEngineCheckboxElement.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64190-FormEngineCheckboxElement.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Breaking: #64190 - FormEngine Checkbox Element limitation of cols setting
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64226-OptionAccessListRenderModeRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64226-OptionAccessListRenderModeRemoved.rst
index a1cd9bafc895a10725c2b6bb24625a93e00de795..c2cfdccc6f1f1f83b35277a4fdd36abc91111663 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64226-OptionAccessListRenderModeRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64226-OptionAccessListRenderModeRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Breaking: #64226 - Option $TYPO3_CONF_VARS[BE][accessListRenderMode] removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64229-TrimSubmittedLoginFormData.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64229-TrimSubmittedLoginFormData.rst
index 7184c6e81dbe8988e72ca1eb2bd067b0c28e8205..5e0a55c1f9bbf8f5192de6c7aecb70c133f6f675 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64229-TrimSubmittedLoginFormData.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64229-TrimSubmittedLoginFormData.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #64229 - Trim submitted login-form-data before usage
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64637-CSSStyledContentLegacyTypoScriptRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64637-CSSStyledContentLegacyTypoScriptRemoved.rst
index 67bcbda7861cd4f0eb0a5d7fd3214219a084e769..19cc3751cc36b0084e24e634cbdff68601fbdfa0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64637-CSSStyledContentLegacyTypoScriptRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64637-CSSStyledContentLegacyTypoScriptRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Breaking: #64637 - Compatibility CSS Styled Content TypoScript templates removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64639-RemovedContentObjects.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64639-RemovedContentObjects.rst
index 0a2edb4b0ed6e6be3f9582c3cd74c220dc19147e..e94efd60816861e0b939a804327324c0c9921be5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64639-RemovedContentObjects.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64639-RemovedContentObjects.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #63687 - Outdated ContentObjects moved to legacy extension
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64643-RemoveEnableTypo3tempDbTracking.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64643-RemoveEnableTypo3tempDbTracking.rst
index ae43f99525e4aeb16dd4cd87f08ecaee6e1ca37e..89e2f83eb3dd516e867ef3ee48b50987ef173e1b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64643-RemoveEnableTypo3tempDbTracking.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64643-RemoveEnableTypo3tempDbTracking.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Breaking: #64643 - Remove functionality for enable_typo3temp_db_tracking
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64668-MailformMovedToLegacyExtension.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64668-MailformMovedToLegacyExtension.rst
index 69219561174afb18bb9ef668fbef8c30d308fa34..73322fa7ad70bf0b95612c69075c2462e0699752 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64668-MailformMovedToLegacyExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64668-MailformMovedToLegacyExtension.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #64668 - Content Element mailform moved to legacy extension
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64671-ContentObjectImgTextMovedToLegacyExtension.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64671-ContentObjectImgTextMovedToLegacyExtension.rst
index f0c830064a6dbab65bccd1f93bc2ff6476a1d2d1..84fba6d767f1e19d1b68476f4fbbccd84e73f351 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64671-ContentObjectImgTextMovedToLegacyExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64671-ContentObjectImgTextMovedToLegacyExtension.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Breaking: #64671 - Outdated ContentObject IMGTEXT moved to legacy extension
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64696-MoveSearchCTypeToLegacyExtension.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64696-MoveSearchCTypeToLegacyExtension.rst
index 8e51087323298a1ecc4efaa4efb66417483e7ee1..ecccaaf5c6f6d25b9176284b21c15fc21109ccf4 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64696-MoveSearchCTypeToLegacyExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Breaking-64696-MoveSearchCTypeToLegacyExtension.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #64696 - Content Element "search" moved to legacy extension
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-24387-Xhtml2.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-24387-Xhtml2.rst
index c82e91c55ce73adba32536d9abd89ce834840384..10483c8b1729c76be94c6bbb9e15b99bd02f1e40 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-24387-Xhtml2.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-24387-Xhtml2.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Deprecation: #24387 - TypoScript option config.xhtmlDoctype=xhtml_2
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-25112-andWhere.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-25112-andWhere.rst
index 4dba54134923562b4fe73b1b35ffdbfb24ba516f..3feab83361fd86baec4b73bbafaabcfd5d34ca58 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-25112-andWhere.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-25112-andWhere.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Deprecation: #25112 - Deprecate TypoScript property "andWhere"
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-46523-BackendUtilityImplodeTSParams.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-46523-BackendUtilityImplodeTSParams.rst
index d6f90d134d15ec4158adbe02231cdb1a6f620065..4d04a5b7287c608a3ad4f3e94a68dd53ee7433aa 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-46523-BackendUtilityImplodeTSParams.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-46523-BackendUtilityImplodeTSParams.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #46523 - BackendUtility::implodeTSParams()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-46770-LocalImageProcessorGraphicalFunctions.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-46770-LocalImageProcessorGraphicalFunctions.rst
index 0a45c45cd1789e9ecc7078e6a8afdd1c4733869b..c21cf2bcf1b925bf0bdfcf55e6871b251cb05116 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-46770-LocalImageProcessorGraphicalFunctions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-46770-LocalImageProcessorGraphicalFunctions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Deprecation: #46770 - Deprecate LocalImageProcessor::getTemporaryImageWithText
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-49247-textStyleTableStyleAddParams.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-49247-textStyleTableStyleAddParams.rst
index ea66dda183c79541f659b824bc718d36a3c940a2..b80c613f60036c58b0fe71ddec753b9d61921b98 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-49247-textStyleTableStyleAddParams.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-49247-textStyleTableStyleAddParams.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Deprecation: #49247 - Deprecate TypoScript functions "textStyle" and "tableStyle"
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-60559-MakeLoginBoxImage.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-60559-MakeLoginBoxImage.rst
index 68f19010a886b267323a068c881b4883c8128021..cde7edd9fb8cc3dcd914178dc97f1063d77d6371 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-60559-MakeLoginBoxImage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-60559-MakeLoginBoxImage.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Deprecation: #60559 - makeLoginBoxImage()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-61605-ChangeNamingOfIncludeJSlibs.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-61605-ChangeNamingOfIncludeJSlibs.rst
index 517ffb3e2e1740448b907c1442b51ce72bdaa952..115be3b6b0e0d6eab28f0199b9aad0e2134351d0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-61605-ChangeNamingOfIncludeJSlibs.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-61605-ChangeNamingOfIncludeJSlibs.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Deprecation: #61605 - Change naming of TypoScript property page.includeJSlibs
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-62329-DocumentTemplate-table.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-62329-DocumentTemplate-table.rst
index d88243a9e8a55fab34e245eaab493d9acadaaad4..f6be55c98e57175769ef1584f1ed8bcf632db9fe 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-62329-DocumentTemplate-table.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-62329-DocumentTemplate-table.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Deprecation: #62329 - Deprecate DocumentTable::table()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-62855-XHTMLCleaningMovedToLegacyExtension.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-62855-XHTMLCleaningMovedToLegacyExtension.rst
index b3060a5357558b894d074c0fc3670d9a82feac1d..ce845f53402a834c839fd97aaa5fa678beccd1fa 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-62855-XHTMLCleaningMovedToLegacyExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-62855-XHTMLCleaningMovedToLegacyExtension.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Deprecation: #62855 - "XHTML cleaning" functionality moved to legacy extension
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-63324-DataHandler-IncludeFileFunctions.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-63324-DataHandler-IncludeFileFunctions.rst
index fd83ddf276a18cd861fc25f5b216245c7373f012..02cce278bbabd03afbb4e61955ed19df6c102193 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-63324-DataHandler-IncludeFileFunctions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-63324-DataHandler-IncludeFileFunctions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Deprecation: #62864 - DataHandler->include_filefunctions deprecated
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-63522-ClientRelatedConditionDevice.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-63522-ClientRelatedConditionDevice.rst
index 6e0591374d62d7660d5c080fc68e2d3645a53634..52d6cb760117bfc3664b2e6be7f765fa0bb70f26 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-63522-ClientRelatedConditionDevice.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-63522-ClientRelatedConditionDevice.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Deprecation: #63522 - Deprecate the "device" TypoScript condition
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64059-Pagetree-Navigation-Component.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64059-Pagetree-Navigation-Component.rst
index 3e5a35c795e1ded30360f92c26379d16b84b2eb1..d91b688a8300ebec3927b653a33484396690e86d 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64059-Pagetree-Navigation-Component.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64059-Pagetree-Navigation-Component.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #64059 - Non-ExtJS Page Tree Navigation Frame
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64109-Hook-softRefParserGL.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64109-Hook-softRefParserGL.rst
index 20631078a0d6c231ac63481fcbd9433c45dc8c23..10ebda90488b00ff8c0f2e629ebc4f7753615e26 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64109-Hook-softRefParserGL.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64109-Hook-softRefParserGL.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Deprecation: #64109 - Deprecate global hook softRefParser_GL
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64134-TypoScriptTemplateObjectBrowserModuleFunctionController-verify_TSobjects.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64134-TypoScriptTemplateObjectBrowserModuleFunctionController-verify_TSobjects.rst
index 5392b9cafe175efeed874c766391b7166cda81cf..2936acb371aa6505f5657473dd00b61eda15f901 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64134-TypoScriptTemplateObjectBrowserModuleFunctionController-verify_TSobjects.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64134-TypoScriptTemplateObjectBrowserModuleFunctionController-verify_TSobjects.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================================================
 Deprecation: #64134 - Deprecate TypoScriptTemplateObjectBrowserModuleFunctionController::verify_TSobjects()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64147-ConstantEditorFunctions.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64147-ConstantEditorFunctions.rst
index d7f3a5a66aff2c64ed1e0b78a96999e68dd2dc34..3507b8fb60f5d0a42a54c5c1365a2bbe5ded1b29 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64147-ConstantEditorFunctions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64147-ConstantEditorFunctions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Deprecation: #64147 - TemplateService->ext_getKeyImage
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64361-ComposerClassLoading.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64361-ComposerClassLoading.rst
index 4538df8cc42b185d169c4a024539305844835652..dd7d1a3af427c91ef7bcdc654c836b4d5ce0321a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64361-ComposerClassLoading.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64361-ComposerClassLoading.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Deprecation: #64361 - Composer Class Loading
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64388-ContentObjectMethods.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64388-ContentObjectMethods.rst
index 1d1d26f6c33f821e60cec688a18cca0314e3b2d0..35cbdeaeeb7515230edda961873d171c5e876f04 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64388-ContentObjectMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64388-ContentObjectMethods.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Deprecation: #64388 - Direct ContentObject methods within ContentObjectRenderer
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64711-UnusedCssStyledContentMethods.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64711-UnusedCssStyledContentMethods.rst
index 351f0ee87ea2283085e0a4870e55746806c38a9c..7709c607454988983582a3acd308a213336cd8b2 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64711-UnusedCssStyledContentMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64711-UnusedCssStyledContentMethods.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Deprecation: #64711 - Various methods within CSS Styled Content Controller
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64922-DeprecatedEntryPoints.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64922-DeprecatedEntryPoints.rst
index 13e0f39d28540c7d24dbf80b122dc4d2530e4d21..1b73282ba1532a4b442cf9722707fda7d3cc4992 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64922-DeprecatedEntryPoints.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Deprecation-64922-DeprecatedEntryPoints.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Deprecation: #64922 - Deprecated entry points
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-15619-LeaveUnchagedInAccessModule.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-15619-LeaveUnchagedInAccessModule.rst
index 84085a5ac9a1dfe872fb96fea38ecd232646746e..99e781e98b0ffd174483b91b9503904287a6664c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-15619-LeaveUnchagedInAccessModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-15619-LeaveUnchagedInAccessModule.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #15619 - Access module: Allow selector as "unchanged"
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-16794-MakeSectionLinkingForIndexedSearchResultsConfigurable.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-16794-MakeSectionLinkingForIndexedSearchResultsConfigurable.rst
index c84154303db98f7b7e02854372bc3dacb8878f2a..697928225b11a0afce159af67a2b50f42212977a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-16794-MakeSectionLinkingForIndexedSearchResultsConfigurable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-16794-MakeSectionLinkingForIndexedSearchResultsConfigurable.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #16794 - Linking of Indexed Search result sections
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-20767-getDataByNestedKey.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-20767-getDataByNestedKey.rst
index 158711724a27d4175416f3370f38ce98b2acdc63..de534530a0b680ffc3a7f950a23871d465fe1bb4 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-20767-getDataByNestedKey.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-20767-getDataByNestedKey.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #20767 - Allow nested array access on getData of field
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-22086-StdWrapForHeadTag.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-22086-StdWrapForHeadTag.rst
index d72c2e778675db2936ea272944dbc5183dfc3e45..d0f183ce712a3a5c354cc5f4adcda6cd93229cb5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-22086-StdWrapForHeadTag.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-22086-StdWrapForHeadTag.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Feature: #22086 - Add .stdWrap to page.headTag option
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-24906-MaxForTextElement.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-24906-MaxForTextElement.rst
index bba9fa1f1ac615aafddc8a2c9c17dc6693712c38..fa9465fc805f0d76846756518a23a990c98a9dbc 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-24906-MaxForTextElement.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-24906-MaxForTextElement.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #24906 - Configuration for maximum chars in TextElement
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-28382-AddAsyncPropertyToJavaScriptFiles.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-28382-AddAsyncPropertyToJavaScriptFiles.rst
index 2815639849bc514b1b39ea3030c61d4276649120..790b293c97c92d25f9a06b78b2a8623d856e9e22 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-28382-AddAsyncPropertyToJavaScriptFiles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-28382-AddAsyncPropertyToJavaScriptFiles.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #28382 - Add async property to JavaScript files
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-33491-StdWrapForTitleTag.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-33491-StdWrapForTitleTag.rst
index bded77810c82f4fd410358116d44d6c82848ff29..e92f4cd2aeefd7241ba621ef2c83f5cce3d92028 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-33491-StdWrapForTitleTag.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-33491-StdWrapForTitleTag.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #33491 - Add stdWrap functionality to <title> tag
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-34944-PaginateHandleNonQueryResultObjects.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-34944-PaginateHandleNonQueryResultObjects.rst
index 6d7a6274302e256f4e8a3b38becca2fb2202d9f4..47e0eb09f0b35d6d7924333cbab9336df5e991de 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-34944-PaginateHandleNonQueryResultObjects.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-34944-PaginateHandleNonQueryResultObjects.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #34944 - PaginateViewHelper handles non-query-result objects
@@ -26,4 +26,4 @@ The PaginateViewHelper accepts input collections of following types:
 	</f:widget.paginate>
 
 
-.. index:: Fluid
\ No newline at end of file
+.. index:: Fluid
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-35891-AddTCAItemsWithIconsViaPageTSConfig.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-35891-AddTCAItemsWithIconsViaPageTSConfig.rst
index ec25d8acefa5f240d8a7252d5c92bd974bd5af48..69021780ce015aed630775386e585ef0ed67b263 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-35891-AddTCAItemsWithIconsViaPageTSConfig.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-35891-AddTCAItemsWithIconsViaPageTSConfig.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #35891 - FormEngine: Possibility to add icons via PageTSconfig
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-46624-AdditionalWhereForMenu.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-46624-AdditionalWhereForMenu.rst
index 3cc8f2d0aab04216afe6d7690b67b466affbc694..f76db0c7ecf2bdb57433ed425439fa9017e19d8d 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-46624-AdditionalWhereForMenu.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-46624-AdditionalWhereForMenu.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #46624 - HMENU item selection via additionalWhere
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-47666-AttributeMulitpleForFormUploadViewhelper.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-47666-AttributeMulitpleForFormUploadViewhelper.rst
index ace0210e24f340df8a585098ffe87ec28d04d311..2fcab4b0d94330dbcf3424acc31db9ac7074c8c5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-47666-AttributeMulitpleForFormUploadViewhelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-47666-AttributeMulitpleForFormUploadViewhelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #47666 - Attribute \"multiple\" for f:form.upload Viewhelper
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-49060-MySqlCommentsShownInSchemaMigrator.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-49060-MySqlCommentsShownInSchemaMigrator.rst
index aa61f5edc0823f32c75d30f7cc548f09bfb17ae8..2994ca2e69f36c42a7e9fc7e696db562bf66aa0e 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-49060-MySqlCommentsShownInSchemaMigrator.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-49060-MySqlCommentsShownInSchemaMigrator.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #49060 - MySql Comments reflected in SchemaMigrator
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-50780-AppendElementBrowserMountPoints.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-50780-AppendElementBrowserMountPoints.rst
index 70a03c8478c04caecd74e3784f6a02cc290d89a3..4e326e06ce5c63963108bb8dee82b3a156fff821 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-50780-AppendElementBrowserMountPoints.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-50780-AppendElementBrowserMountPoints.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Feature: #50780 - Append element browser mount points
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-52131-HookForPageRepositoryInit.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-52131-HookForPageRepositoryInit.rst
index 9fbd4112731c497e4fd316e348694ecc8d78512d..2d2b6c56ca922da017965b03f542ad99f82f7185 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-52131-HookForPageRepositoryInit.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-52131-HookForPageRepositoryInit.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #52131 - Hook for end of PageRepository->init()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-56236-Multiple-HTTP-Headers-In-Frontend.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-56236-Multiple-HTTP-Headers-In-Frontend.rst
index a16fc33f0e0dbc2d24d6507f20852a477dd1aec8..66b476b9c7ccf1606c85f6ceeea5a89a8cd3197b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-56236-Multiple-HTTP-Headers-In-Frontend.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-56236-Multiple-HTTP-Headers-In-Frontend.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Feature: #56236 - Multiple HTTP headers of the same type in Frontend Output
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-56529-SupportHasInArrayObject.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-56529-SupportHasInArrayObject.rst
index dcf9fbf6f9d211354a80e20beb14ab775f5739d1..0a5801a0cf0e5badb579173dfd4131eb4ec3b758 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-56529-SupportHasInArrayObject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-56529-SupportHasInArrayObject.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #56529 - Support \"has*\" Functions in extbase ObjectAccess
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-57178-SpecialHmenuExcludeSpecialParameters.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-57178-SpecialHmenuExcludeSpecialParameters.rst
index a944c4a49d8a8974c2af215049c231b2c908fd97..13c75fabb94a6e143b6a438bebeff38d7a7c81a1 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-57178-SpecialHmenuExcludeSpecialParameters.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-57178-SpecialHmenuExcludeSpecialParameters.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Feature: #46624 - Additional HMENU browse menus
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58031-ConfigurableWidthOfElementBrowser.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58031-ConfigurableWidthOfElementBrowser.rst
index e77b05b837cdf2c113117b580c9aee031a7016b6..1bf9e42e8ac00297420d1e5231cee8846eee2386 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58031-ConfigurableWidthOfElementBrowser.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58031-ConfigurableWidthOfElementBrowser.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #50039 - Configurable width of the Element Browser
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58033-AltLabelsForFormEngineCheckboxAndRadioButtons.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58033-AltLabelsForFormEngineCheckboxAndRadioButtons.rst
index 6a1999e309dfecf56c15304f9f7864b1145f89ae..d19d89ace6e9e578937f81c7108abf55e56040a7 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58033-AltLabelsForFormEngineCheckboxAndRadioButtons.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58033-AltLabelsForFormEngineCheckboxAndRadioButtons.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Feature: #58033 - Enable label override of checkbox and radio buttons by TSconfig
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58366-AutomaticAbsRefPrefix.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58366-AutomaticAbsRefPrefix.rst
index b0f203fbff242eb1a60239787ff482a0de783355..5acb1e05f517da36a8cc44c81b618a48ceb75a2c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58366-AutomaticAbsRefPrefix.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58366-AutomaticAbsRefPrefix.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #58366 - Add "auto" Option for config.absRefPrefix
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58929-FooterHookInPageLayoutView.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58929-FooterHookInPageLayoutView.rst
index 1e8ae7f222a92b844eda191c09bfee4536f9be7e..3545f523ad03a73d18e4c294cd88630de188530a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58929-FooterHookInPageLayoutView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-58929-FooterHookInPageLayoutView.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #58929 - PageLayoutView: Add hook for tt_content_drawFooter
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-60019-SplFileInfo-MimeTypeGuesser-hook.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-60019-SplFileInfo-MimeTypeGuesser-hook.rst
index ff715f88e0e659a0d99fe743790b67913fc57f91..cb18cab441faed6383f84d61fd6da17d1ec7effa 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-60019-SplFileInfo-MimeTypeGuesser-hook.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-60019-SplFileInfo-MimeTypeGuesser-hook.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Feature: #60019 - New SplFileInfo implementation with new mimeTypeGuessers hook
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-61542-AddIsoLanguageKeys.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-61542-AddIsoLanguageKeys.rst
index 850356a1b2edb39850d43d077529c1a70ffb7ebf..e201705250c4c88535242d9358e3d2e1b83f4baa 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-61542-AddIsoLanguageKeys.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-61542-AddIsoLanguageKeys.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #61542 - Add two-letter ISO 639-1 keys to sys_language
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-61725-AddHookToBackendUtilityCountVersionsOfRecordsOnPage.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-61725-AddHookToBackendUtilityCountVersionsOfRecordsOnPage.rst
index 66440fc210780bc169ad26d52321e5209912c8d7..debce1095eb2ff3b9a3e7430d6f9b97338cf060e 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-61725-AddHookToBackendUtilityCountVersionsOfRecordsOnPage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-61725-AddHookToBackendUtilityCountVersionsOfRecordsOnPage.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Feature: #61725 - Hook for BackendUtility::countVersionsOfRecordsOnPage()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-62944-UserFuncAsDisplayCond.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-62944-UserFuncAsDisplayCond.rst
index cd63c9a1a74193f892e9ee1989414b73563ead87..2993d4ed91942504087b0647b731dc0b5cd43a4f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-62944-UserFuncAsDisplayCond.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-62944-UserFuncAsDisplayCond.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #62944 - UserFunc available as Display Condition
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-62960-SignalForMailerInitialization.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-62960-SignalForMailerInitialization.rst
index fb66bcd5fe8171350a1471ae780f132dcfffa743..f76456a39f796c519d4f80f5ef1e2dded061c063 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-62960-SignalForMailerInitialization.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-62960-SignalForMailerInitialization.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Feature: #62960 - Signal for mailer initialization
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63207-SplitActionButtonsIntoGroups.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63207-SplitActionButtonsIntoGroups.rst
index 840eddbc3343f22eb0a19fc4191edbb700d8fc89..13e6e09c75fe5099a5485c0001b811d1d6176890 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63207-SplitActionButtonsIntoGroups.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63207-SplitActionButtonsIntoGroups.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Feature: #63207 - Split buttons into two groups
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63600-CustomTypoScriptConditionsInBackend.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63600-CustomTypoScriptConditionsInBackend.rst
index d51f1aec33ad4d215edb1bf05b879c7150a39675..d6fa59f5c54eceaceb900c94ad6c4820ec7ac802 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63600-CustomTypoScriptConditionsInBackend.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63600-CustomTypoScriptConditionsInBackend.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #61489 - Allow own TypoScript Conditions in Backend as well
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63729-ApiForBootstrapModals.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63729-ApiForBootstrapModals.rst
index ba47373830304cfbc71fb3137025bc562c08b6a4..6693345e07991424f5000329033497cd8fad0d0c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63729-ApiForBootstrapModals.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63729-ApiForBootstrapModals.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Feature: #63729 - API for Twitter Bootstrap modals
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63913-AllowRequireJsModulesForContainerViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63913-AllowRequireJsModulesForContainerViewHelper.rst
index 011495549c2e46ec7a73bfc56d56d4a3b74abf3e..fdce1a18e690a3e807f1e6049d4ca372f6041fbe 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63913-AllowRequireJsModulesForContainerViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-63913-AllowRequireJsModulesForContainerViewHelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #63913 - Allow ContainerViewHelper to load RequireJS modules
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64031-JavaScript-Storage-API.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64031-JavaScript-Storage-API.rst
index 297c9f9ffd03ecfcd06e62b59276331a25433beb..2efb833fd5b7651f4c1565795b025af78e01d6e7 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64031-JavaScript-Storage-API.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64031-JavaScript-Storage-API.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================
 Feature: #64031 - JavaScript Storage API
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64190-FormEngineCheckboxElement.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64190-FormEngineCheckboxElement.rst
index 5a4c9f50ffe3476f699b09d760192cec9524570e..b25932aaff6a1ee0b73d924ac617cb3c6b150744 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64190-FormEngineCheckboxElement.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64190-FormEngineCheckboxElement.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #64190 - Inline rendering for FormEngine Checkbox Element
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64257-MultipleUidInPageRepositoryGetMenu.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64257-MultipleUidInPageRepositoryGetMenu.rst
index 1923e3a2c231fb2fc6cfc90cdbd66f349e9775fe..fee602885a678235aa42e4606c5648c96d282a1f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64257-MultipleUidInPageRepositoryGetMenu.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64257-MultipleUidInPageRepositoryGetMenu.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Feature: #64257 - Support multiple UID in PageRepository::getMenu()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64386-ContentObjectRegistration.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64386-ContentObjectRegistration.rst
index 0de54485d01f0bc1343f4caa7bad1543bae6bcc4..9bd2fa49bf93d0ec7b218b0e774e249a2e668d20 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64386-ContentObjectRegistration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64386-ContentObjectRegistration.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #64386 - Public Content Object Registration
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64921-FlexibleSubmoduleConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64921-FlexibleSubmoduleConfiguration.rst
index fd8299d4d18e33774789f03983cdd41281570091..d82cd74f4f2d596417d43a5e8810253f459394c9 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64921-FlexibleSubmoduleConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-64921-FlexibleSubmoduleConfiguration.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Feature: #64921 - Needed changes for flexible configuration of submodules
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-65960-IntroduceGruntJS.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-65960-IntroduceGruntJS.rst
index 00bb8ceb044b0996518854a5a4c0768af3211d41..2d1e3d0d0858b1d891c7d278b3c64adb062b70ff 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Feature-65960-IntroduceGruntJS.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Feature-65960-IntroduceGruntJS.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================
 Feature: #63729 - Introduce GruntJS
diff --git a/typo3/sysext/core/Documentation/Changelog/7.1/Index.rst b/typo3/sysext/core/Documentation/Changelog/7.1/Index.rst
index 785364ba286adc69d297e16fede0dd756c135ec1..21a1476c7e5a251c9d5e1c2eeeb51b0e6f83c127 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.1/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.1/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 7.1 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-56746-AddCountMethodsAndSortFunctionalityToFalDrivers.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-56746-AddCountMethodsAndSortFunctionalityToFalDrivers.rst
index 4f6156c14c51b1f22028894dcc7fbb5a10536267..d47c84c6902a10569247804ca56071822cf5e5fb 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-56746-AddCountMethodsAndSortFunctionalityToFalDrivers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-56746-AddCountMethodsAndSortFunctionalityToFalDrivers.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #56746 - Add count methods and sort functionality to FAL drivers
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-63784-DataHandlerExcludeArray.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-63784-DataHandlerExcludeArray.rst
index ef12f215d1842164ad2e981dfe4ea5e841a74f61..28af867d6fb08ab58e953dc5212a960c6296edf3 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-63784-DataHandlerExcludeArray.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-63784-DataHandlerExcludeArray.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #63784 - Visibility and type of DataHandler->exclude_array
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-64719-MediaContentMovedToSystemExtension.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-64719-MediaContentMovedToSystemExtension.rst
index 34bf51dad9788ef485447c1d9b5976662d1f9c36..18dfcb2d8aedb3b9cbe512a5ab02f81c885a32ec 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-64719-MediaContentMovedToSystemExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-64719-MediaContentMovedToSystemExtension.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================================
 Breaking: #64719 - Multimedia and Media cObjects and Content Types are moved to new system extension
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65432-ModuleUriInGlobalVarRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65432-ModuleUriInGlobalVarRemoved.rst
index 04eddf3de150407a9144e65cee1211aae97a76a8..ee8ebfb80735b967f5774fceeae0fd4b8ef95b32 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65432-ModuleUriInGlobalVarRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65432-ModuleUriInGlobalVarRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Breaking: #65432 - Storage of module URI in global variable has been removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65727-DontProvideAccessToLocalpathOfFalFiles.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65727-DontProvideAccessToLocalpathOfFalFiles.rst
index a36dd5adc4862daee1918d74170c884744eb92b2..221177d16744208c2d0372c2ceccbcc5b869e80b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65727-DontProvideAccessToLocalpathOfFalFiles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65727-DontProvideAccessToLocalpathOfFalFiles.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #65727 - Don't provide access to localPath of FAL files
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65778-MediaWizardProviderMovedToSystemExtension.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65778-MediaWizardProviderMovedToSystemExtension.rst
index 78727994df4770a2a6e57221070986fc78ca739e..de24a3dc316ca84f7a1739b2073f1f9eef8212c4 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65778-MediaWizardProviderMovedToSystemExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65778-MediaWizardProviderMovedToSystemExtension.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Breaking: #65778 - MediaWizard functionality is moved to system extension "mediace"
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65922-MoveUnusedTt_contentTcaFieldsToCompatibility6.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65922-MoveUnusedTt_contentTcaFieldsToCompatibility6.rst
index 516c955f6f3b0c94b1f8c365ca83d0b29031c24a..99d40965bb4da2b30350bcd600db586be3a9b9c9 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65922-MoveUnusedTt_contentTcaFieldsToCompatibility6.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65922-MoveUnusedTt_contentTcaFieldsToCompatibility6.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Breaking: #65922 - Move unused tt_content TCA fields to compatibility6
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65939-BackendLoginRefactoring.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65939-BackendLoginRefactoring.rst
index 5dc7e3f5174cdb77ce9ce0adcd6c7be590308750..f3605c2c9e9c49d9aa2a3cec4cf54dd809812a19 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65939-BackendLoginRefactoring.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65939-BackendLoginRefactoring.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Breaking: #65939 - Backend Login Refactoring
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65962-WebSVGLibraryAndAPIRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65962-WebSVGLibraryAndAPIRemoved.rst
index 170dbd84c4d3e703c4e1cc59af1b1a923619f69e..e0abbf74d7b756492dc6c5f448d2193d09173a13 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65962-WebSVGLibraryAndAPIRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-65962-WebSVGLibraryAndAPIRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================================
 Breaking: #65962 - Third-party library "websvg" and the according API has been removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66001-ComposerVendorDirectoryChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66001-ComposerVendorDirectoryChanged.rst
index a0e256563f89dbb00652b73b3c91f3e987e18930..d015ccfacdc9ef7e815980522056a284727ccf45 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66001-ComposerVendorDirectoryChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66001-ComposerVendorDirectoryChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Breaking: #66001 - Third-party libraries installed via composer are now in vendor
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66034-DropContentAdapter.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66034-DropContentAdapter.rst
index 9a8e2bb71c659b13da84964b5bacb32f13b9f0f0..fe268fa513a32c6c54b8ef718cafc92355e63732 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66034-DropContentAdapter.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66034-DropContentAdapter.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================
 Breaking: #66034 - Drop Content Adapter
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66286-PageTSconfigOptionsToHideWebInfoModulesRenamed.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66286-PageTSconfigOptionsToHideWebInfoModulesRenamed.rst
index 603cd912fcfe5fc3ac7df3e7ec6aca7311ee0cf0..c8a54ad3f1fe4045889354c6e2acf276a61c1de6 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66286-PageTSconfigOptionsToHideWebInfoModulesRenamed.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66286-PageTSconfigOptionsToHideWebInfoModulesRenamed.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Breaking: #66286 - Page TSconfig options to hide Web Info modules renamed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66431-NewLoginScreen.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66431-NewLoginScreen.rst
index 5d0c12432a35fda6f707413e93c541002247fecf..04c56735dfb690d25446344761d64a4eab9bc63e 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66431-NewLoginScreen.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Breaking-66431-NewLoginScreen.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================
 Breaking: #66431 - New Login Screen
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-47712-DeprecateOldLockingAPI.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-47712-DeprecateOldLockingAPI.rst
index a2ff912d06aa820d3f988ee677db8166c46a0faf..bc1cde93f04840a63e8732043aa75cf9c8f3fa73 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-47712-DeprecateOldLockingAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-47712-DeprecateOldLockingAPI.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Deprecation: #47712 - Deprecate old Locking API
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-51360-LinkValidatorSchedulerSettings.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-51360-LinkValidatorSchedulerSettings.rst
index cf6f85446860cd809992066ba50781b87bba065a..ef69d0d78e565ab59f58db472fd14b69540ded4b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-51360-LinkValidatorSchedulerSettings.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-51360-LinkValidatorSchedulerSettings.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Deprecation: #51360 - Deprecate mod.tx_linkvalidator namespace in scheduler settings
@@ -33,4 +33,4 @@ Migration
 Replace `mod.tx_linkvalidator` with `mod.linkvalidator` in all affected scheduler tasks.
 
 
-.. index:: TSConfig, ext:linkvalidator, ext:scheduler
\ No newline at end of file
+.. index:: TSConfig, ext:linkvalidator, ext:scheduler
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-64068-ThumbnailView.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-64068-ThumbnailView.rst
index dc600be4f61f20ca87650ea7689766666f5f84e7..6152b4f20f553310954b72e18230edff2d8d2a93 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-64068-ThumbnailView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-64068-ThumbnailView.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Deprecation: #64068 - Deprecate thumbs.php and ThumbnailView
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-64598-DeprecatePagepositionmapjsimgfunc.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-64598-DeprecatePagepositionmapjsimgfunc.rst
index 83e23f27f217e8abcee1f0c590a4051f148469a9..0ed3b974875421f6471f4ade8328ca1466e2ad6f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-64598-DeprecatePagepositionmapjsimgfunc.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-64598-DeprecatePagepositionmapjsimgfunc.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #64598 - Deprecate PagePositionMap::JSimgFunc
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65111-getDynTabMenu.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65111-getDynTabMenu.rst
index 4df3e0b5ecbd26b0ac6bb00ca27c8f147a3a9bf5..8670ace91f19995c9676edb4034bab6987ca8913 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65111-getDynTabMenu.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65111-getDynTabMenu.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================
 Deprecation: #65111 - getDynTabMenu
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65283-DeprecateShowItemEntryPoint.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65283-DeprecateShowItemEntryPoint.rst
index c2ff8f8887044ca7948c03521707b14a5bd345c9..3def15c358ff728cc9526f9786b824202bfc20fe 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65283-DeprecateShowItemEntryPoint.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65283-DeprecateShowItemEntryPoint.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Deprecation: #65283 - Deprecate show item entry point
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65288-DeprecateNewRecordEntryPoint.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65288-DeprecateNewRecordEntryPoint.rst
index 7bbfe6d8758d84001b3287bf2cc6ef97641afcd8..fe53e8c35bc55a3aee1eb7d9e83bc9eafd467b13 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65288-DeprecateNewRecordEntryPoint.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65288-DeprecateNewRecordEntryPoint.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Deprecation: #65288 - Deprecate "new record" entry point
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65289-DeprecateBrowserEntryPoint.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65289-DeprecateBrowserEntryPoint.rst
index db37f9b04fd8ecea4a6b3cce2858e9567ab5751b..9d76529b3fd258ea6fb420000c9cbb35dbcdc5f6 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65289-DeprecateBrowserEntryPoint.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65289-DeprecateBrowserEntryPoint.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Deprecation: #65289 - Deprecate browser entry point
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65290-DeprecateDummyEntrypoint.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65290-DeprecateDummyEntrypoint.rst
index 2f004d290648647387f0199d88fea5770adc4c52..e4adeb7e9f6899c0ad718af94084a3e654a0a564 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65290-DeprecateDummyEntrypoint.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65290-DeprecateDummyEntrypoint.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Deprecation: #65290 - Deprecate dummy entry point
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65291-DeprecateLogoutEntryPoint.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65291-DeprecateLogoutEntryPoint.rst
index 83c40752eb65959243ec19a7ba501d318df179ca..4f12ab234b1495e127dc6514436e7f7501f00d27 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65291-DeprecateLogoutEntryPoint.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65291-DeprecateLogoutEntryPoint.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Deprecation: #65283 - Deprecate logout entry point
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65293-DeprecateFileNavigationFrame.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65293-DeprecateFileNavigationFrame.rst
index 95e87d22c17ae3a2622725e99b0fddd0e05202c3..f2315351370dc91117b61a78a86692a9076ad719 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65293-DeprecateFileNavigationFrame.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65293-DeprecateFileNavigationFrame.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Deprecation: #65293 - Deprecate file navigation frame entry point
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65343-BackendUserOsProperty.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65343-BackendUserOsProperty.rst
index 0f7fe466a3890727a7cb58e28fb178ce4bc9585f..99a90bbb30e34877bceb7963bd3a1df2e6077990 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65343-BackendUserOsProperty.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65343-BackendUserOsProperty.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Deprecation: #64134 - Deprecate $BE_USER->OS
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65360-DatabaseTreeDataProviderOldClassNameInSignal.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65360-DatabaseTreeDataProviderOldClassNameInSignal.rst
index ebf5a926cd8fa60d2ab300b5f1f8d6bed272e18a..81b71ca5ccffb1626cb60aaf372a5450881441a4 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65360-DatabaseTreeDataProviderOldClassNameInSignal.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65360-DatabaseTreeDataProviderOldClassNameInSignal.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Deprecation: #65360 - Deprecate wrong class name used in PostProcessTree Signal call
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65381-DataHandlerStripslashesValuesProperty.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65381-DataHandlerStripslashesValuesProperty.rst
index 09613a7e52d4832bce142303a61a40ea6b5de7ca..2c1a35289ed41543c51813ed0cc81d968b9d2a2f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65381-DataHandlerStripslashesValuesProperty.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65381-DataHandlerStripslashesValuesProperty.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Deprecation: #65381 - Deprecate DataHandler property "stripslashes_values"
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65422-cObjectAliasNames.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65422-cObjectAliasNames.rst
index a64b61c26e1d20acd1f8e63e457c8090c98231ae..3b90f30f2184f1d31b8767aa6d0a55a8992db6d4 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65422-cObjectAliasNames.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65422-cObjectAliasNames.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Deprecation: #65422 - Alias cObjects COBJ_ARRAY and CASEFUNC
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65465-ReferenceIndexErrorLog.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65465-ReferenceIndexErrorLog.rst
index acb3f79f1932da228b99c7f0151be14f75b0324a..04d1ccdfa5d595888149ebd5cebb902a8af520c7 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65465-ReferenceIndexErrorLog.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65465-ReferenceIndexErrorLog.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #65465 - Deprecate errorLog in ReferenceIndex
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65913-checkFileInclude.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65913-checkFileInclude.rst
index 01fac8eafd4799739d2db51c9dc888cc28a6a317..b8d0dda3305d9a2af7e17716fb952d226a777c73 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65913-checkFileInclude.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65913-checkFileInclude.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #65913 - Deprecate $TSFE->checkFileInclude
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65934-PrefixLocalAnchorsMovedToLegacyExtension.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65934-PrefixLocalAnchorsMovedToLegacyExtension.rst
index 20dba4e053ec4e66bff36a3f8056d0c5ca5d5c35..65661d567af2807c983341e25ecda8b68c7adbeb 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65934-PrefixLocalAnchorsMovedToLegacyExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65934-PrefixLocalAnchorsMovedToLegacyExtension.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Deprecation: #65934 - "Prefix Local Anchors" functionality moved to legacy extension
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65938-TSFEAnchorPrefix.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65938-TSFEAnchorPrefix.rst
index 6aea4785d8019b6f6b3cfa15424a52f5b9e403d5..6dc0e2bad0269ba1551445216633b6033885bb5e 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65938-TSFEAnchorPrefix.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65938-TSFEAnchorPrefix.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Deprecation: #65938 - Discourage usage of "$TSFE->anchorPrefix"
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65956-DebugUtilityDebugRows.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65956-DebugUtilityDebugRows.rst
index 050616ef69fa7e2de6d3c899ae257c522f628691..edab2f6b1e88116037897db47e85908d22d592b0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65956-DebugUtilityDebugRows.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-65956-DebugUtilityDebugRows.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Deprecation: #65956 - $returnHTML parameter of DebugUtility::debugRows()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66065-BackendLogoViewDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66065-BackendLogoViewDeprecated.rst
index 40c44d9acb8c99c59a0fccc80466881fc27287c7..b128af360a1a54326370d416e6b3d6fca10e193b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66065-BackendLogoViewDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66065-BackendLogoViewDeprecated.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Deprecation: #66065 - Backend Logo View Deprecated
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66223-Backendparsetime.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66223-Backendparsetime.rst
index f654ca0c081c56b24c01e555f425098051b8eeea..bf43632b47cfdff0f75e19484e8019ed4a13651e 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66223-Backendparsetime.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66223-Backendparsetime.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Deprecation: #66223 - Backend parseTime deprecated
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66431-NewLoginScreen.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66431-NewLoginScreen.rst
index 605aae5f16e9d70825e924229361e50ddee39d07..466cda4338d3f9d235076a6a2cf9d9d1014c23c6 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66431-NewLoginScreen.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Deprecation-66431-NewLoginScreen.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================
 Deprecation: #66431 - New Login Screen
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-20555-StripEmptyHtmlTags.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-20555-StripEmptyHtmlTags.rst
index f907ed0a0fd1b51d5455b7bf69b8cc7c4380d1dc..a5b9eb0d0aa3fb7f4e523e875de5e6eeeffe8bcf 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-20555-StripEmptyHtmlTags.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-20555-StripEmptyHtmlTags.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Feature: #20555 - Strip empty HTML tags in HtmlParser
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-32651-AddSchedulerTaskToRemoveDeletedRecords.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-32651-AddSchedulerTaskToRemoveDeletedRecords.rst
index b2132202080bfbca34ddf6b647404a6b2db3a688..8cd20acf2b3ecdb5a121bc436d8408b8e683ba91 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-32651-AddSchedulerTaskToRemoveDeletedRecords.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-32651-AddSchedulerTaskToRemoveDeletedRecords.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #32651 - Add scheduler task to remove deleted records
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-36743-FAL-TextExtractorRegistry.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-36743-FAL-TextExtractorRegistry.rst
index c76097dad88df781dfe015afc3360041e4893f84..6d5b22c2e61043dab7def7a5dd305482baf82f43 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-36743-FAL-TextExtractorRegistry.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-36743-FAL-TextExtractorRegistry.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #36743 - Registry for adding text extractor classes
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-47712-NewLockingAPI.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-47712-NewLockingAPI.rst
index cff7b7cf8eb5b211f3c7ffeb07eea30e8d36e221..9243013acf5f19e264675a3bb9c1bc7684d39cfc 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-47712-NewLockingAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-47712-NewLockingAPI.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================
 Feature: #47712 - New Locking API
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-50136-AddSVGSupport.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-50136-AddSVGSupport.rst
index 1dae93941df920b3077f78440805bb4c827d678f..15377a965d3ae608749e407a01925caf55664310 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-50136-AddSVGSupport.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-50136-AddSVGSupport.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================
 Feature: #50136 - Add SVG support
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-50501-DisableAutomaticExtInstallation.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-50501-DisableAutomaticExtInstallation.rst
index 069ca7c9bf5b9be0eb4c01a7bb803af465b3dc6f..1ad1e31d0ca131ec5f82ba5932553e3808af2bd3 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-50501-DisableAutomaticExtInstallation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-50501-DisableAutomaticExtInstallation.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Feature: #50501 - Extension Manager: Disable automatic installation
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-52693-TSFE-RequestedId.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-52693-TSFE-RequestedId.rst
index a0a1db33dcd1fecd463ded6fbf500914c346a9d1..bed115be8759acd2f040dad3fb4e2051e41d5c11 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-52693-TSFE-RequestedId.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-52693-TSFE-RequestedId.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Feature: #59646 - Add TSFE property $requestedId
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-58621-FormatCaseViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-58621-FormatCaseViewHelper.rst
index 8bf054ee3785f1f1819101d63d49653953918947..db9b7dbe1be1eedd589bab3a27371edb8a5d70f9 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-58621-FormatCaseViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-58621-FormatCaseViewHelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================
 Feature: #58621 - FormatCaseViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-59646-AddRteConfigurationPropertyButtonsLinkTypePropertiesTargetDefault.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-59646-AddRteConfigurationPropertyButtonsLinkTypePropertiesTargetDefault.rst
index 342fdb336648561a71800c51504f746799a80775..1dada9a3ef7f02ee2e86e61156ee4e682b82439f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-59646-AddRteConfigurationPropertyButtonsLinkTypePropertiesTargetDefault.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-59646-AddRteConfigurationPropertyButtonsLinkTypePropertiesTargetDefault.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================================
 Feature: #59646 - Add RTE configuration property buttons.link.[*type*].properties.target.default
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-59712-HtmlParserAdditionalUserFuncParams.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-59712-HtmlParserAdditionalUserFuncParams.rst
index b5bf9245eac9b9f55514690aec38d543528e7235..1882e85d9c712f4b0b8ddfdd8e184044a37e6aca 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-59712-HtmlParserAdditionalUserFuncParams.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-59712-HtmlParserAdditionalUserFuncParams.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #59712 - Additional params for HTMLparser userFunc
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-61463-AllowProcessedFoldersInDifferentStorage.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-61463-AllowProcessedFoldersInDifferentStorage.rst
index d97ce024217aa7ffafd55991f0d2abba935358a2..67d5c610e0490d4419c805663fb682f9b758136e 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-61463-AllowProcessedFoldersInDifferentStorage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-61463-AllowProcessedFoldersInDifferentStorage.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #61463 - Allow processed folders in different storage
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-63040-AddRteConfigurationPropertyButtonsAbbreviationRemoveFieldsets.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-63040-AddRteConfigurationPropertyButtonsAbbreviationRemoveFieldsets.rst
index 62ad8490f4eb8c51e4dd1d7e449c17b5c997276e..f495fbb0d14e3db77bbf893cb8015e99ae4126ff 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-63040-AddRteConfigurationPropertyButtonsAbbreviationRemoveFieldsets.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-63040-AddRteConfigurationPropertyButtonsAbbreviationRemoveFieldsets.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================================
 Feature: #63040 - Add RTE configuration property buttons.abbreviation.removeFieldsets
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-63703-AddOptionToStopTask.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-63703-AddOptionToStopTask.rst
index fc8bb8b24381841b65755843df7f569586597324..9d4fac8a3b08ab130d557d1f37bdc259fb977f27 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-63703-AddOptionToStopTask.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-63703-AddOptionToStopTask.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #63703 - Add option to stop a running task in the scheduler
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-64686-AddBackendUserGroupsToBackendUserModule.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-64686-AddBackendUserGroupsToBackendUserModule.rst
index 738e8ccbf056bef0c7767431b03f91110ab29868..46d14aa3c8ccbe35577376a7c7bddee16191ec60 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-64686-AddBackendUserGroupsToBackendUserModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-64686-AddBackendUserGroupsToBackendUserModule.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #64686 - Add backend user groups to backend user module
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65584-AddImageCropping.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65584-AddImageCropping.rst
index cc939b8cf48ff77c73e86a7922ba7bb679f26d17..39b2cf61ecbaf29f07324c4398874a94313a5259 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65584-AddImageCropping.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65584-AddImageCropping.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================
 Feature: #65584 - Add image cropping
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65585-AddTCATypeImage_manipulation.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65585-AddTCATypeImage_manipulation.rst
index 30110791cc29c160d1d5b525992d2c52c815edeb..0e4edac8674da664f9c7ea5ba593138acae6b0a3 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65585-AddTCATypeImage_manipulation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65585-AddTCATypeImage_manipulation.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Feature: #65585 - Add TCA type imageManipulation
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65767-SystemInformationDropdown.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65767-SystemInformationDropdown.rst
index 1aa76e03338d9094c898b7f1f7d849c085493b24..a8c2d2c8cccd0c7c77b4b49cef76153dffcf722f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65767-SystemInformationDropdown.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65767-SystemInformationDropdown.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Feature: #65767 - System Information Dropdown
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65996-AddConfirmationOnCloseEditformWithUnsavedChanges.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65996-AddConfirmationOnCloseEditformWithUnsavedChanges.rst
index 51878815773e998048af5913c972a79adbd71fc0..6ba211ef3fd06d0b6f091ea3bd521218a9a36c24 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65996-AddConfirmationOnCloseEditformWithUnsavedChanges.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-65996-AddConfirmationOnCloseEditformWithUnsavedChanges.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Feature: #65996 - Show confirm message on closing an edit form with unsaved changes
@@ -19,4 +19,4 @@ Impact
 When clicking the close icon of an edit form with unsaved changes, a confirmation modal will be shown.
 
 
-.. index:: Backend
\ No newline at end of file
+.. index:: Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66029-ShowRemainingCharactersBelowTextFields.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66029-ShowRemainingCharactersBelowTextFields.rst
index b9d46c89cadc3aa58db297fcd3b24ac3b76e0957..ed60394306552aa625f29bf92274e76ce28a1504 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66029-ShowRemainingCharactersBelowTextFields.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66029-ShowRemainingCharactersBelowTextFields.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #66029 - Show remaining characters below text fields
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66042-WebLibrariesLoadedViaBower.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66042-WebLibrariesLoadedViaBower.rst
index 31ccd41e91191b11e39b839bf08996730f68281f..a3c363a935803a2f038ff63c379e9afebc0d9729 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66042-WebLibrariesLoadedViaBower.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66042-WebLibrariesLoadedViaBower.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #66042 - Web Libraries are included via bower
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66047-IntroduceJavascriptNotificationApi.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66047-IntroduceJavascriptNotificationApi.rst
index 305611abc636346e97ad87d57fd724ebfa1c2c8d..bec86692b16f42177dd645bf7e6160dcf8903af0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66047-IntroduceJavascriptNotificationApi.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66047-IntroduceJavascriptNotificationApi.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #66047 - Introduce JavaScript notification API
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66077-IntroduceCalloutsToReplaceContentAlerts.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66077-IntroduceCalloutsToReplaceContentAlerts.rst
index 79fa30c8531d855c02524051718ab1b9c3c8374e..b53586fed8a8f6d92ef604e90bd43c30c2207a4a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66077-IntroduceCalloutsToReplaceContentAlerts.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66077-IntroduceCalloutsToReplaceContentAlerts.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #66077 - Introduce callouts to replace content alerts
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66370-AddFlexiblePreviewUrlConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66370-AddFlexiblePreviewUrlConfiguration.rst
index d4e19e53bbf6f9c46e8ade0e704820e25e265b2f..4a526381977b2fbee5d510435f0cf5cc323d5db9 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66370-AddFlexiblePreviewUrlConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66370-AddFlexiblePreviewUrlConfiguration.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #66370 - Add flexible Preview URL configuration
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66445-AddFileExtensionToMimeTypeMapping.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66445-AddFileExtensionToMimeTypeMapping.rst
index 791f4ef2da6a6c76ebae0ffcdba2d11f19903ac4..86ffc68161b3da5a01ef4721359225ad5d2f0f9f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66445-AddFileExtensionToMimeTypeMapping.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-66445-AddFileExtensionToMimeTypeMapping.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #66445 - Add file extension to mimeType mapping
diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Index.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Index.rst
index be76a108826e6a1e7551587dfb7733a49dfb97e8..f8a4c5a3b7a9767bf0bab6702de590881da9b726 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 7.2 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-62983-PostProcessMirrorUrlSignalHasMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-62983-PostProcessMirrorUrlSignalHasMoved.rst
index 97424e8cf06b6407d113dbf5ecdadee739f2642e..ca9d53a01dcc57982e8dc78d5469a33bfd65dafe 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-62983-PostProcessMirrorUrlSignalHasMoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-62983-PostProcessMirrorUrlSignalHasMoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #62983 - postProcessMirrorUrl signal has moved
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63453-ChangedRenderingOfFlashMessagesViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63453-ChangedRenderingOfFlashMessagesViewHelper.rst
index 05660022eb8e29cad9835a90c6f61001f8c36624..1563c76f7e358224412b58e8553145282b10a8e9 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63453-ChangedRenderingOfFlashMessagesViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63453-ChangedRenderingOfFlashMessagesViewHelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #63453 - Changed rendering of FlashMessagesViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63835-RemoveDeprecatedExtbasePersistenceParts.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63835-RemoveDeprecatedExtbasePersistenceParts.rst
index 210eb794764cbd55302fef4966bdabf6c0be12e1..362208d3ca289b434bc6420292bca0d3d0d43781 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63835-RemoveDeprecatedExtbasePersistenceParts.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63835-RemoveDeprecatedExtbasePersistenceParts.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Breaking: #63835 - Remove Deprecated Parts in Extbase Persistence Layer
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63846-FormEngineRefactoring.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63846-FormEngineRefactoring.rst
index dfe58531b651f97c128e97c00099eede1d9577ce..dff9cb6cf276ef78c58ffebc867783d4f479c6df 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63846-FormEngineRefactoring.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-63846-FormEngineRefactoring.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Breaking: #63846 - FormEngine refactoring
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66429-RemoveIdentityMapFromPersistence.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66429-RemoveIdentityMapFromPersistence.rst
index f4e014d28f26021b3447e0dd4952d099654fb617..3bcf2b491e38a01683f22105ef4f2aaf27b18f33 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66429-RemoveIdentityMapFromPersistence.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66429-RemoveIdentityMapFromPersistence.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #66429 - Remove IdentityMap from persistence
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66669-BackendLoginControllerRefactored.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66669-BackendLoginControllerRefactored.rst
index 02b44174bb43c2c56fd341ef6899980b5d5117ec..9d4c6a1543983c14ea21393b7df05e577eb2ea16 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66669-BackendLoginControllerRefactored.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66669-BackendLoginControllerRefactored.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Breaking: #66669 - Backend LoginController refactored
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66707-IssueCommandNowAddsQuotesWhenUsedInJSContext.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66707-IssueCommandNowAddsQuotesWhenUsedInJSContext.rst
index 6748993bb3b9e8f519dd0c2e67fb6c223fc3db98..65bed6dbb02a362b34c5aedb2d0c743e87c3e45d 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66707-IssueCommandNowAddsQuotesWhenUsedInJSContext.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66707-IssueCommandNowAddsQuotesWhenUsedInJSContext.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Breaking: #66707 - issueCommand() now adds quotes when used in JS context
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66754-RemoveRenderingContextAwareInterface.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66754-RemoveRenderingContextAwareInterface.rst
index 5b0b2fdd597d2cabc1711e74cd70b12e2e6afcb8..45b7f2aca432e8008a202878e61f4c5a62872c45 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66754-RemoveRenderingContextAwareInterface.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66754-RemoveRenderingContextAwareInterface.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #66754 - Remove RenderingContextAwareInterface
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66868-MoveUsageOfBackendUserSettingsDataProvider.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66868-MoveUsageOfBackendUserSettingsDataProvider.rst
index 255228d2e83dfe5d04d50a54c4abb0e9b53ed52a..efd0c65e53a0a99ae5c01b160546119c6c615e30 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66868-MoveUsageOfBackendUserSettingsDataProvider.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66868-MoveUsageOfBackendUserSettingsDataProvider.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Breaking: #66868 - Move usage of BackendUserSettingsDataProvider
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66906-AutomaticPNGToGIFConversionRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66906-AutomaticPNGToGIFConversionRemoved.rst
index d2e0441cb2374abd8644bf2add9e05cb55e0cf55..7574c3301e70aa8c72e2c21c124750120751f3a5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66906-AutomaticPNGToGIFConversionRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66906-AutomaticPNGToGIFConversionRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #66906 - Automatic PNG to GIF conversion removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66991-TCAValueSliderBasedOnJQuery.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66991-TCAValueSliderBasedOnJQuery.rst
index 84524a8104e73ce77b12b21f4ae537cd781d6eae..4f9db853d400f96c80b32c62d52441ee4a9d7216 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66991-TCAValueSliderBasedOnJQuery.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66991-TCAValueSliderBasedOnJQuery.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #66991 - TCA value slider based on jQuery
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66997-RemoveSuper-challengedPasswordSecurity.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66997-RemoveSuper-challengedPasswordSecurity.rst
index d294a9f0632a579cddd7c86d3b8435308d9d9c93..0313f9d85b9d41373ac02a20fe847c924c6a0e80 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66997-RemoveSuper-challengedPasswordSecurity.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-66997-RemoveSuper-challengedPasswordSecurity.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #66997 - Remove super-/challenged password security
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67027-RemovedFlowCompatibilityFromPackageManager.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67027-RemovedFlowCompatibilityFromPackageManager.rst
index 7921bdd296e85683722517bea7619b9bb139bd2b..338c9438a6843f93239b64152be73689fd1beb38 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67027-RemovedFlowCompatibilityFromPackageManager.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67027-RemovedFlowCompatibilityFromPackageManager.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #67027 - Removed FLOW-compatibility from PackageManager
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67204-DatabaseConnectionexec_SELECTgetRowsMayThrowException.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67204-DatabaseConnectionexec_SELECTgetRowsMayThrowException.rst
index 28aad134cb2462da23575b445d08d124aa3508ea..0783d86a2070acaf293a4d4ab54938394605472a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67204-DatabaseConnectionexec_SELECTgetRowsMayThrowException.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67204-DatabaseConnectionexec_SELECTgetRowsMayThrowException.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Breaking: #67204 - DatabaseConnection::exec_SELECTgetRows() may throw exception
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67212-DiscardLegacyClassLoader.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67212-DiscardLegacyClassLoader.rst
index af22e54eb8416952b6cff44201b5f55aaf980f67..5077287156baa013508975040ef55dacbe9188a5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67212-DiscardLegacyClassLoader.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67212-DiscardLegacyClassLoader.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Breaking: #67212 - Discard TYPO3 class loader
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67229-FormEngineRelatedClasses.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67229-FormEngineRelatedClasses.rst
index a9a89a8ff287f14a2701971c4060c69bd4a9a472..869afbab81d8ff9d4246b789bfd8f63e52659568 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67229-FormEngineRelatedClasses.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67229-FormEngineRelatedClasses.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Breaking: #67229 - FormEngine related classses
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67402-ExtbaseAbstractDomainObjectInitializeObject.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67402-ExtbaseAbstractDomainObjectInitializeObject.rst
index e26fcad5a2912866121b66478df3f40e21b090ae..ca75fdb7f9267a28d4000bd6fa5038c7bf189af1 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67402-ExtbaseAbstractDomainObjectInitializeObject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67402-ExtbaseAbstractDomainObjectInitializeObject.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Breaking: #67402 - Extbase AbstractDomainObject initializeObject
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67402-ExtbaseAbstractDomainObjectWakeUp.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67402-ExtbaseAbstractDomainObjectWakeUp.rst
index fefdf5b06cbc547a4ec8d168f4ed6ce208bd7545..f6409afea4fc939c0a72a4e04799c22b9612d09f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67402-ExtbaseAbstractDomainObjectWakeUp.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Breaking-67402-ExtbaseAbstractDomainObjectWakeUp.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #67402 - Extbase AbstractDomainObject __wakeup()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-61829-DbalConfigClassFile.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-61829-DbalConfigClassFile.rst
index 9e6d4ad43027acd2fc2a7cdaaf85745daf8241d1..5b4f2f266b89d7e7826d713654d0487caafd59da 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-61829-DbalConfigClassFile.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-61829-DbalConfigClassFile.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Deprecation: #61829 - Deprecate config.classFile DBAL option
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-63453-DeprecateRenderModeAttributeOfFlashMessageViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-63453-DeprecateRenderModeAttributeOfFlashMessageViewHelper.rst
index ede3edf2faf0fe14a04de3ed0746829aa1fbf98b..c1af8e394bf6e1b57a32e7803e1a9a0835968aec 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-63453-DeprecateRenderModeAttributeOfFlashMessageViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-63453-DeprecateRenderModeAttributeOfFlashMessageViewHelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Deprecation: #63453 - Deprecate renderMode attribute of FlashMessagesViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-63735-DeprecateDataHandlerCheckValueMethods.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-63735-DeprecateDataHandlerCheckValueMethods.rst
index 8a6a4f1fc5fa59530517d7beef858882ebf88d93..a95c3b71ebe4d8a440e55f71cc8df511a6ce07a6 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-63735-DeprecateDataHandlerCheckValueMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-63735-DeprecateDataHandlerCheckValueMethods.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Deprecation: #63735 - Deprecate DataHandler->checkValue_*-methods
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-65344-ExtTables.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-65344-ExtTables.rst
index c0bfc67f7979ee8094e17dc2dc3be2f9d39184b3..e619debac01a4ed2383639c18008654a6e0a42b5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-65344-ExtTables.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-65344-ExtTables.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Deprecation: #65344 - typo3conf/extTables.php deprecated
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66789-DeprecateOptionsInCshViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66789-DeprecateOptionsInCshViewHelper.rst
index 64921342e5319b830f7ecc8599eac5b23fa44310..b1905826be0ff2d7332295ae2139eda285e593c8 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66789-DeprecateOptionsInCshViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66789-DeprecateOptionsInCshViewHelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #66789 - options deprecated in CshViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66823-ExtensionUtilityConfigureModule.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66823-ExtensionUtilityConfigureModule.rst
index a6b71d5b33387d6814504219be1fed99cbbbc1cc..06b4ce3ccb4efe9d360f2226890385a55fbd714c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66823-ExtensionUtilityConfigureModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66823-ExtensionUtilityConfigureModule.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Deprecation: #66823 - Deprecate Extbase ExtensionUtility->configureModule method
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66905-ClassicPageModuleAndEditRegularContentFromId.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66905-ClassicPageModuleAndEditRegularContentFromId.rst
index 6fc05e216ba890acfe8edc86f054b6e1bb1f554b..03db54de3e198784e5cc2ac525b157a0d0da11c2 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66905-ClassicPageModuleAndEditRegularContentFromId.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66905-ClassicPageModuleAndEditRegularContentFromId.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================================
 Deprecation: #66905 - Deprecate uc->classicPageEditMode and editRegularContentFromId option
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66906-FunctionalityPngToGifConversion.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66906-FunctionalityPngToGifConversion.rst
index deaed7e13b97c1ada37779b2ca5d3d6dd97e2eb0..b2813e7ebb36ab35261e94a3bc586f58b50e6a1f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66906-FunctionalityPngToGifConversion.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-66906-FunctionalityPngToGifConversion.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #66906 - Functionality for png_to_gif conversion
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67029-DeprecatePageBgImgOption.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67029-DeprecatePageBgImgOption.rst
index c0de7c7fd8dc5d0fc10fe8e46c8e20dea08acb67..13070ee2259f975259292c916fe786b305206e8f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67029-DeprecatePageBgImgOption.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67029-DeprecatePageBgImgOption.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Deprecation: #67029 - Deprecate page.bgImg option
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67171-T3editorIsEnabled.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67171-T3editorIsEnabled.rst
index a5f1520e69b42b08a702157f3243bc018d050d40..4746e525faf32e73af0fa2dd52a8a1a28de4f2d0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67171-T3editorIsEnabled.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67171-T3editorIsEnabled.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Deprecation: #37171 - Deprecate t3editor->isEnabled()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67229-TcaChanges.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67229-TcaChanges.rst
index 820f4eaf304b2db827f68122ca2b13ae39e661a3..ca83d85c5ebf1ac36d949d0e63a281a58c3b711a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67229-TcaChanges.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67229-TcaChanges.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================
 Deprecation: #65290 - TCA changes
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67297-DbalFieldTypeConversion.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67297-DbalFieldTypeConversion.rst
index 98c5524c6d3fbb85af78fd444f80d515c09723c5..7438b109436eee1285e50a6696a1e459a56d169b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67297-DbalFieldTypeConversion.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67297-DbalFieldTypeConversion.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Deprecation: #67297 - MySQL / DBMS field type conversion
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67402-ExtbaseAbstractDomainObjectWakeUp.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67402-ExtbaseAbstractDomainObjectWakeUp.rst
index 1e3b0735f61c9c0dd67802631d8baaecaf420b4f..e7dfdd25df96751495315f492f1ece86441fdff5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67402-ExtbaseAbstractDomainObjectWakeUp.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Deprecation-67402-ExtbaseAbstractDomainObjectWakeUp.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #67402 - Extbase AbstractDomainObject __wakeup()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-59606-IntegrateSymfonyConsoleIntoCommandController.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-59606-IntegrateSymfonyConsoleIntoCommandController.rst
index 2833c31a08af0e6c43bddd2330ed16fbedd942f9..3081c47374a5284d78b0520e8e1d685932ec05cd 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-59606-IntegrateSymfonyConsoleIntoCommandController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-59606-IntegrateSymfonyConsoleIntoCommandController.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #59606 - Integrate Symfony/Console into CommandController
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-62242-ActionMenuItemGroupViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-62242-ActionMenuItemGroupViewHelper.rst
index d12a39de9acd7c2ce501e21241e31ae935981a13..4abdde8835f576a050500704254982ba9a5d990c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-62242-ActionMenuItemGroupViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-62242-ActionMenuItemGroupViewHelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Feature: #62242 - ActionMenuItemGroupViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-63453-TemplateSupportForFlashMessagesViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-63453-TemplateSupportForFlashMessagesViewHelper.rst
index 9ecb84bb7beb6d7af2d90592a813baa833880733..2125f8c9be1b4ae2de24e86590c88250e7a84682 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-63453-TemplateSupportForFlashMessagesViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-63453-TemplateSupportForFlashMessagesViewHelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #63453 - Template support for FlashMessagesViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-63561-AddTypoScriptStdWrapStrtotime.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-63561-AddTypoScriptStdWrapStrtotime.rst
index 9bde83620939fda358945671a6af8a5e03957ce2..28f8e45aa4f37c8406afa904d37d7e16076462e4 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-63561-AddTypoScriptStdWrapStrtotime.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-63561-AddTypoScriptStdWrapStrtotime.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Feature: #63561 - Add TypoScript stdWrap strtotime
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-65250-TypoScriptConditionAddGPmerged.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-65250-TypoScriptConditionAddGPmerged.rst
index 871e7743c77d44258d2132ddad7b452fad647ae3..f58fa419cf85310993443f23a0ec73125960a1d3 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-65250-TypoScriptConditionAddGPmerged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-65250-TypoScriptConditionAddGPmerged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #65250 - TypoScript condition add GPmerged
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66111-AddTemplaterootpathsSupportToCobjectFluidtemplate.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66111-AddTemplaterootpathsSupportToCobjectFluidtemplate.rst
index b8a79981bebe9fc43c210d911c5bada14122e0a9..f5dcc2ab24d6d58addf83b8efdbc9e1505ab3716 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66111-AddTemplaterootpathsSupportToCobjectFluidtemplate.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66111-AddTemplaterootpathsSupportToCobjectFluidtemplate.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Feature: #66111 - Add TemplateRootPaths support to cObject FLUIDTEMPLATE
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66173-AllowPageTitleEditByDoubleclick.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66173-AllowPageTitleEditByDoubleclick.rst
index 9ad0054d54f662579b016805fe6f73c052906713..006e25f20c3d40bbe1120ebdc6039e09ecf48fd9 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66173-AllowPageTitleEditByDoubleclick.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66173-AllowPageTitleEditByDoubleclick.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #66173 - Allow page title edit by doubleclick
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66269-FluidRemoveViewHelperXmlnsAttributesAndSpecifiedHtmlTag.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66269-FluidRemoveViewHelperXmlnsAttributesAndSpecifiedHtmlTag.rst
index 41c26d0b1bf594068e48c1e18b0ec2f2da07e4cf..0a04737235dc85b7475c0ca1c1db074d9025b2c1 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66269-FluidRemoveViewHelperXmlnsAttributesAndSpecifiedHtmlTag.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66269-FluidRemoveViewHelperXmlnsAttributesAndSpecifiedHtmlTag.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Feature: #66269 - Fluid: Remove ViewHelper xmlns-attributes and specified html tag
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66669-BeLoginFormAPI.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66669-BeLoginFormAPI.rst
index 3974a3f0c84e4968328640954f297ff323005089..481224b8e346749766a5ee779f381282dc61306e 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66669-BeLoginFormAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66669-BeLoginFormAPI.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================
 Feature: #66669 - BE login form API
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66681-CategoryRegistryAddOptionsToSetL10n_modeAndL10n_display.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66681-CategoryRegistryAddOptionsToSetL10n_modeAndL10n_display.rst
index ca4488520793109f1010a9595a33acfbcc2a6ddb..07b891d0e43dfab17579f1a2cf60367aef65450f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66681-CategoryRegistryAddOptionsToSetL10n_modeAndL10n_display.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66681-CategoryRegistryAddOptionsToSetL10n_modeAndL10n_display.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Feature: #66681 - CategoryRegistry: add options to set l10n_mode and l10n_display
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66697-AddUppercamelcaseAndLowercamelcaseToStdWrap.case.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66697-AddUppercamelcaseAndLowercamelcaseToStdWrap.case.rst
index 8a65a10aaad829f1adc1637756cefad1200f6b8a..a1b9c224048a687bc7183ae272dca1c8b618ca52 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66697-AddUppercamelcaseAndLowercamelcaseToStdWrap.case.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66697-AddUppercamelcaseAndLowercamelcaseToStdWrap.case.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #66697 - Add uppercamelcase and lowercamelcase to stdWrap.case
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66698-AddIntegrityPropertyToJavaScriptFiles.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66698-AddIntegrityPropertyToJavaScriptFiles.rst
index 1b9a57ee6bd18378cdec49ac404d9faad10aa390..0b6f72ce60256450f43354629ee0b42652bf7569 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66698-AddIntegrityPropertyToJavaScriptFiles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66698-AddIntegrityPropertyToJavaScriptFiles.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #66698 - Add integrity property to JavaScript files
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66709-AddTemplateRootPathsSupportToFluidViewStandaloneView.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66709-AddTemplateRootPathsSupportToFluidViewStandaloneView.rst
index 7783d252ba13a8c982cd9ce544d13b3bf2d28a91..4473b9cbdba88f315df9a0e6fe0c200742784122 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66709-AddTemplateRootPathsSupportToFluidViewStandaloneView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66709-AddTemplateRootPathsSupportToFluidViewStandaloneView.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Feature: #66709 - Add TemplateRootPaths support to Fluid/View/StandaloneView
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66822-SpriteIconsInBackendModules.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66822-SpriteIconsInBackendModules.rst
index 33f140474da646bebd4c4a075901ce549c708aed..5242d7e46ad14ae08973906ed8c8fbbff5ba949e 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66822-SpriteIconsInBackendModules.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66822-SpriteIconsInBackendModules.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #66822 - Allow Sprites For Backend Modules
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66907-AddDataProcessingToFluidTemplateContentObject.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66907-AddDataProcessingToFluidTemplateContentObject.rst
index 8fe8e87542c7b2d6652492b7b3eb3fd02db4370c..fac42e690aa48fc2a4f7d368e4f3de418597d893 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66907-AddDataProcessingToFluidTemplateContentObject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-66907-AddDataProcessingToFluidTemplateContentObject.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #66907 - Add Data Processing to FLUIDTEMPLATE content object
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67071-ProcessedFilesCleanupToolAddedInInstallTool.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67071-ProcessedFilesCleanupToolAddedInInstallTool.rst
index 2b8d03a2546e5dbee2a7b4cbfa0c0da37e063f12..aa9e33e9f7d6ef658794cccf1c4c0e2b4b748a67 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67071-ProcessedFilesCleanupToolAddedInInstallTool.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67071-ProcessedFilesCleanupToolAddedInInstallTool.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #67071 - Processed files cleanup tool added in Install Tool
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67229-FormEngineNodeFactoryApi.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67229-FormEngineNodeFactoryApi.rst
index 590080e5d4c5e7ba47e52029916defcd93b4f6ae..b16bac422cc47da132e7b69427177321c58eed0d 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67229-FormEngineNodeFactoryApi.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67229-FormEngineNodeFactoryApi.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Feature: #67229 - FormEngine NodeFactory API
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67319-AddFieldCopyrightToEXTfilemetadata.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67319-AddFieldCopyrightToEXTfilemetadata.rst
index 0dac08f3ff668a6b8097f0246435578622412ca9..5aee489a5b9c93c2775abadf06261c24e7b0b46b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67319-AddFieldCopyrightToEXTfilemetadata.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Feature-67319-AddFieldCopyrightToEXTfilemetadata.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #67319 - Add field "copyright" to EXT:filemetadata
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Important-66614-ChecksumForProcessedFilesChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Important-66614-ChecksumForProcessedFilesChanged.rst
index 80ac558855439edcdf710cbb5f7b20fc837b7afc..e4770dfa96039375c1c052a80d7d835b72142c73 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Important-66614-ChecksumForProcessedFilesChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Important-66614-ChecksumForProcessedFilesChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Important: #66614 - Checksums for processed files have been changed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Important-67248-CleanUpDataMapperconvertClassNameToTableName.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Important-67248-CleanUpDataMapperconvertClassNameToTableName.rst
index fcaa038bb5c1182c4aaf784c96bda5927dabad05..11532f60aba0cb332d78d4b734c906adb07974b0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Important-67248-CleanUpDataMapperconvertClassNameToTableName.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Important-67248-CleanUpDataMapperconvertClassNameToTableName.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Important: #67248 - Clean up DataMapper::convertClassNameToTableName
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Important-67401-DependencyInjectionIsNowDoneBeforeInitializeObject.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Important-67401-DependencyInjectionIsNowDoneBeforeInitializeObject.rst
index dbd05df0d8f1017efd1a56c58830d0f948d5e2d0..c25a9f5dbc794221efa4e48750486e756bb5fa3d 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Important-67401-DependencyInjectionIsNowDoneBeforeInitializeObject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Important-67401-DependencyInjectionIsNowDoneBeforeInitializeObject.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Important: #67401 - Dependency Injection is now done before initializeObject()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.3/Index.rst b/typo3/sysext/core/Documentation/Changelog/7.3/Index.rst
index 1256fca4907909f991a352af34255a45d573f334..cb45c32951a1abd99ccff43d2a4d5fcd38245e8a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.3/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.3/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 7.3 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-39721-PrototypejsAndScriptaculousRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-39721-PrototypejsAndScriptaculousRemoved.rst
index 34de08d4caaab069376d65f97bca66ba8b92db63..e0e94bd733a1b2c8af4be2a45483a8cfb16dd4ac 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-39721-PrototypejsAndScriptaculousRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-39721-PrototypejsAndScriptaculousRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #39721 - Prototype.js and Scriptaculous removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-52705-DefaultLogConfigurationIsChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-52705-DefaultLogConfigurationIsChanged.rst
index ca3ca77016bcefecb8bb770e0fc96af786b55d2e..66d27e8359a220f3391e65c6ebb6ecb94f414c39 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-52705-DefaultLogConfigurationIsChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-52705-DefaultLogConfigurationIsChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #52705 - Default log configuration is changed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-55759-HTMLInLinkTitlesNotWorkingAnymore.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-55759-HTMLInLinkTitlesNotWorkingAnymore.rst
index 74a4355b0bebc7c87b1a8a0e2fd8619d276fed04..a0beab6a6b0b465313ba308beed789676e9b6b50 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-55759-HTMLInLinkTitlesNotWorkingAnymore.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-55759-HTMLInLinkTitlesNotWorkingAnymore.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #55759 - HTML in link titles not working anymore
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-56133-NewBeUserPermissionFilesReplace.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-56133-NewBeUserPermissionFilesReplace.rst
index c3e5d2e0d788e82427ad9980d0bc2385c1b7ea9e..d39761768aa8545d61e037d1978fdb33d3bf751a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-56133-NewBeUserPermissionFilesReplace.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-56133-NewBeUserPermissionFilesReplace.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #56133 - New BE user permission "Files: replace"
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-56951-RemoveUnusedMethodsInPagePositionMap.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-56951-RemoveUnusedMethodsInPagePositionMap.rst
index d33efa62bf1de2a1aef628807eb14d71eb28eaec..9489103dc6795ccc46d39a493a293c52808ba683 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-56951-RemoveUnusedMethodsInPagePositionMap.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-56951-RemoveUnusedMethodsInPagePositionMap.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #56951 - Remove unused methods in PagePositionMap
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-63838-ChangedOpcodeCacheUtilityBeingAServiceClass.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-63838-ChangedOpcodeCacheUtilityBeingAServiceClass.rst
index 9d6fc537f156c1fd35d154267f4c98c197a0adb2..fdefed40bb638fef8553fa27925b72d261a3dbff 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-63838-ChangedOpcodeCacheUtilityBeingAServiceClass.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-63838-ChangedOpcodeCacheUtilityBeingAServiceClass.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Breaking: #63838 - Changed OpcodeCacheUtility being a service class
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-64200-CustomCObject.cache.TypoScriptEvaluation.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-64200-CustomCObject.cache.TypoScriptEvaluation.rst
index e078ff33d1246cce7eb81cd51bbef586f5ce834e..83b18882cb6d781369a147ec71441d5c4478a3bf 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-64200-CustomCObject.cache.TypoScriptEvaluation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-64200-CustomCObject.cache.TypoScriptEvaluation.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #64200 - Custom [cObject].cache.* TypoScript evaluation
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-64714-CatchExceptionsForInaccessibleStorages.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-64714-CatchExceptionsForInaccessibleStorages.rst
index cc49680dc230d0f9650b99e415170e33f10bdcca..edc0f0961fcac364fcebbb92b8d2d8cf1c39d5c8 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-64714-CatchExceptionsForInaccessibleStorages.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-64714-CatchExceptionsForInaccessibleStorages.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #64714 - Catch exceptions for inaccessible storages
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-65305-AddFunctionsToDriverInterface.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-65305-AddFunctionsToDriverInterface.rst
index a8f9064949d3bc2f2e1ddab5d361ac8ee6ae4acf..482dd79235c196244d3505997b95f2fee13401a8 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-65305-AddFunctionsToDriverInterface.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-65305-AddFunctionsToDriverInterface.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Breaking: #65305 - DriverInterface has been extended
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-66602-RemoveRefererCheckWhileHandlingJumpUrl.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-66602-RemoveRefererCheckWhileHandlingJumpUrl.rst
index 7bb9dc91b74c3f99421b6d662001c6adbd079c68..05741c791a5b00469269b5e88ec41dec4ab71c2c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-66602-RemoveRefererCheckWhileHandlingJumpUrl.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-66602-RemoveRefererCheckWhileHandlingJumpUrl.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #66602 - Check jumpUrl referer has been removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67545-PreFileAddSignalBehaviourChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67545-PreFileAddSignalBehaviourChanged.rst
index 833457800c2cae66dcaae2d1dd8c4771a548cf13..66d9fb5aa169d54d495fe93e5c6a7d88b2572af0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67545-PreFileAddSignalBehaviourChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67545-PreFileAddSignalBehaviourChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #67545 - PreFileAdd signal behaviour changed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67546-CleanupFlashMessageRendering.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67546-CleanupFlashMessageRendering.rst
index b53e5f572e324bb08370eea32205d75acfb4900f..3be976ff24951c6774b55457963bce8bef845902 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67546-CleanupFlashMessageRendering.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67546-CleanupFlashMessageRendering.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Breaking: #67546 - Cleanup Flash message rendering in FlashMessageQueue
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67557-LanguageFileOfOpendocsWasMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67557-LanguageFileOfOpendocsWasMoved.rst
index ebab5390bcdf85ee1e05a37f9dadd24cde055455..a7a83d617f9cf5769340eebc968488224c341da5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67557-LanguageFileOfOpendocsWasMoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67557-LanguageFileOfOpendocsWasMoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #67557 - Language file of Opendocs was moved
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67565-DeprecatedBackendRelatedMethodsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67565-DeprecatedBackendRelatedMethodsRemoved.rst
index 272f77b61edb5e33815f8d6b4151de52083e84fc..ef0358b3b6358e082870b175813dbe9068a746cc 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67565-DeprecatedBackendRelatedMethodsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67565-DeprecatedBackendRelatedMethodsRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #67565 - Deprecated backend related methods removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67577-RteEnabledFlagHandling.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67577-RteEnabledFlagHandling.rst
index 1e1a08cd5cce2ce914eb75eee730b46933fb77b1..7992978cf22be7b4aea053c55a6094d9214ad0f3 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67577-RteEnabledFlagHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67577-RteEnabledFlagHandling.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Breaking: #67577 - rte_enabled and flag handling
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67646-LibraryInclusionInFrontend.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67646-LibraryInclusionInFrontend.rst
index 868673b7887c3b0d50112ea971a6086684a7bc02..117ab0936ce31320031e71bede1fa541194179c4 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67646-LibraryInclusionInFrontend.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67646-LibraryInclusionInFrontend.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #67646 - PHP library inclusion in frontend removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67654-RemoveGLOBALSFILEICONSFunctionality.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67654-RemoveGLOBALSFILEICONSFunctionality.rst
index 4731aa084876e72d21d63028ce53c6e243ff3f1b..cdff3a263cca65b154ee8c7237c0f2b4bdc22435 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67654-RemoveGLOBALSFILEICONSFunctionality.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67654-RemoveGLOBALSFILEICONSFunctionality.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #67654 - Remove $GLOBALS[FILEICONS] functionality
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67749-ForceAutoloadingForVariousHooks.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67749-ForceAutoloadingForVariousHooks.rst
index df8bad623c1573a57c14ff2ab46591052f464ce8..da5759956012a5806edbaad34da41c68f27a55ba 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67749-ForceAutoloadingForVariousHooks.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67749-ForceAutoloadingForVariousHooks.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #67749 - Force class auto loading for various hooks
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67753-DropSecondaryOptions.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67753-DropSecondaryOptions.rst
index 55c4d1f341afd4daa99d00cb017dffb992660b52..ca6232badff6099b46441d06d562908bb201a1f4 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67753-DropSecondaryOptions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67753-DropSecondaryOptions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Breaking: #67753 - Drop "Show secondary options"
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67792-ClassAliasesOfIndexedSearchRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67792-ClassAliasesOfIndexedSearchRemoved.rst
index 3a76d3e3264fe9fdaacda3e38ddb52944afc4dbd..aab511f037a45f8d8600ac23d855e417be1c4564 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67792-ClassAliasesOfIndexedSearchRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67792-ClassAliasesOfIndexedSearchRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #67792 - Class aliases of Indexed Search removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67811-RteApi.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67811-RteApi.rst
index 143a7e36e8711024352feef10411ec5ea2a167f1..f2f830a0994f9712816392c271cf866fbdeec17d 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67811-RteApi.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67811-RteApi.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================
 Breaking: #67811 - Rte API
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67815-RemoveTceformsjsBecauseWeDontNeedItAnymore.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67815-RemoveTceformsjsBecauseWeDontNeedItAnymore.rst
index 354ba6c38a5e89d35f27d3218a040449f1da1de6..95275657b7a5669bf424068fb1f9a5187c6a6935 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67815-RemoveTceformsjsBecauseWeDontNeedItAnymore.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67815-RemoveTceformsjsBecauseWeDontNeedItAnymore.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Breaking: #67815 - Remove tceforms.js because we don't need it anymore
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67824-Typo3ExtFolderRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67824-Typo3ExtFolderRemoved.rst
index de5ca9362f9c43a9f86bfb46bc1df425e7ad99cb..2ef18b1e9bf6683da2ec3c0152ba1f4f8cddddbe 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67824-Typo3ExtFolderRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67824-Typo3ExtFolderRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Breaking: #67824 - typo3/ext folder removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67825-RemoveColorpickerOptionsDimAndTableStyle.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67825-RemoveColorpickerOptionsDimAndTableStyle.rst
index 14f2b723e72b3cec60143ff4c1dc4d3e3dc2c9b8..02f04b0c932b7714a0d5b658706799efbd4734b4 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67825-RemoveColorpickerOptionsDimAndTableStyle.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67825-RemoveColorpickerOptionsDimAndTableStyle.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #67825 - Remove colorpicker options "dim" and "tableStyle"
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67890-RedesignFluidTemplateDataProcessorInterfaceToDataProcessorInterface.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67890-RedesignFluidTemplateDataProcessorInterfaceToDataProcessorInterface.rst
index 99e30694e908709c210a34f0564430109a1e8433..0b7c5aa77d0b015cce48b5a44ee11e3816e5e6a3 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67890-RedesignFluidTemplateDataProcessorInterfaceToDataProcessorInterface.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67890-RedesignFluidTemplateDataProcessorInterfaceToDataProcessorInterface.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================================
 Breaking: #67890 - Redesign FluidTemplateDataProcessorInterface to DataProcessorInterface
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67932-FeloginTemplateHasBeenChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67932-FeloginTemplateHasBeenChanged.rst
index d66e8e0ea35acec5da59963e28ff06706f30f470..9ec91a9c202e0f868c28c67c488e3c55b23a040d 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67932-FeloginTemplateHasBeenChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67932-FeloginTemplateHasBeenChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Breaking: #67932 - felogin template has been changed for RSA encryption
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67946-LowLevelScriptsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67946-LowLevelScriptsRemoved.rst
index 942f9a14d78e996876c29f3501ee02fab9e5c810..2b24b8d434fca4c099fe0b81926043359a8a4649 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67946-LowLevelScriptsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67946-LowLevelScriptsRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #67946 - LowLevel Cleaner Scripts Removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67987-RemovedEntryScriptHandling.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67987-RemovedEntryScriptHandling.rst
index 602c7e382f12f9db730ebcdb99889025c622f899..bae9649ffcd53821a57b57b81c3933123c50e9b3 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67987-RemovedEntryScriptHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-67987-RemovedEntryScriptHandling.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Breaking: #67987 - Removed entry script handling
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68001-RemovedExtJSCoreAndExtJSAdapters.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68001-RemovedExtJSCoreAndExtJSAdapters.rst
index a1cfcb44d8854c64540652bcc6328696e178217e..ac6c07272c2d5dd41ffa6480b4f12330fee71eed 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68001-RemovedExtJSCoreAndExtJSAdapters.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68001-RemovedExtJSCoreAndExtJSAdapters.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #68001 - Removed ExtJS Core and ExtJS Adapters
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68010-T3Editor-EventCallbacksForCodecompletionHaveChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68010-T3Editor-EventCallbacksForCodecompletionHaveChanged.rst
index 8e3d4eeb083b5f126cbba52ca1501b918ed79921..54bf4641c873ae0aa2fe6c5b4584283e16008a42 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68010-T3Editor-EventCallbacksForCodecompletionHaveChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68010-T3Editor-EventCallbacksForCodecompletionHaveChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Breaking: #68010 - T3Editor - Event callbacks for codecompletion have changed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68010-T3Editor-PluginRegistrationForCodecompletionHasChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68010-T3Editor-PluginRegistrationForCodecompletionHasChanged.rst
index daf10d9c812abcc05657343dcc1959ca67e503da..c313ed7872aaf0ca8fd560ee8cafb2cd2b6b122c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68010-T3Editor-PluginRegistrationForCodecompletionHasChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68010-T3Editor-PluginRegistrationForCodecompletionHasChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Breaking: #68010 - T3Editor - Plugin registration for codecompletion has changed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68020-DroppedDisableBigButtons.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68020-DroppedDisableBigButtons.rst
index e2d2d40d5221f85111447335bd749f34253b47b1..2411bec1f6a6fb3b64866a9f8a56e8b15556c91b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68020-DroppedDisableBigButtons.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68020-DroppedDisableBigButtons.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Breaking: #68020 - Dropped DisableBigButtons
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68092-TcaRemoveWizardHideParent.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68092-TcaRemoveWizardHideParent.rst
index d19edd3f77b907026ada54564723ba3e2df76194..b63d80d781cba75a8297672c4a0e52a120c2aab5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68092-TcaRemoveWizardHideParent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68092-TcaRemoveWizardHideParent.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #68092 - TCA: Remove wizard hideParent and _HIDDENFIELD
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68116-DropRTEuserLinksFunctionality.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68116-DropRTEuserLinksFunctionality.rst
index 241cb13606452da5e8bc172434f3b19f46dae85b..9927e14da343f719f8ef79b1b39555453e2ad9c4 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68116-DropRTEuserLinksFunctionality.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68116-DropRTEuserLinksFunctionality.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #68116 - Drop RTE.userLinks functionality
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68131-StreamlineErrorAndExceptionHandling.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68131-StreamlineErrorAndExceptionHandling.rst
index 8ce7298ac6b5ab42c3aa2665dc257f9598250971..e1cbf560f36bff8b16b7c91832ca69afd158e44a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68131-StreamlineErrorAndExceptionHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68131-StreamlineErrorAndExceptionHandling.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #68131 - Streamline error and exception handling
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68150-GLOBALSCLIENT.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68150-GLOBALSCLIENT.rst
index 99e58c5b109f9efef727e40973afd3e2ccd2d810..70c442ff8c2fe635560db43097c0b3d3562ba2ab 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68150-GLOBALSCLIENT.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68150-GLOBALSCLIENT.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================
 Breaking: #68150 - $GLOBALS['CLIENT']
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68178-DropFormEnctype.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68178-DropFormEnctype.rst
index fe197fa452b153a878dbb80c715e449dd4f49896..4e7c737b411c82637327bb1e0296b1f49dce9a30 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68178-DropFormEnctype.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68178-DropFormEnctype.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #68178 - Drop $GLOBALS['TYPO3_CONF_VARS']['SYS']['form_enctype']
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68186-AdjustedAndRemovedMethodsInEIDArea.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68186-AdjustedAndRemovedMethodsInEIDArea.rst
index e9a869420dfa04f4914975b7595779c0f42e7fd5..be313248c8afb60e1f0e831463c7accddab4228f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68186-AdjustedAndRemovedMethodsInEIDArea.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68186-AdjustedAndRemovedMethodsInEIDArea.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #68186 - Adjusted and removed methods in eID area
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68193-DropRemoveLoginpagesWithContentHashFromIndexerphp.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68193-DropRemoveLoginpagesWithContentHashFromIndexerphp.rst
index f85c72b4340eb74faf874b86ea7e4903c74d435f..9fde3ab1436e5c760c71ff3ad0a17e86378b58dd 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68193-DropRemoveLoginpagesWithContentHashFromIndexerphp.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68193-DropRemoveLoginpagesWithContentHashFromIndexerphp.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================================
 Breaking: #68193 - ext:indexed_search Drop removeLoginpagesWithContentHash from Indexer.php
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68206-RemoveUsageOfTypolistAndTypoheadInRTE.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68206-RemoveUsageOfTypolistAndTypoheadInRTE.rst
index 783de59f38ef4e70248955478a494bd1d62a2b28..1bc13eb9b3c4d2ff4ba61387de8b153827cdc847 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68206-RemoveUsageOfTypolistAndTypoheadInRTE.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68206-RemoveUsageOfTypolistAndTypoheadInRTE.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #68206 - Remove usage of typolist and typohead in RTE
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68243-MoveNotUsedFrontendDocumentTemplate.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68243-MoveNotUsedFrontendDocumentTemplate.rst
index b3b8f3df7684f8895f98a0f02fb3c61af506d471..e66c9adcf5e8676b79389ea228f4bdd1bacdab10 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68243-MoveNotUsedFrontendDocumentTemplate.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68243-MoveNotUsedFrontendDocumentTemplate.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #68243 - Move not used FrontendDocumentTemplate
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68276-RemoveExtJSQuicktipsIfPossible.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68276-RemoveExtJSQuicktipsIfPossible.rst
index ecfe589e2333a7691c561cfb40daa96507e06cb1..268148a0e60f22ad125909f690abf54733a8af63 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68276-RemoveExtJSQuicktipsIfPossible.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68276-RemoveExtJSQuicktipsIfPossible.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Breaking: #68276 - Remove ExtJS Quicktips if possible
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68321-MoveLanguageAndImagesInRtehtmlarea.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68321-MoveLanguageAndImagesInRtehtmlarea.rst
index 481f48986aa049558c08d0fa38a4115862ae35c7..fa9e63e0de312597eb9e5e46ddaf8fc3000fd2e1 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68321-MoveLanguageAndImagesInRtehtmlarea.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Breaking-68321-MoveLanguageAndImagesInRtehtmlarea.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #68321 - Move language and images in rtehtmlarea
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-50349-ReduceSQLQueriesOfPageTreeInWorkspaces.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-50349-ReduceSQLQueriesOfPageTreeInWorkspaces.rst
index ff282030120f7f50180e45b3581957a300d50f4e..826a5aa2bcab86da46a93fc6c5b687be25911eec 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-50349-ReduceSQLQueriesOfPageTreeInWorkspaces.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-50349-ReduceSQLQueriesOfPageTreeInWorkspaces.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Deprecation: #50349 - Reduce SQL queries of page tree in workspaces
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63603-ExtendedFileUtilitydontCheckForUniqueIsDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63603-ExtendedFileUtilitydontCheckForUniqueIsDeprecated.rst
index fdfbf4e4c22cdf7e5c209d3306cb4c517a387cdc..9079b1fef0e5ef0ac3a4d770fef264763d2f4001 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63603-ExtendedFileUtilitydontCheckForUniqueIsDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63603-ExtendedFileUtilitydontCheckForUniqueIsDeprecated.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Deprecation: #63603 - ExtendedFileUtility::$dontCheckForUnique is deprecated
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63603-FileControllerAndFileListControllerOverwriteExistingFilesChangedToStringValue.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63603-FileControllerAndFileListControllerOverwriteExistingFilesChangedToStringValue.rst
index 6ee1c536bc1568fdf46e30078ebcbb61c09e8062..fd27c7913634eec07db7e6a084f1c7c3e2c39569 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63603-FileControllerAndFileListControllerOverwriteExistingFilesChangedToStringValue.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63603-FileControllerAndFileListControllerOverwriteExistingFilesChangedToStringValue.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================================================
 Deprecation: #63603 - FileController and FileListController overwriteExistingFiles changed to string value
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63974-CssCompressorCallbackAndCompressCssString.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63974-CssCompressorCallbackAndCompressCssString.rst
index 0ea0a29623fc9654cff12b770c0ffbbd8e2afbac..b1f48b96d35936030567903828475439bb61e9d1 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63974-CssCompressorCallbackAndCompressCssString.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-63974-CssCompressorCallbackAndCompressCssString.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Deprecation: #63974 - Deprecate CSS compressor callback method
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-65790-PagesStoragePidDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-65790-PagesStoragePidDeprecated.rst
index c9e6a935c2b3facb50a3f44ca3a3cea324d27662..aa2dd236f4d59838f0d9313518d310ae1a0e77db 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-65790-PagesStoragePidDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-65790-PagesStoragePidDeprecated.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Deprecation: #65790 - Remove pages.storage_pid and logic
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-66904-DisablegetExtURL.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-66904-DisablegetExtURL.rst
index 1281b57add057e8659d082a3e75c22796a4bcc58..f6a7ee2be8268e137559b848f8ffae92b1c16730 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-66904-DisablegetExtURL.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-66904-DisablegetExtURL.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Deprecation: #66904 - $disable Option in PageRepository->getExtURL()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67288-DeprecateDbalMetaType.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67288-DeprecateDbalMetaType.rst
index eff428f3407fdfc0abc9231b404df82b49d447d7..e5e605b117c42ff4ab51b0d06ea7cda8613047e2 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67288-DeprecateDbalMetaType.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67288-DeprecateDbalMetaType.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Deprecation: #67288 - Deprecate Dbal\DatabaseConnection::MetaType() method
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67471-InitPhp.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67471-InitPhp.rst
index fe8ce32e05249f547bfd3ef4ab1d322ead2aeea9..74ea3e58b393f7776994527afdb18b14ec013a4e 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67471-InitPhp.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67471-InitPhp.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================
 Deprecation: #67471 - Deprecate init.php
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67506-DeprecateIconUtilitygetIcon.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67506-DeprecateIconUtilitygetIcon.rst
index ebbaf50857903f10d5ceba453a6c9a9554fb68e4..aa98ae83f19b1f20cd14ac362d07169eeb86874b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67506-DeprecateIconUtilitygetIcon.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67506-DeprecateIconUtilitygetIcon.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Deprecation: #67506 - Deprecate IconUtility::getIcon
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67670-DeprecateCustomSingletonLogicInGeneralUtilitygetUserObj.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67670-DeprecateCustomSingletonLogicInGeneralUtilitygetUserObj.rst
index 816f8e62cf0d100c7a24f87b91840cf803422e7d..142a9abb9970c03d58e4a62891c3dfe7b936599a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67670-DeprecateCustomSingletonLogicInGeneralUtilitygetUserObj.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67670-DeprecateCustomSingletonLogicInGeneralUtilitygetUserObj.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Deprecation: #67670 - Deprecate custom singleton logic in GeneralUtility::getUserObj
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67737-TcaDropAdditionalPalette.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67737-TcaDropAdditionalPalette.rst
index 0acaf1dcbcce69885c11f1a5313ca2e130bd7abd..ed7400e6894d6d195b2e7ed165c03a99a1b8b380 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67737-TcaDropAdditionalPalette.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67737-TcaDropAdditionalPalette.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Deprecation: #67737 - TCA: Drop additional palette
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67769-DeprecateQueryGeneratorformatQ.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67769-DeprecateQueryGeneratorformatQ.rst
index a680cf8d6750d769803410f82f7a62941b6254df..9332e94f28a0488f613aaa9b12f36a109c1bd86c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67769-DeprecateQueryGeneratorformatQ.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67769-DeprecateQueryGeneratorformatQ.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #67769 - Deprecate QueryGenerator::formatQ()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67790-DeprecateQueryGeneratorJSbottom.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67790-DeprecateQueryGeneratorJSbottom.rst
index 6b36ac5d43ec084986e10fa6802368f58a597177..6877f0f0284e7e8211c0f3e3142101a4d4ca1f49 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67790-DeprecateQueryGeneratorJSbottom.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67790-DeprecateQueryGeneratorJSbottom.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #67790 - Deprecate QueryGenerator::JSbottom()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67932-DeprecatedOldRsaauthApi.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67932-DeprecatedOldRsaauthApi.rst
index d202815498d59cdabb1128c460674510084c1b85..896dcae005b435847545b1816975bb7f28aabbdb 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67932-DeprecatedOldRsaauthApi.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67932-DeprecatedOldRsaauthApi.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Deprecation: #67932 - Deprecated old rsaauth encryption API
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67991-RemovedExtCms.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67991-RemovedExtCms.rst
index cd0b55585978ba03db0071d6e3bb71f55dfd74d3..0c800f39bdd062b076a33d9dc7619678daf7188a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67991-RemovedExtCms.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-67991-RemovedExtCms.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================
 Deprecation: #67991 - Removed ext:cms
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68074-DeprecateGetPageRenderer.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68074-DeprecateGetPageRenderer.rst
index 7b5f0c25cf69b7c4faf42f1d024a77901c5805f7..44f8760ec4ff0149cd022e1dbf9633e69a26dfc5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68074-DeprecateGetPageRenderer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68074-DeprecateGetPageRenderer.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #68074 - Deprecate getPageRenderer() methods
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68098-GeneralUtilityMethods.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68098-GeneralUtilityMethods.rst
index 3c8fa1390b5f70249ee9a9c5e918b6c9d5e2ac78..1538a8457d68eba132359c925d6ae0438609faaf 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68098-GeneralUtilityMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68098-GeneralUtilityMethods.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Deprecation: #68098 - Deprecate GeneralUtility methods
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68122-GeneralUtilityReadLLfile.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68122-GeneralUtilityReadLLfile.rst
index 6884cd2887cc7fc5b838d1a5c527bce2926eeffd..2a6913679ff444889320de13cd634ef5942bc8fb 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68122-GeneralUtilityReadLLfile.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68122-GeneralUtilityReadLLfile.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #68122 - Deprecate GeneralUtility::readLLfile
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68141-Typo3ajaxphp.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68141-Typo3ajaxphp.rst
index d13e982deb1fec758ab600f14342403597ae5a4f..4cbbf5037dd1e5202ed750dafa8f3dd43f616a05 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68141-Typo3ajaxphp.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68141-Typo3ajaxphp.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================
 Deprecation: #68141 - typo3/ajax.php
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68183-Typo3modphp.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68183-Typo3modphp.rst
index c2c69f5647b73af10915552cddc8835daa57fe75..51b92b87fc292bd2cb735f2512322d35d4d5356e 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68183-Typo3modphp.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Deprecation-68183-Typo3modphp.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================
 Deprecation: #68183 - typo3/mod.php
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-20194-ConfigurationForDisplayingTheSaveViewButton.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-20194-ConfigurationForDisplayingTheSaveViewButton.rst
index cc2d885976b9a522e73b227e383c47f44bfe1698..0c1c4486fae1bd1323c6de1666fdee35003e1e28 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-20194-ConfigurationForDisplayingTheSaveViewButton.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-20194-ConfigurationForDisplayingTheSaveViewButton.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #20194 - Configuration for displaying the "Save & View" button
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-22175-SupportIecSiUnitsInFileSizeFormatting.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-22175-SupportIecSiUnitsInFileSizeFormatting.rst
index 998c0f2f47d6e5be01770c9f86e19417cb5d08ae..2eb21f2ae0fb509b8ad62e30227345b214b0188e 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-22175-SupportIecSiUnitsInFileSizeFormatting.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-22175-SupportIecSiUnitsInFileSizeFormatting.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #22175 - Support IEC/SI units in file size formatting
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-33071-AddTheHttpHeaderContent-LanguageWhenRenderingAPage.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-33071-AddTheHttpHeaderContent-LanguageWhenRenderingAPage.rst
index 6371401634045edbfe28b01bec3ab4fd7a09000f..ef3dbdaf55f47c97fd281f729ab5d9f61fe095ae 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-33071-AddTheHttpHeaderContent-LanguageWhenRenderingAPage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-33071-AddTheHttpHeaderContent-LanguageWhenRenderingAPage.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Feature: #33071 - Add the http header "Content-Language" when rendering a page
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-34922-AllowTsFileExtensionForStaticTyposcriptTemplates.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-34922-AllowTsFileExtensionForStaticTyposcriptTemplates.rst
index fbe610d92235733ec7038798201cece319dddc7c..60743a39ef04f8a4c99a629236f24d759cabeea0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-34922-AllowTsFileExtensionForStaticTyposcriptTemplates.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-34922-AllowTsFileExtensionForStaticTyposcriptTemplates.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Feature: #34922 - Allow .ts file extension for static TypoScript templates
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-43984-AddStdWrapFunctionalityToTreatIdAsReferenceTypoScript.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-43984-AddStdWrapFunctionalityToTreatIdAsReferenceTypoScript.rst
index 03a3827fbbba82a8d577047dae5763520d5e010e..48b923d7d26b112b618f8d9fac73703142f5b801 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-43984-AddStdWrapFunctionalityToTreatIdAsReferenceTypoScript.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-43984-AddStdWrapFunctionalityToTreatIdAsReferenceTypoScript.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Feature: #43984 - Add stdWrap functionality to TreatIdAsReference TypoScript
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-45725-AddedRecursiveOptionToFolderBasedFileCollections.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-45725-AddedRecursiveOptionToFolderBasedFileCollections.rst
index 7fb2c53a32726feefb3a2d92fa99a31408c82a1b..a7d1969973357c520bdac748698c55d45c11d307 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-45725-AddedRecursiveOptionToFolderBasedFileCollections.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-45725-AddedRecursiveOptionToFolderBasedFileCollections.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Feature: #45725 - Added recursive option to folder based file collections
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-48947-AvatarsForBackendUsers.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-48947-AvatarsForBackendUsers.rst
index 7c81b19dad42cc95a5d8dc3a3e78df889782327b..bb323153abaada893e477cc19b434c23cfb67505 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-48947-AvatarsForBackendUsers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-48947-AvatarsForBackendUsers.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Feature: #48947 - Avatars for backend users
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-56133-ReplaceFileFeatureForFalFileList.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-56133-ReplaceFileFeatureForFalFileList.rst
index 647e2326d7469d02f677a43682276a757d6b2ee3..cb4d122a5ae377a797cc7065872310f894d14c98 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-56133-ReplaceFileFeatureForFalFileList.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-56133-ReplaceFileFeatureForFalFileList.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #56133 - Replace file feature for fal file list
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-56644-AddHookToInlineRecordContainerCheckAccess.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-56644-AddHookToInlineRecordContainerCheckAccess.rst
index ce7e984cccf10dc4414160daa6fcb47d463b7b24..f41e896e51866e8e8ee08dcf726fca42eb76b02b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-56644-AddHookToInlineRecordContainerCheckAccess.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-56644-AddHookToInlineRecordContainerCheckAccess.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #56644 - Hook for InlineRecordContainer::checkAccess()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59231-AddHookToAbstractUserAuthenticationCheckAuthentication.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59231-AddHookToAbstractUserAuthenticationCheckAuthentication.rst
index 19b699f1fb23830f057f1d23947b38d33583566d..3bcdcce574915fbcc0afbf6e8c857cb68a9099a0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59231-AddHookToAbstractUserAuthenticationCheckAuthentication.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59231-AddHookToAbstractUserAuthenticationCheckAuthentication.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Feature: #59231 - Hook for AbstractUserAuthentication::checkAuthentication()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59384-XMLParserOptionsForXml2tree.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59384-XMLParserOptionsForXml2tree.rst
index 282a0fcfc2031090b986919c3d35d8b8141c7052..f8c775865c963870eda61229fe82c39a179d141a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59384-XMLParserOptionsForXml2tree.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59384-XMLParserOptionsForXml2tree.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #59384 - XML parser options for xml2tree()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59570-AddDescriptionFieldForFilemounts.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59570-AddDescriptionFieldForFilemounts.rst
index 8582c2cdef95527d6558633b560afa5e5fc5ebdf..91eb8e53da9fce97070e11b2a35b6600d592aeab 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59570-AddDescriptionFieldForFilemounts.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-59570-AddDescriptionFieldForFilemounts.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #59570 - Add description-field for filemounts
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-61308-AllowPlaceholderAttribute.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-61308-AllowPlaceholderAttribute.rst
index f0d46dacb101bd1ce570cbb985f9cfd95cec98ae..e810a189cbc5c49ef1f6a8c1980659135ee57efe 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-61308-AllowPlaceholderAttribute.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-61308-AllowPlaceholderAttribute.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #61308 - ext:form allows placeholder attribute
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-61903-PageTSDataproviderForBackendLayouts.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-61903-PageTSDataproviderForBackendLayouts.rst
index 61c2ac98bf7eead0ff39bf91ca32fbdaff39b833..6b7564ddedd7c6e3be4d5add70d86cb3f93a861b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-61903-PageTSDataproviderForBackendLayouts.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-61903-PageTSDataproviderForBackendLayouts.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #61903 - PageTS dataprovider for backend layouts
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-64200-AllowIndividualContentCaching.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-64200-AllowIndividualContentCaching.rst
index d51e4880c3c9d519e1d640274f102fd10fe6b502..8c072acd8895a2d86358ec22d4b64686b2155d4f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-64200-AllowIndividualContentCaching.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-64200-AllowIndividualContentCaching.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Feature: #64200 - Allow individual content caching
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-65550-MakeTableDisplayOrderConfigurableInListModule.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-65550-MakeTableDisplayOrderConfigurableInListModule.rst
index 4e67d422fb0ff424efa5a10b2931accb5cef8b31..e758e23d61dc0583bd053b8ecc643f30019c9eca 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-65550-MakeTableDisplayOrderConfigurableInListModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-65550-MakeTableDisplayOrderConfigurableInListModule.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #65550 - Make table display order configurable in List module
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-65698-AdditionalResourceServiceLocalization.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-65698-AdditionalResourceServiceLocalization.rst
index 303234aa5eba4a01a0de5b64f1216b24ce3af20d..e6708bfd133eabb1265d869fe54409ad30f72c7b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-65698-AdditionalResourceServiceLocalization.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-65698-AdditionalResourceServiceLocalization.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Feature: #65698 - Additional localization files in backend workspace module
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-66070-ConfigureSectionForPaginationWidget.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-66070-ConfigureSectionForPaginationWidget.rst
index d529d042b22335f9706df16b8c3e7e45d237ee2c..28d0dff6aaa2e2daeaf98917fcd70e2f02ef74c0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-66070-ConfigureSectionForPaginationWidget.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-66070-ConfigureSectionForPaginationWidget.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #66070 - Configure anchor for pagination widget
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67228-EmitSignalWhenAnIndexRecordIsMarkedAsMissing.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67228-EmitSignalWhenAnIndexRecordIsMarkedAsMissing.rst
index 82290969d87c695cc0ca3e11b36c681dcfa0b4ac..444cd65b0f879d9bd1964e41b3b3bc1ba1d39846 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67228-EmitSignalWhenAnIndexRecordIsMarkedAsMissing.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67228-EmitSignalWhenAnIndexRecordIsMarkedAsMissing.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #67228 - Emit Signal when an IndexRecord is marked as missing
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67290-DBALDBMSSpecificConversionBetweenMetaMySQLFieldTypes.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67290-DBALDBMSSpecificConversionBetweenMetaMySQLFieldTypes.rst
index ff85768a16bd1a3a069097d2ad40017d21c1213b..a400a763a64879647b1f6e89c835d748ac4830ba 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67290-DBALDBMSSpecificConversionBetweenMetaMySQLFieldTypes.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67290-DBALDBMSSpecificConversionBetweenMetaMySQLFieldTypes.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Feature: #67290 - DBAL: DBMS specific conversion between Meta/MySQL field types
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67293-DependencyOrderingService.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67293-DependencyOrderingService.rst
index b7e9a84abc0e9d630e4a6b547b86725d3dc12ccd..8437b791e6fb3e19e4ed7255358eb14adc3e4df0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67293-DependencyOrderingService.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67293-DependencyOrderingService.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Feature: #67293 - Dependency ordering service
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67360-CustomAttributeNameAndMultipleValuesForMetaTags.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67360-CustomAttributeNameAndMultipleValuesForMetaTags.rst
index 094d93db5024794f3a57b1dd81069c09f0b066b1..05b42d92a4b800b1162f469f9a9fc8cf2645a470 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67360-CustomAttributeNameAndMultipleValuesForMetaTags.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67360-CustomAttributeNameAndMultipleValuesForMetaTags.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Feature: #67360 - Custom attribute name and multiple values for meta tags
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67545-AJAXMethodToCheckIfFileExists.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67545-AJAXMethodToCheckIfFileExists.rst
index 4615ca4c3900919a4f3ea79a148699ad7d43ce13..dbebb327c5e4031786c3429bb93ab04a3c74edc3 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67545-AJAXMethodToCheckIfFileExists.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67545-AJAXMethodToCheckIfFileExists.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #67545 - AJAX call to check whether file exists
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67574-DisplayOnlineStatusInBackendUserList.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67574-DisplayOnlineStatusInBackendUserList.rst
index 8feea9f9b96cb0ba918af1d5be09ab4ff3405807..fcf3ca2665fdd1b076f63e7a0d12ab43d8c0dd41 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67574-DisplayOnlineStatusInBackendUserList.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67574-DisplayOnlineStatusInBackendUserList.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #67574 - Display online status in backend user list
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67578-AddDescriptionFieldForBeUsers.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67578-AddDescriptionFieldForBeUsers.rst
index 37ab9f122889db6ed901fb14712b090584ab70f4..aa2f4a2c050ac1ca41bf697bc55e997775487c9c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67578-AddDescriptionFieldForBeUsers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67578-AddDescriptionFieldForBeUsers.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #67578 - Add description-field for backend-users
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67603-IntroduceTcaDescriptionColumn.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67603-IntroduceTcaDescriptionColumn.rst
index f756b05603f67ff8da4d107de629673082500e27..008d762dc4fb125051255bbb243149f834af7ef1 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67603-IntroduceTcaDescriptionColumn.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67603-IntroduceTcaDescriptionColumn.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #67603 - Introduce TCA > ctrl > descriptionColumn
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67658-IntroduceDataProcessorsForSplittingValues.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67658-IntroduceDataProcessorsForSplittingValues.rst
index 632392bd00aca0c28bf80bc947a5753ba97f5e24..9d68ae2b61688e36795e9665a6d266f61c3cc997 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67658-IntroduceDataProcessorsForSplittingValues.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67658-IntroduceDataProcessorsForSplittingValues.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #67658 - Introduce DataProcessors for splitting values
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67662-DataProcessorForFiles.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67662-DataProcessorForFiles.rst
index 782c6b9aecb3032ce6d1843177a98cc85035937f..e980f46a075fb2d35d1c379b7951993a85604c5f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67662-DataProcessorForFiles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67662-DataProcessorForFiles.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Feature: #67662 - DataProcessor for files
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67663-IntroduceDataProcessorForMediaGalleries.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67663-IntroduceDataProcessorForMediaGalleries.rst
index b0068552d667a77c6e4c4e1753c69b85827aee54..cf24e42233a37424d2d436b67bc42e7712f01366 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67663-IntroduceDataProcessorForMediaGalleries.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67663-IntroduceDataProcessorForMediaGalleries.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #67663 - Introduce DataProcessor for media galleries
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67765-IntroduceTypoLinkCodecService.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67765-IntroduceTypoLinkCodecService.rst
index 4066028495d88a78ff4997209dab7646dfe4ff15..6b607ef0746bca46d2ddc66271a6ff1e40c8c939 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67765-IntroduceTypoLinkCodecService.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67765-IntroduceTypoLinkCodecService.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Feature: #67765 - Introduce TypoLinkCodecService
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67808-IntroduceApplicationClassesForEntryPointsAndEquivalentRequestHandlers.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67808-IntroduceApplicationClassesForEntryPointsAndEquivalentRequestHandlers.rst
index 8215757dbeeb91523266edd339934db273592073..8afbeebeac408d89bfccebda4c823887586c6819 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67808-IntroduceApplicationClassesForEntryPointsAndEquivalentRequestHandlers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67808-IntroduceApplicationClassesForEntryPointsAndEquivalentRequestHandlers.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================================
 Feature: #67808 - Introduce Application classes for entry points and equivalent RequestHandlers
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67880-AddedCountToListNum.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67880-AddedCountToListNum.rst
index 44728cbb7246a458b1c07f457201cc9a776a641e..2d8d85801c712043c06a7a8221dc00ec8519727d 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67880-AddedCountToListNum.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67880-AddedCountToListNum.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================
 Feature: #67880 - Added count to listNum
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67932-RsaauthApiRewrite.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67932-RsaauthApiRewrite.rst
index 445d12e3c99c36d4373d5e13637e9462c564a30a..6bf670190a0fbff12d5456a08518dc82614e0fa1 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67932-RsaauthApiRewrite.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67932-RsaauthApiRewrite.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================
 Feature: #67932 - New rsaauth API
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67950-MoveCETableOptionsFromFlexformToTt_content.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67950-MoveCETableOptionsFromFlexformToTt_content.rst
index a5319bf5510fa548d427c6a2705f6d921c115b1b..bf94b53059e988c587d87a7414ee10989eecea22 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67950-MoveCETableOptionsFromFlexformToTt_content.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-67950-MoveCETableOptionsFromFlexformToTt_content.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Feature: #67950 - Move CE table options from flexform to tt_content
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68022-AddedBaseDateAttributeToDateViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68022-AddedBaseDateAttributeToDateViewHelper.rst
index 3d584b11cb8462c8ff84e544ec5a14e2381fa103..6cb81a5c47cbef6b32e0244b89c8951c023a68f7 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68022-AddedBaseDateAttributeToDateViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68022-AddedBaseDateAttributeToDateViewHelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #68022 - Added base date attribute to DateViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68047-EmitASignalForEachMappedObject.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68047-EmitASignalForEachMappedObject.rst
index 367900ba1e3ef36456e341362393ab4eaf17bae8..65bd9cf22178c91f0647ac5cb0ca085c973783fa 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68047-EmitASignalForEachMappedObject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68047-EmitASignalForEachMappedObject.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #68047 - Emit a signal for each mapped object
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68094-DatabaseQueryDataProcessor.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68094-DatabaseQueryDataProcessor.rst
index 555fbc385678bb62b4e5d3277c4ec88ed164231e..239c3019089006ad6fa74fa7af589f40337cf871 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68094-DatabaseQueryDataProcessor.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68094-DatabaseQueryDataProcessor.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Feature: #68094 - Database Query DataProcessor
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68184-PathsToTypo3cmsPackageAndDocumentRootCanBeSpecifiedInComposerjson.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68184-PathsToTypo3cmsPackageAndDocumentRootCanBeSpecifiedInComposerjson.rst
index be2baa595ec88c76b90de617efbefabdceb484dd..1f35e595e61e58ce6ec34fe286fca7867680b021 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68184-PathsToTypo3cmsPackageAndDocumentRootCanBeSpecifiedInComposerjson.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68184-PathsToTypo3cmsPackageAndDocumentRootCanBeSpecifiedInComposerjson.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================================
 Feature: #68184 - Paths to typo3/cms package and document root can be specified in composer.json
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68186-PSR-7SupportForEIDAdded.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68186-PSR-7SupportForEIDAdded.rst
index f8d0ab4abb6621ae52455a5f24602d1eed9152d6..285cf31a4e3d67adf42b629edf8cc38d2c7867a6 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68186-PSR-7SupportForEIDAdded.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68186-PSR-7SupportForEIDAdded.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Feature: #68186 - PSR-7 support for eID added
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68191-TypoScriptSelectOptionLanguageFieldIsActiveByDefault.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68191-TypoScriptSelectOptionLanguageFieldIsActiveByDefault.rst
index 9a185b65b79f3e44bda977ecf9d7b6f35bb115c6..2ebb43029f161b2b9d4e4f5f790d0c970a902755 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68191-TypoScriptSelectOptionLanguageFieldIsActiveByDefault.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68191-TypoScriptSelectOptionLanguageFieldIsActiveByDefault.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Feature: #68191 - TypoScript .select option languageField is active by default
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68197-ShowADialogForExistingFilesOnUpload.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68197-ShowADialogForExistingFilesOnUpload.rst
index 6fb91a3b028c32db0e63ba35d59e5c34b2207029..8f4ebd59fc0795515cc16728a43ac5afea900346 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68197-ShowADialogForExistingFilesOnUpload.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68197-ShowADialogForExistingFilesOnUpload.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #68197 - Show a dialog for existing files on upload
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68218-LockEditForTt_content.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68218-LockEditForTt_content.rst
index 962611c76ce86d9c261de48760ca796428bae73c..40406ea228a3f7e589b6a8a0d14f2e245de09aaa 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68218-LockEditForTt_content.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68218-LockEditForTt_content.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================
 Feature: #68218 - Lock edit for tt_content
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68282-MakeDatabaseRecordListConfigurableToBeEditable.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68282-MakeDatabaseRecordListConfigurableToBeEditable.rst
index 7bd1e5469f3e3af67bb64d60103cbbcc787f48e0..bfe1f83bad20751c10c1c1da4898ab0a22444cb7 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68282-MakeDatabaseRecordListConfigurableToBeEditable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68282-MakeDatabaseRecordListConfigurableToBeEditable.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #68282 - Make DatabaseRecordList configurable to be editable
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68315-IncludeAPageTSconfigFileInPagePropertiesLikeTSStaticTemplates.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68315-IncludeAPageTSconfigFileInPagePropertiesLikeTSStaticTemplates.rst
index f92178f1adfc3042660d6021c1bc3c900a537c8b..f963f7e24fcd13e0c88eb049d30619b2ab0de9d5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68315-IncludeAPageTSconfigFileInPagePropertiesLikeTSStaticTemplates.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68315-IncludeAPageTSconfigFileInPagePropertiesLikeTSStaticTemplates.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================================
 Feature: #68315 - Include a pageTSconfig file in page properties like TS static templates
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68395-AllowRealCopiesOfContentElementsIntoForeignLanguages.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68395-AllowRealCopiesOfContentElementsIntoForeignLanguages.rst
index c5eed3d1f1b02667111ce40c1e13a6d2875b26af..54f900933735f5553b051de9b739854f342c7a11 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68395-AllowRealCopiesOfContentElementsIntoForeignLanguages.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68395-AllowRealCopiesOfContentElementsIntoForeignLanguages.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Feature: #68395 - Allow real copies of content elements into foreign languages
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68589-AddCLICommandToDumpClassLoadingInformation.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68589-AddCLICommandToDumpClassLoadingInformation.rst
index 6f227baafad42d23e99ee0431b4e97f971e6db44..a36d3b1dc58ac0366dcbf4d195f7614edc762ed0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68589-AddCLICommandToDumpClassLoadingInformation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68589-AddCLICommandToDumpClassLoadingInformation.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Feature: #68589 - Add CLI command to dump class loading information
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68600-IntroducedResourceStorageSanitizeFileNameSignal.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68600-IntroducedResourceStorageSanitizeFileNameSignal.rst
index f975d76fe31515ebbbee6d8a8543b36bc5880d3c..b981b93d51cad5a0a24baf566b82d2fb6e608f30 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68600-IntroducedResourceStorageSanitizeFileNameSignal.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Feature-68600-IntroducedResourceStorageSanitizeFileNameSignal.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #68600 - Introduced ResourceStorage SanitizeFileName signal
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Important-67216-DefaultMinimumLoglevelSetToWarning.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Important-67216-DefaultMinimumLoglevelSetToWarning.rst
index d6bdbc0ac1c0d45db68f97c50beed3533aa3d48c..3936491eda03ed10ccd5a1b391dd1823b7376249 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Important-67216-DefaultMinimumLoglevelSetToWarning.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Important-67216-DefaultMinimumLoglevelSetToWarning.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Important: #67216 - Default minimum log level is set to warning
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Important-67445-DBALSupportForALTERTABLEADDDROPKEYAdded.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Important-67445-DBALSupportForALTERTABLEADDDROPKEYAdded.rst
index 335d162c9c78a177216519e4530676659676e5a4..0b81ab61a0f8be9253228de5982aa9fb23e6296d 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Important-67445-DBALSupportForALTERTABLEADDDROPKEYAdded.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Important-67445-DBALSupportForALTERTABLEADDDROPKEYAdded.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Important: #67445 - DBAL support for ALTER TABLE ADD/DROP KEY added
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Important-67852-RemoveJsfuncevalfieldjsFromFormEngine.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Important-67852-RemoveJsfuncevalfieldjsFromFormEngine.rst
index 1119b8c265bbdd64304ecaefb421781ff715d29c..675416d3baef285aea3928dfd11097ee4e5fb557 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Important-67852-RemoveJsfuncevalfieldjsFromFormEngine.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Important-67852-RemoveJsfuncevalfieldjsFromFormEngine.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Important: #67852 - Remove jsfunc.evalfield.js from FormEngine
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Important-68290-DefaultBehaviorForTCASuggestWizardChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Important-68290-DefaultBehaviorForTCASuggestWizardChanged.rst
index 8055b8ba7a439b22148cd8b5165a7368cf12d384..54aab59577f0230e5c4377fc22f9510c28ddf275 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Important-68290-DefaultBehaviorForTCASuggestWizardChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Important-68290-DefaultBehaviorForTCASuggestWizardChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Important: #68290 - Default behavior for TCA suggest wizard changed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Important-68600-IntroducedResourceStorageSanitizeFileNameSignal.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Important-68600-IntroducedResourceStorageSanitizeFileNameSignal.rst
index 9f4ab5070d19568e34601ff30548c535fba7c973..bedd40f8443660f9eb698059df21c05a2e414427 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Important-68600-IntroducedResourceStorageSanitizeFileNameSignal.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Important-68600-IntroducedResourceStorageSanitizeFileNameSignal.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Important: #68600 - Introduced ResourceStorage SanitizeFileName signal
diff --git a/typo3/sysext/core/Documentation/Changelog/7.4/Index.rst b/typo3/sysext/core/Documentation/Changelog/7.4/Index.rst
index fd0e1463c022c0d985c9f605ccc26ada6aa9c263..4d96cf4a7c479121324c6ac6928896f50c30cf06 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.4/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.4/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 7.4 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-24186-HTMLparser-FixAttribclasslistDoesNotAssignFirstElementWhenAttributeValueNotInList.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-24186-HTMLparser-FixAttribclasslistDoesNotAssignFirstElementWhenAttributeValueNotInList.rst
index b106a4ce68916eb2a0d5af1aed508ce200d2f2d4..8892698d502b033e9fdf9b3523b96067dd1f613e 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-24186-HTMLparser-FixAttribclasslistDoesNotAssignFirstElementWhenAttributeValueNotInList.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-24186-HTMLparser-FixAttribclasslistDoesNotAssignFirstElementWhenAttributeValueNotInList.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================================================
 Breaking: #24186 - HTMLparser - fixAttrib.['class'].list does not assign first element, when attribute value not in list
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-30863-StreamlineParameterOfInlineLanguageFiles.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-30863-StreamlineParameterOfInlineLanguageFiles.rst
index dbf0d5310a31b2464d84cc1a96b8343c0a941a9e..eeb44dd7de0bb41070ab41609988414cf43de574 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-30863-StreamlineParameterOfInlineLanguageFiles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-30863-StreamlineParameterOfInlineLanguageFiles.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #30863 - Streamlined parameters for adding inline language files
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-52156-ReplaceJumpUrlWithHooks.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-52156-ReplaceJumpUrlWithHooks.rst
index 162bcfdc113c83e32d4d36d490aefab1927d93fe..c3eed44bee7a241406a6904069cc01e0725620b9 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-52156-ReplaceJumpUrlWithHooks.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-52156-ReplaceJumpUrlWithHooks.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #52156 - Replaced JumpURL features with hooks
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-63000-MigrateCshmanualToExtbase.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-63000-MigrateCshmanualToExtbase.rst
index bb96d13098d04238e7731afa658823de19c3c81a..7fc5b11f2b46c322c827802a6d5d814b70f6cb99 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-63000-MigrateCshmanualToExtbase.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-63000-MigrateCshmanualToExtbase.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #63000 - Migrate EXT:cshmanual to Extbase
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-65317-TypoScriptParserSortListSanitizesInputOnNumericalSort.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-65317-TypoScriptParserSortListSanitizesInputOnNumericalSort.rst
index a4c4dafae90eed2110a36da8e30d70a8771e0ecc..e12fd98ba645d864df0ae81e03f1424469935d55 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-65317-TypoScriptParserSortListSanitizesInputOnNumericalSort.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-65317-TypoScriptParserSortListSanitizesInputOnNumericalSort.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Breaking: #65317 - TypoScriptParser sortList sanitizes input on numerical sort
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-66190-RemoveFlashAndChartFromExtJS.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-66190-RemoveFlashAndChartFromExtJS.rst
index 6b92b2581c4aeb3213c639331591c9a3c5a65c52..eecc14bcce223153e4248e701403bacb69c3724d 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-66190-RemoveFlashAndChartFromExtJS.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-66190-RemoveFlashAndChartFromExtJS.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Breaking: #66190 - Remove flash and chart from ExtJS
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-67098-CorrectRequired-parameterInTextfieldViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-67098-CorrectRequired-parameterInTextfieldViewHelper.rst
index 6b44730588416421e9dc26f8eb12a50a94fba386..5ec7aebc29e3ad2291659a3871ecbf3f7f053045 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-67098-CorrectRequired-parameterInTextfieldViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-67098-CorrectRequired-parameterInTextfieldViewHelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #67098 - Correct required-parameter in TextfieldViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68354-UniformExtensionDirectoryStructureOfExtIndexedSearch.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68354-UniformExtensionDirectoryStructureOfExtIndexedSearch.rst
index 0026649cd4c3ce6a2a24eac42a92033f0640a67e..d28e35797360590b7263d7cf1c1300269e8d4977 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68354-UniformExtensionDirectoryStructureOfExtIndexedSearch.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68354-UniformExtensionDirectoryStructureOfExtIndexedSearch.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Breaking: #68354 - Uniform extension directory structure of EXT:indexed_search
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68401-SqlParserMovedIntoEXTdbal.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68401-SqlParserMovedIntoEXTdbal.rst
index a8124531d7f820c72fd98ed85b354a8ab06f5e6b..98a958c9171675553638d60e90a1cf4901417e49 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68401-SqlParserMovedIntoEXTdbal.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68401-SqlParserMovedIntoEXTdbal.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Breaking: #68401 - SqlParser moved into EXT:dbal
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68562-BoolValuesNeedToBeCastToIntegerForMySQLStrictMode.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68562-BoolValuesNeedToBeCastToIntegerForMySQLStrictMode.rst
index 6a3c55f50dceb5543e9fccb2a2a93f02e9336ed8..8859a293a3e06b60ba90c8af7c0681211c15754e 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68562-BoolValuesNeedToBeCastToIntegerForMySQLStrictMode.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68562-BoolValuesNeedToBeCastToIntegerForMySQLStrictMode.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Breaking: #68562 - Bool values need to be cast to integer for MySQL strict mode
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68571-RemoveElementBrowser-getMsgBox.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68571-RemoveElementBrowser-getMsgBox.rst
index 81415b3676017becbfb4a34a7a6267883f66a20f..64fbdd55d370f5ba30069fa922a8fb0f9fc28719 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68571-RemoveElementBrowser-getMsgBox.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68571-RemoveElementBrowser-getMsgBox.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #68571 - Removed method ElementBrowser->getMsgBox
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68812-DeprecatedBackendEntrypointsMoved.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68812-DeprecatedBackendEntrypointsMoved.rst
index 52a68b3f81d5e7d6dbad85dea49eabe8676525c9..9e353b6c8222cb7ef210c0073eb509e8f0922e8a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68812-DeprecatedBackendEntrypointsMoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68812-DeprecatedBackendEntrypointsMoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #68812 - Old Backend Entrypoints moved to deprecation layer
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68814-RemoveOfBaseConstantTYPO3_URL_ORG.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68814-RemoveOfBaseConstantTYPO3_URL_ORG.rst
index 70ddc854fd0b1705488ae82459d2e32c09bfec1e..9b557523da4aa96810bf6208da381118887c4357 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68814-RemoveOfBaseConstantTYPO3_URL_ORG.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-68814-RemoveOfBaseConstantTYPO3_URL_ORG.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #68814 - Remove of base constant TYPO3_URL_ORG
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69028-DropNegForeignTable.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69028-DropNegForeignTable.rst
index ad8cc6bb28ca116dbad1c91c025912dc091eade9..40214abb5c3f58fbe89fd53dd0fc190054bc8aee 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69028-DropNegForeignTable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69028-DropNegForeignTable.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #69028 - TCA type select - Drop neg_foreign_table
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69057-DeprecateIconUtilityAndMoveMethodsIntoIconFactory.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69057-DeprecateIconUtilityAndMoveMethodsIntoIconFactory.rst
index 82cc26c241b265a0b7b623718f2de1fba651a01a..099477303a464685b3e7a0f64bf36aa636f395c8 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69057-DeprecateIconUtilityAndMoveMethodsIntoIconFactory.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69057-DeprecateIconUtilityAndMoveMethodsIntoIconFactory.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #69057 - Deprecate IconUtility and move methods into IconFactory
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69083-RenamedIdentifierForFilenameModule.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69083-RenamedIdentifierForFilenameModule.rst
index dc65dac561d300756179ba3283058e8077b15f3b..ab5ff79bd3d900d3f31bf235093b4c6500456bdd 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69083-RenamedIdentifierForFilenameModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69083-RenamedIdentifierForFilenameModule.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #69083 - Renamed identifier for filelist module
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69148-BackendModuleDispatchingRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69148-BackendModuleDispatchingRemoved.rst
index 9d429ad53322b26fbe0b3239069122b28a4d52b8..f261a8402a927097f472fbd8a72b9970c62133a5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69148-BackendModuleDispatchingRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69148-BackendModuleDispatchingRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Breaking: #69148 - Backend Module Dispatching removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69161-RemoveIncludeCshFromContainerViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69161-RemoveIncludeCshFromContainerViewHelper.rst
index e5df952811ce989c7f4ec6eba3dfc3e620a37e61..9990c7c24038b2c167a260e882373313ebfe0160 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69161-RemoveIncludeCshFromContainerViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69161-RemoveIncludeCshFromContainerViewHelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Breaking: #69161 - Removed includeCsh setting from ContainerViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69168-Non-tabbedViewOfContentElementWizardRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69168-Non-tabbedViewOfContentElementWizardRemoved.rst
index ae21c163216c975d383746056b9e433837b20652..6af84b75e0f949f7404559eaa96cadfaf2312483 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69168-Non-tabbedViewOfContentElementWizardRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69168-Non-tabbedViewOfContentElementWizardRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #69168 - Removed non-tabbed view of Content Element Wizard
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69224-FixWrongUsageOfEnumerationsInInformationStatusmapStatusToInt.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69224-FixWrongUsageOfEnumerationsInInformationStatusmapStatusToInt.rst
index 14b24edf839c19d07f1e19350dd43fa46e12e487..accca7f5826a7ee228c37cc16120cd3c3f1d9556 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69224-FixWrongUsageOfEnumerationsInInformationStatusmapStatusToInt.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69224-FixWrongUsageOfEnumerationsInInformationStatusmapStatusToInt.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================================
 Breaking: #69224 - Fix wrong usage of enumerations in InformationStatus::mapStatusToInt()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69276-ElementBrowserControllerbrowserRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69276-ElementBrowserControllerbrowserRemoved.rst
index 2419a5aa4eedd1f28c04f35b95b3d1d6647830ef..8c0104011bce3005bdaa7bbb0e938932313f3230 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69276-ElementBrowserControllerbrowserRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69276-ElementBrowserControllerbrowserRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #69276 - ElementBrowserController::$browser removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69291-ChangedRegistrationOfBackendModuleIcons.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69291-ChangedRegistrationOfBackendModuleIcons.rst
index 4b658ae549dd4be4c0956318b139981702735876..2627904d071e1a6966328319947e60bcca1c3e39 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69291-ChangedRegistrationOfBackendModuleIcons.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69291-ChangedRegistrationOfBackendModuleIcons.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #69291 - Changed registration of backend module icons
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69315-ElementBrowsermain_Protected.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69315-ElementBrowsermain_Protected.rst
index 8cee019d898644f1b968672c4fb92e307009b540..19c1bd59ee4655732377b9ba4517f30b6380159a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69315-ElementBrowsermain_Protected.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69315-ElementBrowsermain_Protected.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #69315 - ElementBrowser::main_* protected
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst
index b1dc29f96bbc91cf84d4be75cd054f2c4494840a..d2942b91f5686ebf9fc8223e3f7090e5d2288836 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Breaking: #69401 - Adopt ext:form to support the Extbase/ Fluid MVC stack
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69561-ReplaceSpriteIconsWithIconFactoryInContextMenu.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69561-ReplaceSpriteIconsWithIconFactoryInContextMenu.rst
index efb8b52e2b000609c1e8690e95ef7c606fe5a4f2..58f4d7857ad540d8143b91f1a719c4d940f3eb0e 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69561-ReplaceSpriteIconsWithIconFactoryInContextMenu.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69561-ReplaceSpriteIconsWithIconFactoryInContextMenu.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Breaking: #69561 - Replace sprite icons with IconFactory in ContextMenu
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69568-FormEngine.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69568-FormEngine.rst
index 1151288e7850bfb1ca8682a1ff99ea6e8f09946c..2f6985d7717b0620fce1bd49cc4a97adf6d28a44 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69568-FormEngine.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69568-FormEngine.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Breaking: #69568 - FormEngine related classes
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69699-TcaCtrlTypeicons.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69699-TcaCtrlTypeicons.rst
index c0319a2704dfe1452ac638c7262431060242af44..462592eefcdf006a4526e6df3101c1ff3420fb03 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69699-TcaCtrlTypeicons.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69699-TcaCtrlTypeicons.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Breaking: #69699 - TCA ctrl typeicons removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69795-UnusedDTMTabmenuCodeRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69795-UnusedDTMTabmenuCodeRemoved.rst
index 594bd6d0b4ede38e420066c86269a1a17b2ffff6..c9fd4bce36654f0ad3f05a0bf2cd679acbf65191 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69795-UnusedDTMTabmenuCodeRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69795-UnusedDTMTabmenuCodeRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Breaking: #69795 - Unused DTM Tabmenu code removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69904-RemoveSettingDiff_pathFromDefaultConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69904-RemoveSettingDiff_pathFromDefaultConfiguration.rst
index 31c70b484d07e0f0f1ca6170d881e2c97db07d3b..a971eb8155e8b3fa45c1fc401e7db05143bd0f43 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69904-RemoveSettingDiff_pathFromDefaultConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69904-RemoveSettingDiff_pathFromDefaultConfiguration.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #69904 - Remove Setting diff_path from DefaultConfiguration
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69930-RemoveOptionServerTimeZone.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69930-RemoveOptionServerTimeZone.rst
index 076113cccd5238864165832619bdcf3f409dd636..033d4e758dd02c54c36e062c4635fd6161de0157 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69930-RemoveOptionServerTimeZone.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Breaking-69930-RemoveOptionServerTimeZone.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Breaking: #69930 - Remove option "serverTimeZone"
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-55419-StreamlineFileConflictModeHandling.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-55419-StreamlineFileConflictModeHandling.rst
index 959ba0732ac841b0d021b9d9a86cfdcc2dcebf54..f9b3696663f6f94418f1301396a55be209fbddf4 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-55419-StreamlineFileConflictModeHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-55419-StreamlineFileConflictModeHandling.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Deprecation: #55419 - Streamline file conflict mode handling
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-66588-POSTDataInSelectviewhelperShouldHaveHigherPriorityThanValueValue.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-66588-POSTDataInSelectviewhelperShouldHaveHigherPriorityThanValueValue.rst
index b78f561a1f376a9ab9a7e726ef27965644cf503b..3e35f501af99e011daab059c522b9b2b5c4abe38 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-66588-POSTDataInSelectviewhelperShouldHaveHigherPriorityThanValueValue.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-66588-POSTDataInSelectviewhelperShouldHaveHigherPriorityThanValueValue.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================================
 Deprecation: #66588 - POST Data in selectviewhelper should have higher priority than "value" value
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68128-GeneralUtilitySlash-relatedMethods.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68128-GeneralUtilitySlash-relatedMethods.rst
index 99580f8ca479e0da0598523071ecda35ab8853b2..dc08c3d302e6f740d12a14044d591925e040d4d8 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68128-GeneralUtilitySlash-relatedMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68128-GeneralUtilitySlash-relatedMethods.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #68128 - GeneralUtility slash-related methods
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68760-ModuleSettings.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68760-ModuleSettings.rst
index 8e7e10b0e10a253b105953c364df0f77167d9417..8c6c481c72a07859dad58abb9a2f26bbdffcf744 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68760-ModuleSettings.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68760-ModuleSettings.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Deprecation: #68760 - Deprecate class ModuleSettings
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68804-CLI-relatedConstantsAndMethods.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68804-CLI-relatedConstantsAndMethods.rst
index 05262afd0dbbae8dddcf5929e8027304a378aa04..db571bf7e09b35b8f83473ac812f1ac3842ea015 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68804-CLI-relatedConstantsAndMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68804-CLI-relatedConstantsAndMethods.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #68804 - CLI-related constants and methods
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68860-DeprecateSelectImageinitEventHandler.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68860-DeprecateSelectImageinitEventHandler.rst
index 5d694e644a724da3dcb752841be17803b08796d0..e733e97f2d1d595fd08a200b68cecc2c334a2f5a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68860-DeprecateSelectImageinitEventHandler.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-68860-DeprecateSelectImageinitEventHandler.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Deprecation: #68860 - Deprecate SelectImage.initEventHandler
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69028-RelationHandlerConvertPosNeg.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69028-RelationHandlerConvertPosNeg.rst
index 8406c9cfee6e4c0f090afcbd7d286e29b2dfe3cb..88f7995d030bfeb68ba4aca76e0eaa9d7a88449c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69028-RelationHandlerConvertPosNeg.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69028-RelationHandlerConvertPosNeg.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Deprecation: #69028 - RelationHandler convertPosNeg()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69057-DeprecateIconUtilityAndMoveMethodsIntoIconFactory.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69057-DeprecateIconUtilityAndMoveMethodsIntoIconFactory.rst
index 58873197a1faa6d79ca5839e93d3d4a750d67d0b..af12b57438b879e8f8fcb8fd16a9f909f83cee5e 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69057-DeprecateIconUtilityAndMoveMethodsIntoIconFactory.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69057-DeprecateIconUtilityAndMoveMethodsIntoIconFactory.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Deprecation: #69057 - Deprecate IconUtility and move methods into IconFactory
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69078-TemplateService-tempPath.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69078-TemplateService-tempPath.rst
index 3a1d6c16b0e0aaf59122c5da02f983bb625e47d2..29a2d315a16303c24e40862bc7048e8bfb44116b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69078-TemplateService-tempPath.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69078-TemplateService-tempPath.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Deprecation: #69078 - TemplateService::$tempPath
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69262-MoveMarkerSubstitutionFunctionalityToOwnClass.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69262-MoveMarkerSubstitutionFunctionalityToOwnClass.rst
index 973b16ca072fcc5a4697681773b2240b15626b8b..d60cd661f2b55e5e4f5765e4c2286851047f4f96 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69262-MoveMarkerSubstitutionFunctionalityToOwnClass.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69262-MoveMarkerSubstitutionFunctionalityToOwnClass.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Deprecation: #69262 - Move marker substitution functionality to own class
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69269-DeprecateBackendUtilitygetPathType_web_nonweb.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69269-DeprecateBackendUtilitygetPathType_web_nonweb.rst
index 9c632e06f8c1cc5fc7eb52c0a124abf663247980..c17abb57d425bd54cfe11b0cc0cf63b2f9e45051 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69269-DeprecateBackendUtilitygetPathType_web_nonweb.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69269-DeprecateBackendUtilitygetPathType_web_nonweb.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Deprecation: #69269 - Deprecate BackendUtility::getPathType_web_nonweb
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69371-DeprecateFormElementImagebutton.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69371-DeprecateFormElementImagebutton.rst
index 735bb744adf54cfd64fb1c73a1f53823888a3957..a9925e5322af640d73d28373b66025111381bd06 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69371-DeprecateFormElementImagebutton.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69371-DeprecateFormElementImagebutton.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Deprecation: #69371 - ext:Form element IMAGEBUTTON
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst
index d0d5554577a8100a3b704fbb8ff9d14e8c8c17a4..027324abc5eb1498409ce8f829c0233248e425dd 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Deprecation: #69401 - Adopt ext:form to support the Extbase/ Fluid MVC stack
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69535-DeprecateTYPO3CMSFluidViewHelpersBeButtonsIconViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69535-DeprecateTYPO3CMSFluidViewHelpersBeButtonsIconViewHelper.rst
index 418a042564b96862b6567a7d470d23c859f1bc0f..ed2b3437805943130a2f8661ad13bd054998ceb5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69535-DeprecateTYPO3CMSFluidViewHelpersBeButtonsIconViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69535-DeprecateTYPO3CMSFluidViewHelpersBeButtonsIconViewHelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================================
 Deprecation: #69535 - Deprecate \TYPO3\CMS\Fluid\ViewHelpers\Be\Buttons\IconViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69561-ReplaceSpriteIconsWithIconFactoryInContextMenu.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69561-ReplaceSpriteIconsWithIconFactoryInContextMenu.rst
index 0587d1dc1daaa5638fabd8dbd83c321aadf7ed27..16f5997c557304ab78425f2187cfdd85bbb8f39a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69561-ReplaceSpriteIconsWithIconFactoryInContextMenu.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69561-ReplaceSpriteIconsWithIconFactoryInContextMenu.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Deprecation: #69561 - Replace sprite icons with IconFactory in ContextMenu
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69562-DeprecateHelperMethodsForRedundantCSRFProtection.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69562-DeprecateHelperMethodsForRedundantCSRFProtection.rst
index 71af11c3d59be008effeee9698e9311423020f14..2bf08011d0bafda84ef90bd1c25758008772cca8 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69562-DeprecateHelperMethodsForRedundantCSRFProtection.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69562-DeprecateHelperMethodsForRedundantCSRFProtection.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Deprecation: #69562 - Deprecate helper methods for redundant CSRF protection
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69568-VariousFormEngineRelatedMethods.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69568-VariousFormEngineRelatedMethods.rst
index b6c78df28358831ea500d8084b4580f42199a1f0..f2502a5559bfb20a46c07bab3641738cb149c897 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69568-VariousFormEngineRelatedMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69568-VariousFormEngineRelatedMethods.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Deprecation: #69568 - Various FormEngine related methods
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69705-AddUnifiedRefreshIcon.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69705-AddUnifiedRefreshIcon.rst
index 61e20a7dc1d67788a44fa9436a0d4dd6d5fcb1d1..82ebe6af3f01ef6688fc3caebeab50bafae059ab 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69705-AddUnifiedRefreshIcon.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69705-AddUnifiedRefreshIcon.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Deprecation: #69705 - Add unified refresh icon
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69736-SelectOptionIconsInOptionTagsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69736-SelectOptionIconsInOptionTagsRemoved.rst
index 28d3b9bf02e9c1fcb93711e99eee131fe63f63bf..ed061a1452990d0568626e5ed0aea823ea7cce07 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69736-SelectOptionIconsInOptionTagsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69736-SelectOptionIconsInOptionTagsRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #69736 - Select option iconsInOptionTags removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69754-TcaCtrlIconfileUsingRelativePathToExtAndFilenameOnly.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69754-TcaCtrlIconfileUsingRelativePathToExtAndFilenameOnly.rst
index 0fce4d99e9c265d0e9af6f1bb449243663ba0d8c..5ceb88808f2546c3ff3b3f5b14df9ab80a052749 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69754-TcaCtrlIconfileUsingRelativePathToExtAndFilenameOnly.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69754-TcaCtrlIconfileUsingRelativePathToExtAndFilenameOnly.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================================================
 Deprecation: #69754 - Deprecate relative path to extension directory and using filename only in TCA ctrl iconfile
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69938-HIDE_L10N_SIBLINGSFlexFormdisplayCond.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69938-HIDE_L10N_SIBLINGSFlexFormdisplayCond.rst
index 24fe596041be319835be0bee0fb39e3d502bdd8b..f77874888911c54b481ef019473aabaeefadd6fd 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69938-HIDE_L10N_SIBLINGSFlexFormdisplayCond.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Deprecation-69938-HIDE_L10N_SIBLINGSFlexFormdisplayCond.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Deprecation: #69938 - HIDE_L10N_SIBLINGS FlexFormdisplayCond
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-16525-AddConditionsToINCLUDE_TYPOSCRIPT.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-16525-AddConditionsToINCLUDE_TYPOSCRIPT.rst
index f7f6288cee57787e09598f2f5e97d37c27096d0d..0a843b043b6f3a9fcd42fae8ec2c9d0fda879055 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-16525-AddConditionsToINCLUDE_TYPOSCRIPT.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-16525-AddConditionsToINCLUDE_TYPOSCRIPT.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #16525 - Add conditions to INCLUDE_TYPOSCRIPT
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-19494-AddSELECTmmQueryMethodToDatabaseConnection.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-19494-AddSELECTmmQueryMethodToDatabaseConnection.rst
index 189a22923ebc70d1d535d4b6a1f0e845d6a15d99..5a73103fb772766c1ae35128602e9726ccee01e4 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-19494-AddSELECTmmQueryMethodToDatabaseConnection.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-19494-AddSELECTmmQueryMethodToDatabaseConnection.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #19494 - Add SELECTmmQuery method to DatabaseConnection
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-25341-SchedulerTaskToOptimizeDatabaseTables.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-25341-SchedulerTaskToOptimizeDatabaseTables.rst
index 624efe02bcc60ac9c7838dd132dd7e2bf5ea2701..8e591537330f2d6462a5de6d6e98b14f5e2bf1f8 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-25341-SchedulerTaskToOptimizeDatabaseTables.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-25341-SchedulerTaskToOptimizeDatabaseTables.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #25341 - Scheduler task to optimize database tables
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-28243-IntroduceTcaOptionToDisableAgeDisplay.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-28243-IntroduceTcaOptionToDisableAgeDisplay.rst
index ab82ffb5b2cd0928c1a8388145583ca5210728a9..df9b85120015859a8a8cf4a0989baf55bc4b3c66 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-28243-IntroduceTcaOptionToDisableAgeDisplay.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-28243-IntroduceTcaOptionToDisableAgeDisplay.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Feature: #28243 - Introduce TCA option to disable age display of dates per field
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-31100-IntegrateMultilineSupportForTEXTBLOCKInFormWizard.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-31100-IntegrateMultilineSupportForTEXTBLOCKInFormWizard.rst
index b2a2542ec7c038e9b930d94b170b6363fabaf60b..1cd639e48a474098ad11a767330deb61dca54157 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-31100-IntegrateMultilineSupportForTEXTBLOCKInFormWizard.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-31100-IntegrateMultilineSupportForTEXTBLOCKInFormWizard.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Feature: #31100 - ext:form Integrate multiline support for TEXTBLOCK in form wizard
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-38732-Fluid-basedContentElementsIntroduced.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-38732-Fluid-basedContentElementsIntroduced.rst
index 97d991dfde4db8f1d137036fcc1661e0268ea30b..cb4de2d7bf3e39b0e6f6c3b4e5f72f85afd0c484 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-38732-Fluid-basedContentElementsIntroduced.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-38732-Fluid-basedContentElementsIntroduced.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #38732 - Fluid-based Content Elements Introduced
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-47812-QuerySupportForBETWEENAdded.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-47812-QuerySupportForBETWEENAdded.rst
index 07c81046e658e1395ea0c4c55dd5b87de10f1736..fe72cf210dd61de8d4b2e530c2bf51be8f91277b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-47812-QuerySupportForBETWEENAdded.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-47812-QuerySupportForBETWEENAdded.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Feature: #47812 - Query support for BETWEEN added
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-52217-SignalForPreProcessingLinkvalidatorRecords.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-52217-SignalForPreProcessingLinkvalidatorRecords.rst
index 0233c98f1635fab4ce1c746355c899e19424f4bb..242f13bc01a5b56a6a6b964e73f8567efe5a3b47 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-52217-SignalForPreProcessingLinkvalidatorRecords.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-52217-SignalForPreProcessingLinkvalidatorRecords.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Feature: #52217 - Signal for pre processing linkvalidator records
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-53406-AddPlaceholderAttributeToSomeTextfieldsInWizard.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-53406-AddPlaceholderAttributeToSomeTextfieldsInWizard.rst
index b56660423325955065d8a55fbc711265515b820e..edaea8e902fe53a5c39be473ee92992ae498eaea 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-53406-AddPlaceholderAttributeToSomeTextfieldsInWizard.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-53406-AddPlaceholderAttributeToSomeTextfieldsInWizard.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Feature: #53406 - ext:form Add placeholder attribute to some textfields in wizard
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-56282-LanguageSelectorForPageviewModule.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-56282-LanguageSelectorForPageviewModule.rst
index 2c23d2919327035ab5a92b0b03008a43375378d2..8b885230b464aa1f4e7c023bfacb9fc4d3eae490 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-56282-LanguageSelectorForPageviewModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-56282-LanguageSelectorForPageviewModule.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #56282 - Language selector for pageview module
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-56726-TriggerMetadataExtractionAfterFileUpload.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-56726-TriggerMetadataExtractionAfterFileUpload.rst
index f8ed4d23f971e739bde429f1ccaa5a3cc68e3108..621dd8c2a97c4c5d6fcfafc5a82aa4132b1165e2 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-56726-TriggerMetadataExtractionAfterFileUpload.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-56726-TriggerMetadataExtractionAfterFileUpload.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #56726 - Trigger metadata extraction after file upload
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-57632-AddInlineLanguageLabelFilesWithTypoScript.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-57632-AddInlineLanguageLabelFilesWithTypoScript.rst
index 6eab6fab11a6a1b12d16f5beb71e4ac72ab76ccb..79d1a2d43b14c17e555c3ba263dacf167b5df9f0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-57632-AddInlineLanguageLabelFilesWithTypoScript.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-57632-AddInlineLanguageLabelFilesWithTypoScript.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #57632 - Include inline language label files with TypoScript
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-59144-PageTSconfigWorkspacePreview.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-59144-PageTSconfigWorkspacePreview.rst
index 707efcaa679f85b0e723d3a7ccb4fc5a8093d16b..cc1d343e25e83a750d47757ffc5fa86c8e42f91c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-59144-PageTSconfigWorkspacePreview.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-59144-PageTSconfigWorkspacePreview.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #59144 - Previewing workspace records using Page TSconfig
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-59591-ImageQualityDefinablePerSourceCollection.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-59591-ImageQualityDefinablePerSourceCollection.rst
index 5635a76ed368a07abb5b09fc26c2a7cbdb17a0a0..4d4e63a786be77c1317ab817bd9d96da8e8e855b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-59591-ImageQualityDefinablePerSourceCollection.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-59591-ImageQualityDefinablePerSourceCollection.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #59591 - Image quality definable per sourceCollection
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-61799-ImprovedHandlingOfOnlineMedia.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-61799-ImprovedHandlingOfOnlineMedia.rst
index a0f87794d1584f7eab9a983ab3c172c955ba7344..6223a84bbf29f50f519e6aabc2bbe526debb06d4 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-61799-ImprovedHandlingOfOnlineMedia.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-61799-ImprovedHandlingOfOnlineMedia.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #61799 - Improved handling of online media
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-61993-CssPageStyleNowPageSpecific.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-61993-CssPageStyleNowPageSpecific.rst
index c2167e25bdd7a12b57aa981a7d5671e988dbb03a..9030a987ca8f11e5878a70394ac57c2cf382fec5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-61993-CssPageStyleNowPageSpecific.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-61993-CssPageStyleNowPageSpecific.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Feature: #61993 - _CSS_PAGE_STYLE is now only included on the affected page
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-63395-Html5VideoPosterPreviewImage.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-63395-Html5VideoPosterPreviewImage.rst
index 1f3c91605b639ba68974444e7e5f2f73d142e309..a0a715a64b79a74eb60a5aad2361828712acafa6 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-63395-Html5VideoPosterPreviewImage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-63395-Html5VideoPosterPreviewImage.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Feature: #63395 - HTML5 video poster preview image
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-64535-IrreSuppressAndOverrideUseCombinationWarningViaTcaSettings.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-64535-IrreSuppressAndOverrideUseCombinationWarningViaTcaSettings.rst
index 0a952ef3961dfdfec52ec2b00a6929b2bcbf6434..bd8e420690cf49f5ee60b6afd1e0de36585c0ac2 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-64535-IrreSuppressAndOverrideUseCombinationWarningViaTcaSettings.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-64535-IrreSuppressAndOverrideUseCombinationWarningViaTcaSettings.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================================
 Feature: #64535 - IRRE: Suppress and override useCombination warning via TCA settings
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-64726-UsingArbitraryFlashmessageQueues.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-64726-UsingArbitraryFlashmessageQueues.rst
index 615adea2ed7e144661ffd9709fde120cda26249a..fb032165a790c24d7de504309a0850498fa586cc 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-64726-UsingArbitraryFlashmessageQueues.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-64726-UsingArbitraryFlashmessageQueues.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #64726 - Added support for multiple FlashMessage queues
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-65493-BackendRouting.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-65493-BackendRouting.rst
index fb8e0064cd55c07d9913940d5b826ccf9bf2687d..0223af3cccc29d9e08bf20e6911d1d1fb73fe7d5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-65493-BackendRouting.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-65493-BackendRouting.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Feature: #58621 - Unified Backend Routing
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-65791-UsePHPConfiguredSendmailPathIfMAILtransportSendmailIsActive.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-65791-UsePHPConfiguredSendmailPathIfMAILtransportSendmailIsActive.rst
index 9b7c1a7bf6fea568a40437e157599ee36d732a7b..343185170a2a3ce2931cc7cb708e0bd40babf3c1 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-65791-UsePHPConfiguredSendmailPathIfMAILtransportSendmailIsActive.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-65791-UsePHPConfiguredSendmailPathIfMAILtransportSendmailIsActive.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================================
 Feature: #65791 - Use PHP configured sendmail path, if [MAIL][transport] = sendmail is active
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-66366-IntroducedMediaViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-66366-IntroducedMediaViewHelper.rst
index 08563f780a0066ed127fa89aad7840ec8f32c740..13d7fabe046f427a22f377933a76687a5c92e903 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-66366-IntroducedMediaViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-66366-IntroducedMediaViewHelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Feature: #66366 - Introduced MediaViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-66371-IntroduceAutoplayOptionForVideoAndAudioFiles.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-66371-IntroduceAutoplayOptionForVideoAndAudioFiles.rst
index 2410cd5d2ef7e66bd0be961b24e82912e6ecc668..531469445dc9632b19626b5652f35165557f617b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-66371-IntroduceAutoplayOptionForVideoAndAudioFiles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-66371-IntroduceAutoplayOptionForVideoAndAudioFiles.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #66371 - Introduce autoplay option for video and audio files
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67056-AddOptionToDisableMoveButtonsTCAGroupType.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67056-AddOptionToDisableMoveButtonsTCAGroupType.rst
index 9bf04d83d5b11ff78ac72c61463c9b652a52befd..5fd3f8bdc14da58d05c766dc7d8bae56b6fd986f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67056-AddOptionToDisableMoveButtonsTCAGroupType.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67056-AddOptionToDisableMoveButtonsTCAGroupType.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Feature: #67056 - Add option to disable move buttons TCA group type
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67875-OverrideCategoryRegistryEntry.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67875-OverrideCategoryRegistryEntry.rst
index bdb6875d530f9f060630e6b165169d39a3e329a4..31dfc0bd79b404ec7911d4e9c478b7d09a9842f6 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67875-OverrideCategoryRegistryEntry.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67875-OverrideCategoryRegistryEntry.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #67875 - Override CategoryRegistry entries
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67880-AddedCountToSplit.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67880-AddedCountToSplit.rst
index 6219af9e381309e5846dbfd90d6bf7fc7faac636..0dc50528e63f9e66087fbabbac1e0f312323b209 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67880-AddedCountToSplit.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-67880-AddedCountToSplit.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================
 Feature: #67880 - Added count to split
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68166-RenderTypeForRsaEncryptedInputFields.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68166-RenderTypeForRsaEncryptedInputFields.rst
index acb3b9a2b0a043ef90953f6b64bf8ba46cec5d97..6159078e049310ca9d3d3fa4805b205be5f9b8b5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68166-RenderTypeForRsaEncryptedInputFields.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68166-RenderTypeForRsaEncryptedInputFields.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #67932 - RenderType for rsa encrypted input fields
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68429-IntroducedAvatarProviderAPI.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68429-IntroducedAvatarProviderAPI.rst
index 71a97fba414d1b87d0339d0795cc60d74698c427..1fc5fbc0d8a05f965ac521f9afebb40d0a621773 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68429-IntroducedAvatarProviderAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68429-IntroducedAvatarProviderAPI.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Feature: #68429 - Introduced AvatarProvider API
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68700-AutoloadDefinitionCanBeProvidedInExt_emconfphp.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68700-AutoloadDefinitionCanBeProvidedInExt_emconfphp.rst
index e40a14cb600c89e4ed9eca874b4e0c79203288fc..ec499ee406aa873c0da39efdfd3d87d2897cd531 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68700-AutoloadDefinitionCanBeProvidedInExt_emconfphp.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68700-AutoloadDefinitionCanBeProvidedInExt_emconfphp.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #68700 - Autoload definition can be provided in ext_emconf.php
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68724-EMShowsOnlyDistributionsThatSuiteTheCurrentTYPO3Version.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68724-EMShowsOnlyDistributionsThatSuiteTheCurrentTYPO3Version.rst
index 7280920ba79e9c6037d53c81b01e70c3decdafe5..ab7c5e4f4059c90b28a0bb97640b3a1e11ebf4e2 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68724-EMShowsOnlyDistributionsThatSuiteTheCurrentTYPO3Version.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68724-EMShowsOnlyDistributionsThatSuiteTheCurrentTYPO3Version.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================================================
 Feature: #68724 - EM: "Get preconfigured distribution" shows only distributions that suite the current TYPO3 version
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68741-IntroduceNewIconFactoryAsBaseForReplaceTheIconSkinningAPI.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68741-IntroduceNewIconFactoryAsBaseForReplaceTheIconSkinningAPI.rst
index d299f0e82ae96bbc58c48cb9bc8d9f9e833eef08..4fd39f35155cd78ecf169a995e2b40dc252fb07d 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68741-IntroduceNewIconFactoryAsBaseForReplaceTheIconSkinningAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68741-IntroduceNewIconFactoryAsBaseForReplaceTheIconSkinningAPI.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Feature: #68741 - Introduce new IconFactory as base to replace the icon skinning API
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68746-AddAnnotationForCLIOnlyCommands.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68746-AddAnnotationForCLIOnlyCommands.rst
index ad9416c22467eb188287328c5598297947ffda30..8b078fcdb34a1eb8bae40d1e180de44573dc999b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68746-AddAnnotationForCLIOnlyCommands.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68746-AddAnnotationForCLIOnlyCommands.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #68746 - Add annotation for CLI only commands
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68756-AddConfigBaseToStdWrap.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68756-AddConfigBaseToStdWrap.rst
index 9f3b78114a91a03fc2355b3abefcb9d4296a7a32..1cb4cae498d525506761b758de5480ab587c465b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68756-AddConfigBaseToStdWrap.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68756-AddConfigBaseToStdWrap.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Feature: #68756 - Add config "base" to stdWrap
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68757-ProvideUntouchedNewPasswordInFeloginPasswordChangedHook.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68757-ProvideUntouchedNewPasswordInFeloginPasswordChangedHook.rst
index 019af70f2ac49642101ac0c59a3aab080e5d6409..0d81e16a5f19e3062274f64f6e0c748643e3447c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68757-ProvideUntouchedNewPasswordInFeloginPasswordChangedHook.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68757-ProvideUntouchedNewPasswordInFeloginPasswordChangedHook.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Feature: #68757 - Provide untouched newPassword in felogin password_changed hook
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68773-ShowASpecialImageForOfficialDistributionsInExtensionManager.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68773-ShowASpecialImageForOfficialDistributionsInExtensionManager.rst
index 1ed0bd5cea176688d1c2fa452f09cbc9b7451b00..7e612a66b133cd0e4876b8686567d83ba6b43df8 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68773-ShowASpecialImageForOfficialDistributionsInExtensionManager.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68773-ShowASpecialImageForOfficialDistributionsInExtensionManager.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================================
 Feature: #68773 - Show a special image for official distributions in Extension Manager
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68804-ColoredOutputForCLI-relevantErrorMessages.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68804-ColoredOutputForCLI-relevantErrorMessages.rst
index f8744333cc76b8d873b71f3b5cbb254b5a1880ce..453a0c2836b3ff464f6027cd8acae4449f43dc69 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68804-ColoredOutputForCLI-relevantErrorMessages.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68804-ColoredOutputForCLI-relevantErrorMessages.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #68804 - Colored output for CLI-relevant error messages
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68837-ClosuresForCommandLineScripts.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68837-ClosuresForCommandLineScripts.rst
index e440c50827ea958c74a904d2c935bce415688e52..0ee8fda37b1555737dc641c3e61d160384a5b510 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68837-ClosuresForCommandLineScripts.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-68837-ClosuresForCommandLineScripts.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #68837 - Closures for Command Line Scripts
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69095-IntroduceIconStateForIconFactory.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69095-IntroduceIconStateForIconFactory.rst
index 8c3792dbd2eea179bc8f81f40687252c5f4e0a1b..bde803bdfff997300b19c07660d5fabea178233d 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69095-IntroduceIconStateForIconFactory.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69095-IntroduceIconStateForIconFactory.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #69095 - Introduce icon state for IconFactory
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69119-AddABasicSearchToTheFilelistModule.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69119-AddABasicSearchToTheFilelistModule.rst
index f53c4a596934173b6ad8778ace506074120ec5d9..2ade8f21d2c5204889637aaca8d00c9030090ae0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69119-AddABasicSearchToTheFilelistModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69119-AddABasicSearchToTheFilelistModule.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #69119 - Add a basic search to the filelist module
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69389-AddSpinningFeatureForIcon.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69389-AddSpinningFeatureForIcon.rst
index 3d3f9d7296309fa6dcc7ba268d6dc8816c3de9bc..47dbd9fb1651f9cee1f9c9643e12dbddea3bbc87 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69389-AddSpinningFeatureForIcon.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69389-AddSpinningFeatureForIcon.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Feature: #69389 - Add spinning feature for icon
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst
index 56f4b9bc5950660a2a85b369a64e01b9336265e5..855443e73559742c09d8dd3ead7e631fbc7e7569 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69401-AdoptFormToSupportTheExtbaseFluidMVCStack.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Feature: #69401 - Adopt ext:form to support the Extbase/ Fluid MVC stack
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69409-AllowValueAttributeForOPTIONObjectInWizard.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69409-AllowValueAttributeForOPTIONObjectInWizard.rst
index e29efa50c560d4f2fdf2475b8102743fc7cc4ebb..66dbb56f2444ff54cc4934a4d69385e138f081b2 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69409-AllowValueAttributeForOPTIONObjectInWizard.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69409-AllowValueAttributeForOPTIONObjectInWizard.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Feature: #69409 - ext:form allows value attribute for OPTION object in wizard
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69416-MakeAbstractPluginpi_loadLLLoadLabelsFromCustomFile.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69416-MakeAbstractPluginpi_loadLLLoadLabelsFromCustomFile.rst
index aa9fc9f69e9407e29aad6c8b504262b0f2ffd016..e9d75e9a5cab95d7d499bdca4d5f88e79ef74400 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69416-MakeAbstractPluginpi_loadLLLoadLabelsFromCustomFile.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69416-MakeAbstractPluginpi_loadLLLoadLabelsFromCustomFile.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Feature: #69416 - Plugins (AbstractPlugin) can load custom language file
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69459-ShowTt_contentPreviewInPageModuleViaFluid.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69459-ShowTt_contentPreviewInPageModuleViaFluid.rst
index d0692d8ff543c10e9968e04210c98c10bc0a8c26..ff9cb5b6617603433fab729255189d847502befa 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69459-ShowTt_contentPreviewInPageModuleViaFluid.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69459-ShowTt_contentPreviewInPageModuleViaFluid.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #69459 - Show tt_content preview in page module via Fluid
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69496-ExtractTitleFromPDFWhenIndexing.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69496-ExtractTitleFromPDFWhenIndexing.rst
index e5ae3e2e5e075242e5f08310ce61a39eccffb064..5af754edd0c2a05641b34776b6765ffed48facdb 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69496-ExtractTitleFromPDFWhenIndexing.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69496-ExtractTitleFromPDFWhenIndexing.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Feature: #69496 - Extract title from PDF when indexing in ext:indexed_search
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69512-SupportTyposcriptFilesAsTextFileType.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69512-SupportTyposcriptFilesAsTextFileType.rst
index 30e2595edd124f8ed0841610a889221ae15fe809..df40261f9dcd0cc8c4907be71a0a02e09e69890e 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69512-SupportTyposcriptFilesAsTextFileType.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69512-SupportTyposcriptFilesAsTextFileType.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #69512 - Support \*.typoscript files as text file type
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69543-IntroducedGLOBALSTYPO3_CONF_VARSSYSmediafile_ext.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69543-IntroducedGLOBALSTYPO3_CONF_VARSSYSmediafile_ext.rst
index c63f7da729a1e6729cebf129e87fd00c4c20c6cd..8479d1e029c7fab0d9d8c96a8b26c864200962ca 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69543-IntroducedGLOBALSTYPO3_CONF_VARSSYSmediafile_ext.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69543-IntroducedGLOBALSTYPO3_CONF_VARSSYSmediafile_ext.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Feature: #69543 - Introduced $GLOBALS['TYPO3_CONF_VARS']['SYS']['mediafile_ext']
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69568-FormEngineDataProcessing.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69568-FormEngineDataProcessing.rst
index a8ff56b0c2e833a763eb4ad193d9c28052aa60d2..f756237d9b5507f145aaaae7658596fe9ef8b1b0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69568-FormEngineDataProcessing.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69568-FormEngineDataProcessing.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Feature: #69568 - FormEngine data processing
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69602-SimplifyHandlingOfBackendLayoutsInFrontend.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69602-SimplifyHandlingOfBackendLayoutsInFrontend.rst
index f9a016a6eebabc6f4659a6e726f4e3ff7835b254..576e2d1b687e818505a3a97d3286c9f0e8ee8c88 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69602-SimplifyHandlingOfBackendLayoutsInFrontend.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69602-SimplifyHandlingOfBackendLayoutsInFrontend.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #69602 - Simplify handling of backend layouts in frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69730-IntroduceUniqueIdGenerator.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69730-IntroduceUniqueIdGenerator.rst
index 0fcf755a26f7735a05420051d6f54d79ab39dc0d..b28ab4b34850ba936133d84a1a5813590130521a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69730-IntroduceUniqueIdGenerator.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69730-IntroduceUniqueIdGenerator.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Feature: #69730 - Introduce uniqueId generator
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69855-DispatcherForBackendRoutingAdded.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69855-DispatcherForBackendRoutingAdded.rst
index d378ebd1b4752c008b00d1ef5dd8d5b4c745f2eb..ff83dee8c2fbd0ef676543c2df53e32f4d956f27 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69855-DispatcherForBackendRoutingAdded.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69855-DispatcherForBackendRoutingAdded.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #69855 - Dispatcher for Backend Routing added
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69918-AddPSR-7-basedDispatchingForBackendModules.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69918-AddPSR-7-basedDispatchingForBackendModules.rst
index f1a0bb5ba4d0dac9c34da22e6a62b892f88bc3bd..9f6ba4afb22e86cb4c8dd45cc5291064d37116b2 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69918-AddPSR-7-basedDispatchingForBackendModules.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-69918-AddPSR-7-basedDispatchingForBackendModules.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Feature: #69918 - Add PSR-7-based dispatching for Backend Modules
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-70002-MakeItPossibleToRegisterOwnIconsForFileExtensions.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-70002-MakeItPossibleToRegisterOwnIconsForFileExtensions.rst
index bbb5b93af386e936b0ad7478028625ec26bf2348..5886f7425bcf3273287be02d3689cc145bcc3b77 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-70002-MakeItPossibleToRegisterOwnIconsForFileExtensions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-70002-MakeItPossibleToRegisterOwnIconsForFileExtensions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Feature: #70002 - Make it possible to register own icons for file extensions
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-70078-ExtensionsCanProvideAClassMapForClassLoading.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-70078-ExtensionsCanProvideAClassMapForClassLoading.rst
index 4df140f8e5e53b12fddcd616a561dfd4116589e6..777b5851da56c5378d4e3059e1c0aa2505a4cdf9 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-70078-ExtensionsCanProvideAClassMapForClassLoading.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-70078-ExtensionsCanProvideAClassMapForClassLoading.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #70078 - Extensions can provide a class map for class loading
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-7098-SeverityFilteringForFlashMessageQueue.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-7098-SeverityFilteringForFlashMessageQueue.rst
index b6d7e9dbe85a39598b3f7df1a9f17d3b8bf9223e..37d350acbbb8de14adea40360796d41fe059871c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-7098-SeverityFilteringForFlashMessageQueue.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-7098-SeverityFilteringForFlashMessageQueue.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #7098 - Severity-filtering for FlashMessageQueue
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Important-67954-MigrateCTypesTextImageAndTextpicToTextmedia.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Important-67954-MigrateCTypesTextImageAndTextpicToTextmedia.rst
index 2c324c3052932401c92d51d8f1a8f27c6627b070..8845c739b3fd680d8ac3153d2df2f54575e1d8cc 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Important-67954-MigrateCTypesTextImageAndTextpicToTextmedia.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Important-67954-MigrateCTypesTextImageAndTextpicToTextmedia.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Important: #67954 - Migrate CTypes text, image and textpic to textmedia
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Important-68128-PHPMagicQuoteHandlingRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Important-68128-PHPMagicQuoteHandlingRemoved.rst
index 45d1fcfdf4bf7c4dc73759a2e27997d7af2d996c..24e56e10ca87f560f3a6e10b47e281d6d451276e 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Important-68128-PHPMagicQuoteHandlingRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Important-68128-PHPMagicQuoteHandlingRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Important: #68128 - PHP Magic Quote Handling removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Important-68758-CommandControllersAllowedInSubfolders.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Important-68758-CommandControllersAllowedInSubfolders.rst
index 21e61a67ddd31e122820e16c650f7870d53ac8d7..e71195db6f4b7394b1180c1990477f4344fc5023 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Important-68758-CommandControllersAllowedInSubfolders.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Important-68758-CommandControllersAllowedInSubfolders.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Important: #68758 - Command controllers allowed in subfolders
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Important-68917-UpdateJQueryTo2x.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Important-68917-UpdateJQueryTo2x.rst
index 7cf445253bc95d45afdcfc0e840a18c14466df8f..277ad59ce0a87a399282b51f5a5a340315cc1b2c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Important-68917-UpdateJQueryTo2x.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Important-68917-UpdateJQueryTo2x.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Important: #68917 - Updated jQuery to 2.x
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Important-69084-AddingExtbaseObjectsWithNOTNULLColumnsHasChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Important-69084-AddingExtbaseObjectsWithNOTNULLColumnsHasChanged.rst
index 185454d587ade7bb7b7b144b48508bc8dfcc40db..a753fc77cf9facfdeb4b01f5e8e9ceed7090664c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Important-69084-AddingExtbaseObjectsWithNOTNULLColumnsHasChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Important-69084-AddingExtbaseObjectsWithNOTNULLColumnsHasChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Important: #69084 - Adding Extbase Objects with NOT NULL columns has changed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Important-69137-LinkWizardPopupWidthAndHeightFieldsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Important-69137-LinkWizardPopupWidthAndHeightFieldsRemoved.rst
index 4ecc4bb377a8cd6ff79f4d7f0253bcf98500b2ea..3c8dce6a17109b73385b021620cb71e5422eda0a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Important-69137-LinkWizardPopupWidthAndHeightFieldsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Important-69137-LinkWizardPopupWidthAndHeightFieldsRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Important: #69137 - Link Wizard popup width and height fields removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Important-69531-RemoveSpriteManagerIconViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Important-69531-RemoveSpriteManagerIconViewHelper.rst
index 9dedcdf77a6519ffa843319cdc3672864ca06022..f46c33d7bfafbbe0ab39bf21e36229453df0a04f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Important-69531-RemoveSpriteManagerIconViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Important-69531-RemoveSpriteManagerIconViewHelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Important: #69531 - Remove SpriteManagerIconViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Important-69846-HaveEIDsWithPSR-7WithoutControllerInterface.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Important-69846-HaveEIDsWithPSR-7WithoutControllerInterface.rst
index ce3f4dadb9dfac719c82397b628ae9e19ddf6cab..d6c2a4804d76182358dd3793ba9df736feeca118 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Important-69846-HaveEIDsWithPSR-7WithoutControllerInterface.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Important-69846-HaveEIDsWithPSR-7WithoutControllerInterface.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Important: #69846 - Have eIDs with PSR-7 without ControllerInterface
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Important-69909-FAL-basedDatabaseFieldsMovedToInteger.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Important-69909-FAL-basedDatabaseFieldsMovedToInteger.rst
index f18cd2a1108b211f5d8001fb6ed2633cbc181093..dbb40f747b1429651dcedfd209f9e583d84d75b5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Important-69909-FAL-basedDatabaseFieldsMovedToInteger.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Important-69909-FAL-basedDatabaseFieldsMovedToInteger.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Important: #69909 - FAL-based Database Fields moved to integer
diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Index.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Index.rst
index 762cf03bdb88dc0c3f29032233f7b961120ecd83..64a81957db6da3fc97e65f543b1b40f36131a559 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.5/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.5/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 7.5 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Breaking-72931-SearchFormControllerpi_list_browseresultsHasBeenRenamed.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Breaking-72931-SearchFormControllerpi_list_browseresultsHasBeenRenamed.rst
index fc08af53ff712afd9c7976a8a82f14081e68c826..2a13dbd3e4953663c739f9e2c8ec63d280932a1a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Breaking-72931-SearchFormControllerpi_list_browseresultsHasBeenRenamed.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Breaking-72931-SearchFormControllerpi_list_browseresultsHasBeenRenamed.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Breaking: #72931 - SearchFormController::pi_list_browseresults() has been renamed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Breaking-73461-ImportModuleDisabledForNonAdminUsers.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Breaking-73461-ImportModuleDisabledForNonAdminUsers.rst
index b6a6655102b694df314b53463795d56c19d60979..3fad9d25cf7cc2a764570736da81ea2a562e0d6c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Breaking-73461-ImportModuleDisabledForNonAdminUsers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Breaking-73461-ImportModuleDisabledForNonAdminUsers.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #73461 - Import module disabled for non admin users
@@ -17,7 +17,7 @@ Impact
 ======
 
 For non-admin users who need that functionality, the userTsConfig option
-:ts:`options.impexp.enableImportForNonAdminUser = 1` must be set. This can have a
+:typoscript:`options.impexp.enableImportForNonAdminUser = 1` must be set. This can have a
 negative security impact to the TYPO3 instance in core versions 7.6 and 6.2 and
 should only be enabled for "trustworthy" backend users in general.
 
@@ -31,6 +31,6 @@ Installations with non-admin users making active use of the import / export modu
 Migration
 =========
 
-Set userTsConfig option :ts:`options.impexp.enableImportForNonAdminUser = 1` to restore the old behavior.
+Set userTsConfig option :typoscript:`options.impexp.enableImportForNonAdminUser = 1` to restore the old behavior.
 
 .. index:: Backend, ext:impexp, TSConfig
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Breaking-84843-UseNo-cookieDomainForYoutubeByDefault.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Breaking-84843-UseNo-cookieDomainForYoutubeByDefault.rst
index 5b33829d25cd88da07bbf6827bf8842ec0e1456b..b70cf7ead8dba7716548275e7c9ec7be5da0058d 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Breaking-84843-UseNo-cookieDomainForYoutubeByDefault.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Breaking-84843-UseNo-cookieDomainForYoutubeByDefault.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #84843 - Use no-cookie domain for youtube by default
@@ -29,7 +29,7 @@ is used if explicitly set by the following TypoScript configuration:
 Impact
 ======
 
-The TypoScript configuration :ts:`lib.contentElement.settings.media.additionalConfig` is used
+The TypoScript configuration :typoscript:`lib.contentElement.settings.media.additionalConfig` is used
 as attribute :php:`additionalConfig` of the ViewHelper :php:`\TYPO3\CMS\Fluid\ViewHelpers\MediaViewHelper`.
 
 If no configuration is provided, the domain `www.youtube-nocookie.com` is used.
@@ -44,6 +44,6 @@ Installations which require the usage of the domain `www.youtube.com` or setting
 Migration
 =========
 
-Use the TypoScript configuration :ts:`lib.contentElement.settings.media.additionalConfig.no-cookie = 0`
+Use the TypoScript configuration :typoscript:`lib.contentElement.settings.media.additionalConfig.no-cookie = 0`
 
-.. index:: TypoScript, ext:fluid_styled_content
\ No newline at end of file
+.. index:: TypoScript, ext:fluid_styled_content
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-69794-SupportPecl-memcachedInMemcachedBackend.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-69794-SupportPecl-memcachedInMemcachedBackend.rst
index 6601e66bdb862c7c811156769131b789deb0c9b6..0f22315d3ad96e6a3c39d19df3d34eeff23a25a0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-69794-SupportPecl-memcachedInMemcachedBackend.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-69794-SupportPecl-memcachedInMemcachedBackend.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #69794 - Support pecl-memcached in MemcachedBackend
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-73461-EnableImportModuleForNonAdminUsers.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-73461-EnableImportModuleForNonAdminUsers.rst
index 6697c6eadb338d4d2ef75a38c6ac89e088b1cf19..38894483c9c8d68ddf571460ba714a9ea8c6b145 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-73461-EnableImportModuleForNonAdminUsers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-73461-EnableImportModuleForNonAdminUsers.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #73461 - Enable import module for non admin users
@@ -10,7 +10,7 @@ See :issue:`73461`
 Description
 ===========
 
-The new userTsConfig option :ts:`options.impexp.enableImportForNonAdminUser` can be used to enable
+The new userTsConfig option :typoscript:`options.impexp.enableImportForNonAdminUser` can be used to enable
 the import module of EXT:impexp for non admin users.
 
 
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-84053-APIToAnonymizeIPAddresses.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-84053-APIToAnonymizeIPAddresses.rst
index d195e1f1a8c96bc884878df83edb7c661f2b8266..4e4c13d7d206327f991917f5643648fc82d3541b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-84053-APIToAnonymizeIPAddresses.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-84053-APIToAnonymizeIPAddresses.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Feature: #84053 - API to anonymize IP addresses
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-84740-MakeIndexed_searchReadyForGDPR.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-84740-MakeIndexed_searchReadyForGDPR.rst
index 358a4592458422a1e2376111e655293d3de5a0be..833a72c9bf05d5844d1b751e6f42e407b3a7f95b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-84740-MakeIndexed_searchReadyForGDPR.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-84740-MakeIndexed_searchReadyForGDPR.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #84740 - Make indexed_search ready for GDPR
@@ -29,4 +29,4 @@ Impact
 
 Configure your installation as needed. Define the tracking of the IP address and the removal of not needed search statistics.
 
-.. index:: ext:indexed_search
\ No newline at end of file
+.. index:: ext:indexed_search
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-84781-AddedSchedulerTaskToAnonymizeIPAddressesOfTables.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-84781-AddedSchedulerTaskToAnonymizeIPAddressesOfTables.rst
index e77b6a991580856552804cc8260eb90bba05660a..92fb7f641f29c81a7abb2f39e75937f4d09d3d7d 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-84781-AddedSchedulerTaskToAnonymizeIPAddressesOfTables.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-84781-AddedSchedulerTaskToAnonymizeIPAddressesOfTables.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Feature: #84781 - Added scheduler task to anonymize IP addresses of tables
@@ -35,4 +35,4 @@ The following tables are available by default:
 - index_stat_search
 - sys_log
 
-.. index:: CLI, ext:scheduler
\ No newline at end of file
+.. index:: CLI, ext:scheduler
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-17904-ShowAccessRestrictedPagesDoesNotWorkWithSpecialMenus.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-17904-ShowAccessRestrictedPagesDoesNotWorkWithSpecialMenus.rst
index f1f9d15d74d98c1ad77ae0e52351f547aeeeb9a7..727328d4b75c13ead32a38b1e845c56502078eea 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-17904-ShowAccessRestrictedPagesDoesNotWorkWithSpecialMenus.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-17904-ShowAccessRestrictedPagesDoesNotWorkWithSpecialMenus.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Important: #17904 - showAccessRestrictedPages does not work with special menus
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-75400-NewDataHandlerCommandCopyToLanguage.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-75400-NewDataHandlerCommandCopyToLanguage.rst
index e12cd8f55dcea2bdf90724d9c79bc45ad984307d..24a95257c094f0eec4bfc90fbfac65c7577539f0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-75400-NewDataHandlerCommandCopyToLanguage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-75400-NewDataHandlerCommandCopyToLanguage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Important: #75400 - New DataHandler command 'copyToLanguage'
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-77411-RemovedExtbaseTableColumnCache.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-77411-RemovedExtbaseTableColumnCache.rst
index 7abaf1ea4e89199444729ace4e6bca87fb64d43f..9dee6273d8ec2bcf9339f802f2ce57ba9af37b08 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-77411-RemovedExtbaseTableColumnCache.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-77411-RemovedExtbaseTableColumnCache.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Important: #77411 - Removed extbase table column cache
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-77830-CSC-HeaderLinkRespectsGlobalPageTarget.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-77830-CSC-HeaderLinkRespectsGlobalPageTarget.rst
index 85633b8ee331b57c4dec94cd007630dae3485a25..b364dff79e03ddb771712437f0102b480ecae0d9 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-77830-CSC-HeaderLinkRespectsGlobalPageTarget.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-77830-CSC-HeaderLinkRespectsGlobalPageTarget.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Important: #77830 - CSC-HeaderLinkRespectsGlobalPageTarget
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-83768-RemoveReferrerCheckBackport.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-83768-RemoveReferrerCheckBackport.rst
index ad4e59a11f0625b50ceac1d45d52b2f725d41097..ed6c70aaaa85ce98569f44840499279c293b8b21 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-83768-RemoveReferrerCheckBackport.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-83768-RemoveReferrerCheckBackport.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Important: #83768 - Remove referrer check
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-85385-IntegratePharStreamWrapper.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-85385-IntegratePharStreamWrapper.rst
index 7d8b062cfe140de101a92528f35b231190882200..976cde6ca01c2372a0c43405fa6b9896cb7c77bf 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-85385-IntegratePharStreamWrapper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-85385-IntegratePharStreamWrapper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Important: #85385 - Integrate Phar Stream Wrapper
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Index.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Index.rst
index 71e8f4c8a2b028870ee8dc5e2377a48f99bd933b..f04b0a968e74c0973c9fda2a11250a8f8e6d21b0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 7.6.x Changes
 =============
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-24449-UseMovePlaceholdersAsDefaultInWorkspaces.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-24449-UseMovePlaceholdersAsDefaultInWorkspaces.rst
index 17607c388004b8f93fe37f600f3e4c582eefec6b..65f1e100a44536f8f973317831a34dc2c4255b8f 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-24449-UseMovePlaceholdersAsDefaultInWorkspaces.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-24449-UseMovePlaceholdersAsDefaultInWorkspaces.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #24449 - Use move placeholders as default in workspaces
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-45899-SplitClassImportExportIntoClassesImportAndExport.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-45899-SplitClassImportExportIntoClassesImportAndExport.rst
index 0280fd4620403db0a7bf90c9b831dfa41ac822ed..9a63c70e542131d84123ffad03efff88b74653f9 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-45899-SplitClassImportExportIntoClassesImportAndExport.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-45899-SplitClassImportExportIntoClassesImportAndExport.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #45899 - Split class ImportExport into classes Import and Export
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-51099-StreamlineSettingsConditions.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-51099-StreamlineSettingsConditions.rst
index b2eebee6f594c338fc5cef40ad1f9f0d7d60b85e..7f616ebe89755a05670a4d9139a015e1c3816bb9 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-51099-StreamlineSettingsConditions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-51099-StreamlineSettingsConditions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Breaking: #51099 - Streamline settings/conditions
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-62812-ResolveMenuUrlsToLinkToExternalPagesDirectly.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-62812-ResolveMenuUrlsToLinkToExternalPagesDirectly.rst
index 288a165464b0d9a4382d455a40b36398f0becfe2..dae6d347833fbf78effc33ed55c844851b3f94af 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-62812-ResolveMenuUrlsToLinkToExternalPagesDirectly.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-62812-ResolveMenuUrlsToLinkToExternalPagesDirectly.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Breaking: #62812 - Resolve URLs to "Link to external URL"-pages directly
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-63406-RespectRootlevelConfigurationinExtbaseQueries.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-63406-RespectRootlevelConfigurationinExtbaseQueries.rst
index b8c625177c424a6fa05e3c841d2f40c4a72ed17b..994f6745e066d302a7ad44fbf3311a84016d53d5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-63406-RespectRootlevelConfigurationinExtbaseQueries.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-63406-RespectRootlevelConfigurationinExtbaseQueries.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #63406 - Respect rootLevel configuration in extbase queries
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-66369-RemovedElementBrowserRelatedClasses.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-66369-RemovedElementBrowserRelatedClasses.rst
index 5b3c947325501791df2590c6e2dfd896822ceb3f..d069c3ce2b902881893c872506366794c25911fb 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-66369-RemovedElementBrowserRelatedClasses.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-66369-RemovedElementBrowserRelatedClasses.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #66369 - Removed ElementBrowser related classes
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-68081-ExtopenidMovedToTER.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-68081-ExtopenidMovedToTER.rst
index b3545529cbe4daef1b66601d8f1a3d1caaabcaf6..973eeb73983042e5817ba8f8b1bbdfa4a1754bdf 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-68081-ExtopenidMovedToTER.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-68081-ExtopenidMovedToTER.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================
 Breaking: #68081 - Ext:openid moved to TER
@@ -30,4 +30,4 @@ Migration
 
 An upgrade wizard in the install tool can be use to download and install the extension.
 
-.. index:: Backend, ext:openid
\ No newline at end of file
+.. index:: Backend, ext:openid
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69227-StringsForLikeAreNotProperlyEscaped.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69227-StringsForLikeAreNotProperlyEscaped.rst
index 58fcc9215b9e7643f847a4f07576add03260facf..f0eac690cc37a32a59cee27a043a0f5f4c3c09f8 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69227-StringsForLikeAreNotProperlyEscaped.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69227-StringsForLikeAreNotProperlyEscaped.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #69227 - Strings for like are not properly escaped
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-HookAjaxSaveCodeOfT3editorChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-HookAjaxSaveCodeOfT3editorChanged.rst
index 9b0ee246eeb2131aad5c59160ecbbe991e2a0c7c..bcc0969f2efbfe187cc73737c460e5afc70c9f89 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-HookAjaxSaveCodeOfT3editorChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-HookAjaxSaveCodeOfT3editorChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #69916 - Hook ajaxSaveCode of t3editor changed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-RegisteredAJAXHandlersReplacedByRoutes.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-RegisteredAJAXHandlersReplacedByRoutes.rst
index 8c249cefaeb30b92d26a9445cd981619bd6223d9..58dda355bb3e27350781c81643da0c0526b738cf 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-RegisteredAJAXHandlersReplacedByRoutes.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-RegisteredAJAXHandlersReplacedByRoutes.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #69916 - Registered AJAX handlers replaced by routes
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-RemovedBackendLogingetRsaPublicKeyAJAXHandler.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-RemovedBackendLogingetRsaPublicKeyAJAXHandler.rst
index 66f162eea17a4e7e448510ea161595e4361ba808..bd2a3edf6b5d1df6876b983f310a3342202b6c2a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-RemovedBackendLogingetRsaPublicKeyAJAXHandler.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-69916-RemovedBackendLogingetRsaPublicKeyAJAXHandler.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #69916 - Removed BackendLogin::getRsaPublicKey AJAX handler
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70033-TcaIconOptionsForSelectFields.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70033-TcaIconOptionsForSelectFields.rst
index b005497b39b7f63d5a292902b3b630919a2d1cd1..b8c8e280ee73329087593e148de70527c37db6e0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70033-TcaIconOptionsForSelectFields.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70033-TcaIconOptionsForSelectFields.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Breaking: #70033 - TCA icon options have been removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70055-OverrideNewContentElementWizardViaPageTSconfig.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70055-OverrideNewContentElementWizardViaPageTSconfig.rst
index b9498a6ceeffc3b02f239d32558052cf9403d222..80ce590ef5528243fa8dc2b24256c0e029eee742 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70055-OverrideNewContentElementWizardViaPageTSconfig.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70055-OverrideNewContentElementWizardViaPageTSconfig.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Breaking: #70055 - Override New Content Element Wizard via page TSConfig
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70132-FormEngineCustomFunctions.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70132-FormEngineCustomFunctions.rst
index 5bf78b5e9e9975a6d8a13d014a0974f4e3c3f2c4..12ac016c16d9ad6756eb61df333ecb71c6480ba3 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70132-FormEngineCustomFunctions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70132-FormEngineCustomFunctions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Breaking: #70132 - FormEngine custom functions
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70229-BE-lockSSL3OptionRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70229-BE-lockSSL3OptionRemoved.rst
index 078a383f14492ce6f4dea51ac6075c3052b9418a..9ad354b41164c0affe3812ec256731dec6589a86 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70229-BE-lockSSL3OptionRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70229-BE-lockSSL3OptionRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Breaking: #70229 - BE-lockSSL = 3 option removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70444-EXTform-FormAttributesAreNotRenderedInFE.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70444-EXTform-FormAttributesAreNotRenderedInFE.rst
index 4baf3033a28e11e64f2cf7f90d351373e55e6de3..828bd9baa555b75e765e5c05b6aed99003e0154c 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70444-EXTform-FormAttributesAreNotRenderedInFE.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70444-EXTform-FormAttributesAreNotRenderedInFE.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #70444 - EXT:form - Form attributes are not rendered in FE
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70503-EXTform-RemoveBreakOnErrorOptionFromWizard.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70503-EXTform-RemoveBreakOnErrorOptionFromWizard.rst
index f57d181e52909fa0f7de6cb898c6f6f1ddd0aa4f..b63683409d58ab388bfb7144beb3d34cdd1d7df8 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70503-EXTform-RemoveBreakOnErrorOptionFromWizard.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70503-EXTform-RemoveBreakOnErrorOptionFromWizard.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #70503 - EXT:form - Remove breakOnError option from wizard
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70574-FormWizardSaveHandlingChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70574-FormWizardSaveHandlingChanged.rst
index aabbedc091dffc376e798e1944b2b5222c881f75..1ecad2fb54cf2123265920330af4cc953441abb8 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70574-FormWizardSaveHandlingChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70574-FormWizardSaveHandlingChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Breaking: #70574 - Form Wizard Save Handling Changed in ext:form
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70578-JumpURLFunctionalityRemovedFromTheTYPO3Core.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70578-JumpURLFunctionalityRemovedFromTheTYPO3Core.rst
index 5cb9ca962c9e240e91013f70127a60e3b5c2ab8c..65e44cc497e4a6ccbd10d4a42586db4cc3f9a608 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70578-JumpURLFunctionalityRemovedFromTheTYPO3Core.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-70578-JumpURLFunctionalityRemovedFromTheTYPO3Core.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #70578 - JumpURL functionality removed from the TYPO3 Core
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-71110-TYPO3-specificUploadLimitRemoved.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-71110-TYPO3-specificUploadLimitRemoved.rst
index dd6d92f4c464f3228fa8f5e399282d8d16ea22e2..26ab392353ad42608fba02e47f114f46f0d14950 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-71110-TYPO3-specificUploadLimitRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-71110-TYPO3-specificUploadLimitRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #71110 - TYPO3-specific Upload Limit removed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-72117-APIChangeInExceptionHandlerInterface.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-72117-APIChangeInExceptionHandlerInterface.rst
index a658b1d44c25709301e5db5443158317900098e4..8b8177e362d83a09911321f99abd624718f1a5aa 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-72117-APIChangeInExceptionHandlerInterface.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-72117-APIChangeInExceptionHandlerInterface.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #72117 - API change in ExceptionHandlerInterface
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-77344-EXTform-RenameConfigurationForConfirmationView.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-77344-EXTform-RenameConfigurationForConfirmationView.rst
index 194c8bfa5cf71a61ad57de6b2a0007fcd8449f13..1dcf2d723506865040f71169d0e8e3963b56e1dd 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-77344-EXTform-RenameConfigurationForConfirmationView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Breaking-77344-EXTform-RenameConfigurationForConfirmationView.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Breaking: #77344 - EXT:form - Rename configuration for confirmation view
@@ -10,12 +10,12 @@ See :issue:`77344`
 Description
 ===========
 
-The typoscript key :ts:`configuration` for the confirmation configuration has been renamed.
+The typoscript key :typoscript:`configuration` for the confirmation configuration has been renamed.
 
-Up until now the layout settings of the confirmation view could be addressed via :ts:`tt_content.mailform.20.confirmation.layout`.
+Up until now the layout settings of the confirmation view could be addressed via :typoscript:`tt_content.mailform.20.confirmation.layout`.
 This setting was introduced with patch 28526 but never documented.
 
-Besides this, the confirmation view enable setting can be set via :ts:`tt_content.mailform.20.confirmation = 1`.
+Besides this, the confirmation view enable setting can be set via :typoscript:`tt_content.mailform.20.confirmation = 1`.
 
 To keep the meaning of the settings clear, it was decided to rename the configuration of the confirmation view.
 
@@ -37,7 +37,7 @@ All installations enabling the confirmation view and customizing the layout of t
 Migration
 =========
 
-All occurrences of :ts:`tt_content.mailform.20.confirmation.layout` have to be migrated to :ts:`tt_content.mailform.20.confirmationView.layout`.
+All occurrences of :typoscript:`tt_content.mailform.20.confirmation.layout` have to be migrated to :typoscript:`tt_content.mailform.20.confirmationView.layout`.
 
 
 .. index:: TypoScript, ext:form
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-51482-ScriptBasedModules.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-51482-ScriptBasedModules.rst
index 9a37495fb333826d6f1c3e687e3dc1e99d174c4a..d2b57b06d2862320a603e1aeeb7ecbedbfbdc1e6 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-51482-ScriptBasedModules.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-51482-ScriptBasedModules.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================
 Deprecation: #51482 - Script-based modules
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-60712-GetDynamicTabMenu.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-60712-GetDynamicTabMenu.rst
index ff226d46c72fd8f7e3e48deea0371ef8f09a678d..38c97c2db24f6dc57eec82a218bdfffc5ac163cb 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-60712-GetDynamicTabMenu.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-60712-GetDynamicTabMenu.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Deprecation: #60712 - DocumentTemplate->getDynamicTabMenu()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-65728-DocumentTemplate-issueCommand.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-65728-DocumentTemplate-issueCommand.rst
index 40ad21bace60de56ee269ea70ab71b05cecacd7b..ce098036b9a64ea449d43eca67e36e43bd14ab8a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-65728-DocumentTemplate-issueCommand.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-65728-DocumentTemplate-issueCommand.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Deprecation: #65728 - DocumentTemplate->issueCommand()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69369-UsePropertyTextInsteadOfDataForTEXTAREATEXTBLOCKOPTION.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69369-UsePropertyTextInsteadOfDataForTEXTAREATEXTBLOCKOPTION.rst
index e2a47db8a12cd7d0a7bc2c864addd99fc169ce50..026fa8a199b3ec76cc3433beb9055815108e33e6 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69369-UsePropertyTextInsteadOfDataForTEXTAREATEXTBLOCKOPTION.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69369-UsePropertyTextInsteadOfDataForTEXTAREATEXTBLOCKOPTION.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Deprecation: #69369 - Use property text instead of data in ext:form
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69822-DeprecateSelectFieldTca.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69822-DeprecateSelectFieldTca.rst
index b39c1bb48970d31c602b0a9c76f6685a1e726362..ec2e23e8e8fa9690b9e116366c7994386361fe9b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69822-DeprecateSelectFieldTca.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69822-DeprecateSelectFieldTca.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #69822 - Deprecate TCA settings of select fields
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69877-UseModuleTemplateAPIForExtfilelist.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69877-UseModuleTemplateAPIForExtfilelist.rst
index 4786fb68e5d8b0c2d3cc24dd23417f383c6d9a00..089db1c9934b22cb9b49cb2bb7bc8558f2a88f17 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69877-UseModuleTemplateAPIForExtfilelist.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-69877-UseModuleTemplateAPIForExtfilelist.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #69877 - Use ModuleTemplate API for ext:filelist
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70052-ExtLoadedDisplayCondition.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70052-ExtLoadedDisplayCondition.rst
index 5397c0b8378b4be78c73295d6d1224a4e7f2c6b7..25f962888406426d1d873ecaec5a0704776fed00 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70052-ExtLoadedDisplayCondition.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70052-ExtLoadedDisplayCondition.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Deprecation: #70052 - TCA Display condition EXT LOADED
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70138-FlexFormLanguageHandling.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70138-FlexFormLanguageHandling.rst
index 08ea933f26347cc3976ac91c1bd0c8eac0f1c3fb..779a189feaf58a555c61d564885a78cfe3e76176 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70138-FlexFormLanguageHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70138-FlexFormLanguageHandling.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Deprecation: #70138 - Flex form language handling
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70477-DeprecateSpriteIconClasses.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70477-DeprecateSpriteIconClasses.rst
index cc9acc3b2114fdbf86cc284f71c7c684e17b0260..f7429bc27cb153b15146f2d5378883da447f2184 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70477-DeprecateSpriteIconClasses.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70477-DeprecateSpriteIconClasses.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Deprecation: #70477 - Deprecate SpriteIcon classes
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70494-WrapClickMenuOnIcon.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70494-WrapClickMenuOnIcon.rst
index d7db593b1075c81f530828e99e1ca90088fc2114..3e9dcc9506236abc1707d0b5119fed1181a3f709 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70494-WrapClickMenuOnIcon.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70494-WrapClickMenuOnIcon.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #70494 - DocumentTemplate->wrapClickMenuOnIcon()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70514-DynamicConfigFile.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70514-DynamicConfigFile.rst
index 794126fb4f84992b2e9ba6037af27fd02364f3d6..c96e81c121b4d1775ecd0941cd249cd20ee4b7e9 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70514-DynamicConfigFile.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-70514-DynamicConfigFile.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Deprecation: #70514 - dynamicConfigFile is deprecated
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-71153-DocumentTemplateSpacer.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-71153-DocumentTemplateSpacer.rst
index 2ead733364ce81415f250b8658bce65cfc4e2097..eabe7d033c1d2afc66e8c44aefd154efb834ff6a 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-71153-DocumentTemplateSpacer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-71153-DocumentTemplateSpacer.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Deprecation: #71153 - DocumentTemplate->spacer()
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-71249-DeprecateRenderMethodOfFlashMessageClass.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-71249-DeprecateRenderMethodOfFlashMessageClass.rst
index 520e623aedca5750980729344533b323d191f8dd..49eace0fbc34061a34dff39de560b56deee8f5d5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-71249-DeprecateRenderMethodOfFlashMessageClass.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Deprecation-71249-DeprecateRenderMethodOfFlashMessageClass.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Deprecation: #71249 - Deprecate render method of FlashMessage class
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-20875-MakeHardcodedIndexedSearchParametersConfigurableViaTS.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-20875-MakeHardcodedIndexedSearchParametersConfigurableViaTS.rst
index 5c791f6351727aa33a3c8f6984426dc57f598e0d..991512e00fb829003fa416401928ac79fe993998 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-20875-MakeHardcodedIndexedSearchParametersConfigurableViaTS.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-20875-MakeHardcodedIndexedSearchParametersConfigurableViaTS.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Feature: #20875 - Make hardcoded indexed_search parameters configurable via TS
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-23156-IndexedSearchMakePathSeparatorOfSearchResultConfigurable.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-23156-IndexedSearchMakePathSeparatorOfSearchResultConfigurable.rst
index 8ddc219bebaf0dec5cc28bd33a02748277578b00..7e8a533434bd1afad3e7187bd79e3ae7db8bd2c8 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-23156-IndexedSearchMakePathSeparatorOfSearchResultConfigurable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-23156-IndexedSearchMakePathSeparatorOfSearchResultConfigurable.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Feature: #23156 - Indexed search: Make path separator of search result configurable
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-27057-RelationsToTheSameTableInExtbase.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-27057-RelationsToTheSameTableInExtbase.rst
index 0858733b24a8875d0ea07ffc2434128106de1b91..4c46ec4f09e9e5180c1750a38be36a5ea70a80be 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-27057-RelationsToTheSameTableInExtbase.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-27057-RelationsToTheSameTableInExtbase.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #27057 - Relations to the same table in Extbase
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-35245-ReworkWorkspaceNotificationSettings.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-35245-ReworkWorkspaceNotificationSettings.rst
index 7f90fc2958bbf1f88fda2b471c985cb37733190f..03cdaaf8634ad09251ad9a61fc6a8b8a114b1cb3 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-35245-ReworkWorkspaceNotificationSettings.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-35245-ReworkWorkspaceNotificationSettings.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #35245 - Rework workspace notification settings
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-44127-HooksForOpenIdToAutomaticallyCreateUserAccounts.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-44127-HooksForOpenIdToAutomaticallyCreateUserAccounts.rst
index 134751a8b150049e3c80fb1a19a0a5d3594c475c..81516bde90ff91d1c2f4d95247b0db0209834eca 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-44127-HooksForOpenIdToAutomaticallyCreateUserAccounts.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-44127-HooksForOpenIdToAutomaticallyCreateUserAccounts.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Feature: #44127 - Introduced two new Hooks for OpenID
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-47613-IndexedSearchMakeNo_cacheParameterForForwardSearchWordsInResultLinkConfigurable.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-47613-IndexedSearchMakeNo_cacheParameterForForwardSearchWordsInResultLinkConfigurable.rst
index b11a8ba4a011d5ec3f3514cd0ef46f4a0291dc60..0747d711a1cdc94a6e07d3a2aa3e8f1f6928b361 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-47613-IndexedSearchMakeNo_cacheParameterForForwardSearchWordsInResultLinkConfigurable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-47613-IndexedSearchMakeNo_cacheParameterForForwardSearchWordsInResultLinkConfigurable.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================================================
 Feature: #47613 - Indexed Search: make no_cache parameter for forwardSearchWordsInResultLink configurable
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-56633-FormProtectionAPIForFrontEndUsage.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-56633-FormProtectionAPIForFrontEndUsage.rst
index 2a379340313ebbef7885416cfcdc6e80e7b53914..cfb2d62d496d36e6a2bd59f362d20f78b5127ae2 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-56633-FormProtectionAPIForFrontEndUsage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-56633-FormProtectionAPIForFrontEndUsage.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #56633 - Form protection API for frontend usage
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-64286-AddedAbsoluteUrlOptionToUriimageAndImageViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-64286-AddedAbsoluteUrlOptionToUriimageAndImageViewHelper.rst
index 64c9924f8c9fae36e6fd556b4759fa23defc7a79..60e8091d211b15ee7492029b6dffe69c14aecab5 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-64286-AddedAbsoluteUrlOptionToUriimageAndImageViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-64286-AddedAbsoluteUrlOptionToUriimageAndImageViewHelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Feature: #64286 - Added absolute url option to uri.image and image viewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-66369-AddedLinkBrowserAPIs.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-66369-AddedLinkBrowserAPIs.rst
index fefd89204b8b790905708371ab8d8d041d7b9a9d..ef8325395625923ba8703e008b7de1ba31286ac4 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-66369-AddedLinkBrowserAPIs.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-66369-AddedLinkBrowserAPIs.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================
 Feature: #66369 - Added LinkBrowser APIs
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-66369-AddedNewElementBrowserAPI.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-66369-AddedNewElementBrowserAPI.rst
index 8bf35d64f55e9640e8f7fc4b7e6ff702065710da..000e0a54a351963ed601441982dd373ad4c37f22 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-66369-AddedNewElementBrowserAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-66369-AddedNewElementBrowserAPI.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Feature: #66369 - Added new element browser API
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-68771-AddContentObjectFunctionalityToFormMailPostProcessorAndIntroduceReplyToEmail.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-68771-AddContentObjectFunctionalityToFormMailPostProcessorAndIntroduceReplyToEmail.rst
index 5c989aafc771e0732aeac96cf5bebf1707e70d04..dea5e581efaa85885cf006786774cc3df2259d95 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-68771-AddContentObjectFunctionalityToFormMailPostProcessorAndIntroduceReplyToEmail.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-68771-AddContentObjectFunctionalityToFormMailPostProcessorAndIntroduceReplyToEmail.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================================================
 Feature: #68771 - Add contentObject functionality to form MailPostProcessor and introduce replyToEmail
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-68895-IntroducedHookInBackendUserAuthenticationgetDefaultUploadFolder.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-68895-IntroducedHookInBackendUserAuthenticationgetDefaultUploadFolder.rst
index 6642a1f2a5d8b23347d0f695d33b2944fe5d61af..d7da5f2f67ad1cf52a0b8dccc9be048aaeacb13b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-68895-IntroducedHookInBackendUserAuthenticationgetDefaultUploadFolder.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-68895-IntroducedHookInBackendUserAuthenticationgetDefaultUploadFolder.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================================
 Feature: #68895 - Introduced hook in BackendUserAuthentication::getDefaultUploadFolder
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69120-AddBasicFileSearchInElementBrowser.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69120-AddBasicFileSearchInElementBrowser.rst
index 6764726cb633e82c7d59d13b92f20c3dc64869b6..be345b896077524aa8e4f3f43699a352560e35e3 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69120-AddBasicFileSearchInElementBrowser.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69120-AddBasicFileSearchInElementBrowser.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #69120 - Add basic file search in element browser
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69706-AddInlineSupportForSvgIconProvider.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69706-AddInlineSupportForSvgIconProvider.rst
index a44f79d3e38a57a4f20d4af0bd58a2d9463e8536..bb0571c0e2ea7fe393d0978908b3780f4e0606a6 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69706-AddInlineSupportForSvgIconProvider.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69706-AddInlineSupportForSvgIconProvider.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #69706 - Add support for alternative (inline) icon markup
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69764-IntroducedFileIconDetectionByMimeType.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69764-IntroducedFileIconDetectionByMimeType.rst
index c2f7924ebe9885fa4d6d1cca2a8ae3c794dd9284..c04db325c131976d181cfaf8ccb338aa11ad5a87 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69764-IntroducedFileIconDetectionByMimeType.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69764-IntroducedFileIconDetectionByMimeType.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #69764 - Introduced file icon detection by mime-type
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69814-ModuleTemplateAPI.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69814-ModuleTemplateAPI.rst
index 7bb6a5860ada485d2081e3645a6403051a5e1edb..f206f98e25cc8290d3461f7ffea314cb2da09888 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69814-ModuleTemplateAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69814-ModuleTemplateAPI.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================
 Feature: #69814 - ModuleTemplate API
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69916-PSR-7-basedRoutingForBackendAJAXRequests.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69916-PSR-7-basedRoutingForBackendAJAXRequests.rst
index 8bd037865c3b576a0affb73b5d321ed7c01cb0db..45d974ad56eca4074913ee9ccda47dbf5dab05ed 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69916-PSR-7-basedRoutingForBackendAJAXRequests.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-69916-PSR-7-basedRoutingForBackendAJAXRequests.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #69916 - PSR-7-based Routing for Backend AJAX Requests
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70033-IntroducedTcaOptionShowIconTableForSelectSingleFields.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70033-IntroducedTcaOptionShowIconTableForSelectSingleFields.rst
index 778d1fd006ad88cc9fdd826699604d330589a759..caa7f3a71ba5db061ef4812ec8a96944ca1f57e7 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70033-IntroducedTcaOptionShowIconTableForSelectSingleFields.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70033-IntroducedTcaOptionShowIconTableForSelectSingleFields.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Feature: #70033 - Introduced TCA option showIconTable for selectSingle fields
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70126-IntroduceTcaOptionToAddAutocompleteAttributeToInputFields.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70126-IntroduceTcaOptionToAddAutocompleteAttributeToInputFields.rst
index 0d076ffdd8fccf7283d4757ad930291f751922cc..62517fdd4e1e1f039c53ae153350dfe59f52b4c7 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70126-IntroduceTcaOptionToAddAutocompleteAttributeToInputFields.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70126-IntroduceTcaOptionToAddAutocompleteAttributeToInputFields.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Feature: #70126 - Introduce TCA option to add autocomplete attribute to input fields
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70170-ViewHelperToStripWhitespaceBetweenHTMLTags.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70170-ViewHelperToStripWhitespaceBetweenHTMLTags.rst
index 7fd2c8dd971058be1f02ec4714cbc7f982545e88..e2fb07a96b4e7e37c5050c2a8fccbf24ffcd73d6 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70170-ViewHelperToStripWhitespaceBetweenHTMLTags.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70170-ViewHelperToStripWhitespaceBetweenHTMLTags.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #70170 - ViewHelper to strip whitespace between HTML tags
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70332-EXTform-AddHTML4HTML5AttributesToTheWizard.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70332-EXTform-AddHTML4HTML5AttributesToTheWizard.rst
index 3eac88f1c311e59690d07d5e60297d859a3989a7..09ba7842a8f786f01ae686a63a5a08377aabeeca 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70332-EXTform-AddHTML4HTML5AttributesToTheWizard.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70332-EXTform-AddHTML4HTML5AttributesToTheWizard.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #70332 - EXT:form - Add HTML4 / HTML5 attributes to the wizard
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70531-RequireJSModuleForSplitButtons.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70531-RequireJSModuleForSplitButtons.rst
index e8c877bb49adef86b055641f42e7e77e324da2b4..af03214954671fd31c44386d59bf135178076929 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70531-RequireJSModuleForSplitButtons.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70531-RequireJSModuleForSplitButtons.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #70531 - RequireJS module for split buttons
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70583-IntroducedIconAPIInJavaScript.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70583-IntroducedIconAPIInJavaScript.rst
index 3850c8ce3355a3d60d51e7f9109d9bf6cdbdc148..7d56bc3d2102e282777d397338e2e037a8c4268b 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70583-IntroducedIconAPIInJavaScript.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-70583-IntroducedIconAPIInJavaScript.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #70583 - Introduced Icon API in JavaScript
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-71196-DisallowLocalizationMixtures.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-71196-DisallowLocalizationMixtures.rst
index 5920d299e68dd720cdf0fd9d910b2fb21c074494..0f716dac44e268ff69ce8470b74829661b8bee00 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-71196-DisallowLocalizationMixtures.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-71196-DisallowLocalizationMixtures.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Feature: #71196 - Disallow localization mixtures
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-71251-AddFlashMessageSupportInModuleTemplateAPI.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-71251-AddFlashMessageSupportInModuleTemplateAPI.rst
index 862c9e6f3464ad92a1b635a9e9fef34d0733bc9a..9827ad6da812d7634454fd9b2f88a6695878604d 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-71251-AddFlashMessageSupportInModuleTemplateAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-71251-AddFlashMessageSupportInModuleTemplateAPI.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #71251 - Add FlashMessage support in ModuleTemplate API
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-72505-IntroduceHookToOverrideARecordOverlay.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-72505-IntroduceHookToOverrideARecordOverlay.rst
index c6fe0efaadf7157b41002a0f52033d109e2352ec..cc7d41f9cce60474460cb37be8d9989caadfac02 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Feature-72505-IntroduceHookToOverrideARecordOverlay.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Feature-72505-IntroduceHookToOverrideARecordOverlay.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #72505 - Introduce hook to override a record overlay
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Important-36166-MoveAccessRightParametersFromBEToSYSConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Important-36166-MoveAccessRightParametersFromBEToSYSConfiguration.rst
index ac12529e250b1b73e0a466d543ae79a5a9886c0a..db121eb239d8f8dee03505ed02ebb385e9e71fe2 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Important-36166-MoveAccessRightParametersFromBEToSYSConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Important-36166-MoveAccessRightParametersFromBEToSYSConfiguration.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Important: #36166 - Move access right parameters from BE to SYS configuration
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Important-53681-ChangeWordingForUserSettingsResetConfigurationAndClearTemporaryData.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Important-53681-ChangeWordingForUserSettingsResetConfigurationAndClearTemporaryData.rst
index 61219dbac592dfe6fc64366c46c310f254d934b2..ff04e9dde17660eade26ddaccbdb918c06bb02fd 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Important-53681-ChangeWordingForUserSettingsResetConfigurationAndClearTemporaryData.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Important-53681-ChangeWordingForUserSettingsResetConfigurationAndClearTemporaryData.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================================
 Important: #53681 - Change wording for User Settings "Reset Configuration and Clear Temporary Data"
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Important-68079-ExtensionMediaceMovedToTER.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Important-68079-ExtensionMediaceMovedToTER.rst
index 56741d46a01fd83f1401edaa1ef115d2a7bc0c40..1d6c48e37179e38402904dd2db7c97eb86be6989 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Important-68079-ExtensionMediaceMovedToTER.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Important-68079-ExtensionMediaceMovedToTER.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Important: #68079 - Extension "mediace" moved to TER
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Important-70956-BehaviorOfPageTSConfigOptionsKeepItemsAddItemsAndRemoveItemsChanged.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Important-70956-BehaviorOfPageTSConfigOptionsKeepItemsAddItemsAndRemoveItemsChanged.rst
index c999638ae115c74075fc04e3e55cff0f9f79ca4b..ae44edd6990e65e0c4465ffea3f02eb9b226e4b2 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Important-70956-BehaviorOfPageTSConfigOptionsKeepItemsAddItemsAndRemoveItemsChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Important-70956-BehaviorOfPageTSConfigOptionsKeepItemsAddItemsAndRemoveItemsChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================================
 Important: #70956 - Behavior of Page TSconfig options keepItems, addItems and removeItems changed
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Important-71126-AllowToDefineMultipleInlineLocalizeSynchronizeCommands.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Important-71126-AllowToDefineMultipleInlineLocalizeSynchronizeCommands.rst
index 088fa196f83edf19c7cd51510785cbd512133858..6d53aa93c58f7af0c479a6296e7c52da225717f3 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Important-71126-AllowToDefineMultipleInlineLocalizeSynchronizeCommands.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Important-71126-AllowToDefineMultipleInlineLocalizeSynchronizeCommands.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Important: #71126 - Allow to define multiple inlineLocalizeSynchronize commands
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Important-72697-RemoveThumbnailFunctionalityOfImpexp.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Important-72697-RemoveThumbnailFunctionalityOfImpexp.rst
index 9b085df17014a23714c4378e4d43e4c8b4443490..abdffecbbe9034097ec066630bfd1f599bcd53f0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Important-72697-RemoveThumbnailFunctionalityOfImpexp.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Important-72697-RemoveThumbnailFunctionalityOfImpexp.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Important: #72697 - Remove thumbnail functionality of impexp
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Important-73565-AbstractConditionViewHelperNoLongerAutomaticallyCompilable.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Important-73565-AbstractConditionViewHelperNoLongerAutomaticallyCompilable.rst
index 24d9d9160c9f9c3836f1857554da171dfecaf88c..e9535fb071dd593df703b163fa2bcce9006367c1 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Important-73565-AbstractConditionViewHelperNoLongerAutomaticallyCompilable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Important-73565-AbstractConditionViewHelperNoLongerAutomaticallyCompilable.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Important: #73565 - AbstractConditionViewHelper no longer automatically compilable
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6/Index.rst b/typo3/sysext/core/Documentation/Changelog/7.6/Index.rst
index 16867a9762ee41d4fe186d17b753e760a8666b6d..394d080e78b245932e014860449201afa097ba63 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 7.6 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-43085-RenamedGraphicsProcessorSettings.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-43085-RenamedGraphicsProcessorSettings.rst
index edd807963c5eb4e83e547dda0a2b4a3af6e40ff3..c6ef4a1bedd25daf57a7c1d12356818467d293dc 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-43085-RenamedGraphicsProcessorSettings.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-43085-RenamedGraphicsProcessorSettings.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Breaking: #43085 - Change GFX settings prefix im\_* to generic processor\_*
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-45899-SplitClassImportExportIntoClassesImportAndExport.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-45899-SplitClassImportExportIntoClassesImportAndExport.rst
index f3f83cef04fcfd81cf7e8cffaab07560d7a1674f..769aa97dda5e54504a97000bce41e89bb27d1a92 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-45899-SplitClassImportExportIntoClassesImportAndExport.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-45899-SplitClassImportExportIntoClassesImportAndExport.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #45899 - Split class ImportExport into classes Import and Export
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-45943-RemoveUnusedImagesInT3skiniconsgfxi.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-45943-RemoveUnusedImagesInT3skiniconsgfxi.rst
index 8fe09f8c22f347c08b2289584a406f52da5ec4df..20435ec05ebba2b9325e76fdd5e696a9312e2946 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-45943-RemoveUnusedImagesInT3skiniconsgfxi.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-45943-RemoveUnusedImagesInT3skiniconsgfxi.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #45943 - Remove unused Images in "t3skin/icons/gfx/i"
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-51099-StreamlineSettingsConditions.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-51099-StreamlineSettingsConditions.rst
index dfc32798d680501b5af26ea8bcb715bdee3e9092..c1e6b8ab86afe128b9625486236c4fc23a6c7cc5 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-51099-StreamlineSettingsConditions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-51099-StreamlineSettingsConditions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Breaking: #51099 - Streamline settings/conditions
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-65165-AdditionalMethodsInFolderInterface.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-65165-AdditionalMethodsInFolderInterface.rst
index ed2a514a4dab693706a5b07a4004d56dba9af573..526758dd3df79b8cdc778db15d73b57246c46d5d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-65165-AdditionalMethodsInFolderInterface.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-65165-AdditionalMethodsInFolderInterface.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Breaking: #65165 - AdditionalMethodsInFolderInterface
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-68890-RemoveDualuseOfAuthTimeoutField.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-68890-RemoveDualuseOfAuthTimeoutField.rst
index 438b01247f80b881a4da92822accb4cae5936ee8..4c35ed8331789085c21c23bbfc23941be964499e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-68890-RemoveDualuseOfAuthTimeoutField.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-68890-RemoveDualuseOfAuthTimeoutField.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================
 Breaking: #68890 - Remove dual-use of auth_timeout_field in AbstractUserAuthentication
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-69863-ChangesInViewHelpersPostFluidStandalone.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-69863-ChangesInViewHelpersPostFluidStandalone.rst
index 9df36e483254a77bc0b6f3f8987ca4b186dd19ea..7bbd36c8bee09122806cc5f5d8f406d408f99cc0 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-69863-ChangesInViewHelpersPostFluidStandalone.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-69863-ChangesInViewHelpersPostFluidStandalone.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #69863 - Changes in ViewHelpers post Standalone-Fluid
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-69863-FluidEscapingBehaviourChangedFromENT_COMPATToENT_QUOTES.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-69863-FluidEscapingBehaviourChangedFromENT_COMPATToENT_QUOTES.rst
index 06849fe403040172904daf3f984275b202343d5f..f6bd7b8f3281da6915bbda36636b103a0e4a2600 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-69863-FluidEscapingBehaviourChangedFromENT_COMPATToENT_QUOTES.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-69863-FluidEscapingBehaviourChangedFromENT_COMPATToENT_QUOTES.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Breaking: #69863 - Fluid escaping behaviour changed from ENT_COMPAT to ENT_QUOTES
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-69863-RemovedDeprecatedCodeFromExtfluid.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-69863-RemovedDeprecatedCodeFromExtfluid.rst
index 2a18312655e210360e5cd5f0c129f595ea1aa4c0..697cd6768dc8d68356a41e2ea0554a0885ae9351 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-69863-RemovedDeprecatedCodeFromExtfluid.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-69863-RemovedDeprecatedCodeFromExtfluid.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #69863 - Removed deprecated code from EXT:fluid
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-71458-FullQuoteArrayCantHandleBooleanValuesForNoQuote.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-71458-FullQuoteArrayCantHandleBooleanValuesForNoQuote.rst
index bc0b7bbf3ffdf39d149887c85039082d9cb711b5..e2b2aa93c2fe5f180b958a0c462191c9bf08f0d6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-71458-FullQuoteArrayCantHandleBooleanValuesForNoQuote.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-71458-FullQuoteArrayCantHandleBooleanValuesForNoQuote.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #71458 - FullQuoteArray can't handle boolean values for $noQuote
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-71521-PropertyUserAuthenticationRemovedFromCommandController.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-71521-PropertyUserAuthenticationRemovedFromCommandController.rst
index e1e89ccbbc9a31c637176465a2ef405369b5e19e..fb65414d2bc77751ed42ca83b8d13cd9879b131f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-71521-PropertyUserAuthenticationRemovedFromCommandController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-71521-PropertyUserAuthenticationRemovedFromCommandController.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Breaking: #71521 - Property userAuthentication removed from CommandController
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72022-RemovedClassLoadingFallbackInCObject.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72022-RemovedClassLoadingFallbackInCObject.rst
index bd2c8e99910f6de48799200c289cbeb5ef1dff51..83df658793bc801a6b4371ba5e1aeea857906b9f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72022-RemovedClassLoadingFallbackInCObject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72022-RemovedClassLoadingFallbackInCObject.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #72022 - Removed class loading fallback in cObject
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72293-APIChangeInExceptionHandlerInterface.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72293-APIChangeInExceptionHandlerInterface.rst
index ff8ae42acfe932e44ef74558459dea7840997262..bfe979ec2c2e6ed5f69e4df52234244da0c8e3eb 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72293-APIChangeInExceptionHandlerInterface.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72293-APIChangeInExceptionHandlerInterface.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #72293 - API change in ExceptionHandlerInterface
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72310-EXTform-OutsourceLabelsAndLegendsToOwnPartials.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72310-EXTform-OutsourceLabelsAndLegendsToOwnPartials.rst
index b2a9dba2396213cb85f02770cd2725364b141b33..9b6143eb199ad41575870b2de58f1a0e493a0566 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72310-EXTform-OutsourceLabelsAndLegendsToOwnPartials.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72310-EXTform-OutsourceLabelsAndLegendsToOwnPartials.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #72310 - EXT:form - Outsource labels and legends to own partials
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72334-RemovedUtf8ConversionInEXTrecycler.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72334-RemovedUtf8ConversionInEXTrecycler.rst
index e2649aed3c505f0cc4e6f9e02344195052031ae4..a2aad7bacecbd04294bcc7fbc04997826ddd62ef 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72334-RemovedUtf8ConversionInEXTrecycler.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72334-RemovedUtf8ConversionInEXTrecycler.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #72334 - Removed utf8 conversion in EXT:recycler
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72338-RemovedGraphicalFunctions-nativeCharset.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72338-RemovedGraphicalFunctions-nativeCharset.rst
index 7070e8f95fc712b4c721fd2fd10d3de4eb4953d1..8066ea0763c2644b17ea09aca4f48c7475e2477a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72338-RemovedGraphicalFunctions-nativeCharset.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72338-RemovedGraphicalFunctions-nativeCharset.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #72338 - Removed GraphicalFunctions->nativeCharset
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72342-RemovedDeprecatedCodeFromGeneralUtility.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72342-RemovedDeprecatedCodeFromGeneralUtility.rst
index 797ba3afa50b422fd791c32e80442475d404e0a8..6c1e39503360cd89123e42652fbeaf48c8925468 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72342-RemovedDeprecatedCodeFromGeneralUtility.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72342-RemovedDeprecatedCodeFromGeneralUtility.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #72342 - Removed deprecated code from GeneralUtility
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72360-RemovedDeprecatedEntryPointFallback.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72360-RemovedDeprecatedEntryPointFallback.rst
index 7d345b85e35a1abec4af05bfc554097b6f431097..250fda20b0691f698a940fe7fcdabb5577cdf262 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72360-RemovedDeprecatedEntryPointFallback.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72360-RemovedDeprecatedEntryPointFallback.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #72360 - Removed deprecated entry point fallback
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72361-RemovedDeprecatedContentObjectWrappers.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72361-RemovedDeprecatedContentObjectWrappers.rst
index 142ba8ed4608f17b47063eccfd61a4b1b3cc7781..658557c24145c15685cf64ed737e408f1b4ac1d6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72361-RemovedDeprecatedContentObjectWrappers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72361-RemovedDeprecatedContentObjectWrappers.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #72361 - Removed deprecated content object wrappers
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72361-RemovedDeprecatedMethodsInContentObjectRenderer.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72361-RemovedDeprecatedMethodsInContentObjectRenderer.rst
index a545560dace13a59adfd42ba0156c95f0e9cca7d..a22f628ad06d2f47bbcc0f37d69bde490a2a28ea 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72361-RemovedDeprecatedMethodsInContentObjectRenderer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72361-RemovedDeprecatedMethodsInContentObjectRenderer.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Breaking: #72361 - Removed deprecated methods in ContentObjectRenderer
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72368-TYPO3ConstantsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72368-TYPO3ConstantsRemoved.rst
index 74ec18799328491aab14c994b4c6a57aab906762..bc41437a758fd90f5ef8a1c471ee3e82771f58e2 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72368-TYPO3ConstantsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72368-TYPO3ConstantsRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================
 Breaking: #72368 - TYPO3 Constants removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72370-RemovedDeprecatedCodeFromExtbase.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72370-RemovedDeprecatedCodeFromExtbase.rst
index b054a5e4cc82e832a9168b616b193823f3612eb1..b16f7f6eafd402e98671f67ccba03906580f665c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72370-RemovedDeprecatedCodeFromExtbase.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72370-RemovedDeprecatedCodeFromExtbase.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #72370 - Removed deprecated code from extbase
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72372-RemovedDeprecatedCodeFromBeuser.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72372-RemovedDeprecatedCodeFromBeuser.rst
index d85a64bf4cd45c2b3a2d28ffba2b7f73148b754e..7e9315b7f7bd2c42b18d6f9c881d40342804dc06 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72372-RemovedDeprecatedCodeFromBeuser.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72372-RemovedDeprecatedCodeFromBeuser.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #72372 - Removed deprecated code from beuser
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72373-RemovedDeprecatedCodeFromCss_styled_content.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72373-RemovedDeprecatedCodeFromCss_styled_content.rst
index 7595af5ea20538723d1a9166e2b8b4c696ca7a69..3fba1dd6cc42e00bc7415d3078c1f3b12517727e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72373-RemovedDeprecatedCodeFromCss_styled_content.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72373-RemovedDeprecatedCodeFromCss_styled_content.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #72373 - Removed deprecated code from css_styled_content
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72378-RemovedCssStyledContentTypoScriptFor62.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72378-RemovedCssStyledContentTypoScriptFor62.rst
index 35a31182ed8509194ac676c41d8ed4db8eb06b82..179c50662f5e6420194a9b697f2c1efa8f3c7fc2 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72378-RemovedCssStyledContentTypoScriptFor62.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72378-RemovedCssStyledContentTypoScriptFor62.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Breaking: #72378 - Removed CSS Styled Content TypoScript for 6.2
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72381-RemovedDeprecatedCodeFromExtDbal.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72381-RemovedDeprecatedCodeFromExtDbal.rst
index cc674497558b811dda2d8a5e085530a7c3bdf83b..695ac0bd10920003f26edf0d410604421699ec5e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72381-RemovedDeprecatedCodeFromExtDbal.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72381-RemovedDeprecatedCodeFromExtDbal.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #72381 - Removed deprecated code from EXT:dbal
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72384-RemovedDeprecatedCodeFromHtmlParser.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72384-RemovedDeprecatedCodeFromHtmlParser.rst
index c1f2c4bc1b3d120722f6f9431106a99cfcad0a6a..7edbd84b19b06011dafb4b02cd5f6206d26b72bf 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72384-RemovedDeprecatedCodeFromHtmlParser.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72384-RemovedDeprecatedCodeFromHtmlParser.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #72384 - Removed deprecated code from HtmlParser
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72385-RemovedDeprecatedCodeFromDataHandler.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72385-RemovedDeprecatedCodeFromDataHandler.rst
index 7b854ebdd1148a90c91c0b7d883af99878eb90ec..9b568321d9cce5582c1ad764d329205d39572a69 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72385-RemovedDeprecatedCodeFromDataHandler.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72385-RemovedDeprecatedCodeFromDataHandler.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #72385 - Removed deprecated code from DataHandler
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72390-RemovedDeprecatedCodeFromEXTrtehtmlarea.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72390-RemovedDeprecatedCodeFromEXTrtehtmlarea.rst
index 6c7d6a90a7d44854a70d7f5a082aea53e9490df2..d4622935bcd7d24a524a71247f83f7a27d14397a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72390-RemovedDeprecatedCodeFromEXTrtehtmlarea.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72390-RemovedDeprecatedCodeFromEXTrtehtmlarea.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #72390 - Removed deprecated code from EXT:rtehtmlarea
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72392-RemovedDeprecatedCodeFromDocumentTemplate.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72392-RemovedDeprecatedCodeFromDocumentTemplate.rst
index bfa51f866d27e7cb787883e48b747c8a0e4cb3f4..10c1e966245808e8c890afed470f516f7626ec10 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72392-RemovedDeprecatedCodeFromDocumentTemplate.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72392-RemovedDeprecatedCodeFromDocumentTemplate.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Breaking: #72392 - Removed deprecated code from DocumentTemplate
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72398-RemovedDeprecatedCodeFromEXTrecordlist.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72398-RemovedDeprecatedCodeFromEXTrecordlist.rst
index b1f91da6b36ebfd1cd1e9c65a811cd0be8607860..00b1267baa94c398ef8b63e9b721a0e73e7c0b7e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72398-RemovedDeprecatedCodeFromEXTrecordlist.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72398-RemovedDeprecatedCodeFromEXTrecordlist.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #72398 - Removed deprecated code from EXT:recordlist
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72399-RemovedDeprecatedCodeFromBackendUtility.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72399-RemovedDeprecatedCodeFromBackendUtility.rst
index 568a7dacc0ff9ddcd07e684bd02b01f18e8ecab9..ca5fba9d410429d82d20a9c751a2bd03536993f3 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72399-RemovedDeprecatedCodeFromBackendUtility.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72399-RemovedDeprecatedCodeFromBackendUtility.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #72399 - Removed deprecated code from BackendUtility
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72400-RemovedDeprecatedIconUtilityAndSpriteManager.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72400-RemovedDeprecatedIconUtilityAndSpriteManager.rst
index 37c0a8eb003a28b68dfe887580b33abfa57b3a5c..43eb9e4ed6e5612cac6f24c4dcd3d2ad5c33c587 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72400-RemovedDeprecatedIconUtilityAndSpriteManager.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72400-RemovedDeprecatedIconUtilityAndSpriteManager.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Breaking: #72400 - Removed deprecated IconUtility and SpriteManager
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72405-RemovedTraditionalBEModulesHandling.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72405-RemovedTraditionalBEModulesHandling.rst
index 8610ebd4d9e2bc7052797185fec5c0fb7a9e1b75..7715595eeeb86a706da739cf0494133f62300ebf 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72405-RemovedTraditionalBEModulesHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72405-RemovedTraditionalBEModulesHandling.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #72405 - Removed traditional BE modules handling
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72412-RemovedDeprecatedCodeFromLanguageProcessingFunctions.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72412-RemovedDeprecatedCodeFromLanguageProcessingFunctions.rst
index 113030671e4b9556b9330ae65017b6b6bad10c52..135fe9054447cc220448925b481b9ca040b8b546 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72412-RemovedDeprecatedCodeFromLanguageProcessingFunctions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72412-RemovedDeprecatedCodeFromLanguageProcessingFunctions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Breaking: #72412 - Removed deprecated code from language processing functions
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72416-RemoveEXTt3skinstylesheetssprites.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72416-RemoveEXTt3skinstylesheetssprites.rst
index f40acb683415c874a11a1c0692c63adfad89b1eb..c5c3bed8470265c946525e146480f9e16fc2ee62 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72416-RemoveEXTt3skinstylesheetssprites.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72416-RemoveEXTt3skinstylesheetssprites.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #72416 - Remove EXT:t3skin/stylesheets/sprites/
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72417-RemovedOldLockingAPI.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72417-RemovedOldLockingAPI.rst
index 75ae461c8ef91dea2adb9d942f330750b827561e..0e42dedad01d71da750ac002ae6ac27c20b9c5e0 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72417-RemovedOldLockingAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72417-RemovedOldLockingAPI.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================
 Breaking: #72417 - Removed old locking API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72418-DeprecatedBackend-relatedPHPClasses.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72418-DeprecatedBackend-relatedPHPClasses.rst
index 24b2315a5e0fddbbf02d7cc4864d60802a1b2178..e6480b00d6de81f19c4fb8c6d38f45e52b43d985 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72418-DeprecatedBackend-relatedPHPClasses.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72418-DeprecatedBackend-relatedPHPClasses.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #72418 - Deprecated backend-related PHP classes
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72419-RemoveDeprecatedCodeFromBackendControllers.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72419-RemoveDeprecatedCodeFromBackendControllers.rst
index f01e0d6d47bf009af8829dc85b79dae48dd54e94..2dfec85abdaf25984e99f396b9c8644ed7e0a304 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72419-RemoveDeprecatedCodeFromBackendControllers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72419-RemoveDeprecatedCodeFromBackendControllers.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #72419 - Remove deprecated code from backend controllers
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72421-RemovedDeprecatedCodeFromDatabaseAndQueryFunctions.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72421-RemovedDeprecatedCodeFromDatabaseAndQueryFunctions.rst
index 61dc90b57945c7298cc5561ec2774cadb5ff6996..726b82cca0f68db7bdc921860af95a5f58ab5995 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72421-RemovedDeprecatedCodeFromDatabaseAndQueryFunctions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72421-RemovedDeprecatedCodeFromDatabaseAndQueryFunctions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Breaking: #72421 - Removed deprecated code from database and query functions
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72424-RemovedDeprecatedTypoScriptFrontendControllerOptionsAndMethods.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72424-RemovedDeprecatedTypoScriptFrontendControllerOptionsAndMethods.rst
index f9532a68cecd18c3a8e13ae2354e4dd26743cd5a..44c1ea61d079c83b72d6290df645a9ea359f26ed 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72424-RemovedDeprecatedTypoScriptFrontendControllerOptionsAndMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72424-RemovedDeprecatedTypoScriptFrontendControllerOptionsAndMethods.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================================
 Breaking: #72424 - Removed deprecated TypoScriptFrontendController options and methods
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72426-RemovedDeprecatedCodeFromFileAndImageProcessingFunctions.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72426-RemovedDeprecatedCodeFromFileAndImageProcessingFunctions.rst
index 762d5dd650433d0a9a7b4dd9cf29b274d18858ca..cb3952fd6b7e96a1e97b3d092bfa5fed77758dc5 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72426-RemovedDeprecatedCodeFromFileAndImageProcessingFunctions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72426-RemovedDeprecatedCodeFromFileAndImageProcessingFunctions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Breaking: #72426 - Removed deprecated code from file and image processing functions
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72427-RemovedTypoScript-relatedMethodsAndProperties.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72427-RemovedTypoScript-relatedMethodsAndProperties.rst
index 9fd1c28873ed1f7c66e9ae3d25d7f4914600fbf5..6d8e77bf803a3f8b2192252b9f9c839ef052d0c6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72427-RemovedTypoScript-relatedMethodsAndProperties.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72427-RemovedTypoScript-relatedMethodsAndProperties.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #72427 - Removed TypoScript-related methods and properties
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72431-RemovedDeprecatedCodeFromLowlevelAndUtilityFunctions.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72431-RemovedDeprecatedCodeFromLowlevelAndUtilityFunctions.rst
index 77bbd3ab144ca6fe552085ea7003332379741cb3..ae9fa1e66440a020110e361505987ff0acba63e8 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72431-RemovedDeprecatedCodeFromLowlevelAndUtilityFunctions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72431-RemovedDeprecatedCodeFromLowlevelAndUtilityFunctions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Breaking: #72431 - Remove deprecated code from lowlevel and utility functions
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72438-RemoveDeprecatedCodeFromFlashMessage.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72438-RemoveDeprecatedCodeFromFlashMessage.rst
index 4ce918136f52322f327a1d2a35c2998578a63bbd..6813d2458f31a54d90606f0a6319826af8510876 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72438-RemoveDeprecatedCodeFromFlashMessage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72438-RemoveDeprecatedCodeFromFlashMessage.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #72438 - Remove deprecated code from FlashMessage
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72451-RemovedDeprecatedCodeFromBackendFunctions.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72451-RemovedDeprecatedCodeFromBackendFunctions.rst
index 2d82d7f2384bebbb9447c10a435489901c5b356a..f9cc64e229b73c88bf270106604b01eb7441d8e5 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72451-RemovedDeprecatedCodeFromBackendFunctions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72451-RemovedDeprecatedCodeFromBackendFunctions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #72451 - Removed deprecated code from backend functions
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72462-RemovedDeprecatedJavaScriptCode.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72462-RemovedDeprecatedJavaScriptCode.rst
index 1046a8e8b298e07609aa3223cebd1c329cdfb5f9..74f129016491c6a1404a379574bbfecbdf9b210f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72462-RemovedDeprecatedJavaScriptCode.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72462-RemovedDeprecatedJavaScriptCode.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Breaking: #72462 - Removed deprecated JavaScript code
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72464-RemovedDeprecatedCodeFromExtworkspaces.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72464-RemovedDeprecatedCodeFromExtworkspaces.rst
index ed6c249aa034221b6239ec16b47587ab486681ca..33b268657867e69661950390aa7ec5621f1610fb 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72464-RemovedDeprecatedCodeFromExtworkspaces.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72464-RemovedDeprecatedCodeFromExtworkspaces.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #72464 - Removed deprecated code from EXT:workspaces
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72473-RemovedDeprecatedMiscellaneousFunctions.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72473-RemovedDeprecatedMiscellaneousFunctions.rst
index c2f78dc88c0c1163f398e9ff956bea6daea81c5d..6eeec6b32618ffe56c0d8c9ccc02c2b4d17db61f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72473-RemovedDeprecatedMiscellaneousFunctions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72473-RemovedDeprecatedMiscellaneousFunctions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #72473 - Removed deprecated miscellaneous functions
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72474-RequestHandlerOnlyWorksWithRoutes.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72474-RequestHandlerOnlyWorksWithRoutes.rst
index 6cb319063146c6ea687e7fef6e91792e8a668e84..b5341dc20f49c7ecbf391090f2d3b7f33d462201 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72474-RequestHandlerOnlyWorksWithRoutes.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72474-RequestHandlerOnlyWorksWithRoutes.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #72474 - RequestHandler only works with Routes
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72476-PHPConstantTYPO3_PROCEED_IF_NO_USERRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72476-PHPConstantTYPO3_PROCEED_IF_NO_USERRemoved.rst
index bf0380777ed1144068f51ff5d34f027163d218a9..1a7c7b5e2490d93c4d54795e403758cd69e9a534 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72476-PHPConstantTYPO3_PROCEED_IF_NO_USERRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72476-PHPConstantTYPO3_PROCEED_IF_NO_USERRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Breaking: #72476 - PHP Constant TYPO3_PROCEED_IF_NO_USER removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72492-RemovedXHTML2Support.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72492-RemovedXHTML2Support.rst
index c20414a038cb2fa11724ec2918f78010f1a40600..af390fdab9c24551f58f78904a086c305cf40bbc 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72492-RemovedXHTML2Support.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72492-RemovedXHTML2Support.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Breaking: #72492 - Removed XHTML2 support
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72493-RemovedTypoScriptPropertyPagebgImg.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72493-RemovedTypoScriptPropertyPagebgImg.rst
index 420bfcc9074b5e016bc2627733985c4c56ca48bd..fbdc6e9ac422e6a25fc838771a29064dcf23bd8a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72493-RemovedTypoScriptPropertyPagebgImg.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72493-RemovedTypoScriptPropertyPagebgImg.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #72493 - Removed TypoScript property page.bgImg
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72497-RemovedRecodeSupportForCharsetConversion.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72497-RemovedRecodeSupportForCharsetConversion.rst
index d16c5d3aa83b90d2a87e3e5400335770c80361fd..db9aa679a1199a5b5f4155c6afd00e45a3923bdd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72497-RemovedRecodeSupportForCharsetConversion.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72497-RemovedRecodeSupportForCharsetConversion.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Breaking: #72497 - Removed recode support for Charset Conversion
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72572-RemoveMoreDeprecatedMiscellaneousFunctionsAndOptions.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72572-RemoveMoreDeprecatedMiscellaneousFunctionsAndOptions.rst
index 8197fc7aea860c8a5adfda9f57a280ed11c8a950..b7c67f0efad20db40b6fe79280a2aa3854e64b13 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72572-RemoveMoreDeprecatedMiscellaneousFunctionsAndOptions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72572-RemoveMoreDeprecatedMiscellaneousFunctionsAndOptions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Breaking: #72572 - Remove more deprecated miscellaneous functions and options
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72602-RemovedUnzipFunctionality.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72602-RemovedUnzipFunctionality.rst
index 0060a8423e43188b8ddd274c9cd08fa18a15ecab..2d62aa6f273bd46dd07b0f86d546a47350e9ceb6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72602-RemovedUnzipFunctionality.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72602-RemovedUnzipFunctionality.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Breaking: #72602 - Removed unzip functionality
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72604-RemoveOptionMaxFileNameLength.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72604-RemoveOptionMaxFileNameLength.rst
index 2a090345ab61a201cd7fc72dff74edd8e4044696..359700fc5f37dd6f99f58a3ea7c683bbdc49f238 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72604-RemoveOptionMaxFileNameLength.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72604-RemoveOptionMaxFileNameLength.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Breaking: #72604 - Remove option maxFileNameLength
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72661-RTETransformationTs_stripRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72661-RTETransformationTs_stripRemoved.rst
index e7876bf7d305a8a94dc2a443abfb042ca723260d..b643d64ffefd642cef84a589df8b611a4c74cbf2 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72661-RTETransformationTs_stripRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72661-RTETransformationTs_stripRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #72661 - RTE Transformation ts_strip removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72666-RTERemoveRelativePathCalculations.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72666-RTERemoveRelativePathCalculations.rst
index 37fad92f1267b8e79be4dfbf5833987a3b97a454..0c4b5b1ef34e99498481dda67e2a0aacfcb1b8ed 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72666-RTERemoveRelativePathCalculations.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72666-RTERemoveRelativePathCalculations.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #72666 - RTE: Remove relative path calculations
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72667-RTEUnusedInternalMethodsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72667-RTEUnusedInternalMethodsRemoved.rst
index 0637f53752d881e4a202cae6fd562d3f7214f6e3..e46754da868c61d2c8ed866204a842f375f9bd09 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72667-RTEUnusedInternalMethodsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72667-RTEUnusedInternalMethodsRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #72667 - RTE: Unused internal methods removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72671-ExtensionAboutmodulesRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72671-ExtensionAboutmodulesRemoved.rst
index df48d7aa8bfd4bdf5f7cebf57d9fd1ebe142688c..de438863303085d2fb23184533563f8e932a1289 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72671-ExtensionAboutmodulesRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72671-ExtensionAboutmodulesRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #72671 - Extension "aboutmodules" removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72686-RemovedRteHtmlParserMethods.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72686-RemovedRteHtmlParserMethods.rst
index c5ffbe83f58e3586a1a81383f098bd5ddd153f25..3d2337c7666ee0417a2413c25cb47d932d34b5db 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72686-RemovedRteHtmlParserMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72686-RemovedRteHtmlParserMethods.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Breaking: #72686 - Removed RteHtmlParser methods
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72701-RemoveUnusedPropertiesInDocumentTemplate.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72701-RemoveUnusedPropertiesInDocumentTemplate.rst
index 571c3d7d392534b530dee70e3b06d53cff30f85a..a16a47603204fb9bd7211440717e86617aeb4902 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72701-RemoveUnusedPropertiesInDocumentTemplate.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72701-RemoveUnusedPropertiesInDocumentTemplate.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #72701 - Remove unused properties in DocumentTemplate
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72711-RemovePropertyStrictInTypoScriptParser.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72711-RemovePropertyStrictInTypoScriptParser.rst
index b7347d5cb2ee2c4f4fc1ca7a3f3da2948b46baeb..64da5be5d930922f35e45b54acd736ead6f33015 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72711-RemovePropertyStrictInTypoScriptParser.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72711-RemovePropertyStrictInTypoScriptParser.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #72711 - Remove property strict in TypoScriptParser
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72783-RemovedRTETransformationOptionPreserveTables.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72783-RemovedRTETransformationOptionPreserveTables.rst
index cca909aa047962e29e6cba46375b650c27e06f54..082152cb381606da559c79ae75a16314d9a37b94 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72783-RemovedRTETransformationOptionPreserveTables.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72783-RemovedRTETransformationOptionPreserveTables.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Breaking: #72783 - Removed RTE transformation option preserveTables
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72826-RemovedCustomCharsetConfigurationForLocales.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72826-RemovedCustomCharsetConfigurationForLocales.rst
index 3ec5920386872fa61b68cea93dae555559d9fac3..7b17f982591104dd3e45cb733e09bcc8e2fc2467 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72826-RemovedCustomCharsetConfigurationForLocales.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72826-RemovedCustomCharsetConfigurationForLocales.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Breaking: #72826 - Removed custom charset configuration for locales
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72830-RemovedDeprecatedRTETransformationsTsTs_transform.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72830-RemovedDeprecatedRTETransformationsTsTs_transform.rst
index 8cc7e9545997419e659ae7c62f3ece5d0fbe78a0..3cc08c4e078616260a269f6e37ff22409e0d2d32 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72830-RemovedDeprecatedRTETransformationsTsTs_transform.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72830-RemovedDeprecatedRTETransformationsTsTs_transform.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Breaking: #72830 - Removed deprecated RTE transformations ts & ts_transform
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72837-RTETransformationsAllowDivSectionsByDefaultAndRemoveFont-specificParsing.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72837-RTETransformationsAllowDivSectionsByDefaultAndRemoveFont-specificParsing.rst
index 6f29f157a19a1a318a169718f032b6d32996157c..9b9b955050c093bb74ad96f66a2cbe1d76a3ae15 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72837-RTETransformationsAllowDivSectionsByDefaultAndRemoveFont-specificParsing.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72837-RTETransformationsAllowDivSectionsByDefaultAndRemoveFont-specificParsing.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================================================
 Breaking: #72837 - RTE transformations: Allow div sections by default and remove font-specific parsing
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72853-RemoveUnusedImagesFromCore.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72853-RemoveUnusedImagesFromCore.rst
index e96f2f5f215f00ebbf084ae6092007388fe199ba..41c07756207d1c541ec0d9da1759199d3923cbe6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72853-RemoveUnusedImagesFromCore.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72853-RemoveUnusedImagesFromCore.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Breaking: #72853 - Remove unused Images from core
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72861-EXTform-RemoveDeprecatedCode.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72861-EXTform-RemoveDeprecatedCode.rst
index b106c777f97b921b71b9ec3eb77e47f2b611ef34..1f479415a3e56604f995326f7cbaa4db2a4999e3 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72861-EXTform-RemoveDeprecatedCode.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72861-EXTform-RemoveDeprecatedCode.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Breaking: #72861 - EXT:form - Remove deprecated code
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72866-RemovedRTEProcessingOptionToUseDivTagsInsteadOfPTags.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72866-RemovedRTEProcessingOptionToUseDivTagsInsteadOfPTags.rst
index 8ae32e1c4dac76cb2f1c5e4a52111979d30c7649..b2b4fbb092634f9cddbebb5ec074186fcd670ed1 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72866-RemovedRTEProcessingOptionToUseDivTagsInsteadOfPTags.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72866-RemovedRTEProcessingOptionToUseDivTagsInsteadOfPTags.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Breaking: #72866 - Removed RTE processing option to use div tags instead of p tags
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72870-RemovedRTETransformationTs_preserveAndPreserveTags.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72870-RemovedRTETransformationTs_preserveAndPreserveTags.rst
index c2f808f7f5c5e70554b3cbf19de8113c34b615d0..182384319c5ee1f8b5824efcda90058c40e657cf 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72870-RemovedRTETransformationTs_preserveAndPreserveTags.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72870-RemovedRTETransformationTs_preserveAndPreserveTags.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #72870 - Removed RTE transformation ts_preserve and preserveTags
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72888-RemovedHtmlParserMapTagsFunctionality.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72888-RemovedHtmlParserMapTagsFunctionality.rst
index 2ee03708c23e9a3128fcc485d84ff53e347fd7b0..c88762be7d82cb746cc1638804462b3da26e3d95 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72888-RemovedHtmlParserMapTagsFunctionality.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72888-RemovedHtmlParserMapTagsFunctionality.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #72888 - Removed HtmlParser mapTags functionality
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72889-RemovedRteHtmlParserHtmlspecialcharsTransformationOptions.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72889-RemovedRteHtmlParserHtmlspecialcharsTransformationOptions.rst
index f1e120af143337ce3cc442214d946569e916302a..f06ec367480a66538bdb281a80ef5589cdb80f97 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72889-RemovedRteHtmlParserHtmlspecialcharsTransformationOptions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72889-RemovedRteHtmlParserHtmlspecialcharsTransformationOptions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Breaking: #72889 - Removed RteHtmlParser htmlspecialchars() transformation options
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72897-RteHtmlParserDroppedTs_reglinksTransformation.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72897-RteHtmlParserDroppedTs_reglinksTransformation.rst
index c6ad0663436e3f5c7be225a7560231d15929e64f..b38ac1c3940539157b1d3f4256179f2e731f77e4 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72897-RteHtmlParserDroppedTs_reglinksTransformation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-72897-RteHtmlParserDroppedTs_reglinksTransformation.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #72897 - RteHtmlParser: Dropped ts_reglinks transformation
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73044-JSONForClickMenuInBackend.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73044-JSONForClickMenuInBackend.rst
index ff816e407fe399a8b6ad66ffaf3b41b2b02cd4c5..f54debfc81ecd6042151e9a14c2e1a19ead330c8 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73044-JSONForClickMenuInBackend.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73044-JSONForClickMenuInBackend.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Breaking: #73044 - JSON for ClickMenu in Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73046-AliasAbstractNode-ViewHelperNodeForBackwardsCompatibility.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73046-AliasAbstractNode-ViewHelperNodeForBackwardsCompatibility.rst
index 729881efb33c11a8bd6a719808d6f6444d8d6a57..a450e3871b2cd1b6b7f48c5f62d75d47e1b8f89c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73046-AliasAbstractNode-ViewHelperNodeForBackwardsCompatibility.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73046-AliasAbstractNode-ViewHelperNodeForBackwardsCompatibility.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Breaking: #73046 - Alias AbstractNode -> ViewHelperNode for backwards compatibility
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73106-ConvertThumbnailsOnlyForNon-imageFiles.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73106-ConvertThumbnailsOnlyForNon-imageFiles.rst
index 055d80b8cddfb42250b4dd2bea1ba9713627ace3..a51380a17375f6f1f89adf5fa7d5fd21cefd6af2 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73106-ConvertThumbnailsOnlyForNon-imageFiles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73106-ConvertThumbnailsOnlyForNon-imageFiles.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #73106 - Convert thumbnails only for non-image files
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73152-SymfonyConsoleHelpersReplaced.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73152-SymfonyConsoleHelpersReplaced.rst
index 1e7e6eb21f85d971483ae7b16c9dd1d1b310d8cb..a798d73e44f51911a6c95922c14a466d2d6ce5b5 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73152-SymfonyConsoleHelpersReplaced.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73152-SymfonyConsoleHelpersReplaced.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #73152 - Symfony console helpers replaced
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73445-RemoveFlashmessage_compatibilityjsFromCore.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73445-RemoveFlashmessage_compatibilityjsFromCore.rst
index db1e2dea33fe05b76fe7ed523a29037af6756396..e23085748af27b31079b284c644f83044a280c5f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73445-RemoveFlashmessage_compatibilityjsFromCore.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73445-RemoveFlashmessage_compatibilityjsFromCore.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #73445 - Remove flashmessage_compatibility.js from core
@@ -16,12 +16,12 @@ The `flashmessage_compatibility.js` has been removed from the core.
 Impact
 ======
 
-Extensions which make use of :javascript:`TYPO3.Flashmessage` JavaScript function will not work anymore.
+Extensions which make use of :js:`TYPO3.Flashmessage` JavaScript function will not work anymore.
 
 
 Migration
 =========
 
-Use :javascript:`top.TYPO3.Notification.*` to create flash messages within JavaScript for the TYPO3 backend.
+Use :js:`top.TYPO3.Notification.*` to create flash messages within JavaScript for the TYPO3 backend.
 
 .. index:: JavaScript, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73504-MakeTimeTrackerASingleton.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73504-MakeTimeTrackerASingleton.rst
index 604a3a47a4cf1cd8b4b99021296a22713d40947e..e423e2d4388d953f19f7a9e48852408ff15420d8 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73504-MakeTimeTrackerASingleton.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73504-MakeTimeTrackerASingleton.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Breaking: #73504 - Make TimeTracker a singleton
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73514-TypoScriptPropertyIncludeLibsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73514-TypoScriptPropertyIncludeLibsRemoved.rst
index 2fcfd88a05ceeef6e7412adf34f0b69d7e427dc7..b974bd0ac7bd5c10b3e25dce7aca0100b23676d3 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73514-TypoScriptPropertyIncludeLibsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73514-TypoScriptPropertyIncludeLibsRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #73514 - TypoScript property "includeLibs" removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73516-GeneralUtilitygetFileAbsFileNameAllowsForTypo3MaindirSpecificPaths.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73516-GeneralUtilitygetFileAbsFileNameAllowsForTypo3MaindirSpecificPaths.rst
index 6d1e01bd81e2603a766ca372c77254c3d8a81822..2327fbd98a4b5f515e0b7077bf4e96d22884c2fc 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73516-GeneralUtilitygetFileAbsFileNameAllowsForTypo3MaindirSpecificPaths.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73516-GeneralUtilitygetFileAbsFileNameAllowsForTypo3MaindirSpecificPaths.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================================
 Breaking: #73516 - GeneralUtility::getFileAbsFileName allows for typo3/ maindir specific paths
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73602-Short-URLWithoutIdIDRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73602-Short-URLWithoutIdIDRemoved.rst
index 0e57f1c2b8e94eb920b03347e3b2622d339b0f79..9318a54dd61052c10204ab19f6e5aa999e312e7c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73602-Short-URLWithoutIdIDRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73602-Short-URLWithoutIdIDRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #73602 - Short-URL without ?id=ID removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73611-RemovedResourceCompressorRelativePathMethods.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73611-RemovedResourceCompressorRelativePathMethods.rst
index 0c589f513b35ece863fc496ed81c0bcbf017122c..838c57a3398706781d638587d2247aef671defbc 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73611-RemovedResourceCompressorRelativePathMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73611-RemovedResourceCompressorRelativePathMethods.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Breaking: #73611 - Removed ResourceCompressor relative path methods
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73655-Php7Required.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73655-Php7Required.rst
index 925e4d670dea52f639d1acb5b60080888411cb2d..d8eb0e1ee97d4618e9d87a12965f9809a9cb6e09 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73655-Php7Required.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73655-Php7Required.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================
 Breaking: #73655 - PHP 7 required
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73698-StreamlineLayoutOfFlashMessages.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73698-StreamlineLayoutOfFlashMessages.rst
index 4e08a5ee9399db0e142f6c7e7a6c8f8e195ac46f..7dabf61b26791259caa3832e0e6196aa3b4ef81d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73698-StreamlineLayoutOfFlashMessages.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73698-StreamlineLayoutOfFlashMessages.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Breaking: #73698 - Streamline layout of FlashMessages
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73711-RemovedDeprecatedCodeFromFormDomainModelElement.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73711-RemovedDeprecatedCodeFromFormDomainModelElement.rst
index fd97ca9a37dafc169448e6297976160e91aee32f..a59308f2f315b34fb117a07c90b10f65ec272473 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73711-RemovedDeprecatedCodeFromFormDomainModelElement.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73711-RemovedDeprecatedCodeFromFormDomainModelElement.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Breaking: #73711 - Removed deprecated code from Form Domain Model Element
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73719-UnusedJavaScriptConfigurationOptionsForTheBackendRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73719-UnusedJavaScriptConfigurationOptionsForTheBackendRemoved.rst
index 2975044ee4e38316f7352e554be5e5b7fee3c549..b4e9fb1326a5eda92be86ab5cc3b45f81f1ce8da 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73719-UnusedJavaScriptConfigurationOptionsForTheBackendRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73719-UnusedJavaScriptConfigurationOptionsForTheBackendRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Breaking: #73719 - Unused JavaScript configuration options for the Backend removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73763-RemovedBackPathFromPageRenderer.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73763-RemovedBackPathFromPageRenderer.rst
index 8573318aace084b0b447479c175cdbf7959dc1aa..f317c25f9bb174338504d6f8dd8666474cdaa9bd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73763-RemovedBackPathFromPageRenderer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73763-RemovedBackPathFromPageRenderer.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Breaking: #73763 - Removed backPath from PageRenderer
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73793-RemovedAbstractPlugin-LOCAL_LANG_charset.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73793-RemovedAbstractPlugin-LOCAL_LANG_charset.rst
index c12c379f920e9eabd71e8ce2561668a575102cc8..aaeddb9e5851a2c8456b1a78af532304330123e6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73793-RemovedAbstractPlugin-LOCAL_LANG_charset.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73793-RemovedAbstractPlugin-LOCAL_LANG_charset.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #73793 - Removed AbstractPlugin->LOCAL_LANG_charset
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73794-RenderCharsetOptionRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73794-RenderCharsetOptionRemoved.rst
index b3369e76f9950ab605d0231e413ed524b97a40a2..1eb078c3693b76ead1bb66ba5c301c35918b48db 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73794-RenderCharsetOptionRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-73794-RenderCharsetOptionRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Breaking: #73794 - renderCharset option removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-74029-RemoveModuleLoader-getRelativePath.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-74029-RemoveModuleLoader-getRelativePath.rst
index 79d2f1d1cd56be4691de672e3f994782afac08fe..5661a328a06a797416a61d3e71dfffef3d44ca85 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-74029-RemoveModuleLoader-getRelativePath.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-74029-RemoveModuleLoader-getRelativePath.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #74029 - Remove ModuleLoader->getRelativePath()
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-74031-CharsetConverterParametersRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-74031-CharsetConverterParametersRemoved.rst
index c98b4c49f439b3e1d9d22a1ec01008243bdb9a1f..e95f46f17be46ad94bdc35bcb361d2fcb53929ad 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-74031-CharsetConverterParametersRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-74031-CharsetConverterParametersRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #74031 - CharsetConverter parameters removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-74124-RemovedSys_file_referenceFieldDownloadname.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-74124-RemovedSys_file_referenceFieldDownloadname.rst
index bdcce255de958609d7e484794eca45419ab12eb9..c1ffeee63082445f96d6de04c48f987a38c2c054 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-74124-RemovedSys_file_referenceFieldDownloadname.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-74124-RemovedSys_file_referenceFieldDownloadname.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Breaking: #74124 - Removed sys_file_reference field downloadname
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-75150-RemovedTypoScriptOptionIncludeJSlibs.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-75150-RemovedTypoScriptOptionIncludeJSlibs.rst
index b1f890ca61b153cb27f23861db72bd4716aeb9f9..cf19d641450ad04329d708d0cfa0ac59c07ce353 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-75150-RemovedTypoScriptOptionIncludeJSlibs.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-75150-RemovedTypoScriptOptionIncludeJSlibs.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #75150 - Removed TypoScript option includeJSlibs
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-76155-ViewHelperNamespaceImportsWithXmlnsAreNowSingular.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-76155-ViewHelperNamespaceImportsWithXmlnsAreNowSingular.rst
index efa9d00f20bd9dab8d9936226af325f45cdacf77..445143052c8362b3eaf468e619f00386e15bf1d7 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-76155-ViewHelperNamespaceImportsWithXmlnsAreNowSingular.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Breaking-76155-ViewHelperNamespaceImportsWithXmlnsAreNowSingular.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Breaking: #76155 - ViewHelper Namespace imports with `xmlns` are now singular
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-68748-DeprecateAbstractContentObjectgetContentObject.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-68748-DeprecateAbstractContentObjectgetContentObject.rst
index 1ad2579be4ff5eff32a24f5f8b92aae91aa35c21..4a1f52defbb1e4235b426e68af5552229024682c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-68748-DeprecateAbstractContentObjectgetContentObject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-68748-DeprecateAbstractContentObjectgetContentObject.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Deprecation: #68748 - Deprecate AbstractContentObject::getContentObject()
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-69863-DeprecateGetTemplateVariableContainerFunction.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-69863-DeprecateGetTemplateVariableContainerFunction.rst
index 7cc19bac344e9f5a396992a4982c85a6cb6cdf04..2e9c5c99b6b90542384b8f0b3e19f113c96dbb87 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-69863-DeprecateGetTemplateVariableContainerFunction.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-69863-DeprecateGetTemplateVariableContainerFunction.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Deprecation: #69863 - Deprecate getTemplateVariableContainer function
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-71255-ExtendedFileUtilitypushErrorMessagesToFlashMessageQueue.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-71255-ExtendedFileUtilitypushErrorMessagesToFlashMessageQueue.rst
index 1cf4eada2bccfa3a47634e71ad8fbe5d0076062b..36b2cd2139adf159e28abb1c8fd240ca4d2954f2 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-71255-ExtendedFileUtilitypushErrorMessagesToFlashMessageQueue.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-71255-ExtendedFileUtilitypushErrorMessagesToFlashMessageQueue.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Deprecation: #71255 - ExtendedFileUtility::pushErrorMessagesToFlashMessageQueue()
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-71260-DocumentTemplateMethods.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-71260-DocumentTemplateMethods.rst
index dec053cc1d67bcb7b8d2d224b9ad3c30bfb3fb65..2b526617757caacc53deb72d85a5c3ff6a020df8 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-71260-DocumentTemplateMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-71260-DocumentTemplateMethods.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Deprecation: #71153 - Several DocumentTemplate methods deprecated
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-71916-LanguageService-makeEntities.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-71916-LanguageService-makeEntities.rst
index d745acb4de4820d51eb27bbc1801639b804e9876..31736d2b5ff7ed10301c52c5f53538624ca1128d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-71916-LanguageService-makeEntities.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-71916-LanguageService-makeEntities.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Deprecation: #71916 - LanguageService->makeEntities
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72340-MovedModuleLabelsFromLanguageServiceToModuleLoader.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72340-MovedModuleLabelsFromLanguageServiceToModuleLoader.rst
index b6e7d048fd4cba744bd64fefaa687894d545b22c..ddf4b6de4bdb52e409b922ad705d226669d4ef8b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72340-MovedModuleLabelsFromLanguageServiceToModuleLoader.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72340-MovedModuleLabelsFromLanguageServiceToModuleLoader.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Deprecation: #72340 - Moved moduleLabels from LanguageService to ModuleLoader
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72496-DeprecatedLANG-overrideLL.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72496-DeprecatedLANG-overrideLL.rst
index 658f83dbef22ee0b25af87ea84f8768657f80330..a0db1883c3783712c7699ea39d3931d10f4873fd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72496-DeprecatedLANG-overrideLL.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72496-DeprecatedLANG-overrideLL.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Deprecation: #72496 - Deprecated $LANG->overrideLL
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72733-DeprecateMoreMethodsOfDocumentTemplate.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72733-DeprecateMoreMethodsOfDocumentTemplate.rst
index abc30c94cbaebb2cf5cd56dba3b98c0ad3d81d22..95ed6d01cf10d644788ed5a271d683ac7e98561a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72733-DeprecateMoreMethodsOfDocumentTemplate.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72733-DeprecateMoreMethodsOfDocumentTemplate.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Deprecation: #72733 - Deprecate more methods of DocumentTemplate
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72827-ModuleIconConfigurationViaLabelstabs_imagestab.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72827-ModuleIconConfigurationViaLabelstabs_imagestab.rst
index 39d3cee96d70b042ec2b6ac3f3a246d2bfd5b084..ccd770d6513a441a461cf14f6b628d71627a6200 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72827-ModuleIconConfigurationViaLabelstabs_imagestab.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72827-ModuleIconConfigurationViaLabelstabs_imagestab.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Deprecation: #72827 - Module Icon configuration via [labels][tabs_images][tab]
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72851-DeprecateSomeFunctionsNotInUseAnymoreInTheCore.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72851-DeprecateSomeFunctionsNotInUseAnymoreInTheCore.rst
index 3b691b759d736f3fedcd2886cb9467eff0a3b765..39a02f00f83e7f6cc30e74d19ce9f536c96075c3 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72851-DeprecateSomeFunctionsNotInUseAnymoreInTheCore.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72851-DeprecateSomeFunctionsNotInUseAnymoreInTheCore.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Deprecation: #72851 - Deprecate some functions not in use anymore in the core
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72856-RemovedRTEModesOption.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72856-RemovedRTEModesOption.rst
index 9987bf6e066a35be7d5e91f5e9276c7f7941c208..9576ab92de1d2800bca50ff722bce2e06c4e2ebc 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72856-RemovedRTEModesOption.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-72856-RemovedRTEModesOption.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Deprecation: #72856 - Removed RTE "modes" option
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73050-DeprecatedRandomGeneratorMethodsInGeneralUtility.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73050-DeprecatedRandomGeneratorMethodsInGeneralUtility.rst
index 163100f5d8efe2d8c264313cfe9cbd373097bcd5..1061e560bdbef4b0321b5c4bd916e163e58e164f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73050-DeprecatedRandomGeneratorMethodsInGeneralUtility.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73050-DeprecatedRandomGeneratorMethodsInGeneralUtility.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Deprecation: #73050 - Deprecated random generator methods in GeneralUtility
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73067-DeprecateGeneralUtilityrequireOnceAndGeneralUtilityrequireFile.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73067-DeprecateGeneralUtilityrequireOnceAndGeneralUtilityrequireFile.rst
index 0b886555c8cf9b6b22ec3e7bb629d464be97f743..0249b90f8f9394e41d428dea55fc16a288f980c1 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73067-DeprecateGeneralUtilityrequireOnceAndGeneralUtilityrequireFile.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73067-DeprecateGeneralUtilityrequireOnceAndGeneralUtilityrequireFile.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================================
 Deprecation: #73067 - Deprecate GeneralUtility::requireOnce and  GeneralUtility::requireFile
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73068-DeprecatedDefaultArgumentOnFcase.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73068-DeprecatedDefaultArgumentOnFcase.rst
index adfd475ff56f6d7f57cb5f9024c96842cabd532f..aa8d489fb04a6a6b73b90a8c46f3b24ad1f2b795 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73068-DeprecatedDefaultArgumentOnFcase.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73068-DeprecatedDefaultArgumentOnFcase.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #73068 - Deprecated "default" argument on f:case
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73185-DeprecateNullTimeTracker.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73185-DeprecateNullTimeTracker.rst
index 431d5e96353afc6aa094a2fa19cf29df6100d08d..54dc16cf790a60c176ec159a4b798bf2aa60ddbe 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73185-DeprecateNullTimeTracker.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73185-DeprecateNullTimeTracker.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Deprecation: #73185 - Deprecate NullTimeTracker
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73190-DeprecateBackendUtilitygetListViewLink.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73190-DeprecateBackendUtilitygetListViewLink.rst
index 433135a4d8f4f974cf21571b098aca3bb68796f7..e39465a834ce084971950f0d051451ea871b1dca 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73190-DeprecateBackendUtilitygetListViewLink.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73190-DeprecateBackendUtilitygetListViewLink.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Deprecation: #73190 - Deprecate BackendUtility::getListViewLink()
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73352-DeprecateOld-schoolAJAXRequests.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73352-DeprecateOld-schoolAJAXRequests.rst
index b0ed2e891ab4d35800c61789397acd5bdca3f70b..4cd5c2f34637fa3ec66c929e9564d862fb949193 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73352-DeprecateOld-schoolAJAXRequests.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73352-DeprecateOld-schoolAJAXRequests.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Deprecation: #73352 - Deprecate old-school AJAX requests
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73442-ModalGetSeverityClassHasBeenMovedToTheSeverityModule.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73442-ModalGetSeverityClassHasBeenMovedToTheSeverityModule.rst
index ed7d6f8c67007510ef5f6a1a29b261da2e873ca2..30f1acf872cebbeb0d185c001f1c96d2a60a7a4c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73442-ModalGetSeverityClassHasBeenMovedToTheSeverityModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73442-ModalGetSeverityClassHasBeenMovedToTheSeverityModule.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Deprecation: #73442 - Modal.getSeverityClass has been moved to the Severity module
@@ -10,24 +10,24 @@ See :issue:`73442`
 Description
 ===========
 
-The method :javascript:`Modal.getSeverityClass` has been moved to :javascript:`Severity.getCssClass`. :javascript:`Modal.getSeverityClass` has been marked as deprecated.
+The method :js:`Modal.getSeverityClass` has been moved to :js:`Severity.getCssClass`. :js:`Modal.getSeverityClass` has been marked as deprecated.
 
 
 Impact
 ======
 
-Calling :javascript:`Modal.getSeverityClass` will trigger a console warning in the browser.
+Calling :js:`Modal.getSeverityClass` will trigger a console warning in the browser.
 
 
 Affected Installations
 ======================
 
-All 3rd party extensions using :javascript:`Modal.getSeverityClass` are affected.
+All 3rd party extensions using :js:`Modal.getSeverityClass` are affected.
 
 
 Migration
 =========
 
-Change the calls to :javascript:`Severity.getCssClass(severity)`.
+Change the calls to :js:`Severity.getCssClass(severity)`.
 
 .. index:: JavaScript, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73482-LANG-csConvObjAndLANG-parserFactory.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73482-LANG-csConvObjAndLANG-parserFactory.rst
index 796cb51457ea601d5c21e3ab927de5487fd3976d..b56d167a11937d703ea94e922a714d15d15d4bc0 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73482-LANG-csConvObjAndLANG-parserFactory.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73482-LANG-csConvObjAndLANG-parserFactory.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Deprecation: #73482 - $LANG->csConvObj and $LANG->parserFactory
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73511-BrowserLanguageDetectionMovedToLocales.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73511-BrowserLanguageDetectionMovedToLocales.rst
index dfc537abc9eaf5e0cd91eabf9d88298d99a35eeb..74f3a30ccc4ee7d31d05e04fb10da4e0407064e6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73511-BrowserLanguageDetectionMovedToLocales.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73511-BrowserLanguageDetectionMovedToLocales.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Deprecation: #73511 - BrowserLanguage detection moved to Locales
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73514-IncludeLibraryMethods.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73514-IncludeLibraryMethods.rst
index 8fee94b6c22fccf81d2090f1e5743b7c955b11ed..a4066ba5aadbbd6add97d79f2b10780832d9d570 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73514-IncludeLibraryMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73514-IncludeLibraryMethods.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Deprecation: #73514 - IncludeLibrary Methods
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73516-VariousGeneralUtilityMethods.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73516-VariousGeneralUtilityMethods.rst
index c3ee6b87f275fe4f8669c21c80694353b9f0e610..301ae0de3bbd41822ec1a25b831a3d3b5578de70 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73516-VariousGeneralUtilityMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73516-VariousGeneralUtilityMethods.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Deprecation: #73516 - Various GeneralUtility methods
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73585-DeprecateTYPO3CMSCoreResourceUtilityBackendUtilitygetFlashMessageForMissingFile.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73585-DeprecateTYPO3CMSCoreResourceUtilityBackendUtilitygetFlashMessageForMissingFile.rst
index 52c1cd21be905b362aa90ba30bbdaaf22066cc50..2943738f2fe449c84686e790f821996e633132e1 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73585-DeprecateTYPO3CMSCoreResourceUtilityBackendUtilitygetFlashMessageForMissingFile.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73585-DeprecateTYPO3CMSCoreResourceUtilityBackendUtilitygetFlashMessageForMissingFile.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================================================
 Deprecation: #72585 - Deprecate TYPO3\CMS\Core\Resource\Utility\BackendUtility::getFlashMessageForMissingFile
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73606-DeprecateIconRegistrygetDeprecationSettings.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73606-DeprecateIconRegistrygetDeprecationSettings.rst
index 1bb0e0748ec40e2aa7283b4e036a93b8197f3ce8..cca86202704658403aafcd974d376180148b409b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73606-DeprecateIconRegistrygetDeprecationSettings.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73606-DeprecateIconRegistrygetDeprecationSettings.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Deprecation: #73606 - Deprecate IconRegistry::getDeprecationSettings
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73744-DeprecateClipboard-confirmMsg.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73744-DeprecateClipboard-confirmMsg.rst
index b7ae8f4d63d77c57751e88e9ecd91012f636ea18..cbe591e77b32b36eb065080df5dd39498d9262e1 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73744-DeprecateClipboard-confirmMsg.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73744-DeprecateClipboard-confirmMsg.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #73744 - Deprecate Clipboard->confirmMsg()
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73794-SearchFormController-utf8_to_currentCharsetAndTSFE-renderCharset.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73794-SearchFormController-utf8_to_currentCharsetAndTSFE-renderCharset.rst
index bf32381b4b0a193852e034a747f0a7c114c3eda4..d664817f47acb24f96775154462ea8be95a12406 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73794-SearchFormController-utf8_to_currentCharsetAndTSFE-renderCharset.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73794-SearchFormController-utf8_to_currentCharsetAndTSFE-renderCharset.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================================
 Deprecation: #73794 - SearchFormController->utf8_to_currentCharset and TSFE->renderCharset
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-74022-GraphicalFunctions-prependAbsolutePath.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-74022-GraphicalFunctions-prependAbsolutePath.rst
index cc9604bc4592f3c6deb66935f8b3c532d339bbb4..d0b92eb9b8587a310d3c8d46d9ddef51f3f3056e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-74022-GraphicalFunctions-prependAbsolutePath.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-74022-GraphicalFunctions-prependAbsolutePath.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Deprecation: #74022 - GraphicalFunctions->prependAbsolutePath()
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-74156-TemplateServicesortedKeyListAndTemplateService-removeQueryString.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-74156-TemplateServicesortedKeyListAndTemplateService-removeQueryString.rst
index 308ac96bf534ba7996decee8afb8c15fa2c37449..8bc2af9c57deffecc9310d56b72237bd66ee920d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-74156-TemplateServicesortedKeyListAndTemplateService-removeQueryString.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-74156-TemplateServicesortedKeyListAndTemplateService-removeQueryString.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================================
 Deprecation: #74156 - TemplateService::sortedKeyList and TemplateService->removeQueryString
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-1835-RecoverPagesRecursivelyToTop.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-1835-RecoverPagesRecursivelyToTop.rst
index b44aea90469dec6c0ff206b9eff5d42d85ef2262..8cbaa8211833c8a1eb95bf717cd122f21fc385eb 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-1835-RecoverPagesRecursivelyToTop.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-1835-RecoverPagesRecursivelyToTop.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #1835 - Recover pages recursively to top of rootline
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-19157-impexpCouldHaveAnOptionToExcludeAllHiddenRecords.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-19157-impexpCouldHaveAnOptionToExcludeAllHiddenRecords.rst
index 969560122e48add34c3bf2dc08c5776597491cc9..525be9b167388822f8546507698e9933a7d2b9bb 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-19157-impexpCouldHaveAnOptionToExcludeAllHiddenRecords.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-19157-impexpCouldHaveAnOptionToExcludeAllHiddenRecords.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Feature: #19157 - Add option to exclude all hidden records in EXT:impexp
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-28230-AddSupportForPBKDF2ToSaltedpasswords.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-28230-AddSupportForPBKDF2ToSaltedpasswords.rst
index b889029dc5e293efef6cdad0301684fcd906f445..3c7d3685dd366ecff01a266b2380119b1c6b7968 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-28230-AddSupportForPBKDF2ToSaltedpasswords.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-28230-AddSupportForPBKDF2ToSaltedpasswords.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #28230 - Add support for PBKDF2 to saltedpasswords
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-54887-Post-processingOfThePreviewUrl.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-54887-Post-processingOfThePreviewUrl.rst
index 0dfe078c64872bd06bc11cca5e6fca205b04861c..f9df5dd37a7d1a4d6ff6666a63b51f506d7db750 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-54887-Post-processingOfThePreviewUrl.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-54887-Post-processingOfThePreviewUrl.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #54887 - Post-processing of the previewUrl
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-67236-AddedAllowedTagsArgumentToFformatstripTagsViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-67236-AddedAllowedTagsArgumentToFformatstripTagsViewHelper.rst
index 8ac4cb848f117451c0123898b3ea7845e29a9ce1..80bf9ad2abfce5be0c0819f8905393589d7629ba 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-67236-AddedAllowedTagsArgumentToFformatstripTagsViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-67236-AddedAllowedTagsArgumentToFformatstripTagsViewHelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Feature: #67236 - Added "allowedTags" argument to f:format.stripTags ViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-69394-EXTform-DirectlyLoadFormWizardAsInlineWizard.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-69394-EXTform-DirectlyLoadFormWizardAsInlineWizard.rst
index bec65c014b70c6fa235e79c1967192a9a41e3b19..ff4bf9b7bbc7f9fd7eb3108173cccc907c8037a6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-69394-EXTform-DirectlyLoadFormWizardAsInlineWizard.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-69394-EXTform-DirectlyLoadFormWizardAsInlineWizard.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #69394 - EXT:form - Directly load form wizard as inline wizard
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-69794-SupportPecl-memcachedInMemcachedBackend.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-69794-SupportPecl-memcachedInMemcachedBackend.rst
index f6f934e84e433d26411b6c095899e65444f6ac4a..599635a34ca66905e729428ec9946d28ef4e5ca0 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-69794-SupportPecl-memcachedInMemcachedBackend.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-69794-SupportPecl-memcachedInMemcachedBackend.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #69794 - Support pecl-memcached in MemcachedBackend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-69863-UseNewStandaloneFluidAsComposerDependency.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-69863-UseNewStandaloneFluidAsComposerDependency.rst
index b7bae339756ea7aa6ed96fac836fc11feb067388..3f616d4c37ec0bf13f96ea48dc108b16f6d072f8 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-69863-UseNewStandaloneFluidAsComposerDependency.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-69863-UseNewStandaloneFluidAsComposerDependency.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Feature: #69863 - Use new standalone Fluid as composer dependency
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-71331-MakeIndexedSearchExtbasePluginFormTargetPidConfigurable.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-71331-MakeIndexedSearchExtbasePluginFormTargetPidConfigurable.rst
index e49c5c5ad05e42f023e369be31f19249b381f03b..1b944381e2167074d849172ab71b13ec5cec242d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-71331-MakeIndexedSearchExtbasePluginFormTargetPidConfigurable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-71331-MakeIndexedSearchExtbasePluginFormTargetPidConfigurable.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Feature: #71331 - Make indexed_search extbase plugin form target Pid configurable
@@ -15,4 +15,4 @@ configured by using the TypoScript option `plugin.tx_indexedsearch.settings.targ
 
 If it is empty, the current page will be used.
 
-.. index:: Frontend, ext:indexed_search, TypoScript
\ No newline at end of file
+.. index:: Frontend, ext:indexed_search, TypoScript
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-71876-MakeNewContentElementWizardTabSortOrderConfigurable.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-71876-MakeNewContentElementWizardTabSortOrderConfigurable.rst
index 2559813079ef2e6eb6b1c7a3b33e12a045a24700..455993d768f94f3c7a8f45069f6a21368b64300c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-71876-MakeNewContentElementWizardTabSortOrderConfigurable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-71876-MakeNewContentElementWizardTabSortOrderConfigurable.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Feature: #71876 - Make new content element wizard tab sort order configurable
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-72045-KeepTagsInHtmlParserWhenStrippingEmptyTags.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-72045-KeepTagsInHtmlParserWhenStrippingEmptyTags.rst
index a0702e51e41f8e5c5825e6de986606bcf9183ef8..f43a21be8071e8d8e87c74c965ad016a092e7731 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-72045-KeepTagsInHtmlParserWhenStrippingEmptyTags.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-72045-KeepTagsInHtmlParserWhenStrippingEmptyTags.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #72045 - HTMLparser.stripEmptyTags.keepTags
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-72309-EXTform-AllowIntegrationOfPredefinedForms.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-72309-EXTform-AllowIntegrationOfPredefinedForms.rst
index bef6c1e78bdf271d59f90fd8f766849859fa064b..72622282d840c0f8b1db211123c2e3b926d2c295 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-72309-EXTform-AllowIntegrationOfPredefinedForms.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-72309-EXTform-AllowIntegrationOfPredefinedForms.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #72309 - EXT:form - Integration of Predefined Forms
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-72337-CharsetConversionAutodetection.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-72337-CharsetConversionAutodetection.rst
index 926c56fa299a3105b1b19e823aa3ffebe789e872..1d76950a1c475784e6e76415752cc2a0214d8fa3 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-72337-CharsetConversionAutodetection.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-72337-CharsetConversionAutodetection.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Feature: #72337 - Charset Conversion Autodetection
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-72505-IntroduceHookToOverrideARecordOverlay.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-72505-IntroduceHookToOverrideARecordOverlay.rst
index 18cd31ad46725665706f28e3763de4f99aa004e9..fc18acad197025d8d2ed430d082975d535975454 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-72505-IntroduceHookToOverrideARecordOverlay.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-72505-IntroduceHookToOverrideARecordOverlay.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #72505 - Introduce hook to override a record overlay
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-72904-AddPreProcessStorageSignalToResourceFactory.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-72904-AddPreProcessStorageSignalToResourceFactory.rst
index e2a51fe9a9e95c796b8c2515b8f756a20355622f..c964c4858622ad7bb1ac68e8b8cacdaccc2687da 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-72904-AddPreProcessStorageSignalToResourceFactory.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-72904-AddPreProcessStorageSignalToResourceFactory.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Feature: #72904 - Add preProcessStorage signal to ResourceFactory
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-73042-IntroduceNativeSupportForSymfonyConsole.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-73042-IntroduceNativeSupportForSymfonyConsole.rst
index 69e8bf2da130b8f39e8e4e1a98fb8386621bad6f..ae5cc6a10ab09998478d4149548fa27718167e00 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-73042-IntroduceNativeSupportForSymfonyConsole.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-73042-IntroduceNativeSupportForSymfonyConsole.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #73042 - Introduce native support for Symfony Console
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-73050-AddACSPRNGAPI.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-73050-AddACSPRNGAPI.rst
index 3a3ee639bf8245ccd0debb668b3b9bfa014ccb68..91147b0e8f776d844e0a9e4e3f1163670e1137b7 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-73050-AddACSPRNGAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-73050-AddACSPRNGAPI.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================
 Feature: #73050 - Add a CSPRNG API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-73429-WizardComponentHasBeenAdded.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-73429-WizardComponentHasBeenAdded.rst
index c70988f55ec91cc0c3f9735af3bc2a4b1aea559e..4deebb8cf57f2f968de1baff08d286e7f4b7e4e7 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-73429-WizardComponentHasBeenAdded.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-73429-WizardComponentHasBeenAdded.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Feature: #73429 - Wizard component has been added
@@ -52,15 +52,15 @@ content    string          Yes          The content of the slide
 severity   int                          Represents the severity of a slide. Please see TYPO3.Severity. Default is :code:`TYPO3.Severity.info`.
 callback   function                     Callback method run after the slide appeared. The callback receives two parameters:
                                         :code:`$slide`: The current slide as a jQuery object
-                                        :code:`settings`: The settings defined via :javascript:`Wizard.set()`
+                                        :code:`settings`: The settings defined via :js:`Wizard.set()`
 ========== =============== ============ ======================================================================================================
 
 addFinalProcessingSlide
 ~~~~~~~~~~~~~~~~~~~~~~~
 
 Adds a slide to the wizard containing a spinner. This should always be the latest slide. This method returns a Promise
-object due to internal handling. This means you have to add a :javascript:`done()` callback containing :javascript:`Wizard.show()` and
-:javascript:`Wizard.getComponent()` please see the example below.
+object due to internal handling. This means you have to add a :js:`done()` callback containing :js:`Wizard.show()` and
+:js:`Wizard.getComponent()` please see the example below.
 
 ========== =============== ============ ======================================================================================================
 Name       DataType        Mandatory    Description
@@ -117,7 +117,7 @@ Example code:
         Wizard.getComponent().trigger('wizard-dismiss');
 
 
-Wizards fire the `wizard-dismissed` event if the wizard is closed. You can integrate your own listener by using :javascript:`Wizard.getComponent()`.
+Wizards fire the `wizard-dismissed` event if the wizard is closed. You can integrate your own listener by using :js:`Wizard.getComponent()`.
 
 Example code:
 
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-73720-TriggerEventAfterModalWindowDismissed.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-73720-TriggerEventAfterModalWindowDismissed.rst
index bd0c0e2ea496a73a20da7603ec8f700669cf7111..380fdb25b05db3052549a8cc4b3cb1a1be8bf5b0 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-73720-TriggerEventAfterModalWindowDismissed.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-73720-TriggerEventAfterModalWindowDismissed.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #73720 - Trigger event after modal window dismissed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-73752-AllowAccessingObjectStorageAsArrayInFluidAndOtherPlaces.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-73752-AllowAccessingObjectStorageAsArrayInFluidAndOtherPlaces.rst
index 6a3529cdd5ab802d4d318f8a5ac44561451e4e30..0a9cb23b72bddc995169b73fa99d066e3c03c26f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-73752-AllowAccessingObjectStorageAsArrayInFluidAndOtherPlaces.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-73752-AllowAccessingObjectStorageAsArrayInFluidAndOtherPlaces.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Feature: #73752 - Allow accessing ObjectStorage as array in Fluid and other places
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74038-ReportForCheckingDatabaseCharacterSet.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74038-ReportForCheckingDatabaseCharacterSet.rst
index daaac898e1917ce94255aa5f13552bcb5ffed1f8..225d3189686d7673e2e829d0e32c5b77acd58552 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74038-ReportForCheckingDatabaseCharacterSet.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74038-ReportForCheckingDatabaseCharacterSet.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #74038 - Report for checking database character set
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74109-SetTheAlternativeBackendLogoViaExtensionManager.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74109-SetTheAlternativeBackendLogoViaExtensionManager.rst
index fb327ad646f0e87d31ef74d06c722ed601643085..7b9bef7e7d96418c5f8d0b19a28c5b10fd09dda1 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74109-SetTheAlternativeBackendLogoViaExtensionManager.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74109-SetTheAlternativeBackendLogoViaExtensionManager.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Feature: #74109 - Set the alternative Backend Logo via Extension Manager
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74179-PageModuleDragDropCanDoCopiesViaCTRLKeyNow.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74179-PageModuleDragDropCanDoCopiesViaCTRLKeyNow.rst
index 7f91be2ab6a42f31200d4998dbff8c9441bdc8f1..7da1309a624967493f37bc85bcfce27d219a06bb 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74179-PageModuleDragDropCanDoCopiesViaCTRLKeyNow.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74179-PageModuleDragDropCanDoCopiesViaCTRLKeyNow.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Feature: #74179 - Page Module Drag & Drop Can Do Copies Via CTRL Key Now
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74319-DefaultDatabaseCharacterSetAndUpdateWizardForNonUtf-8.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74319-DefaultDatabaseCharacterSetAndUpdateWizardForNonUtf-8.rst
index 4878a9594c4a79cf5be878c5ad5f19578bcb3fba..2d0789d1a8e9d223e04b9f16a37c80a9fdd768cd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74319-DefaultDatabaseCharacterSetAndUpdateWizardForNonUtf-8.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Feature-74319-DefaultDatabaseCharacterSetAndUpdateWizardForNonUtf-8.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Feature: #74319 - Default database character set and update wizard for non UTF-8
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Important-22858-FilelistCreatingANewFileAndOpeningItImmediatelyForEditing.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Important-22858-FilelistCreatingANewFileAndOpeningItImmediatelyForEditing.rst
index fe3a9c58208a5d191705ee86ccb6cc30279ce04a..6e8d89feead6bdb007863fc6074ca4e91ec6e359 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Important-22858-FilelistCreatingANewFileAndOpeningItImmediatelyForEditing.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Important-22858-FilelistCreatingANewFileAndOpeningItImmediatelyForEditing.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Important: #22858 - Filelist: Creating a new file and opening it immediately for editing
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Important-70849-MakeSearchLevelsConsistent.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Important-70849-MakeSearchLevelsConsistent.rst
index e9261ad45df1aebf002f2436409a0994e24ce51e..75fa2c8f1ec1c27e32583a4502a54a78e564d075 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Important-70849-MakeSearchLevelsConsistent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Important-70849-MakeSearchLevelsConsistent.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Important: #70849 - Make search levels in live search and list search consistent
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Important-71521-InternalChangesInCommandController.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Important-71521-InternalChangesInCommandController.rst
index d40d8004612ec9fb514fe31a17c8aa2ff14bf791..04dd05dcaeb82cb0ac5629777e42dc17e91029c8 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Important-71521-InternalChangesInCommandController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Important-71521-InternalChangesInCommandController.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Important: #71521 - Internal changes in CommandController
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Important-72290-MoveInstallToolUpdateFlagsToSystemRegistry.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Important-72290-MoveInstallToolUpdateFlagsToSystemRegistry.rst
index 572403352baf16888fc7f72000968872eaa1314e..84144f814f01ba6ddb933f1a62c5bf577f984ada 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Important-72290-MoveInstallToolUpdateFlagsToSystemRegistry.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Important-72290-MoveInstallToolUpdateFlagsToSystemRegistry.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Important: #72290 - Move install tool update flags to system registry
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Important-72580-PubliclyAccessibleGeneratedAssetFilesMovedToTypo3tempassets.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Important-72580-PubliclyAccessibleGeneratedAssetFilesMovedToTypo3tempassets.rst
index 19804f00c9a658ccb2b02a5e216971e86a208ef5..044863a8394f34151341fb1c1cb6a4a82f27c6cd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Important-72580-PubliclyAccessibleGeneratedAssetFilesMovedToTypo3tempassets.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Important-72580-PubliclyAccessibleGeneratedAssetFilesMovedToTypo3tempassets.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Important: #72580 - Publicly accessible generated asset files moved to typo3temp/assets/
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Important-72697-RemoveThumbnailFunctionalityOfImpexp.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Important-72697-RemoveThumbnailFunctionalityOfImpexp.rst
index 99bffdb06c2f85f6c881a5d539e471dbde4e9954..4a004a3e138c20e8dbfe93d5529a68fadc7cdf07 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Important-72697-RemoveThumbnailFunctionalityOfImpexp.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Important-72697-RemoveThumbnailFunctionalityOfImpexp.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Important: #72697 - Remove thumbnail functionality of impexp
diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Index.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Index.rst
index ac71ec7799e62d0529fe8a01156fff3a40050895..ff4f90763edcc193d51a4ab22661c94338210624 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 8.0 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-66861-DoNotAutomaticallyAppendAToTheIdentifierOfAFolder.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-66861-DoNotAutomaticallyAppendAToTheIdentifierOfAFolder.rst
index 8dd39a0b5d994b52d7d2453d87b091a0ec99c3b9..538039f571a7a8abf1ea2e6fb185ffc285eca34e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-66861-DoNotAutomaticallyAppendAToTheIdentifierOfAFolder.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-66861-DoNotAutomaticallyAppendAToTheIdentifierOfAFolder.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Breaking: #66861 - Do not automatically append a "/" to the identifier of a folder
@@ -31,4 +31,4 @@ Migration
 
 All drivers that depend on this `/` being added should be adjusted so the driver handles this.
 
-.. index:: PHP-API, FAL
\ No newline at end of file
+.. index:: PHP-API, FAL
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-70056-CurlAndHttpRequestRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-70056-CurlAndHttpRequestRemoved.rst
index 76c813998493cdb2a08cfe3e3d51f61f8c3c32db..bd1442991b15f06968f4035a78910f45aae19bbf 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-70056-CurlAndHttpRequestRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-70056-CurlAndHttpRequestRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #70056 - Http-related options and HttpRequest class removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-72931-SearchFormControllerpi_list_browseresultsHasBeenRenamed.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-72931-SearchFormControllerpi_list_browseresultsHasBeenRenamed.rst
index 4a032ece28c1b9dda8f9a4d48a9410f7de2a213d..d1a7f502fe8d282efeb28d1080fbcc204f13f3ba 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-72931-SearchFormControllerpi_list_browseresultsHasBeenRenamed.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-72931-SearchFormControllerpi_list_browseresultsHasBeenRenamed.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Breaking: #72931 - SearchFormController::pi_list_browseresults() has been renamed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75237-RemovalOfDivCe-bodytextMightCauseLayoutIssues.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75237-RemovalOfDivCe-bodytextMightCauseLayoutIssues.rst
index 2a27f83f473c499f97135b0988475beba460eac7..958a296ac5a4b8f71d9d8e261bf78faa3005488a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75237-RemovalOfDivCe-bodytextMightCauseLayoutIssues.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75237-RemovalOfDivCe-bodytextMightCauseLayoutIssues.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Breaking: #75237 - Removal of div ce-bodytext might cause layout issues
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75323-RemovedParameterEntryPointPathFromMainApplications.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75323-RemovedParameterEntryPointPathFromMainApplications.rst
index 65d48283f56605c930457e44b6f44b71a78a3ad1..8bcc510b1e2f8d3669262f917a06c5a387bbaeec 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75323-RemovedParameterEntryPointPathFromMainApplications.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75323-RemovedParameterEntryPointPathFromMainApplications.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #75323 - Removed parameter entryPointPath from main applications
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75324-ReferenceIndexCLICommandChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75324-ReferenceIndexCLICommandChanged.rst
index 7be97480575ce14f3d79f345f61770d11aadfbd8..45810718616e5682cb7f636851d02000f1657fb3 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75324-ReferenceIndexCLICommandChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75324-ReferenceIndexCLICommandChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Breaking: #75324 - ReferenceIndex CLI command changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75349-MoveIndexedSearchPi-basedPluginToCompatibility7.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75349-MoveIndexedSearchPi-basedPluginToCompatibility7.rst
index 112914e2644685571173a15a6cdb802145de2cad..051e6e1f3b40465ac04bd8e68da4f0950229a507 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75349-MoveIndexedSearchPi-basedPluginToCompatibility7.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75349-MoveIndexedSearchPi-basedPluginToCompatibility7.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Breaking: #75349 - Move Indexed Search pi-based plugin to compatibility7
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75355-FlexForm-relatedOptionsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75355-FlexForm-relatedOptionsRemoved.rst
index 0cebcb127cf44e007f0647b0d150ac4f742fd9ad..3cc228a82c8e51ffe53745182dc078bb426a01f1 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75355-FlexForm-relatedOptionsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75355-FlexForm-relatedOptionsRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #75355 - FlexForm-related options removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75357-TYPO3_CONF_VARSBElockSSLOptionIsBoolean.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75357-TYPO3_CONF_VARSBElockSSLOptionIsBoolean.rst
index e70676eb32b43aaed8bd26279a403c1ba47f6847..955fca938ffaa825087e50af7dfafb90aa48ebc6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75357-TYPO3_CONF_VARSBElockSSLOptionIsBoolean.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75357-TYPO3_CONF_VARSBElockSSLOptionIsBoolean.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #75357 - $TYPO3_CONF_VARS[BE][lockSSL] option is boolean
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75454-LocalConfigurationDBConfigStructureHasChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75454-LocalConfigurationDBConfigStructureHasChanged.rst
index 59bad8a8999b150cb4368f12e71dfd658b2ef4e9..1e9e7e731a2fec231b5d023f5b3b505469754a7c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75454-LocalConfigurationDBConfigStructureHasChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75454-LocalConfigurationDBConfigStructureHasChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #75454 - LocalConfiguration DB config structure has changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75454-TYPO3_dbConstantsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75454-TYPO3_dbConstantsRemoved.rst
index 1f36d6b3c01abb5dd0a3d47f3f370a995eb91bb2..0b1b4ee79657af985fc11c0e7f0e2c81420f854d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75454-TYPO3_dbConstantsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75454-TYPO3_dbConstantsRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Breaking: #75454 - TYPO3_db Constants removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75497-InlineBackendLayoutWizard.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75497-InlineBackendLayoutWizard.rst
index 40d8a8aafe83dcccf0a49d03d377f401df6ba300..842d1977b5fda6786d1f0c1d2439d49082143b1a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75497-InlineBackendLayoutWizard.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75497-InlineBackendLayoutWizard.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Breaking: #75497 - inline backend layout wizard
@@ -32,4 +32,4 @@ Migration
 
 Use the renderType `belayoutwizard`, which renders the backend layout wizard inline in FormEngine.
 
-.. index:: PHP-API, Backend, TCA
\ No newline at end of file
+.. index:: PHP-API, Backend, TCA
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75708-AlwaysStorePTagsInDBFromRTE.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75708-AlwaysStorePTagsInDBFromRTE.rst
index 5cf5d23a98809eafbe409c22dd076dda20f9a972..0c86b930950d1e87a3dac743db2889cb482a989b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75708-AlwaysStorePTagsInDBFromRTE.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75708-AlwaysStorePTagsInDBFromRTE.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #75708 - Always store <p> tags in DB from RTE
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75711-RemovedDB-relatedMethodsAndTCA-relatedOptionsFromCObj.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75711-RemovedDB-relatedMethodsAndTCA-relatedOptionsFromCObj.rst
index 451b1f275e14160dc8d74f2c6e784315a45b14a1..7914fba2b374d6ed85ed4130121aa84e6f0aaa5f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75711-RemovedDB-relatedMethodsAndTCA-relatedOptionsFromCObj.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75711-RemovedDB-relatedMethodsAndTCA-relatedOptionsFromCObj.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Breaking: #75711 - Removed DB-related methods and TCA-related options from cObj
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75829-RemovedImportHandlingOfPre60Files.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75829-RemovedImportHandlingOfPre60Files.rst
index ff0703532fae4155841fafac2677e5f899f0c8c9..9d2640831eea02f564ee1c0b9ec10b210e9d14f5 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75829-RemovedImportHandlingOfPre60Files.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Breaking-75829-RemovedImportHandlingOfPre60Files.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Breaking: #75829 - Removed handling of pre 6.0 files when importing
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-73209-GlobalFlexPageTsConfig.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-73209-GlobalFlexPageTsConfig.rst
index 3a519965582eed868636f44862847f0243af67f8..0375fcd594cd98b1ef927ad31927a71b4d69fe37 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-73209-GlobalFlexPageTsConfig.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-73209-GlobalFlexPageTsConfig.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Deprecation: #73209 - Deprecated flex page TSConfig
@@ -49,4 +49,4 @@ Migration
 Search for `PAGE_TSCONFIG_ID`, `PAGE_TSCONFIG_IDLIST` and `PAGE_TSCONFIG_STR` and restrict
 them to single fields as outlined above.
 
-.. index:: PHP-API, TSConfig, FlexForm
\ No newline at end of file
+.. index:: PHP-API, TSConfig, FlexForm
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-73728-WizardTypeColorboxIsDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-73728-WizardTypeColorboxIsDeprecated.rst
index 5ea7da701119e1a84cffa0ec9f818e524b4fc333..b7cc2ffbf8a5ef23be1cb6456a28a7f1976bb7ab 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-73728-WizardTypeColorboxIsDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-73728-WizardTypeColorboxIsDeprecated.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Deprecation: #73728 - Wizard type colorbox is deprecated
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75327-TSFE-csConvObjAndTSFE-csConv.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75327-TSFE-csConvObjAndTSFE-csConv.rst
index 3353031f8a353f1ea2fbabee04f851764042940d..1a745f97fda9000dd6db7c1d90253bcaa26cb709 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75327-TSFE-csConvObjAndTSFE-csConv.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75327-TSFE-csConvObjAndTSFE-csConv.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #75327 - $TSFE->csConvObj and $TSFE->csConv()
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75340-MethodsRelatedToGeneratingTraditionalBackendAJAXURLs.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75340-MethodsRelatedToGeneratingTraditionalBackendAJAXURLs.rst
index 5613d5b15da89599c46f9a9e536b43a712406320..cc6c2a052e233798a8863cc2980c023ea24f3b7b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75340-MethodsRelatedToGeneratingTraditionalBackendAJAXURLs.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75340-MethodsRelatedToGeneratingTraditionalBackendAJAXURLs.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Deprecation: #75340 - Methods related to generating traditional Backend AJAX URLs
@@ -42,4 +42,4 @@ and can be linked to like this:
 
 Keep in mind that the newly created Ajax routes need to implement PSR-7 as well.
 
-.. index:: PHP-API, Backend
\ No newline at end of file
+.. index:: PHP-API, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75371-Array2xml_cs.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75371-Array2xml_cs.rst
index 4917ed0cdb5fd1bba77c1df0fbdd89b04f253f79..c5950e85631f8d44a9209c0b726bec6631cbf445 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75371-Array2xml_cs.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75371-Array2xml_cs.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================
 Deprecation: #75371 - array2xml_cs
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75575-TranslateViewHelperHtmlEscapeArgumentMarkedAsDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75575-TranslateViewHelperHtmlEscapeArgumentMarkedAsDeprecated.rst
index 4449f3024e2c6b8c2b8c1f10ffa194d321f48fda..3d3419d3a99b4f33594b96a4b918d72d4d3a9bab 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75575-TranslateViewHelperHtmlEscapeArgumentMarkedAsDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75575-TranslateViewHelperHtmlEscapeArgumentMarkedAsDeprecated.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Deprecation: #75575 - TranslateViewHelper htmlEscape argument marked as deprecated
@@ -34,4 +34,4 @@ Migration
 
 `<f:translate>` needs to be wrapped by `<f:format.raw>` if the view helper result is needed in a different context than HTML
 
-.. index:: Fluid, Frontend
\ No newline at end of file
+.. index:: Fluid, Frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75621-GeneralUtilityMethods.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75621-GeneralUtilityMethods.rst
index 030cb74a956d5473d9e122a3016c0862473e137c..485710aa679e64042ed62eb4c4dca5f77bf33811 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75621-GeneralUtilityMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75621-GeneralUtilityMethods.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Deprecation: #75621 - GeneralUtility methods
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75625-DeprecatedCacheClearingOptions.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75625-DeprecatedCacheClearingOptions.rst
index 65d2e6f4a209547b11a9a79187de8b30ede412b7..fefb8354368007bc8a188603b7aad15a8c1beffa 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75625-DeprecatedCacheClearingOptions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Deprecation-75625-DeprecatedCacheClearingOptions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #75625 - Deprecated cache clearing options
@@ -35,4 +35,4 @@ Migration
 If the group of system caches needs to be deleted explicitly, use :php:`flushCachesInGroup('system')`
 of `CacheManager` directly.
 
-.. index:: PHP-API, LocalConfiguration
\ No newline at end of file
+.. index:: PHP-API, LocalConfiguration
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-27471-AllowAsteriskForHideTables.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-27471-AllowAsteriskForHideTables.rst
index ae1f52e77316244f2d31c8f9428c19af66a8690f..c8a2bce1862ab0bed67caf54beeb7151f42e5fa3 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-27471-AllowAsteriskForHideTables.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-27471-AllowAsteriskForHideTables.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Feature: #27471 - Allow asterisk for hideTables
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-39597-MultipleLocaleNamesForTypoScriptConfiglocale_all.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-39597-MultipleLocaleNamesForTypoScriptConfiglocale_all.rst
index 14992989e4bc6bd006f431bffa200630b28ea68f..a0b1f853b642779c9f88b4b623a94323436ff221 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-39597-MultipleLocaleNamesForTypoScriptConfiglocale_all.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-39597-MultipleLocaleNamesForTypoScriptConfiglocale_all.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Feature: #39597 - Multiple locale names for TypoScript config.locale_all
@@ -19,4 +19,4 @@ underlying PHP function `setlocale()` does as well.
 
 ..
 
-.. index:: TypoScript, Frontend
\ No newline at end of file
+.. index:: TypoScript, Frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-69439-EnhanceSQLQueryReductionInPageTreeInWorkspaces.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-69439-EnhanceSQLQueryReductionInPageTreeInWorkspaces.rst
index 3c4b06bfe61dd34e7e8193da94a82451cefccce9..9da457aac1a33826d1edbefb49af688559b29b3f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-69439-EnhanceSQLQueryReductionInPageTreeInWorkspaces.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-69439-EnhanceSQLQueryReductionInPageTreeInWorkspaces.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Feature: #69439 - Enhance SQL query reduction in page tree in workspaces
@@ -32,4 +32,4 @@ Impact
 
 The hooks introduce the possibility to modify the determined results - only if those hooks are used.
 
-.. index:: Database, LocalConfiguration, ext:workspaces
\ No newline at end of file
+.. index:: Database, LocalConfiguration, ext:workspaces
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-70056-GuzzleForHttpRequests.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-70056-GuzzleForHttpRequests.rst
index 4eb9d4d8c163eb84713ffae45c98b6c9b6b429cb..7200534dbefc0f1c6d25ad0a78df46e5a1671887 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-70056-GuzzleForHttpRequests.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-70056-GuzzleForHttpRequests.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Feature: #70056 - Added PHP library "Guzzle" for HTTP Requests within TYPO3
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-72923-ConfigurableFileListSize.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-72923-ConfigurableFileListSize.rst
index dbbda1ae3d9ffef2bfe506ccf5a64c20a95cfcf7..cfc4929189ae26927b76e9e7d962e6c9b8c9b54b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-72923-ConfigurableFileListSize.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-72923-ConfigurableFileListSize.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Feature: #72923 - Configure the number of files shown per page in file list module
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75386-GetIdentifierInSlideCallback.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75386-GetIdentifierInSlideCallback.rst
index e140f8d890ee8f3ad33f40420caa61aac2c1361b..c9bd8ac6108c54b82fe6ec5c564ba3cbf03bc0d5 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75386-GetIdentifierInSlideCallback.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75386-GetIdentifierInSlideCallback.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Feature: #75386 - Get identifier in slide callback
@@ -10,13 +10,13 @@ See :issue:`75386`
 Description
 ===========
 
-The callback of :javascript:`Wizard.addSlide()` now has a new parameter `identifier`.
+The callback of :js:`Wizard.addSlide()` now has a new parameter `identifier`.
 
 
 Impact
 ======
 
-The identifier is passed to the callback function of :javascript:`Wizard.addSlide()`.
+The identifier is passed to the callback function of :js:`Wizard.addSlide()`.
 
 Example code:
 
@@ -26,4 +26,4 @@ Example code:
 		console.log(identifier); // my-identifier
 	});
 
-.. index:: JavaScript, Backend
\ No newline at end of file
+.. index:: JavaScript, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75454-DoctrineDBALForDatabaseConnections.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75454-DoctrineDBALForDatabaseConnections.rst
index 3f10c69417e8b827321d57e5e99cf53709dbfbe0..02d2497c49bf93dbd36bb414e389eb929f6079f2 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75454-DoctrineDBALForDatabaseConnections.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75454-DoctrineDBALForDatabaseConnections.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================================
 Feature: #75454 - Added PHP library "Doctrine DBAL" for Database Connections within TYPO3
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75497-InlineBackendLayoutWizard.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75497-InlineBackendLayoutWizard.rst
index ef1d52d1d1f35aaf96b9078d6273216df790f486..beb9eaeb06981cea0833f1d12723b2c4e93bf252 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75497-InlineBackendLayoutWizard.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75497-InlineBackendLayoutWizard.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Feature: #75497 - inline backend layout wizard
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75579-AddMarkupIdentifierSupportToJavaScriptIconAPI.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75579-AddMarkupIdentifierSupportToJavaScriptIconAPI.rst
index bc49108f63a706b61f000265314e8437a33f542d..2dc03c091758d509731a5c4fe9ad91d202b2b6ae 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75579-AddMarkupIdentifierSupportToJavaScriptIconAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75579-AddMarkupIdentifierSupportToJavaScriptIconAPI.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #75579 - Add markupIdentifier support to JavaScript IconAPI
@@ -40,4 +40,4 @@ Example 2: with alternativeMarkup = inline
       });
    });
 
-.. index:: JavaScript, Backend
\ No newline at end of file
+.. index:: JavaScript, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75581-SimplifyCacheClearing.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75581-SimplifyCacheClearing.rst
index 610db006229ea14cfa214577e5b5158aadfad4fa..be3328f4ada9fc2f885f832fd857916a2e23a73a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75581-SimplifyCacheClearing.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75581-SimplifyCacheClearing.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Feature: #75581 - Simplify cache clearing
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75827-AddConfigurationOptionsToFloatConverter.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75827-AddConfigurationOptionsToFloatConverter.rst
index 99911797e7ee311b6ec7de0a02a352bdac393d2a..492ab15fa4d5ff0a6b731442a66a802a79cbb4c6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75827-AddConfigurationOptionsToFloatConverter.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Feature-75827-AddConfigurationOptionsToFloatConverter.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================================
 Feature: #75827 - Add configuration options to \TYPO3\CMS\Extbase\Property\TypeConverter\FloatConverter
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Important-73041-PackageStatesIncludesOnlyActivePackages.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Important-73041-PackageStatesIncludesOnlyActivePackages.rst
index 103c9ad92767269b3d39ef6eee04165fb73d9c25..ae14c91f78b9b5867e96b564306960ce79189dce 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Important-73041-PackageStatesIncludesOnlyActivePackages.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Important-73041-PackageStatesIncludesOnlyActivePackages.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Important: #73041 - PackageStates Includes Only Active Packages
diff --git a/typo3/sysext/core/Documentation/Changelog/8.1/Index.rst b/typo3/sysext/core/Documentation/Changelog/8.1/Index.rst
index f08cd99523dd39a03dbb9b130eeb1d6a306f567b..495c2a55a1317ba7e5b1a5998398bff184780304 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.1/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.1/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 8.1 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-75493-EvaluateBooleanStdWrapPropertiesCorrectly.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-75493-EvaluateBooleanStdWrapPropertiesCorrectly.rst
index 8ee1e6173ee73745fcff4db77d317d4f592a9171..1bdd7af81e092da4d80c4900e8d66b09d777929e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-75493-EvaluateBooleanStdWrapPropertiesCorrectly.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-75493-EvaluateBooleanStdWrapPropertiesCorrectly.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Breaking: #75493 - Evaluate "boolean /stdWrap" properties correctly
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-75645-DoctrineMigrateExtbackendTree.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-75645-DoctrineMigrateExtbackendTree.rst
index 61e6a0131ec1f99b9258fe394b8641fdf92df771..b50d7c54d47ce70b1dddb1faf26e4f30de5fc89c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-75645-DoctrineMigrateExtbackendTree.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-75645-DoctrineMigrateExtbackendTree.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Breaking: #75645 - Doctrine: migrate ext:backend/Tree
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-75710-RTE-relatedTSconfigOptionsSkipAlignAndSkipClassRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-75710-RTE-relatedTSconfigOptionsSkipAlignAndSkipClassRemoved.rst
index 54b001f8b04bee01b8a7e37ac9e378c2a6bc3535..3eeb330f71384c4d29c8b5ee8c554101888416cd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-75710-RTE-relatedTSconfigOptionsSkipAlignAndSkipClassRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-75710-RTE-relatedTSconfigOptionsSkipAlignAndSkipClassRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Breaking: #75710 - RTE-related TSconfig options skipAlign and skipClass removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-75747-EXTform-RemovedUseDefaultContentObjectSetting.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-75747-EXTform-RemovedUseDefaultContentObjectSetting.rst
index 227cd91184f5c475fc1022f0289bd84859463135..1fc7a80d80f68afa737bf43f74601e6bf77c3f51 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-75747-EXTform-RemovedUseDefaultContentObjectSetting.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-75747-EXTform-RemovedUseDefaultContentObjectSetting.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #75747 - EXT:form - Removed useDefaultContentObject setting
@@ -10,7 +10,7 @@ See :issue:`75747`
 Description
 ===========
 
-The TypoScript option :ts:`useDefaultContentObject` of the FORM cObject has been removed.
+The TypoScript option :typoscript:`useDefaultContentObject` of the FORM cObject has been removed.
 Setting this value to 0 allowed the usage of the prehistoric content type `mailform`.
 
 
@@ -23,7 +23,7 @@ It is not possible to configure the rendering of the FORM cOject. The setting is
 Affected Installations
 ======================
 
-Any installation that uses the TypoScript option :ts:`useDefaultContentObject = 0`.
+Any installation that uses the TypoScript option :typoscript:`useDefaultContentObject = 0`.
 
 
 Migration
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-75760-ReturnTypeOfGetRecordsToCopyDatabaseResultChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-75760-ReturnTypeOfGetRecordsToCopyDatabaseResultChanged.rst
index aa9b3e3ba714119d5868a699dec03765925bd1f5..8c771f4e976684aa9d2a408fc181eaad30d64ddf 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-75760-ReturnTypeOfGetRecordsToCopyDatabaseResultChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-75760-ReturnTypeOfGetRecordsToCopyDatabaseResultChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================================
 Breaking: #75760 - Return type of LocalizationRepository::getRecordsToCopyDatabaseResult changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-76285-PopupConfigurationIsMovedToTYPO3settings.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-76285-PopupConfigurationIsMovedToTYPO3settings.rst
index 982c85692a520a8a0947fb9fb1fd0eb29c7df190..32c6b91174ca42813d73ee51c3203a9f8df56233 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-76285-PopupConfigurationIsMovedToTYPO3settings.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-76285-PopupConfigurationIsMovedToTYPO3settings.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #76285 - Popup configuration is moved to TYPO3.settings
@@ -14,10 +14,10 @@ The popup window configuration has been moved to `TYPO3.settings`.
 
 The following configuration options are not working anymore.
 
-* :javascript:`top.TYPO3.configuration.RTEPopupWindow.width`
-* :javascript:`top.TYPO3.configuration.RTEPopupWindow.height`
-* :javascript:`top.TYPO3.configuration.PopupWindow.width`
-* :javascript:`top.TYPO3.configuration.PopupWindow.height`
+* :js:`top.TYPO3.configuration.RTEPopupWindow.width`
+* :js:`top.TYPO3.configuration.RTEPopupWindow.height`
+* :js:`top.TYPO3.configuration.PopupWindow.width`
+* :js:`top.TYPO3.configuration.PopupWindow.height`
 
 
 Impact
@@ -37,9 +37,9 @@ Migration
 
 The migration can be done with the following replacements.
 
-* :javascript:`top.TYPO3.configuration.RTEPopupWindow.width` to :javascript:`TYPO3.settings.Textarea.RTEPopupWindow.width`
-* :javascript:`top.TYPO3.configuration.RTEPopupWindow.height` to :javascript:`TYPO3.settings.Textarea.RTEPopupWindow.height`
-* :javascript:`top.TYPO3.configuration.PopupWindow.width` to :javascript:`TYPO3.settings.Popup.PopupWindow.width`
-* :javascript:`top.TYPO3.configuration.PopupWindow.height` to :javascript:`TYPO3.settings.Popup.PopupWindow.height`
+* :js:`top.TYPO3.configuration.RTEPopupWindow.width` to :js:`TYPO3.settings.Textarea.RTEPopupWindow.width`
+* :js:`top.TYPO3.configuration.RTEPopupWindow.height` to :js:`TYPO3.settings.Textarea.RTEPopupWindow.height`
+* :js:`top.TYPO3.configuration.PopupWindow.width` to :js:`TYPO3.settings.Popup.PopupWindow.width`
+* :js:`top.TYPO3.configuration.PopupWindow.height` to :js:`TYPO3.settings.Popup.PopupWindow.height`
 
 .. index:: JavaScript, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-76469-DoctrineMigrateExtImpExp.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-76469-DoctrineMigrateExtImpExp.rst
index 364138fc7d89b2bd36512a5ad3c21bddbfe85c15..a38d01f34e9ee8a1e158eb9ee62a8a2451ed94ff 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-76469-DoctrineMigrateExtImpExp.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-76469-DoctrineMigrateExtImpExp.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Breaking: #76469 - Doctrine: migrate ext:ImpExp
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-76527-CleanupContextMenuClasses.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-76527-CleanupContextMenuClasses.rst
index fb31f323fb3d031eeefade31a0fadf89fd6779b4..07cf3a425781ae7992f10b0b50fab90587f3f15b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-76527-CleanupContextMenuClasses.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-76527-CleanupContextMenuClasses.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Breaking: #76527 - Cleanup ContextMenu classes
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-76802-DropXcacheCacheBackend.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-76802-DropXcacheCacheBackend.rst
index 57103e9e8ef93d9ea0bd9a7a225ce9e802dcc984..d264097968d629aeba22b7b2e2698996e9800640 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-76802-DropXcacheCacheBackend.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Breaking-76802-DropXcacheCacheBackend.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Breaking: #76802 - Drop xcache cache backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-15415-DeprecateRemoveBadHTML.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-15415-DeprecateRemoveBadHTML.rst
index a017b731965cc8f49e1a27a8886e2e03da3a19bb..4581938e0966d35125ceba309f87f3627aebdd2c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-15415-DeprecateRemoveBadHTML.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-15415-DeprecateRemoveBadHTML.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Deprecation: #15415 - Deprecate removeBadHTML
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-71917-DeprecateTheArgumentHscForGetLLGetLLLAndSL.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-71917-DeprecateTheArgumentHscForGetLLGetLLLAndSL.rst
index 444215b5ac8b2e5ae8ec3d9f71707d84e8a7c9b1..c42a2f05e7ff693d6d82ed71b346ee0180f81f7a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-71917-DeprecateTheArgumentHscForGetLLGetLLLAndSL.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-71917-DeprecateTheArgumentHscForGetLLGetLLLAndSL.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================================
 Deprecation: #71917 - Deprecate the argument 'hsc' for getLL, getLLL, sL and pi_getLL
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-72859-DeprecateMethodsOfDocumentTemplate.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-72859-DeprecateMethodsOfDocumentTemplate.rst
index 42c21dde0ef6c3cfc45db5b00cb2573c042428ce..603d78d4a696e8d22765116a65247ef314e4f158 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-72859-DeprecateMethodsOfDocumentTemplate.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-72859-DeprecateMethodsOfDocumentTemplate.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Deprecation: #72859 - Deprecate methods of DocumentTemplate
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-75209-CodecleanupForMenuViewHelperTrait.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-75209-CodecleanupForMenuViewHelperTrait.rst
index 8df5f24db19be3b73949d82d8a9c680628bebbbe..3cd4d9141181030cddd960bbc98023640f653719 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-75209-CodecleanupForMenuViewHelperTrait.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-75209-CodecleanupForMenuViewHelperTrait.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #75209 - Code cleanup for MenuViewHelperTrait
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-75760-DeprecateMethodsOfLocalizationRepository.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-75760-DeprecateMethodsOfLocalizationRepository.rst
index 0a92292824022d8ec58666ff09af3a7a42d6ba2a..936f4b6ed31509b1d29cd3c63c4179100aa7f949 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-75760-DeprecateMethodsOfLocalizationRepository.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-75760-DeprecateMethodsOfLocalizationRepository.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Deprecation: #75760 - Deprecate methods of LocalizationRepository
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-75904-CategoryModelHasIconPropertyButNoDatabaseField.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-75904-CategoryModelHasIconPropertyButNoDatabaseField.rst
index 2787dcad9bb99b4b123b40ce444aa439c648deae..ab00d102af0ffb9eeb22d32ca357ae720426ba2d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-75904-CategoryModelHasIconPropertyButNoDatabaseField.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-75904-CategoryModelHasIconPropertyButNoDatabaseField.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Deprecation: #75904 - Category Model has icon property but no database field
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76101-RemoveSoloFieldContainer.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76101-RemoveSoloFieldContainer.rst
index 3e733376a746bc86d0ff29c4da9889a191d8bcbe..cfceab86fb94a8d6c4971bc07ab995ea7d021fb7 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76101-RemoveSoloFieldContainer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76101-RemoveSoloFieldContainer.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Deprecation: #76101 - remove SoloFieldContainer
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76104-Deprecated-Single-Slash-Comments-In-TypoScript.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76104-Deprecated-Single-Slash-Comments-In-TypoScript.rst
index 1adcc4d169eebaf8c701471e2236c85cbbb7b2a4..cabc9d4a1d04ad134ff7924a01fdf1111ebc4b29 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76104-Deprecated-Single-Slash-Comments-In-TypoScript.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76104-Deprecated-Single-Slash-Comments-In-TypoScript.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Deprecation: #76104 - Deprecated single slash comments in TypoScript
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76164-DeprecateRemoveXSS.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76164-DeprecateRemoveXSS.rst
index db1d11672a5e277d876d12453a47531b046ccd9a..a7bc785cec560a2b3abd5062474d961e8c4cb7fb 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76164-DeprecateRemoveXSS.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76164-DeprecateRemoveXSS.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Deprecation: #76164 - Deprecate RemoveXSS
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76345-PathPrefixesInCallUserFunctionAndGetUserObj.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76345-PathPrefixesInCallUserFunctionAndGetUserObj.rst
index 5340228c18e9e4d0868bd06000024b2d3df0fde4..63126d93e2701d78d24c9bcdb7fa6f9b28f2cafd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76345-PathPrefixesInCallUserFunctionAndGetUserObj.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76345-PathPrefixesInCallUserFunctionAndGetUserObj.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Deprecation: #76345 - Path prefixes in callUserFunction and getUserObj
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76370-DeprecateCacheFactory.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76370-DeprecateCacheFactory.rst
index 8d885da763eba934fc22c0054642103abea5728f..81af26a82ebcf08aa029f059b431f42c69e9d8c4 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76370-DeprecateCacheFactory.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76370-DeprecateCacheFactory.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Deprecation: #76370 - Deprecate CacheFactory
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76383-DeprecateFontTag.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76383-DeprecateFontTag.rst
index 2aca45dde9645f4427e0076bf506bbb13f4444ad..e91c810c91aae4978a0ce2471f0de3fd4a7ae277 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76383-DeprecateFontTag.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Deprecation-76383-DeprecateFontTag.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================
 Deprecation: #76383 - Deprecate fontTag
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Feature-18586-ConfigurableWidthHeightForEditpanelInFeedit.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Feature-18586-ConfigurableWidthHeightForEditpanelInFeedit.rst
index d11d9b10207cc2f90c0908e8ff4e581069ee7812..2982ce76c32e4b3a0201753bbd3b32450edc54e4 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Feature-18586-ConfigurableWidthHeightForEditpanelInFeedit.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Feature-18586-ConfigurableWidthHeightForEditpanelInFeedit.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #18586 - Configurable width & height for editpanel in feedit
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Feature-20446-ClearCacheEntryInContextMenu.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Feature-20446-ClearCacheEntryInContextMenu.rst
index e5d53316d80a338135884de9ce3442fc89ad22b5..92e53a03d508b911cc5f8073f0d20e1c95a4ee15 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Feature-20446-ClearCacheEntryInContextMenu.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Feature-20446-ClearCacheEntryInContextMenu.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #20446 - Clear cache entry in context menu
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Feature-76008-PropertyVisibilityToDebuggerUtilityvar_dump.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Feature-76008-PropertyVisibilityToDebuggerUtilityvar_dump.rst
index 37d493ed13a0996fd3b1fe95384a821f72d5d5b2..161017d8c872f173872c2af3958f0f9bb1fd6621 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Feature-76008-PropertyVisibilityToDebuggerUtilityvar_dump.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Feature-76008-PropertyVisibilityToDebuggerUtilityvar_dump.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #76008 - Property visibility to DebuggerUtility::var_dump
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Feature-76072-OggFlacAndOpusSupport.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Feature-76072-OggFlacAndOpusSupport.rst
index 21a43bc564f794766340e1f7e22a532fd586ced0..52f1b481b431d899acafecd465d16564fd140e83 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Feature-76072-OggFlacAndOpusSupport.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Feature-76072-OggFlacAndOpusSupport.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Feature: #76072 - Ogg, flac and opus support
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Feature-76458-LetDebuggerUtilityRenderClosures.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Feature-76458-LetDebuggerUtilityRenderClosures.rst
index d16b3a17ce33e78ca39bfa5e8d2683dfd3bfa507..9dafe597fc927703e7a46be110ba4d8b70b7a4ad 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Feature-76458-LetDebuggerUtilityRenderClosures.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Feature-76458-LetDebuggerUtilityRenderClosures.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Feature: #76458 - Let DebuggerUtility render closures
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Feature-76531-AddIconForRecordViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Feature-76531-AddIconForRecordViewHelper.rst
index 1cb6bf735ee9541ee3c08f278fe39386bec0060a..8bca080b4e160050b9b102c3e24d0de9e7d63dff 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Feature-76531-AddIconForRecordViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Feature-76531-AddIconForRecordViewHelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Feature: #76531 - Add IconForRecordViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Feature-76590-IntroduceUnitTestsForJavaScript.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Feature-76590-IntroduceUnitTestsForJavaScript.rst
index 90c442289747a2160950b42eaa0516f186836155..03122122e83d1b2427f607a6180aef1b4be825bd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Feature-76590-IntroduceUnitTestsForJavaScript.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Feature-76590-IntroduceUnitTestsForJavaScript.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #76590 - Introduce UnitTests for JavaScript
@@ -43,7 +43,7 @@ Test-Files
 
 Any test file must be located in extension folder `typo3/sysext/<EXTKEY>/Tests/JavaScript/`
 The filename must end with Test.js, e.g. `GridEditorTest.js`
-Each test file must be implemented as AMD module, must use strict mode and has to use :javascript:`describe` with module name as outer wrap for each test.
+Each test file must be implemented as AMD module, must use strict mode and has to use :js:`describe` with module name as outer wrap for each test.
 The following code block shows a good example:
 
 .. code-block:: javascript
@@ -68,7 +68,7 @@ Please take a look at the existing test files and read the jasmine documentation
 DataProvider for tests
 ----------------------
 
-For testing a set of values, the core implement a kind of DataProvider. To use the DataProvider you have to use the function :javascript:`using`.
+For testing a set of values, the core implement a kind of DataProvider. To use the DataProvider you have to use the function :js:`using`.
 Please take a look at `FormEngineValidationTest.js` for an example.
 
 .. index:: JavaScript
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Important-75747-EXTform-RemovedSupportForCompatibility6.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Important-75747-EXTform-RemovedSupportForCompatibility6.rst
index bb900e1dbf6d0ba0cc806f099bf625285a0ba27f..efb647934ef5238396f5e28e4c5ba97026637aa3 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Important-75747-EXTform-RemovedSupportForCompatibility6.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Important-75747-EXTform-RemovedSupportForCompatibility6.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Important: #75747 - EXT:form - Removed support for compatibility6
diff --git a/typo3/sysext/core/Documentation/Changelog/8.2/Index.rst b/typo3/sysext/core/Documentation/Changelog/8.2/Index.rst
index d674e59423fd189658624e27323811537990bf7c..dffe4003fefa1321ca2aa0976ff0cdf2a52bd989 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.2/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.2/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 8.2 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-73461-ImportModuleDisabledForNonAdminUsers.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-73461-ImportModuleDisabledForNonAdminUsers.rst
index b8968fd09108a9d57f8621e775e1e17824a31e5f..73528079779c76136aa87f3c8c6a27f950319b93 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-73461-ImportModuleDisabledForNonAdminUsers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-73461-ImportModuleDisabledForNonAdminUsers.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #73461 - Import module disabled for non admin users
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-74375-Fe_usersimageMigratedToFAL.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-74375-Fe_usersimageMigratedToFAL.rst
index d41088da3399c830aea704ebe3c53efbb77a9bf1..95a0cb34706acf570b7ccd4929be5b7de20cda34 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-74375-Fe_usersimageMigratedToFAL.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-74375-Fe_usersimageMigratedToFAL.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Breaking: #74375 - fe_users.image migrated to FAL
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76108-ReplaceExtJSCategoryTreeWithD3AndSVG.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76108-ReplaceExtJSCategoryTreeWithD3AndSVG.rst
index 30545082cec4fc65fc033f426213bdd33689bb17..13a4d9dadce3cd167c5dbcbf1837c7b7243a10a0 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76108-ReplaceExtJSCategoryTreeWithD3AndSVG.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76108-ReplaceExtJSCategoryTreeWithD3AndSVG.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #76108 - Replace ExtJS category tree with D3 and SVG
@@ -20,14 +20,14 @@ It also polluted backend user settings with tons of data without giving much usa
 Impact
 ======
 
-Any JS code referencing ExtJS component :javascript:`TYPO3.Components.Tree` or its sub-components
-(like :javascript:`TYPO3.Components.Tree.StandardTree`) will no longer work.
+Any JS code referencing ExtJS component :js:`TYPO3.Components.Tree` or its sub-components
+(like :js:`TYPO3.Components.Tree.StandardTree`) will no longer work.
 
 
 Affected Installations
 ======================
 
-All installations having extensions which modify the :javascript:`TYPO3.Components.Tree`
+All installations having extensions which modify the :js:`TYPO3.Components.Tree`
 (implemented in :file:`typo3/sysext/backend/Resources/Public/JavaScript/tree.js`) component,
 or rely on the file being present.
 
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76259-ReturnValueOfAbstractDatabaseRecordListmakeSearchStringChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76259-ReturnValueOfAbstractDatabaseRecordListmakeSearchStringChanged.rst
index a104181929e4b0c7f93e09481bd17098a034afba..d7fb8cdecd61ef1845998ac0584fd905fd37fa89 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76259-ReturnValueOfAbstractDatabaseRecordListmakeSearchStringChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76259-ReturnValueOfAbstractDatabaseRecordListmakeSearchStringChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================
 Breaking: #76259 - Return value of AbstractDatabaseRecordList::makeSearchString changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76259-SignatureOfMethodGetResultChangedInPageLayoutView.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76259-SignatureOfMethodGetResultChangedInPageLayoutView.rst
index 54c4b4f2d1155d19e37e957a5a315fdd3060ee17..6cf3456008c9ea1f77e688912dcc6a8a0250f161 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76259-SignatureOfMethodGetResultChangedInPageLayoutView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76259-SignatureOfMethodGetResultChangedInPageLayoutView.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #76259 - Signature of getResult() in PageLayoutView changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76259-SignatureOfMethodSetTotalItemsChangedInAbstractDatabaseRecordList.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76259-SignatureOfMethodSetTotalItemsChangedInAbstractDatabaseRecordList.rst
index de80f976d293dc16d798658649ce4abb5349633a..d8473e9b302ed132db666b071fbd7a9e08e90ea7 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76259-SignatureOfMethodSetTotalItemsChangedInAbstractDatabaseRecordList.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76259-SignatureOfMethodSetTotalItemsChangedInAbstractDatabaseRecordList.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================================
 Breaking: #76259 - Signature of setTotalItems() in AbstractDatabaseRecordList changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76259-ValuePassedToHookGetTableChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76259-ValuePassedToHookGetTableChanged.rst
index cecf537703e04296fdb072470948c1cf3a4d53d1..2c10c30b7e797bf0e0eb409a3e0ca3f1d89c1557 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76259-ValuePassedToHookGetTableChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76259-ValuePassedToHookGetTableChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #76259 - Value passed to hook getTable changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76879-RemoveUnusedPropertiesFromPageTreeView.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76879-RemoveUnusedPropertiesFromPageTreeView.rst
index 9a0667fda8ca8962f1c698371f5e4272f9beb8db..a36e32b6d3e24800fa8fa878176c0a3f0efcf63e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76879-RemoveUnusedPropertiesFromPageTreeView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76879-RemoveUnusedPropertiesFromPageTreeView.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #76879 - Remove unused properties from PageTreeView
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76879-RemoveUnusedPropertyPidSelectFromAbstractDatabaseRecordList.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76879-RemoveUnusedPropertyPidSelectFromAbstractDatabaseRecordList.rst
index 109b2ec894f8255fb6ae467d881e1cb7367fd172..be61db36db33cfcc3bbe126ca380e4b9c7baee40 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76879-RemoveUnusedPropertyPidSelectFromAbstractDatabaseRecordList.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76879-RemoveUnusedPropertyPidSelectFromAbstractDatabaseRecordList.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Breaking: #76879 - Remove unused property pidSelect from AbstractDatabaseRecordList
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76891-SyslogLowlevelCommand.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76891-SyslogLowlevelCommand.rst
index 58b48394275f28e2395174dd156ddda38e9ba5e7..c15bf2fce8c3c486aa35ab345151ecc0a18667ed 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76891-SyslogLowlevelCommand.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-76891-SyslogLowlevelCommand.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================
 Breaking: #76891 - syslog lowlevel command
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77049-RemoveUnusedPropertiesFromSuggestWizardDefaultReceiver.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77049-RemoveUnusedPropertiesFromSuggestWizardDefaultReceiver.rst
index 245d6ca4ae3313563ac599fa19cacd13a0d32dd0..52724dfc0f2698d71fb7ebc6404ba4467b7de922 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77049-RemoveUnusedPropertiesFromSuggestWizardDefaultReceiver.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77049-RemoveUnusedPropertiesFromSuggestWizardDefaultReceiver.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Breaking: #77049 - Remove unused properties from SuggestWizardDefaultReceiver
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77062-ExampleImageInTSConstantsDescriptionsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77062-ExampleImageInTSConstantsDescriptionsRemoved.rst
index 7d45ddbfccc7b5fe0c5932227c34c288121b3bdf..51bad6868b1013d1577481883c363d75ee42778f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77062-ExampleImageInTSConstantsDescriptionsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77062-ExampleImageInTSConstantsDescriptionsRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #77062 - Example image in TS constants descriptions removed
@@ -32,7 +32,7 @@ Within :php:`ConfigurationForm::ext_initTSstyleConfig()` the second and third pa
 Impact
 ======
 
-Setting an option :ts:`TSConstantEditor.basic.image = EXT:sys_note/ext_icon.png` for a category or configuration option in TypoScript constants has no effect anymore.
+Setting an option :typoscript:`TSConstantEditor.basic.image = EXT:sys_note/ext_icon.png` for a category or configuration option in TypoScript constants has no effect anymore.
 
 Calling any of the removed methods will result in a fatal PHP error.
 
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77081-RemovedTCASelectTreeOptions.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77081-RemovedTCASelectTreeOptions.rst
index 86baaa4a5415b822f4b7a2662414568b34e4a0ae..1316cf149d9f0aa45e48d371a24b93876145705f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77081-RemovedTCASelectTreeOptions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77081-RemovedTCASelectTreeOptions.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Breaking: #77081 - Removed TCA tree options: width, allowRecursiveMode, autoSizeMax
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77137-JavaScriptAPIOfRTEChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77137-JavaScriptAPIOfRTEChanged.rst
index 22b3844670e933b62bba166cf339b15e8c7d51e5..3d23ad6bcb429573f1740180777c36eb5cf1dbd3 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77137-JavaScriptAPIOfRTEChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77137-JavaScriptAPIOfRTEChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Breaking: #77137 - JavaScript API of RTE changed
@@ -51,6 +51,6 @@ buildButtonConfig
    The method takes now two additional arguments: `active` and `severity`. The parameter `active` is a boolean
    value and declares the button being either active or not. The parameter `severity` is an integer representing the
    severity of the button. This should always represent the severity of the modal, use one of the severities defined in
-   :javascript:`TYPO3/CMS/Backend/Severity`.
+   :js:`TYPO3/CMS/Backend/Severity`.
 
 .. index:: JavaScript, RTE, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77137-RTEOptionColorsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77137-RTEOptionColorsRemoved.rst
index 656a87de6bf602cc5783b09b1abbe866a573933d..0b4839b367560831efb998afcd5942a593bf4a3a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77137-RTEOptionColorsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77137-RTEOptionColorsRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Breaking: #77137 - RTE option "colors" removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77156-TSconfigAndTStemplateSoftReferencesFunctionalityRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77156-TSconfigAndTStemplateSoftReferencesFunctionalityRemoved.rst
index bb7249d7f84c69f473f74f45641f1585d22bc6ad..3cbedf6bf60c1e39cb2d8dcd1abf8f6a960137fe 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77156-TSconfigAndTStemplateSoftReferencesFunctionalityRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77156-TSconfigAndTStemplateSoftReferencesFunctionalityRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Breaking: #77156 - TSconfig and TStemplate soft references functionality removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77180-DroppedExtJSSupportInFrontendTypoScript.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77180-DroppedExtJSSupportInFrontendTypoScript.rst
index 33a5d4355220dbc60ddc08062c9db992de2fb6a2..6116ed7c06386c2efd392a694f848d65733ef81e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77180-DroppedExtJSSupportInFrontendTypoScript.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77180-DroppedExtJSSupportInFrontendTypoScript.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #77180 - Dropped ExtJS support in Frontend TypoScript
@@ -37,6 +37,6 @@ Any installation using the shipped ExtJS bundle in the frontend.
 Migration
 =========
 
-Include ExtJS via :ts:`page.includeJS` manually if needed or migrate to another supported modern framework.
+Include ExtJS via :typoscript:`page.includeJS` manually if needed or migrate to another supported modern framework.
 
 .. index:: JavaScript, TypoScript
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77182-RemovedBasicFileUtilityMethodsAndProperties.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77182-RemovedBasicFileUtilityMethodsAndProperties.rst
index 31eed4291abb241f9304b0978ea3cd51576f8549..80498839c22a6750b941dac5dc13c83f4daafe28 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77182-RemovedBasicFileUtilityMethodsAndProperties.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77182-RemovedBasicFileUtilityMethodsAndProperties.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #77182 - Removed BasicFileUtility methods and properties
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77184-VariousTSFEPropertiesRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77184-VariousTSFEPropertiesRemoved.rst
index 4bc58dfb3a74d3ee4f243d03e42a51f6cb6639e1..3f6d6df54df2a463e7af2be3ca20b66c3b2c35d9 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77184-VariousTSFEPropertiesRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77184-VariousTSFEPropertiesRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Breaking: #77184 - Various TSFE properties removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77186-ExtDirectEIDEntryPointRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77186-ExtDirectEIDEntryPointRemoved.rst
index 7087667e0a04067d89e545809346d9ebd965e065..25afdfb008259c3c659b1545047c602765edaf1f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77186-ExtDirectEIDEntryPointRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77186-ExtDirectEIDEntryPointRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Breaking: #77186 - ExtDirect eID entry point removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77209-AdaptDefaultRECORDSTables.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77209-AdaptDefaultRECORDSTables.rst
index beaf1fb6f2c3325bd42a1fca27c3dd77f315c630..6b9e258b347d619ff20e53ba8da4c37aecf5abce 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77209-AdaptDefaultRECORDSTables.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77209-AdaptDefaultRECORDSTables.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Breaking: #77209 - Adapt default RECORDS tables
@@ -29,6 +29,6 @@ Installations which use shortcut to records of the tables tt_address, tt_news an
 Migration
 =========
 
-Adopt the TS and use :ts:`styles.content.shortcut.tables := addToList(tt_address,tt_news,tx_news_domain_model_news)`
+Adopt the TS and use :typoscript:`styles.content.shortcut.tables := addToList(tt_address,tt_news,tx_news_domain_model_news)`
 
 .. index:: TypoScript, Frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77280-UploadsTemplateShowsFileTitleInFavorOfFileName.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77280-UploadsTemplateShowsFileTitleInFavorOfFileName.rst
index c59a8ba3f1dce286e2c4b85bb189d8853566a1d3..a9f7376d5fdcc38e1d75dd66674b2432afebcb03 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77280-UploadsTemplateShowsFileTitleInFavorOfFileName.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77280-UploadsTemplateShowsFileTitleInFavorOfFileName.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #77280 - Uploads template shows file title in favor of file name
@@ -30,4 +30,4 @@ Migration
 
 Override the template and remove the condition to restore the original behavior.
 
-.. index:: Frontend
\ No newline at end of file
+.. index:: Frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77342-RemovedTemplateFileOverrideViaFlexFormInEXTfelogin.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77342-RemovedTemplateFileOverrideViaFlexFormInEXTfelogin.rst
index cff2894bc93dea9b61059368bbf9847abe5d6294..9b96f6a6f6360aff1e5236852c543e52027fa3b3 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77342-RemovedTemplateFileOverrideViaFlexFormInEXTfelogin.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77342-RemovedTemplateFileOverrideViaFlexFormInEXTfelogin.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Breaking: #77342 - Removed templateFile override via FlexForm in EXT:felogin
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77345-EXTform-RemoveDeprecatedIMAGEBUTTONElement.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77345-EXTform-RemoveDeprecatedIMAGEBUTTONElement.rst
index 4b9d803ff30730204b1545edf3474e1e5db6d9f3..9680473c6784152f9757476eaa16f11be9624e50 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77345-EXTform-RemoveDeprecatedIMAGEBUTTONElement.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77345-EXTform-RemoveDeprecatedIMAGEBUTTONElement.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Breaking: #77345 - EXT:form - Remove deprecated IMAGEBUTTON element
@@ -10,24 +10,24 @@ See :issue:`77345`
 Description
 ===========
 
-The :ts:`IMAGEBUTTON` element has been removed in TYPO3 v8.
+The :typoscript:`IMAGEBUTTON` element has been removed in TYPO3 v8.
 
 
 Impact
 ======
 
-Using the :ts:`IMAGEBUTTON` element is not working anymore, i.e. no :ts:`IMAGEBUTTON` element will be rendered.
+Using the :typoscript:`IMAGEBUTTON` element is not working anymore, i.e. no :typoscript:`IMAGEBUTTON` element will be rendered.
 
 
 Affected Installations
 ======================
 
-All installations using the :ts:`IMAGEBUTTON` element.
+All installations using the :typoscript:`IMAGEBUTTON` element.
 
 
 Migration
 =========
 
-Remove all usages of the :ts:`IMAGEBUTTON` element.
+Remove all usages of the :typoscript:`IMAGEBUTTON` element.
 
 .. index:: TypoScript, ext:form
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77390-ReturnTypeOfHookGetResultRows_SQLpointerInIndexSearchChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77390-ReturnTypeOfHookGetResultRows_SQLpointerInIndexSearchChanged.rst
index 382aca4397086b103cc0bee45b1a4e4a527eb0f8..bf4e5f5fa06c97e1be5871621c2e236591643299 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77390-ReturnTypeOfHookGetResultRows_SQLpointerInIndexSearchChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77390-ReturnTypeOfHookGetResultRows_SQLpointerInIndexSearchChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================================
 Breaking: #77390 - Expected return type of hook getResultRows_SQLpointer in Indexed Search changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77391-DataHandlerMethodProtected.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77391-DataHandlerMethodProtected.rst
index 9e838aa1915c9b97344cbd2f3c148d7a6df541f5..a5540ac8f79ae72b8f088c0bbac53b8d02a2a335 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77391-DataHandlerMethodProtected.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77391-DataHandlerMethodProtected.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Breaking: #77391 - DataHandler method protected
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77416-RemovedPropertyFromDatabaseIntegrityCheck.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77416-RemovedPropertyFromDatabaseIntegrityCheck.rst
index cdffdf61e3ebe38ab756eb11a0651af9c81df162..7f6d0780a6d10bbc22a722ec83fbe62b586705c4 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77416-RemovedPropertyFromDatabaseIntegrityCheck.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77416-RemovedPropertyFromDatabaseIntegrityCheck.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #77416 - Removed property from DatabaseIntegrityCheck
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77453-SignatureOfAbstractPluginpi_exec_queryChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77453-SignatureOfAbstractPluginpi_exec_queryChanged.rst
index 60a58851ea60188981aa04b6fc0350a0db334f3d..8207f72affdd8bf8dd9c0adf08b656fff373876d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77453-SignatureOfAbstractPluginpi_exec_queryChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77453-SignatureOfAbstractPluginpi_exec_queryChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #77453 - Signature of AbstractPlugin::pi_exec_query changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77453-SignatureOfAbstractPluginpi_list_makelistChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77453-SignatureOfAbstractPluginpi_list_makelistChanged.rst
index 9272eb560fc00217d2bf8eab5b9be8033f0f3880..f48ef65732d96903cf8920e37e3834374e560d3c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77453-SignatureOfAbstractPluginpi_list_makelistChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77453-SignatureOfAbstractPluginpi_list_makelistChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Breaking: #77453 - Signature of AbstractPlugin::pi_list_makelist changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77460-ExtbaseQueryCacheRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77460-ExtbaseQueryCacheRemoved.rst
index 5379189d0e50ea9b67e2964e993858a430b50256..f054a0712c70ded334e7a7334d5cae91301977de 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77460-ExtbaseQueryCacheRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77460-ExtbaseQueryCacheRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Breaking: #77460 - Extbase query cache removed
@@ -19,7 +19,7 @@ The following public methods within the Extbase persistence layer have been remo
 * :php:`Typo3DbBackend->injectCacheManager()`
 * Interface definition in :php:`QuerySettingsInterface->getUseQueryCache()`
 
-The TypoScript configuration :ts:`config.tx_extbase.persistence.useQueryCache` has no effect anymore.
+The TypoScript configuration :typoscript:`config.tx_extbase.persistence.useQueryCache` has no effect anymore.
 
 Impact
 ======
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77481-RemoveFaviconFromTBE_STYLES.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77481-RemoveFaviconFromTBE_STYLES.rst
index d52ddce0993633526423777015d1b4507464d74b..5f6b583d5e8ef3dd334a792f5fd0372d674b3c00 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77481-RemoveFaviconFromTBE_STYLES.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77481-RemoveFaviconFromTBE_STYLES.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Breaking: #77481 - Remove favicon from TBE_STYLES
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77502-ExtbasePreparsingOfQueriesRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77502-ExtbasePreparsingOfQueriesRemoved.rst
index 36f1ccc835dc3c730730c8ed1a7e2572963f3e9e..5c11bd3d9f04fde78daa48a39733eed85cb3726c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77502-ExtbasePreparsingOfQueriesRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77502-ExtbasePreparsingOfQueriesRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #77502 - Extbase: pre-parsing of queries removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77557-SignatureOfQueryView-getQueryResultCodeChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77557-SignatureOfQueryView-getQueryResultCodeChanged.rst
index 38457df312e9d1790011b07c06e7960e27684334..34f820d110a30d5f58b635a7bfa147725af24f7a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77557-SignatureOfQueryView-getQueryResultCodeChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77557-SignatureOfQueryView-getQueryResultCodeChanged.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Breaking: #77557 - Signature of QueryView->getQueryResultCode() changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77558-PageLayoutControllerExec_languageQueryDropped.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77558-PageLayoutControllerExec_languageQueryDropped.rst
index 252c8afcd41dfe254eb0fc48e44f178d506b6271..a61e4fb64eb044062b6804f6f89ec55ddd30d707 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77558-PageLayoutControllerExec_languageQueryDropped.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77558-PageLayoutControllerExec_languageQueryDropped.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #77558 - PageLayoutController removed methods
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77587-RemovedLiveSearch-getQueryString.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77587-RemovedLiveSearch-getQueryString.rst
index ed5bd52395dc50c31a26dcb044cb5ce662b7608b..8ce71c243b6ff5b3f6e808c02c48ca866d43660f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77587-RemovedLiveSearch-getQueryString.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77587-RemovedLiveSearch-getQueryString.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Breaking: #77587 - Removed LiveSearch->getQueryString
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77591-RemovedWorkspaceService-isOldStyleWorkspaceUsed.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77591-RemovedWorkspaceService-isOldStyleWorkspaceUsed.rst
index 876ea6946f36540c96be1b5eeb0532d7a5c379bb..02158a105f7b18856192cce96a7c6256bad7861b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77591-RemovedWorkspaceService-isOldStyleWorkspaceUsed.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Breaking-77591-RemovedWorkspaceService-isOldStyleWorkspaceUsed.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #77591 - Removed WorkspaceService->isOldStyleWorkspaceUsed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-76259-DeprecateMethodMakeQueryArrayOfAbstractDatabaseRecordList.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-76259-DeprecateMethodMakeQueryArrayOfAbstractDatabaseRecordList.rst
index 734d774712f1bf622364a3156c1a3b30004b3f65..e0714ddd2b027b9b2c6026efdba1ae5df2b656db 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-76259-DeprecateMethodMakeQueryArrayOfAbstractDatabaseRecordList.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-76259-DeprecateMethodMakeQueryArrayOfAbstractDatabaseRecordList.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Deprecation: #76259 - Deprecate method makeQueryArray of AbstractDatabaseRecordList
@@ -32,4 +32,4 @@ Migration
 Migrate your code to the Doctrine based replacement :php:`\TYPO3\CMS\Recordlist\RecordList\AbstractDatabaseRecordList::getQueryBuilder`
 and the associated hook `buildQueryParameters`.
 
-.. index:: PHP-API, Backend
\ No newline at end of file
+.. index:: PHP-API, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-76520-DeprecateMethodPages_getTreeOfPageLayoutView.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-76520-DeprecateMethodPages_getTreeOfPageLayoutView.rst
index fd3ba07b47f0cdf05aa858e2ee9076c5e19248ce..a3edd40d8dc1c9e85a16b957c496475b3127c414 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-76520-DeprecateMethodPages_getTreeOfPageLayoutView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-76520-DeprecateMethodPages_getTreeOfPageLayoutView.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Deprecation: #76520 - Deprecate method pages_getTree of PageLayoutView
@@ -30,4 +30,4 @@ Migration
 
 No migration available, implement the required functionality in your own code.
 
-.. index:: PHP-API
\ No newline at end of file
+.. index:: PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-76804-DeprecateGeneralUtilitystrtoupperStrtolower.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-76804-DeprecateGeneralUtilitystrtoupperStrtolower.rst
index 8b4ba78bb4d7e75e6d5d9a641f885e1c5a08a320..3f1a7321a9d1edc908ecea9fbc3348db0ffeab34 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-76804-DeprecateGeneralUtilitystrtoupperStrtolower.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-76804-DeprecateGeneralUtilitystrtoupperStrtolower.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Deprecation: #76804 - Deprecate GeneralUtility::strtoupper & strtolower
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77164-ErrorpageMessageAndAbstractStandaloneMessage.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77164-ErrorpageMessageAndAbstractStandaloneMessage.rst
index 5f766a92f0d4ab92754a1d5632723bc8f0c2eab8..c86fbc1aa76d7e02a6219403ea660aaf6ff85335 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77164-ErrorpageMessageAndAbstractStandaloneMessage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77164-ErrorpageMessageAndAbstractStandaloneMessage.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Deprecation: #77164 - ErrorpageMessage and AbstractStandaloneMessage
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77405-PageRepository-getPathFromRootline.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77405-PageRepository-getPathFromRootline.rst
index a18f926bdf3d0f9b105368b84e82149cb9e6d163..0dbb065b292ee893ea6b48d5ca67c8641d75e17c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77405-PageRepository-getPathFromRootline.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77405-PageRepository-getPathFromRootline.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #77405 - PageRepository->getPathFromRootline
@@ -24,4 +24,4 @@ Affected Installations
 
 Any TYPO3 installation with a third-party extension using this method.
 
-.. index:: PHP-API, Frontend
\ No newline at end of file
+.. index:: PHP-API, Frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77432-ExtbasePreparedStatementQueryOption.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77432-ExtbasePreparedStatementQueryOption.rst
index 44ea95d98ab4651dec9d85092a14862050092604..fd3e901c135c857e3fed86e810fac94df95c340e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77432-ExtbasePreparedStatementQueryOption.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77432-ExtbasePreparedStatementQueryOption.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Deprecation: #77432 - Extbase: Prepared Statement Query Option
@@ -43,4 +43,4 @@ Migration
 Remove any calls to the methods within the extensions' code, as the TYPO3 abstraction layer will
 handle them automatically.
 
-.. index:: PHP-API, ext:extbase, Database
\ No newline at end of file
+.. index:: PHP-API, ext:extbase, Database
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77477-TemplateService-fileContent.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77477-TemplateService-fileContent.rst
index 02221ad7b4d2a5b385608429f6d2f195c96f598c..a4d9a8d7ba2f570d948a038610a969a6af0b6857 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77477-TemplateService-fileContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77477-TemplateService-fileContent.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Deprecation: #77477 - TemplateService->fileContent
@@ -30,4 +30,4 @@ Migration
 
 Implement the same logic directly in PHP with `getFileName()` and `file_get_contents()`.
 
-.. index:: PHP-API
\ No newline at end of file
+.. index:: PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77502-ExtbasePreparsingOfQueriesRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77502-ExtbasePreparsingOfQueriesRemoved.rst
index 637dc5ed8092337defb42d0372f351dbbdcd79c7..cba407ca1e94aa52f9ec27869aa63c0925d29386 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77502-ExtbasePreparsingOfQueriesRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77502-ExtbasePreparsingOfQueriesRemoved.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #77502 - Extbase: pre-parsing of queries removed
@@ -34,4 +34,4 @@ Migration
 
 Usage of these methods can be replaced by simply using the `DataMapper->getPlainValue()` functionality.
 
-.. index:: PHP-API, Database, ext:extbase
\ No newline at end of file
+.. index:: PHP-API, Database, ext:extbase
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77557-MethodQueryView-tableWrap.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77557-MethodQueryView-tableWrap.rst
index 1560c28bc16d0259386036cdf35111bc04596526..f340374cfe0a629a773828f332a80c950258577d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77557-MethodQueryView-tableWrap.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Deprecation-77557-MethodQueryView-tableWrap.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Deprecation: #77557 - Method QueryView->tableWrap()
@@ -30,4 +30,4 @@ Migration
 
 Use :php:`'<pre>' . $str . '</pre>'` instead.
 
-.. index:: PHP-API, Backend
\ No newline at end of file
+.. index:: PHP-API, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Feature-73461-EnableImportModuleForNonAdminUsers.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Feature-73461-EnableImportModuleForNonAdminUsers.rst
index a307107dc900457b2e7be52b7b36f3197bdfdd81..db4654d52c82112ccd973c7951efb3a1c76fc496 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Feature-73461-EnableImportModuleForNonAdminUsers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Feature-73461-EnableImportModuleForNonAdminUsers.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #73461 - Enable import module for non admin users
@@ -10,7 +10,7 @@ See :issue:`73461`
 Description
 ===========
 
-The new userTsConfig option :ts:`options.impexp.enableImportForNonAdminUser` can be used to enable
+The new userTsConfig option :typoscript:`options.impexp.enableImportForNonAdminUser` can be used to enable
 the import module of EXT:impexp for non admin users.
 
 
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Feature-74365-LinkServiceForUnifiedReferencingSyntax.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Feature-74365-LinkServiceForUnifiedReferencingSyntax.rst
index 50772da818f5bd9c4b508adfdc79a52d30eb6345..f560139d99f3e0be94424d613e255cd70065ba75 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Feature-74365-LinkServiceForUnifiedReferencingSyntax.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Feature-74365-LinkServiceForUnifiedReferencingSyntax.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #74365 - Add Linkservice for unified referencing syntax
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Feature-76107-AddFluidInterceptorRegistration.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Feature-76107-AddFluidInterceptorRegistration.rst
index 9a031070cc8111f1c15387718910a95d014e10d7..f3342f68b64d5bd428736f30018da4ab7ca9b7c1 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Feature-76107-AddFluidInterceptorRegistration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Feature-76107-AddFluidInterceptorRegistration.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #76107 - Add fluid interceptor registration
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Feature-76108-ReplaceExtJSCategoryTreeWithD3AndSVG.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Feature-76108-ReplaceExtJSCategoryTreeWithD3AndSVG.rst
index d30f95c7bf69744c18cadc9de376d0534293f793..308f3712bb918dc6f7bf12379f9b03036c6f2487 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Feature-76108-ReplaceExtJSCategoryTreeWithD3AndSVG.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Feature-76108-ReplaceExtJSCategoryTreeWithD3AndSVG.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #76108 - Replace ExtJS category tree with D3 and SVG
@@ -36,7 +36,7 @@ Data binding
 ------------
 
 Thanks to D3, each SVG node representing tree item is bound to the data object. The general idea is that all operations (like showing/hiding/selecting...) are first performed on the dataset, and then the view (SVG) is refreshed.
-In the :javascript:`initialize` function SvgTree loads the whole tree as json
+In the :js:`initialize` function SvgTree loads the whole tree as json
 
 
 Impact
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Feature-76209-HookToRegisterCustomResultBrowsersInAbstractPlugin.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Feature-76209-HookToRegisterCustomResultBrowsersInAbstractPlugin.rst
index 36446a30142d25460bc0b959117a36a5afa3f911..d7385b8819ad78187da7c865267e7bc313d2c630 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Feature-76209-HookToRegisterCustomResultBrowsersInAbstractPlugin.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Feature-76209-HookToRegisterCustomResultBrowsersInAbstractPlugin.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Feature: #76209 - Hook to register custom result browsers in AbstractPlugin
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Feature-76259-IntroduceBuildQueryParametersPostProcessHook.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Feature-76259-IntroduceBuildQueryParametersPostProcessHook.rst
index beca3093ee924548dbaccc3bedb3284e14ef5c1a..759b7cc5cb8aac78ee5028512f6f6376a9d9e6f6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Feature-76259-IntroduceBuildQueryParametersPostProcessHook.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Feature-76259-IntroduceBuildQueryParametersPostProcessHook.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #76259 - Introduce buildQueryParametersPostProcess Hook
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Feature-77280-RenderTheFileTitleInFileLinksContentElement.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Feature-77280-RenderTheFileTitleInFileLinksContentElement.rst
index 587eb2c45cca2a503d2f09dac13b1c9e0f7bde6e..b2481b9bd7540c2e367c00c45a9a7cd4fd97a573 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Feature-77280-RenderTheFileTitleInFileLinksContentElement.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Feature-77280-RenderTheFileTitleInFileLinksContentElement.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #77280 - Render the file title in "file links" content element
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Feature-77336-AllowPassingAnOwnUnitCollectionToByteViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Feature-77336-AllowPassingAnOwnUnitCollectionToByteViewHelper.rst
index 4c17cc1cd3674baff92d17ef0fc2c6bc19fb783d..48e33cc3a0f83b2d466e06af1424eee6f6f76447 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Feature-77336-AllowPassingAnOwnUnitCollectionToByteViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Feature-77336-AllowPassingAnOwnUnitCollectionToByteViewHelper.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Feature: #77336 - Allow passing an own unit collection to BytesViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Feature-77349-AdditionalLocationsForExtensionIcons.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Feature-77349-AdditionalLocationsForExtensionIcons.rst
index a49a164cc8115344c61708ca4cb8cd77d48e3f42..d252793fb39f99bc6d4ee7338dca2fbd6913203e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Feature-77349-AdditionalLocationsForExtensionIcons.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Feature-77349-AdditionalLocationsForExtensionIcons.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #77349 - Additional locations for extension icons
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Feature-77481-AddPossibilityToDefineAFaviconForTheBackend.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Feature-77481-AddPossibilityToDefineAFaviconForTheBackend.rst
index 2a50115f44ad3b405bc58e42455420d8eebc0609..17e864b83a95a0d642cff3626d697016043df407 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Feature-77481-AddPossibilityToDefineAFaviconForTheBackend.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Feature-77481-AddPossibilityToDefineAFaviconForTheBackend.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #77481 - Add possibility to define a favicon for the backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Important-77411-RemovedExtbaseTableColumnCache.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Important-77411-RemovedExtbaseTableColumnCache.rst
index 71b2f4244405cd777b31d89016dd0ec422c1486e..3d47fdc24d7d18d4fda3e61fa5fcdbb2425f1530 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Important-77411-RemovedExtbaseTableColumnCache.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Important-77411-RemovedExtbaseTableColumnCache.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Important: #77411 - Removed extbase table column cache
diff --git a/typo3/sysext/core/Documentation/Changelog/8.3/Index.rst b/typo3/sysext/core/Documentation/Changelog/8.3/Index.rst
index e481bb08cb18bcc93654a87646ffd91f04f45271..b4dca14f1109c3a1e4dc42da89d5891a68dfb9a4 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.3/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.3/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 8.3 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-38496-AddAllParametersToAShortcutPage.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-38496-AddAllParametersToAShortcutPage.rst
index 57de097b0440ef0ef4ddb7b894361260a5b17986..6f8fb1415b6fdcff6174ae5611f83678ab4fedde 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-38496-AddAllParametersToAShortcutPage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-38496-AddAllParametersToAShortcutPage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #38496 - Shortcut redirects append all URL parameters
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-52877-RemoveExtJSViewport.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-52877-RemoveExtJSViewport.rst
index 4875e391ced66f480294cef7cb540ca330275399..208b067f158714f8d1ca6ca4ce3630570f13da5b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-52877-RemoveExtJSViewport.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-52877-RemoveExtJSViewport.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================
 Breaking: #52877 - Remove ExtJS Viewport
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-66995-ObjectAccessbehaviorschanged.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-66995-ObjectAccessbehaviorschanged.rst
index 26d19799f0874c342a7d4e4fb984a8e7c2c591c7..f2d2bc7b90f8ffd3533738cfdc85dfb673d9680c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-66995-ObjectAccessbehaviorschanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-66995-ObjectAccessbehaviorschanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Breaking: #66995 - ObjectAccess behaviors changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-75031-FluidificationOfTypoScriptTemplateInformationModuleFunctionController.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-75031-FluidificationOfTypoScriptTemplateInformationModuleFunctionController.rst
index 14ffd5fe6d26881e9b49c2ff916f5cadd5742698..7e23bfdc76cf430eda5dad14f4306edcc657497e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-75031-FluidificationOfTypoScriptTemplateInformationModuleFunctionController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-75031-FluidificationOfTypoScriptTemplateInformationModuleFunctionController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================================
 Breaking: #75031 - Fluidification of TypoScriptTemplateInformationModuleFunctionController
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-75032-FluidificationOfTypoScriptTemplateConstantEditorModuleFunctionController.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-75032-FluidificationOfTypoScriptTemplateConstantEditorModuleFunctionController.rst
index ce98b485a030436fd697cbe26fe1c90781fcab36..250bbfaa6f54340433aa0534ab48bc37ed2dc4f1 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-75032-FluidificationOfTypoScriptTemplateConstantEditorModuleFunctionController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-75032-FluidificationOfTypoScriptTemplateConstantEditorModuleFunctionController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================================
 Breaking: #75032 - Fluidification of TypoScriptTemplateConstantEditorModuleFunctionController
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77379-DoctrineTypo3DbQueryParser.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77379-DoctrineTypo3DbQueryParser.rst
index 1ca59e08537b839686fa265bc4a75a89f51c5380..aef8556460dd5431c5a5b7117c5640a562e27b5c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77379-DoctrineTypo3DbQueryParser.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77379-DoctrineTypo3DbQueryParser.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Breaking: #77379 - Doctrine: Typo3DbQueryParser
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77547-BehaviourOffindByUidOfRecordCollectionRepositoryChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77547-BehaviourOffindByUidOfRecordCollectionRepositoryChanged.rst
index 58c7201c4d7eaf6c7bf6cbb90379d6b1b6a2e92b..27a9ba7b469eaeee40ae546d3c9b2f82cb7efeae 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77547-BehaviourOffindByUidOfRecordCollectionRepositoryChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77547-BehaviourOffindByUidOfRecordCollectionRepositoryChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Breaking: #77547 - Behaviour of RecordCollectionRepository::findByUid changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77592-DroppedTCAOptionShowIfRTEInTypecheck.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77592-DroppedTCAOptionShowIfRTEInTypecheck.rst
index c1654a0477f451801b13b2925d6ff73af19c196c..9e885f0adea111288942842d3126119f22521adf 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77592-DroppedTCAOptionShowIfRTEInTypecheck.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77592-DroppedTCAOptionShowIfRTEInTypecheck.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #77592 - Dropped TCA option showIfRTE in type=check
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77630-RemoveWizardIcons.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77630-RemoveWizardIcons.rst
index 4477354ab24665f44f72e82a9f06bcc3d0622664..587418b840483efd0115c7d0e05a1cc97c3f779b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77630-RemoveWizardIcons.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77630-RemoveWizardIcons.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================
 Breaking: #77630 - Remove wizard icons
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77693-MoveIconsFromT3skin.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77693-MoveIconsFromT3skin.rst
index 831e2a4b69b16c260123e2345a7ea450f7af3877..b7b2d5f8b13fa9b995b358cb9d661c81c7101f8b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77693-MoveIconsFromT3skin.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77693-MoveIconsFromT3skin.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Breaking: #77693 - Move icons from t3skin
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77700-ExtensionIndexed_search_mysqlMergedIntoIndexed_search.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77700-ExtensionIndexed_search_mysqlMergedIntoIndexed_search.rst
index 780409fa816f0b241b904d02c1587b278eb7d83e..520c3241c89217637ebb85d8d18304f5ba9e28ee 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77700-ExtensionIndexed_search_mysqlMergedIntoIndexed_search.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77700-ExtensionIndexed_search_mysqlMergedIntoIndexed_search.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Breaking: #77700 - Extension indexed_search_mysql merged into indexed_search
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77728-RemoveObsoletePropertiesRelatedToPageTreeView.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77728-RemoveObsoletePropertiesRelatedToPageTreeView.rst
index 1042a2d1acd1456bd1f4ba12151992418916e948..4489ca40ebc7e97441f0fbaf3f15e70206f70a87 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77728-RemoveObsoletePropertiesRelatedToPageTreeView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77728-RemoveObsoletePropertiesRelatedToPageTreeView.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #77728 - Remove obsolete page tree and click menu settings
@@ -17,9 +17,9 @@ The following obsolete properties have been removed:
 
 The following user TS settings have been removed:
 
-- :ts:`options.pageTree.disableTitleHighlight`
+- :typoscript:`options.pageTree.disableTitleHighlight`
 
-- :ts:`options.contextMenu.options.leftIcons`
+- :typoscript:`options.contextMenu.options.leftIcons`
 
 
 Impact
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77750-ReturnValueOfexec_QueryOfContentObjectRendererChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77750-ReturnValueOfexec_QueryOfContentObjectRendererChanged.rst
index 69a34c5d0924015c57ef7c6b789319662a7c3215..ff45f8fbac98c906ea6be1d54287dd8b79d8a112 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77750-ReturnValueOfexec_QueryOfContentObjectRendererChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77750-ReturnValueOfexec_QueryOfContentObjectRendererChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Breaking: #77750 - Return value of ContentObjectRenderer::exec_Query changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77762-ExtensionsDbalAndAdodbMovedToTER.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77762-ExtensionsDbalAndAdodbMovedToTER.rst
index cca2faffca812f96a6b5a9f9a5fb74e6821781bd..d152a27a3f72f682b1ab75d148a3c73db93b9d69 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77762-ExtensionsDbalAndAdodbMovedToTER.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77762-ExtensionsDbalAndAdodbMovedToTER.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #77762 - Extensions dbal and adodb moved to TER
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77765-ExtJSNotificationsAndDialogsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77765-ExtJSNotificationsAndDialogsRemoved.rst
index 8de1df01cc4d2d114941e048db5d48d1a05d6168..f56878445908e0fd7de778f5db5fcf73fa8d456a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77765-ExtJSNotificationsAndDialogsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77765-ExtJSNotificationsAndDialogsRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #77765 - ExtJS notifications and dialogs removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77783-RemoveUnusedExtJSLibraries.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77783-RemoveUnusedExtJSLibraries.rst
index 0881607b0be065aa2929263e66a5699b2ca0b139..9ed0fd380c4224e3902a26a1b0e692bf714de486 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77783-RemoveUnusedExtJSLibraries.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77783-RemoveUnusedExtJSLibraries.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #77783 - Removed unused ExtJS JavaScript libraries
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77814-RemoveFeatureSubsearchFromIndexedSearch.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77814-RemoveFeatureSubsearchFromIndexedSearch.rst
index 3c571b1b3fd1a45b9099bd4cff40ab85d7a5dd8e..584641f745e80d64ea7fc04f665dc1cadea2a666 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77814-RemoveFeatureSubsearchFromIndexedSearch.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77814-RemoveFeatureSubsearchFromIndexedSearch.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #77814 - Remove feature subsearch from indexed search
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77826-RTEHtmlAreaSpellcheckerEIDRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77826-RTEHtmlAreaSpellcheckerEIDRemoved.rst
index eb4c8a917152900a1ba191604960bf622cad1032..df79dc50e4f7bd26e965eb5773ea2b2db05e4d16 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77826-RTEHtmlAreaSpellcheckerEIDRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77826-RTEHtmlAreaSpellcheckerEIDRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #77826 - RTEHtmlArea Spellchecker eID removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77919-ChangedDateTimeISO8601ToDateTimeATOM.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77919-ChangedDateTimeISO8601ToDateTimeATOM.rst
index 57af0c3f204ea6fcc15e74dadadeaa4c6d8cf242..cd32a3486c6e544ffcf6ca8142135f268255ffcd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77919-ChangedDateTimeISO8601ToDateTimeATOM.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77919-ChangedDateTimeISO8601ToDateTimeATOM.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #77919 - Changed DateTime::ISO8601 to DateTime::ATOM
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77987-RemovalFe_usersRenderingInPageModule.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77987-RemovalFe_usersRenderingInPageModule.rst
index 3db90742560f0e70439e06a17bb5094bf8577eb5..5a812a2f1218ad67ddf48d1289b46c48e2e3b451 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77987-RemovalFe_usersRenderingInPageModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-77987-RemovalFe_usersRenderingInPageModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #77987 - Removal fe_users rendering in page module
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-78222-ExtensionAutoloadInformationIsNowInTypo3confautoload.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-78222-ExtensionAutoloadInformationIsNowInTypo3confautoload.rst
index 671aa2397877ef218c1ed29583aa40b54e93c7e1..8645fa599e05e821abb41a758ab86a99fcd46c3a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-78222-ExtensionAutoloadInformationIsNowInTypo3confautoload.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Breaking-78222-ExtensionAutoloadInformationIsNowInTypo3confautoload.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Breaking: #78222 - Extension autoload information is now in typo3conf/autoload
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-75363-DeprecateFormResultCompilerJStop.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-75363-DeprecateFormResultCompilerJStop.rst
index 0ef2c869569d9ec1ac218ef48da2e1988dcca894..110e2ab5fbbca6017a257dfd418410fcf32cea44 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-75363-DeprecateFormResultCompilerJStop.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-75363-DeprecateFormResultCompilerJStop.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Deprecation: #75363 - Deprecate FormResultCompiler->JStop()
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-75637-DeprecateOptionalParametersOfRecyclerUtilitygetRecordPath.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-75637-DeprecateOptionalParametersOfRecyclerUtilitygetRecordPath.rst
index b706f7d88993d602738323ded8a1cc058f67edd4..08d44d057d0ec9b2812794faf799d35bc20d999e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-75637-DeprecateOptionalParametersOfRecyclerUtilitygetRecordPath.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-75637-DeprecateOptionalParametersOfRecyclerUtilitygetRecordPath.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================
 Deprecation: #75637 - Deprecate optional parameters of RecyclerUtility::getRecordPath()
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-77763-DeprecateClickMenuDB_editPageProperties.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-77763-DeprecateClickMenuDB_editPageProperties.rst
index af81f0a275dc315d4e44ee9d36b6bd24b0b20af5..38221fa0f1e941e66adb0b037d84141073d3f284 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-77763-DeprecateClickMenuDB_editPageProperties.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-77763-DeprecateClickMenuDB_editPageProperties.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Deprecation: #77763 - Deprecate method ClickMenu::DB_editPageProperties()
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-77826-RTEHtmlAreaSpellcheckerEntrypoint.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-77826-RTEHtmlAreaSpellcheckerEntrypoint.rst
index 7cd4b403826ae174ff62b886ee62e8a073d2bcc4..d58f1aeb78507df725763daa54c61c58671d4ad8 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-77826-RTEHtmlAreaSpellcheckerEntrypoint.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-77826-RTEHtmlAreaSpellcheckerEntrypoint.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #77826 - RTEHtmlArea Spellchecker entrypoint
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-77839-MoveTYPO3CMSCoreQueryGeneratorIntoEXTlowlevelAndDeprecateTheOldModule.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-77839-MoveTYPO3CMSCoreQueryGeneratorIntoEXTlowlevelAndDeprecateTheOldModule.rst
index 4e04aa6a0ff9be9e61b5c2421caf087ce975e4c7..4c33548c0b76e430fabb1566a04e62e0dd82f31d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-77839-MoveTYPO3CMSCoreQueryGeneratorIntoEXTlowlevelAndDeprecateTheOldModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-77839-MoveTYPO3CMSCoreQueryGeneratorIntoEXTlowlevelAndDeprecateTheOldModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================================
 Deprecation: #77839 - Move TYPO3/CMS/Core/QueryGenerator into EXT:lowlevel and deprecate the old module
@@ -9,8 +9,8 @@ See :issue:`77839`
 Description
 ===========
 
-The AMD module :javascript:`TYPO3/CMS/Core/QueryGenerator` have been deprecated.
-The module have been renamed to :javascript:`TYPO3/CMS/Lowlevel/QueryGenerator` and moved into EXT:lowlevel.
+The AMD module :js:`TYPO3/CMS/Core/QueryGenerator` have been deprecated.
+The module have been renamed to :js:`TYPO3/CMS/Lowlevel/QueryGenerator` and moved into EXT:lowlevel.
 
 Impact
 ======
@@ -20,12 +20,12 @@ Using the module will trigger a deprecation log message in the browser console.
 Affected Installations
 ======================
 
-Any TYPO3 installation using custom calls to :javascript:`TYPO3/CMS/Core/QueryGenerator`
+Any TYPO3 installation using custom calls to :js:`TYPO3/CMS/Core/QueryGenerator`
 
 
 Migration
 =========
 
-Use AMD module :javascript:`TYPO3/CMS/Lowlevel/QueryGenerator` instead.
+Use AMD module :js:`TYPO3/CMS/Lowlevel/QueryGenerator` instead.
 
 .. index:: JavaScript, ext:lowlevel
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-77987-DeprecatedRecordListingInPageModule.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-77987-DeprecatedRecordListingInPageModule.rst
index aa4d19a6ad4e8a23ec6da9ce60bbd726c488920e..d25a9436f475f117a875a08cbcf7652dc1fb2a44 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-77987-DeprecatedRecordListingInPageModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-77987-DeprecatedRecordListingInPageModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Deprecation: #77987 - Deprecated record listing in page module
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-78096-PageLayoutViewGetResultWithMysqliResultObject.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-78096-PageLayoutViewGetResultWithMysqliResultObject.rst
index 478a0d8dc12b4f0229a273944893e3c4a3867f73..2c535ff6675ce16badef44ada469762c04a73aa2 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-78096-PageLayoutViewGetResultWithMysqliResultObject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-78096-PageLayoutViewGetResultWithMysqliResultObject.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================================
 Deprecation: #78096 - Deprecated PageLayoutView::getResult with mysqli_result objects
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-78193-ExtensionManagementUtilityextRelPath.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-78193-ExtensionManagementUtilityextRelPath.rst
index 54fa0fa8bd298d5ed01babdb48aeb26e9fc38d9c..c226d131b01891a027374779f2924167fcafdb2a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-78193-ExtensionManagementUtilityextRelPath.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-78193-ExtensionManagementUtilityextRelPath.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Deprecation: #78193 - ExtensionManagementUtility::extRelPath()
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-78222-LateGenerationOfAutoloadInformationIsDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-78222-LateGenerationOfAutoloadInformationIsDeprecated.rst
index d325791f0d9031b18af0b43e1744d0922c8767b9..b4cbb1eec8d2e60ffcd2fc47b635fc15d7121808 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-78222-LateGenerationOfAutoloadInformationIsDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-78222-LateGenerationOfAutoloadInformationIsDeprecated.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Deprecation: #78222 - Late generation of autoload information is deprecated
@@ -37,4 +37,4 @@ Class loading information can be re-dumped by
 
 The autoload files should never be deleted, but always only be re-dumped.
 
-.. index:: PHP-API
\ No newline at end of file
+.. index:: PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-78224-TYPO3_DBOccurrences.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-78224-TYPO3_DBOccurrences.rst
index 8db782e53f462fe355acc79ac10471338fee5146..9ce63213e1a27fa6a0055d473f7b3cb50a864506 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-78224-TYPO3_DBOccurrences.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Deprecation-78224-TYPO3_DBOccurrences.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================
 Deprecation: #78224 - TYPO3_DB occurrences
@@ -39,4 +39,4 @@ Migration
 Use the ConnectionPool and the QueryBuilder classes to achieve future-proof and proper database abstraction for future TYPO3
 versions.
 
-.. index:: PHP-API
\ No newline at end of file
+.. index:: PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Feature-17309-AccessFlexformValueViaTS.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Feature-17309-AccessFlexformValueViaTS.rst
index 0811a447e0138314f7364df8fead27e22d189f6f..d68e7d105a58effbeb7e2047a25d9ae0a7b1f4bd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Feature-17309-AccessFlexformValueViaTS.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Feature-17309-AccessFlexformValueViaTS.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Feature: #17309 - Access flexform value via TS
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Feature-75691-UpgradeAnalysis-ProvideListingOfDocumentationFiles.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Feature-75691-UpgradeAnalysis-ProvideListingOfDocumentationFiles.rst
index cf815dc60bf6df4a140a1f03eeb9593e47a25100..762677900ce7b95b4a3052a24f8c800d666eb6eb 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Feature-75691-UpgradeAnalysis-ProvideListingOfDocumentationFiles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Feature-75691-UpgradeAnalysis-ProvideListingOfDocumentationFiles.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Feature: #75691 - Upgrade Analysis - Provide listing of documentation files
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Feature-76748-ConfigureTheAvailabilityOfTheElementbrowser.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Feature-76748-ConfigureTheAvailabilityOfTheElementbrowser.rst
index f081d04174cd79a475338d814156ec879dfdee38..482ab5b265685b0e4f0e9305ee06eddd8e8543a7 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Feature-76748-ConfigureTheAvailabilityOfTheElementbrowser.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Feature-76748-ConfigureTheAvailabilityOfTheElementbrowser.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #76748 - Configure the availability of the elementbrowser
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77589-EXTSyntaxInPageRendererAndCompressor.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77589-EXTSyntaxInPageRendererAndCompressor.rst
index 30b2e9fd4a5076d4261eb9fe3bce2367bc5df5c0..526f582c4f4f1c736e62b6c2463e8fb719f23fcd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77589-EXTSyntaxInPageRendererAndCompressor.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77589-EXTSyntaxInPageRendererAndCompressor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #77589 - EXT: syntax in PageRenderer and Compressor
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77643-ReimplementSqlSchemaMigrationServiceUsingDoctrineSchemaManager.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77643-ReimplementSqlSchemaMigrationServiceUsingDoctrineSchemaManager.rst
index f284a6b4c1fd3f1aff54a26f6ff0d02352ccbf66..ad29a2ad9e3157885d49ed38a0a8fcf8d25fabad 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77643-ReimplementSqlSchemaMigrationServiceUsingDoctrineSchemaManager.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77643-ReimplementSqlSchemaMigrationServiceUsingDoctrineSchemaManager.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Feature: #77643 - Reimplement SqlSchemaMigrationService using Doctrine SchemaManager
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77652-MakeSys_languageRecordsSortable.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77652-MakeSys_languageRecordsSortable.rst
index 8448d85aa74946f5d199ba0235e90f5c1b772607..d27fa82c48bd3198cd4ff9bdc8295f5d1dd1c532 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77652-MakeSys_languageRecordsSortable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77652-MakeSys_languageRecordsSortable.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #77652 - Make sys_language records sortable
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77668-HideTableListingBelowGroupElement.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77668-HideTableListingBelowGroupElement.rst
index 2d12064c0c3308da3e558c04e9ea57107c9f0225..5eceb3ca9fc736fafbd85b0e053fa2b7670670e7 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77668-HideTableListingBelowGroupElement.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77668-HideTableListingBelowGroupElement.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #77668 - Hide table listing below group element
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77799-DisplayTCAMigrationMessagesInInstallTool.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77799-DisplayTCAMigrationMessagesInInstallTool.rst
index ed9198a97d598cddbd935f6c02ca7829639b8597..2465dd9e01f4832755e870dc14c233a891fcf20f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77799-DisplayTCAMigrationMessagesInInstallTool.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77799-DisplayTCAMigrationMessagesInInstallTool.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #77799 - Display TCA migration messages in Install Tool
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77900-IntroduceTypeScriptForTheCore.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77900-IntroduceTypeScriptForTheCore.rst
index 571a6e37df9e65b57d1e0bf7829a875ea82a9b0e..1c43de21b7622ba2ad55112fd532e074b89284a7 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77900-IntroduceTypeScriptForTheCore.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Feature-77900-IntroduceTypeScriptForTheCore.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #77900 - Introduce TypeScript for the core
@@ -27,17 +27,17 @@ But the main reason to switch to TypeScript is the strict typing and oop structu
 Coding Guidelines & Best practice
 =================================
 
-:typescript:`/// <amd-dependency path="x" />` informs the compiler about a non-TS module dependency that needs to be injected in the resulting module's require call.
+:js:`/// <amd-dependency path="x" />` informs the compiler about a non-TS module dependency that needs to be injected in the resulting module's require call.
 
-The amd-dependency has a property name which allows passing an optional name for an amd-dependency: :typescript:`/// <amd-dependency path="x" name="fooBar" />`
+The amd-dependency has a property name which allows passing an optional name for an amd-dependency: :js:`/// <amd-dependency path="x" name="fooBar" />`
 
 An example:
 
-:typescript:`/// <amd-dependency path="TYPO3/CMS/Core/Contrib/jquery.minicolors" name="minicolors">`
+:js:`/// <amd-dependency path="TYPO3/CMS/Core/Contrib/jquery.minicolors" name="minicolors">`
 
 will be compiled to:
 
-:javascript:`define(["require", "exports", "TYPO3/CMS/Core/Contrib/jquery.minicolors"], function (require, exports, minicolors) {`
+:js:`define(["require", "exports", "TYPO3/CMS/Core/Contrib/jquery.minicolors"], function (require, exports, minicolors) {`
 
 A very simple example is the `EXT:backend/Resources/Private/TypeScript/ColorPicker.ts` file.
 
@@ -54,11 +54,11 @@ Additional Rules
 For the core we have defined some additional rules which you should know, because not all of them can be checked by the Linter yet:
 
 #. Always define types and return types, also if TypeScript provides a default type. [checked by Linter]
-#. Variable scoping: Prefer :javascript:`let` instead of :javascript:`var`. [checked by Linter]
+#. Variable scoping: Prefer :js:`let` instead of :js:`var`. [checked by Linter]
 #. Optional properties in interfaces are possible but a bad style, this is not allowed for the core. [NOT checked by Linter]
 #. An interface will never extend a class. [NOT checked by Linter]
-#. Iterables: Use :javascript:`for (i of list)` if possible instead of :ts:`for (i in list)` [NOT checked by Linter]
-#. The :javascript:`implements` keyword is required for any usage, also if TypeScript does not require it. [NOT checked by Linter]
+#. Iterables: Use :js:`for (i of list)` if possible instead of :typoscript:`for (i in list)` [NOT checked by Linter]
+#. The :js:`implements` keyword is required for any usage, also if TypeScript does not require it. [NOT checked by Linter]
 #. Any class or interface must be declared with "export" to ensure re-use or export an instance of the object for existing code which can't be updated now. [NOT checked by Linter]
 
 
@@ -91,4 +91,4 @@ Impact
 All AMD modules must be ported to TypeScript to ensure a future proof concept of JavaScript handling.
 The goal is to migrate all AMD modules to a TypeScript file until CMS 8 LTS is released.
 
-.. index:: Backend, JavaScript
\ No newline at end of file
+.. index:: Backend, JavaScript
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Feature-78222-DumpClassLoadingInformationUIInInstallTool.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Feature-78222-DumpClassLoadingInformationUIInInstallTool.rst
index 14901e4123c26bf4d33ed9f82636e6d16d67b986..99db5f816d1bcacbcdc9a9b00ce3a3b61bb1877f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Feature-78222-DumpClassLoadingInformationUIInInstallTool.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Feature-78222-DumpClassLoadingInformationUIInInstallTool.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Feature: #78222 - Dump Class Loading Information UI in Install Tool
@@ -18,4 +18,4 @@ Impact
 Users who are not familiar with the command line can now trigger a dump of class
 loading information in install tool.
 
-.. index:: PHP-API, Backend
\ No newline at end of file
+.. index:: PHP-API, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.4/Index.rst b/typo3/sysext/core/Documentation/Changelog/8.4/Index.rst
index fdb769086565526e091cf51ecf2d4ca929872859..c7df4cc19291c1674560d5bbbb5e1494ce9677f4 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.4/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.4/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 8.4 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-73016-RenamingOfClipboard-printContentFromTabToGetContentFromTab.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-73016-RenamingOfClipboard-printContentFromTabToGetContentFromTab.rst
index 0b665d10a63332516c662e7b64aa5e2d93c5c9e1..f10ec52e33f3b8766318f64456964821e0c7311c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-73016-RenamingOfClipboard-printContentFromTabToGetContentFromTab.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-73016-RenamingOfClipboard-printContentFromTabToGetContentFromTab.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Breaking: #73016 - Renaming of Clipboard->printContentFromTab to getContentFromTab
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78002-EnforceCHashArgumentForExtbaseActions.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78002-EnforceCHashArgumentForExtbaseActions.rst
index 54382cb26ec6db04fe00789c3078d46e8bc61093..23e4f8bfdddc40e808117e99cb313a756fa7da55 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78002-EnforceCHashArgumentForExtbaseActions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78002-EnforceCHashArgumentForExtbaseActions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #78002 - Enforce cHash argument for Extbase actions
@@ -34,7 +34,7 @@ Either one of the following:
 
 + ensure to use a valid cHash, e.g. by removing the
   :html:`noCacheHash="1"` argument from link view-helpers
-+ disable the :ts:`requireCHashArgumentForActionArguments` feature, e.g. for EXT:indexed_search:
++ disable the :typoscript:`requireCHashArgumentForActionArguments` feature, e.g. for EXT:indexed_search:
 
 .. code-block:: typoscript
 
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78191-RemoveSupportForTransForeignTableInTCA.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78191-RemoveSupportForTransForeignTableInTCA.rst
index c3d4d30933c998a9f9168b7e98ae79af50c78ea0..1eec3d1f9a6a94b2e23e099c89787ec34cc51cc0 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78191-RemoveSupportForTransForeignTableInTCA.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78191-RemoveSupportForTransForeignTableInTCA.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #78191 - Remove support for transForeignTable in TCA
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78383-RemoveDefaultCategorizedTables.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78383-RemoveDefaultCategorizedTables.rst
index 704885105f2aaab860f3b5c49957a3ad759c383b..5ef3b649a589100c98e7b505eee47c361d1e31d9 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78383-RemoveDefaultCategorizedTables.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78383-RemoveDefaultCategorizedTables.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================================
 Breaking: #78383 - pages, tt_content, sys_file_metadata have been removed from defaultCategorizedTables
@@ -9,7 +9,7 @@ See :issue:`78383`
 Description
 ===========
 
-The tables `pages`, `tt_content` and `sys_file_metadata` have been removed from `defaultCategorizedTables`. 
+The tables `pages`, `tt_content` and `sys_file_metadata` have been removed from `defaultCategorizedTables`.
 For these tables the core API :php:`\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::makeCategorizable` would be
 executed to define a common position of the categories field.
 
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78384-FrontendIgnoresTCAInExtTables.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78384-FrontendIgnoresTCAInExtTables.rst
index 17e19d82ca607fd37c15205c3bc2262cfca484bd..f81f874df4ba6339234b4695b7dfa4ffd747901d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78384-FrontendIgnoresTCAInExtTables.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78384-FrontendIgnoresTCAInExtTables.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #78384 - Frontend ignores TCA in ext_tables.php
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78417-LowlevelDeletedRecordsCommandParametersChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78417-LowlevelDeletedRecordsCommandParametersChanged.rst
index a3b992b74087197649304cdf48c73c0263d5996e..736f7346c93d9ee3ce0619c6f96df0ebbf417881 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78417-LowlevelDeletedRecordsCommandParametersChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78417-LowlevelDeletedRecordsCommandParametersChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #78417 - Lowlevel DeletedRecordsCommand parameters changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78439-LowlevelFlexFormsCleaningCommandParametersChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78439-LowlevelFlexFormsCleaningCommandParametersChanged.rst
index 21bd38b3fbc1cf96ac3ca698375a0e9dd637f623..d3b0508b1b653328798da6a70a37df621ad5d7dd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78439-LowlevelFlexFormsCleaningCommandParametersChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78439-LowlevelFlexFormsCleaningCommandParametersChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Breaking: #78439 - Lowlevel FlexForm Cleaning parameters changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78468-RemoveExtDirectFromEXTworkspaces.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78468-RemoveExtDirectFromEXTworkspaces.rst
index ed740a9406e1f5505d7f632c67bc76c6ba65c4d2..bbb0eb7fd13bd79e522853083c7a55b1dfb8bc24 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78468-RemoveExtDirectFromEXTworkspaces.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78468-RemoveExtDirectFromEXTworkspaces.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #78468 - Remove ExtDirect from EXT:workspaces
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78520-LowlevelOrphanRecordsCleaningParametersChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78520-LowlevelOrphanRecordsCleaningParametersChanged.rst
index 422c9c4bd4626570d4dcad22eda2b3c44ec0a42f..479cde543aa0981ae71248bebc82f7ff818dccfd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78520-LowlevelOrphanRecordsCleaningParametersChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78520-LowlevelOrphanRecordsCleaningParametersChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Breaking: #78520 - Lowlevel Orphan Records Cleaning parameters changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78521-DropUnusedJavaScriptFromBackendjs.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78521-DropUnusedJavaScriptFromBackendjs.rst
index 793ec3328b30b6f5c3140b874e2d773b0b9405ee..817b6dd5936d463f4281178798ed1eca8d74d94c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78521-DropUnusedJavaScriptFromBackendjs.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78521-DropUnusedJavaScriptFromBackendjs.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #78521 - Drop unused JavaScript from backend.js
@@ -12,10 +12,10 @@ Description
 The following JavaScript methods related to ExtJS have been removed from the Backend main frame
 as defined in the main :file:`backend.js` file.
 
-* :javascript:`TYPO3._instances`
-* :javascript:`TYPO3.addInstance`
-* :javascript:`TYPO3.getInstance`
-* :javascript:`TYPO3.helpers.split`
+* :js:`TYPO3._instances`
+* :js:`TYPO3.addInstance`
+* :js:`TYPO3.getInstance`
+* :js:`TYPO3.helpers.split`
 
 
 Impact
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78522-RemoveBackendUserOptionDebugInWindow.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78522-RemoveBackendUserOptionDebugInWindow.rst
index e3e9c53b8bb933396287536cf4d9c59aa1d4212f..c58025221640a4d268c365e475e217c9382fcfc9 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78522-RemoveBackendUserOptionDebugInWindow.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78522-RemoveBackendUserOptionDebugInWindow.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #78522 - Removed backend user option debugInWindow
@@ -16,7 +16,7 @@ as the option of opening the debug information in a window was migrated already.
 Impact
 ======
 
-The setting is not available anymore in JavaScript under :javascript:`TYPO3.configuration`.
+The setting is not available anymore in JavaScript under :js:`TYPO3.configuration`.
 
 
 Affected Installations
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78525-RemoveUnusedConfigurationOptionsForJavaScript.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78525-RemoveUnusedConfigurationOptionsForJavaScript.rst
index 523602fac7674130412b7f1204937281979184c3..c6174cdf0c125fa4dd844d73579b60eac2e87cd3 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78525-RemoveUnusedConfigurationOptionsForJavaScript.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78525-RemoveUnusedConfigurationOptionsForJavaScript.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Breaking: #78525 - Removed unused configuration options for JavaScript
@@ -9,16 +9,16 @@ See :issue:`78525`
 Description
 ===========
 
-Removed all options that are not used anymore from :javascript:`TYPO3.configuration` in JavaScript context.
+Removed all options that are not used anymore from :js:`TYPO3.configuration` in JavaScript context.
 
-* :javascript:`TYPO3.configuration.moduleMenuWidth`
-* :javascript:`TYPO3.configuration.topBarHeight`
+* :js:`TYPO3.configuration.moduleMenuWidth`
+* :js:`TYPO3.configuration.topBarHeight`
 
 
 Impact
 ======
 
-Both settings are not available anymore in JavaScript under :javascript:`TYPO3.configuration`.
+Both settings are not available anymore in JavaScript under :js:`TYPO3.configuration`.
 
 
 Affected Installations
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78549-OverridePagePositionMapWizardViaPageTSconfig.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78549-OverridePagePositionMapWizardViaPageTSconfig.rst
index 4368c45a84eada6a127b82c5e8432dcd85531649..685e9dd0f2bea85dac6cc5852447303b90ce0f97 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78549-OverridePagePositionMapWizardViaPageTSconfig.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78549-OverridePagePositionMapWizardViaPageTSconfig.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Breaking: #78549 - Override New Page Creation Wizard via page TSconfig
@@ -10,13 +10,13 @@ Description
 ===========
 
 In the past it was possible to override the "New Page Creation Wizard" via custom scripts
-when using page TSconfig via :ts:`mod.web_list.newPageWiz.overrideWithExtension = myextension` to define an extension,
+when using page TSconfig via :typoscript:`mod.web_list.newPageWiz.overrideWithExtension = myextension` to define an extension,
 which then needed a file placed under :file:`mod1/index.php`. The script was then called with certain parameters instead
 of the wizard.
 
 The new way of handling entry-points and custom scripts is now built via modules and routes. The former option
-:ts:`mod.web_list.newPageWiz.overrideWithExtension` has been removed and a new option
-:ts:`mod.newPageWizard.override` has been introduced instead. Instead of setting the option to a certain extension key,
+:typoscript:`mod.web_list.newPageWiz.overrideWithExtension` has been removed and a new option
+:typoscript:`mod.newPageWizard.override` has been introduced instead. Instead of setting the option to a certain extension key,
 a custom module or route has to be specified.
 
 Example:
@@ -29,7 +29,7 @@ Example:
 Impact
 ======
 
-Using the old TSconfig option :ts:`mod.web_list.newPageWiz.overrideWithExtension` has no effect anymore and
+Using the old TSconfig option :typoscript:`mod.web_list.newPageWiz.overrideWithExtension` has no effect anymore and
 will fallback to the regular new page creation wizard provided by the TYPO3 Core.
 
 
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78552-LowlevelLostFilesCommandParametersChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78552-LowlevelLostFilesCommandParametersChanged.rst
index 3c967addc160c8327ad19bbca5d492aca043b3c3..d72301abeee0b01b23c0682fa0cfe18a50d889dd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78552-LowlevelLostFilesCommandParametersChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78552-LowlevelLostFilesCommandParametersChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #78552 - Lowlevel LostFilesCommand parameters changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78577-LowlevelMissingFilesCommandParametersChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78577-LowlevelMissingFilesCommandParametersChanged.rst
index 10cd7e327f77d1f96202db509d69f3bca57f44d8..95df60078b15e5c24a4f38be84b2cb812afdf26e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78577-LowlevelMissingFilesCommandParametersChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78577-LowlevelMissingFilesCommandParametersChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #78577 - Lowlevel MissingFilesCommand parameters changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78581-FlexFormToolsPublicPropertiesDropped.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78581-FlexFormToolsPublicPropertiesDropped.rst
index 0e69c010cf0288158df2322385ae23d083dd2ae6..926752472fee58ad93bb62ede9c96563836afdcd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78581-FlexFormToolsPublicPropertiesDropped.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78581-FlexFormToolsPublicPropertiesDropped.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #78581 - FlexFormTools public properties dropped
@@ -33,4 +33,4 @@ Migration
 
 No migration possible.
 
-.. index:: PHP-API, FlexForm, Backend
\ No newline at end of file
+.. index:: PHP-API, FlexForm, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78581-FormEngineTcaFlexFetchDataProviderRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78581-FormEngineTcaFlexFetchDataProviderRemoved.rst
index 8e73d70bda35d43d900c9b74547b4a973279201f..f3e690971d0f6ec37494556f21d59e2a3b092aac 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78581-FormEngineTcaFlexFetchDataProviderRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78581-FormEngineTcaFlexFetchDataProviderRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Breaking: #78581 - FormEngine TcaFlexFetch data provider removed
@@ -36,4 +36,4 @@ is a little additional flex form processing in :php:`TcaFlexPrepare`, so the fle
 bit different. Have a look at methods :php:`removeTceFormsArrayKeyFromDataStructureElements()`
 and :php:`migrateFlexformTcaDataStructureElements()` for details.
 
-.. index:: PHP-API, FlexForm, Backend
\ No newline at end of file
+.. index:: PHP-API, FlexForm, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78581-HookGetFlexFormDSClassNoLongerCalled.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78581-HookGetFlexFormDSClassNoLongerCalled.rst
index 74bde1000cf03496d7f135d225c852d098d83a44..76a7d00acf9a5db3c7c626b7e358ec4def6e7aba 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78581-HookGetFlexFormDSClassNoLongerCalled.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78581-HookGetFlexFormDSClassNoLongerCalled.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #78581 - Hook getFlexFormDSClass no longer called
@@ -67,4 +67,4 @@ of them beforehand:
 .. _gridelements: https://review.typo3.org/#/c/50513/
 .. _powermail: https://github.com/einpraegsam/powermail/pull/6
 
-.. index:: PHP-API, FlexForm, Backend
\ No newline at end of file
+.. index:: PHP-API, FlexForm, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78623-LowlevelMissingRelationsCommandParametersChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78623-LowlevelMissingRelationsCommandParametersChanged.rst
index b1cff325ef459ce25ffdf6c842d9048b7a3171cf..0480337f90f7da333fb25d49167398f1d4b9a9f1 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78623-LowlevelMissingRelationsCommandParametersChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78623-LowlevelMissingRelationsCommandParametersChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Breaking: #78623 - Lowlevel MissingRelationsCommand parameters changed
@@ -39,4 +39,4 @@ Migration
 
 Update the CLI call on your servers to the new command line and available options as shown above.
 
-.. index:: CLI, ext:lowlevel
\ No newline at end of file
+.. index:: CLI, ext:lowlevel
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78627-LowlevelDoubleFilesCommandParametersChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78627-LowlevelDoubleFilesCommandParametersChanged.rst
index f8c8ba6b3240b3ac90b6e95265e361627c42db00..ced2d26c5bf7d0ee4413cbb0d548169d9a8cb697 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78627-LowlevelDoubleFilesCommandParametersChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78627-LowlevelDoubleFilesCommandParametersChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Breaking: #78627 - Lowlevel MissingRelationsCommand parameters changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78759-FluidificationOfEditFileController.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78759-FluidificationOfEditFileController.rst
index b69c98f7b96f67fd6b0a24406914ae9aa46ad563..8b708406240d52a6c02703e7f84f2f855725ccb8 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78759-FluidificationOfEditFileController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78759-FluidificationOfEditFileController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #78759 - Fluidification of EditFileController
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78855-RemoveObsoleteSysActionTranslations.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78855-RemoveObsoleteSysActionTranslations.rst
index c571247a97137398e43fdf80a1328d4f0a7b3da8..482ea745aff24d24ee93b03e83050244336586db 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78855-RemoveObsoleteSysActionTranslations.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78855-RemoveObsoleteSysActionTranslations.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #78855 - Remove obsolete sys_action translations
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78895-LowlevelRteImagesCommandParametersChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78895-LowlevelRteImagesCommandParametersChanged.rst
index b3636ad55581d54ace6f83117dd10ac4b2e7e1ee..443cc465fc01d5920ea09fd14ffcb8eba58567a9 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78895-LowlevelRteImagesCommandParametersChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Breaking-78895-LowlevelRteImagesCommandParametersChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #78895 - Lowlevel RteImagesCommand parameters changed
@@ -39,4 +39,4 @@ Migration
 
 Update the CLI call on your servers to the new command line and available options as shown above.
 
-.. index:: CLI, ext:lowlevel, PHP-API
\ No newline at end of file
+.. index:: CLI, ext:lowlevel, PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-57385-DeprecateParameterCaseSensitiveOfExtbaseLikeComparison.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-57385-DeprecateParameterCaseSensitiveOfExtbaseLikeComparison.rst
index 47f77a0212dfc803dd6e95434f8300b5b771026c..19f491242f90aa0a0b5ddf42868cb146d23695f7 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-57385-DeprecateParameterCaseSensitiveOfExtbaseLikeComparison.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-57385-DeprecateParameterCaseSensitiveOfExtbaseLikeComparison.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================================
 Deprecation: #57385 - Deprecate parameter $caseSensitive of Extbase Query->like comparison
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-77296-DeprecatePublicMemberParentMenuArrInAbstractMenuContentObject.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-77296-DeprecatePublicMemberParentMenuArrInAbstractMenuContentObject.rst
index a9e639e49ff895079fa725bebaf3b1b754df4988..330ec9741526bbc3e84aa44759ed5552f9b9f452 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-77296-DeprecatePublicMemberParentMenuArrInAbstractMenuContentObject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-77296-DeprecatePublicMemberParentMenuArrInAbstractMenuContentObject.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Deprecation: #77296 - Deprecate public member parentMenuArr in AbstractMenuContentObject
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-77524-DeprecatedMethodFileResourceOfContentObjectRenderer.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-77524-DeprecatedMethodFileResourceOfContentObjectRenderer.rst
index e42c13bb7f6ea0a8357525f696ec80b6bfd26289..8d572774e3952c690eed2a6b18da20f3a189a091 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-77524-DeprecatedMethodFileResourceOfContentObjectRenderer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-77524-DeprecatedMethodFileResourceOfContentObjectRenderer.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Deprecation: #77524 - Deprecated method fileResource of ContentObjectRenderer
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-77732-ExtbaseArrayUtility.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-77732-ExtbaseArrayUtility.rst
index 0d5f059b11fd69f76015f07491404db27a0c3a1f..5ddf1bdf5c99a4e4c3541ad324f1bab14ba6041e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-77732-ExtbaseArrayUtility.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-77732-ExtbaseArrayUtility.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Deprecation: #77732 - Deprecate methods of Extbase's ArrayUtility
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78134-DeprecateTyposcriptOptionConfignoScaleUp.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78134-DeprecateTyposcriptOptionConfignoScaleUp.rst
index 6f7d064ab1c3357d00d14f34dfd7190360957df5..ea6bf47360f881b2845062aeeb3be8e5b6710886 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78134-DeprecateTyposcriptOptionConfignoScaleUp.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78134-DeprecateTyposcriptOptionConfignoScaleUp.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Deprecation: #78134 - Deprecate TypoScript option config.noScaleUp
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78217-FramesetAndFrame.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78217-FramesetAndFrame.rst
index 9e5a5f3ba60ba2dbf63497a1582b1ba3699b14f5..b97af19addbddbfc72a577874dace2441e9f0d9d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78217-FramesetAndFrame.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78217-FramesetAndFrame.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================
 Deprecation: #78217 - frameset and frame
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78244-DeprecateTYPO3_DBAndPreparedStatementClass.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78244-DeprecateTYPO3_DBAndPreparedStatementClass.rst
index adf4eae3e08761592153aec31b5a299d4cce1faa..bc6278ea4a10c74f7d17cd418a8f057d9e567489 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78244-DeprecateTYPO3_DBAndPreparedStatementClass.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78244-DeprecateTYPO3_DBAndPreparedStatementClass.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Deprecation: #78244 - Deprecate TYPO3_DB and Prepared Statement class
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78279-DeprecateTopTYPO3BackendContentContaineriframe.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78279-DeprecateTopTYPO3BackendContentContaineriframe.rst
index a2d704e71acf29979e00e9104cc456fa6f93809d..a39a91eaa48fc30f5bc6e905fe8fb1c56e6ef991 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78279-DeprecateTopTYPO3BackendContentContaineriframe.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78279-DeprecateTopTYPO3BackendContentContaineriframe.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Deprecation: #78279 - Deprecate top.TYPO3.Backend.ContentContainer.iframe
@@ -9,7 +9,7 @@ See :issue:`78279`
 Description
 ===========
 
-The property :javascript:`top.TYPO3.Backend.ContentContainer.iframe` has been marked as deprecated.
+The property :js:`top.TYPO3.Backend.ContentContainer.iframe` has been marked as deprecated.
 
 
 Impact
@@ -21,12 +21,12 @@ Using this property will stop working in TYPO3 v9.
 Affected Installations
 ======================
 
-All installations using :javascript:`top.TYPO3.Backend.ContentContainer.iframe`.
+All installations using :js:`top.TYPO3.Backend.ContentContainer.iframe`.
 
 
 Migration
 =========
 
-Use accessor method :javascript:`top.TYPO3.Backend.ContentContainer.get()` instead.
+Use accessor method :js:`top.TYPO3.Backend.ContentContainer.get()` instead.
 
 .. index:: Backend, JavaScript
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78314-AbstractFunctionModule-getBackPath.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78314-AbstractFunctionModule-getBackPath.rst
index 0cb1cdf19f575b63e9b60c3e60c8741439376e90..dbe271a9f11532fd008676d3ef5275da5c61fba6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78314-AbstractFunctionModule-getBackPath.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78314-AbstractFunctionModule-getBackPath.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #78314 - AbstractFunctionModule->getBackPath
@@ -29,4 +29,4 @@ Migration
 
 As the method always returns an empty string (since the `backPath` functionality is not needed anymore) the PHP call can be removed.
 
-.. index:: Backend, PHP-API
\ No newline at end of file
+.. index:: Backend, PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78524-TCAOptionVersioning_followPagesRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78524-TCAOptionVersioning_followPagesRemoved.rst
index 18c33a3cf063e1c057b55868b69a18a2eb2a5f87..7583e4f5df90ab2b60082072e56583c7d6fd67e9 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78524-TCAOptionVersioning_followPagesRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78524-TCAOptionVersioning_followPagesRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Deprecation: #78524 - TCA option versioning_followPages removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78581-FlexFormRelatedParsing.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78581-FlexFormRelatedParsing.rst
index 3a1fa3fab7013dfa15d180ce51c027997f5501ff..94e37633ea16bcfc26e9b8fdc6e69b30ae470033 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78581-FlexFormRelatedParsing.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78581-FlexFormRelatedParsing.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Deprecation: #78581 - Flex form related parsing
@@ -39,4 +39,4 @@ comments for a detailed description of their purpose.
 Warning: The hook :php:`getFlexFormDSClass` within :php:`BackendUtility::getFlexFormDS()` is no longer called
 by the core. Please refer to the according "Breaking" document for details on this topic.
 
-.. index:: PHP-API, FlexForm, Backend
\ No newline at end of file
+.. index:: PHP-API, FlexForm, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78628-TcaTreeTreePageTsConfigAddItemsIconPath.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78628-TcaTreeTreePageTsConfigAddItemsIconPath.rst
index 8054a98ff98ce3ffa93053dcda5ad26097727d02..8b17dbf62ca9700e2046b2afa4e3d277ecb15c51 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78628-TcaTreeTreePageTsConfigAddItemsIconPath.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78628-TcaTreeTreePageTsConfigAddItemsIconPath.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Deprecation: #78628 - TCA tree pageTsConfig addItems icon path
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78647-MoveLanguageFilesFromEXTlanglocallang_ToResourcesPrivateLanguage.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78647-MoveLanguageFilesFromEXTlanglocallang_ToResourcesPrivateLanguage.rst
index 8c31d1b06f7a7eca41399ca100516cb927cbb834..4cbca684546a5cd01caf811de37bfa7c4fcdb5c1 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78647-MoveLanguageFilesFromEXTlanglocallang_ToResourcesPrivateLanguage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78647-MoveLanguageFilesFromEXTlanglocallang_ToResourcesPrivateLanguage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================================
 Deprecation: #78647 - Move language files from EXT:lang/locallang_* to Resources/Private/Language
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78668-TypoScriptOptionConfigmainScript.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78668-TypoScriptOptionConfigmainScript.rst
index 45c739e5d9328961f668e05db4aa7f66683d0979..43798772fe3592a7cc4144dba534ecaa5713a933 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78668-TypoScriptOptionConfigmainScript.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78668-TypoScriptOptionConfigmainScript.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #78668 - TypoScript option config.mainScript
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78670-DeprecatedCharsetConverterMethods.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78670-DeprecatedCharsetConverterMethods.rst
index 503ca47aefb03f877f0322ba5bb23df006eb1c8c..3c65fe2e0857785167e1c4c41c53a650f648b5bd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78670-DeprecatedCharsetConverterMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78670-DeprecatedCharsetConverterMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #78670 - Deprecated CharsetConverter methods
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78679-CrawlerInclusionViaRequire_onceInIndexedSearch.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78679-CrawlerInclusionViaRequire_onceInIndexedSearch.rst
index 4d1003101aa3a6b1b0e9dd53c8586870fe7f9dea..ee2ead2fa7b7172651d124c67137ad21662b4142 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78679-CrawlerInclusionViaRequire_onceInIndexedSearch.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78679-CrawlerInclusionViaRequire_onceInIndexedSearch.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Deprecation: #78679 - Crawler inclusion via require_once in Indexed Search
@@ -37,4 +37,4 @@ Migration
 
 Remove the function call, as TYPO3 includes the PHP class automatically.
 
-.. index:: ext:indexed_search, PHP-API
\ No newline at end of file
+.. index:: ext:indexed_search, PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78733-CallUserFunctionTokenForSingletonObjects.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78733-CallUserFunctionTokenForSingletonObjects.rst
index 450646e0ecd069acc38641c916e07f475fe0e561..0718fc87af0938dd7bac3f7381b96fb30f83f940 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78733-CallUserFunctionTokenForSingletonObjects.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78733-CallUserFunctionTokenForSingletonObjects.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Deprecation: #78733 - CallUserFunction "&" token for singleton objects
@@ -34,4 +34,4 @@ Migration
 
 The class of the user function / method can implement the `SingletonInterface` to achieve the same behaviour.
 
-.. index:: PHP-API
\ No newline at end of file
+.. index:: PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78872-DeprecateMethodGetRecordUidsToCopy.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78872-DeprecateMethodGetRecordUidsToCopy.rst
index 6205cfc77f9790e82d9f8e4b375d9f4d1a36cdd9..a38ca18e352f7f0314549c7a79c67769ba364673 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78872-DeprecateMethodGetRecordUidsToCopy.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Deprecation-78872-DeprecateMethodGetRecordUidsToCopy.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Deprecation: #78872 - Deprecate method LocalizationController::getRecordUidsToCopy
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-29399-OptionViewHelperAndOptgroupViewHelperForUseWithSelectViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-29399-OptionViewHelperAndOptgroupViewHelperForUseWithSelectViewHelper.rst
index 4e5d67b0514876cf81be5c93ea7e6e26c3030267..3416748b4220eeec7bf45d99b6483a7668b8359d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-29399-OptionViewHelperAndOptgroupViewHelperForUseWithSelectViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-29399-OptionViewHelperAndOptgroupViewHelperForUseWithSelectViewHelper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================
 Feature: #29399 - OptionViewHelper and OptgroupViewHelper for use with SelectViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-52286-AddOptionToSystemStatusUpdatesReport-jobToSendAllTests.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-52286-AddOptionToSystemStatusUpdatesReport-jobToSendAllTests.rst
index 13488cbf57b99c39eb7efe343ca313e9d9595dea..a38df7fb4088b9383ea2b890f20ac129fa03b472 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-52286-AddOptionToSystemStatusUpdatesReport-jobToSendAllTests.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-52286-AddOptionToSystemStatusUpdatesReport-jobToSendAllTests.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Feature: #52286 - Add option to "system status updates" report-job to send all tests
@@ -22,4 +22,4 @@ Impact
 If the checkbox `Notification for all type of status, not only warning and error` is checked,
 then the `System Status Update (reports)` contains all type of notifications.
 
-.. index:: Backend, ext:reports
\ No newline at end of file
+.. index:: Backend, ext:reports
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-58637-PurgeLanguagePacksInLanguageModule.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-58637-PurgeLanguagePacksInLanguageModule.rst
index 192714bde74962a3b3e2736cfb1d8f1d4ef54df6..d0e81b7158d0c13c57a4100ba3b8ed3f574fe713 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-58637-PurgeLanguagePacksInLanguageModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-58637-PurgeLanguagePacksInLanguageModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #58637 - Purge language packs in language module
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-67909-AddHookToDataHandler-Localize-TranslateToMessage.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-67909-AddHookToDataHandler-Localize-TranslateToMessage.rst
index ff094837ea76321add0046f853efe99f5ba57d9e..9e4614f042738546b7811d3e967e12fabe858094 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-67909-AddHookToDataHandler-Localize-TranslateToMessage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-67909-AddHookToDataHandler-Localize-TranslateToMessage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Feature: #67909 - Add hook to DataHandler - localize - translateToMessage
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-73626-NumberOfResultsShouldBeConfigurableAndReportOverflow.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-73626-NumberOfResultsShouldBeConfigurableAndReportOverflow.rst
index 8b6ca44c0121c44a13dd37ea26a0098981d9554a..dd45519e58aee770f535a2fb7e6167fbb82e1260 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-73626-NumberOfResultsShouldBeConfigurableAndReportOverflow.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-73626-NumberOfResultsShouldBeConfigurableAndReportOverflow.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Feature: #73626 - numberOfResults should be configurable and report overflow
@@ -29,4 +29,4 @@ a list of available number of results. Because of that it is possible to overwri
 of values displayed in the advanced search mode. The first value from the list will be used
 as default.
 
-.. index:: ext:indexed_search, TypoScript, Frontend
\ No newline at end of file
+.. index:: ext:indexed_search, TypoScript, Frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-76085-AddFluidDebugInformationToAdminPanel.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-76085-AddFluidDebugInformationToAdminPanel.rst
index 3c7a57313016cb9a8ea03431105a47f8b72bdf9d..19d0f3aac28f6408a00c44b3a251928532ab92f3 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-76085-AddFluidDebugInformationToAdminPanel.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-76085-AddFluidDebugInformationToAdminPanel.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #76085 - Add fluid debug information to admin panel
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-77757-EnableRecheckingWhetherAnUpdateWizardShouldRun.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-77757-EnableRecheckingWhetherAnUpdateWizardShouldRun.rst
index 0db3dd6ff20487bce74c628de72346578bd8c6aa..5567ceec85bd9f138991302f000487539f55395a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-77757-EnableRecheckingWhetherAnUpdateWizardShouldRun.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-77757-EnableRecheckingWhetherAnUpdateWizardShouldRun.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #77757 - Enable rechecking whether an UpdateWizard should run
@@ -14,4 +14,4 @@ will find a list of wizards that have been marked as done, additionally with a
 checkbox for each to reset their status. Then the wizard will test whether
 it needs to be executed again.
 
-.. index:: Backend
\ No newline at end of file
+.. index:: Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-77910-EXTform-IntroduceNewFormFramework.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-77910-EXTform-IntroduceNewFormFramework.rst
index 8339463dc6ba83aaa0b8fe6f41f52bbae1357c24..daa961f2e29cd8aea9b7d196eb4af5e32d7fe20c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-77910-EXTform-IntroduceNewFormFramework.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-77910-EXTform-IntroduceNewFormFramework.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #77910 - EXT:form - introduce new form framework
@@ -51,4 +51,4 @@ Impact
 
 Happy little wizard.
 
-.. index:: Frontend, PHP-API, JavaScript, ext:form, Backend
\ No newline at end of file
+.. index:: Frontend, PHP-API, JavaScript, ext:form, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78002-EnforceCHashArgumentForExtbaseActions.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78002-EnforceCHashArgumentForExtbaseActions.rst
index 1baf61bdc254cae31631d7e783ccea486cdfbf72..a97b6e35e12704f8cce260e478e495c5a68a879b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78002-EnforceCHashArgumentForExtbaseActions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78002-EnforceCHashArgumentForExtbaseActions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #78002 - Enforce cHash argument for Extbase actions
@@ -26,4 +26,4 @@ The enforcing of a cHash results in a 404, if plugin arguments are present but
 cHash is not, which would also happen if the plugin arguments were added to
 `cHashRequiredParameters` configuration.
 
-.. index:: Frontend, PHP-API, ext:extbase
\ No newline at end of file
+.. index:: Frontend, PHP-API, ext:extbase
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78103-AddMissingInformationStatusForAddSystemMessage.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78103-AddMissingInformationStatusForAddSystemMessage.rst
index cca0927630e7b0484a83c9790d7933119c1f8e15..57e655c35875f23fa7ba0694d66942d063f50f2a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78103-AddMissingInformationStatusForAddSystemMessage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78103-AddMissingInformationStatusForAddSystemMessage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #78103 - Add missing information status for addSystemMessage
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78116-ExtbaseSupportForDoctrinesNativeDBALStatementAndQueryBuilder.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78116-ExtbaseSupportForDoctrinesNativeDBALStatementAndQueryBuilder.rst
index 2550551514f2d4b28be25e178cc0062306ff211c..fa4f3565abbdb337889bb34ef6cdc63e508d5910 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78116-ExtbaseSupportForDoctrinesNativeDBALStatementAndQueryBuilder.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78116-ExtbaseSupportForDoctrinesNativeDBALStatementAndQueryBuilder.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================
 Feature: #78116 - Extbase support for Doctrine's native DBAL Statement and QueryBuilder
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78384-CheckExtTablesTCAChangesInInstallTool.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78384-CheckExtTablesTCAChangesInInstallTool.rst
index 33189ce988abe83605aa7e7d9dd00cc71f3dc425..8171aab3c02a9b7e76cac13acbccccae8fd31afe 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78384-CheckExtTablesTCAChangesInInstallTool.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78384-CheckExtTablesTCAChangesInInstallTool.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #78384 - Check ext tables TCA changes in install tool
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78415-GlobalFluidViewHelperNamespacesMovedToTYPO3Configuration.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78415-GlobalFluidViewHelperNamespacesMovedToTYPO3Configuration.rst
index 3a58e9ad3d8b9840400fb0f5bd4f8b0b687dbf90..00e05152ecc8a43c4d98544d31792f2b1342ef29 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78415-GlobalFluidViewHelperNamespacesMovedToTYPO3Configuration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78415-GlobalFluidViewHelperNamespacesMovedToTYPO3Configuration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Feature: #78415 - Global Fluid ViewHelper namespaces moved to TYPO3 configuration
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78523-SuggestWizardProvidesOptionToDefineOrderingOfResults.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78523-SuggestWizardProvidesOptionToDefineOrderingOfResults.rst
index f4b8c1bbb21ff7d903812e9131ec4d48a4f13fbe..ee59a773f574f88306167d12fe2bcb1e26d718a1 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78523-SuggestWizardProvidesOptionToDefineOrderingOfResults.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78523-SuggestWizardProvidesOptionToDefineOrderingOfResults.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Feature: #78523 - Suggest wizard provides option to define ordering of results
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78575-EnumerationConstantsProvideTheirNames.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78575-EnumerationConstantsProvideTheirNames.rst
index 2e8c43ae214db86429da490900c28ab19f666274..5961038702810aa63578fcbf06b7c7c16cdde3e6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78575-EnumerationConstantsProvideTheirNames.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78575-EnumerationConstantsProvideTheirNames.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Feature: #78575 - Enumeration constants don't provide their names
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78672-IntroduceFluidDataProcessorForMenus.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78672-IntroduceFluidDataProcessorForMenus.rst
index 9f66ba94d9e578b57a50a01a43b5c88a4643ca17..fd2e453e280fd662a8a56b715d5d8ce10ec14691 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78672-IntroduceFluidDataProcessorForMenus.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78672-IntroduceFluidDataProcessorForMenus.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #78672 - Introduce fluid data processor for menus
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78842-LetFluidtemplateMimicAnActualExtbaseWebRequest.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78842-LetFluidtemplateMimicAnActualExtbaseWebRequest.rst
index 8443bece3c4307b3c4fcc20d2821f5727ec3a23e..048e61c79d22e8f910ce70af1b2deaee4d467fcf 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78842-LetFluidtemplateMimicAnActualExtbaseWebRequest.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Feature-78842-LetFluidtemplateMimicAnActualExtbaseWebRequest.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #78842 - Let FLUIDTEMPLATE mimic an actual extbase web request
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Important-17904-ShowAccessRestrictedPagesDoesNotWorkWithSpecialMenus.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Important-17904-ShowAccessRestrictedPagesDoesNotWorkWithSpecialMenus.rst
index 4da948b95691032ed5ab42c9c277fa4e704f10d2..3cd8de2a8975b509969241ba97caac77899b5258 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Important-17904-ShowAccessRestrictedPagesDoesNotWorkWithSpecialMenus.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Important-17904-ShowAccessRestrictedPagesDoesNotWorkWithSpecialMenus.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Important: #17904 - showAccessRestrictedPages does not work with special menus
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Important-72050-EncapsLinesDoesNotRenderDuplicateParagraphs.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Important-72050-EncapsLinesDoesNotRenderDuplicateParagraphs.rst
index 499f96131dc953c5838bc1bff0511de6fc4c3913..978fa02025e2415cfa133a12c63a91832b8a7a34 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Important-72050-EncapsLinesDoesNotRenderDuplicateParagraphs.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Important-72050-EncapsLinesDoesNotRenderDuplicateParagraphs.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Important: #72050 - encapsLines does not render duplicate paragraphs anymore
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Important-75232-SpreadTypeConverterPriorities.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Important-75232-SpreadTypeConverterPriorities.rst
index 645a012dbb602fec9f6fcc28e92ed1410425a94b..d0df9158963ad01d1808268f9933c10b1cfa5b2b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Important-75232-SpreadTypeConverterPriorities.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Important-75232-SpreadTypeConverterPriorities.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Important: #75232 - Spread TypeConverter priorities
@@ -15,4 +15,4 @@ priorities were spread from 0, 1 and 2 to 10 and 20.
 
 If you register your own TypeConverter(s) make sure they are using the right priority.
 
-.. index:: PHP-API
\ No newline at end of file
+.. index:: PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Important-77702-CustomRenderTypesForDateAndDatetimeFieldsMustUseISO-8601.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Important-77702-CustomRenderTypesForDateAndDatetimeFieldsMustUseISO-8601.rst
index bfc9ce09ba7c24339dad93920a2cbe62253f7b35..7b947d735b47b577ba71982239510b903e0fa058 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Important-77702-CustomRenderTypesForDateAndDatetimeFieldsMustUseISO-8601.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Important-77702-CustomRenderTypesForDateAndDatetimeFieldsMustUseISO-8601.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================================
 Important: #77702 - Custom render types for date and datetime fields must use ISO-8601
@@ -17,4 +17,4 @@ Due to that, you need to adapt your **custom FormEngine render types** if you us
 them for any date/datetime fields, even those stored as integers in the database
 (eval=date/datetime).
 
-.. index:: Backend, Database, TCA
\ No newline at end of file
+.. index:: Backend, Database, TCA
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Important-78383-TCAStreamlineFieldPositionsInTabsForRecurringFields.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Important-78383-TCAStreamlineFieldPositionsInTabsForRecurringFields.rst
index f40f638fd2d6cbcf294471785cf5c737b4c9bd6e..e89a07f0543d93305500fb4738b222d3dcdcd10e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Important-78383-TCAStreamlineFieldPositionsInTabsForRecurringFields.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Important-78383-TCAStreamlineFieldPositionsInTabsForRecurringFields.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Important: #78383 - TCA: Streamline field positions in tabs for recurring fields
diff --git a/typo3/sysext/core/Documentation/Changelog/8.5/Index.rst b/typo3/sysext/core/Documentation/Changelog/8.5/Index.rst
index e20b16e96b9d440050ff7bd22106ec3118eb4415..78f19162f2973dc94f5838c5c06ef41857182fe3 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.5/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.5/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 8.5 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-70316-AbstractUserAuthenticationPropertiesAndMethodsDroppedAndChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-70316-AbstractUserAuthenticationPropertiesAndMethodsDroppedAndChanged.rst
index eca73dc135482149519a2873068dee0bdb21fe8d..146acaea613728058ce86270ee09b5cd30bc5756 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-70316-AbstractUserAuthenticationPropertiesAndMethodsDroppedAndChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-70316-AbstractUserAuthenticationPropertiesAndMethodsDroppedAndChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Breaking: #70316 - AbstractUserAuthentication properties and methods dropped and changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-77934-RemoveSelectKeyFromContentElementPreview.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-77934-RemoveSelectKeyFromContentElementPreview.rst
index 838baa60dd89f0234d7e6c4016bae81ee990d1ee..7da7d353c71b77ed56f99a55546a539ce2bf36aa 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-77934-RemoveSelectKeyFromContentElementPreview.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-77934-RemoveSelectKeyFromContentElementPreview.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Breaking: #77934 - Remove field `select_key` from content element preview
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78192-RefactorClickMenuContextMenu.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78192-RefactorClickMenuContextMenu.rst
index 91a42072d7db24de558f9fe3357c80e47d2a0e65..98eac8b106abc7b5ece1f330400c82e974d1e2b0 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78192-RefactorClickMenuContextMenu.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78192-RefactorClickMenuContextMenu.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Breaking: #78192 - Refactor click menu (context menu)
@@ -27,8 +27,8 @@ Classes removed
 ExtJS component removed
 -----------------------
 
-- The :javascript:`TYPO3.Components.PageTree.ContextMenu` component defined in contextmenu.js has been removed.
-- The `contextMenuProvider` property as well as `enableContextMenu` and `openContextMenu` methods of the :javascript:`TYPO3.Components.PageTree.Tree` component have been removed.
+- The :js:`TYPO3.Components.PageTree.ContextMenu` component defined in contextmenu.js has been removed.
+- The `contextMenuProvider` property as well as `enableContextMenu` and `openContextMenu` methods of the :js:`TYPO3.Components.PageTree.Tree` component have been removed.
 
 Migration
 ^^^^^^^^^
@@ -98,7 +98,7 @@ Changed markup (data attributes) for click menu
 - for files, `data-table` now contains the real table name "sys_file" while before it contained the combined identifier e.g. `1:/fileadmin/file.jpg`.
    the `data-uid` attribute now contains the combined identifier of the file (before it was empty).
    Thus the `data-uid` attribute value is not always an int.
-- the class which triggers the context-menu has changed from :javascript:`t3-js-clickmenutrigger` to :javascript:`t3js-contextmenutrigger`
+- the class which triggers the context-menu has changed from :js:`t3-js-clickmenutrigger` to :js:`t3js-contextmenutrigger`
 
 
 Migration
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78477-InheritanceOfFlashMessageViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78477-InheritanceOfFlashMessageViewHelper.rst
index 98c9b62e071fa252c82d53151958992ee6c872df..ebaf84cfe54840f162db74f34f62938f06a7d3c2 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78477-InheritanceOfFlashMessageViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78477-InheritanceOfFlashMessageViewHelper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================================
 Breaking: #78477 - FlashMessagesViewHelper no longer inherits from TagBasedViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78477-RemoveFlashMessageGetMessageAsMarkup.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78477-RemoveFlashMessageGetMessageAsMarkup.rst
index c7c6a3fe3247f5f124a7dbc1ae58ea12cdab1be5..c1438915d65dee53c1f849940f4377b45b0056a6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78477-RemoveFlashMessageGetMessageAsMarkup.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78477-RemoveFlashMessageGetMessageAsMarkup.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Breaking: #78477 - Remove method FlashMessage->getMessageAsMarkup()
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78899-RemoveExtJsCodeFromFormEngineResultArray.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78899-RemoveExtJsCodeFromFormEngineResultArray.rst
index 982d2ef11dd2a8f3a5a34fcd3a20909d4e5e7680..288c8744633a4ec83f6b08346eeed885bfe73eaa 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78899-RemoveExtJsCodeFromFormEngineResultArray.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78899-RemoveExtJsCodeFromFormEngineResultArray.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #78899 - Remove `extJSCODE` from FormEngine result array
@@ -33,6 +33,6 @@ For a simple solution, add according JavaScript to the return key :php:`addition
 Both keys were used nearly identically anyway. Be aware that both keys :php:`additionalJavaScriptPost` and
 :php:`additionalJavaScriptSubmit` are target of a later removal as soon as a better JavaScript side event handling
 for those scenarios is in place. See if the current code injected at this point could be done with
-casual :javascript:`RequireJsModules` instead already.
+casual :js:`RequireJsModules` instead already.
 
 .. index:: Backend, JavaScript, PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78899-RemoveMethodsHookAndPropertyInFormEngine.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78899-RemoveMethodsHookAndPropertyInFormEngine.rst
index 21fa704abff84871dcf9aa35b47a1d276f00049b..622772a7944215593180785b075fa0846ad9051e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78899-RemoveMethodsHookAndPropertyInFormEngine.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78899-RemoveMethodsHookAndPropertyInFormEngine.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #78899 - Remove methods, hook and property in FormEngine
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78988-RemoveOptionalFluidTyposcriptTemplate.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78988-RemoveOptionalFluidTyposcriptTemplate.rst
index a598bad34a3dc1ff5ebcca49a6774ea114ba90ec..ad0eca6f256655ab9e3859ab1f3f392d5793d796 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78988-RemoveOptionalFluidTyposcriptTemplate.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-78988-RemoveOptionalFluidTyposcriptTemplate.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #78988 - Remove optional Fluid TypoScript template
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79025-ExtractTestingFrameworkForTYPO3.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79025-ExtractTestingFrameworkForTYPO3.rst
index 2aa19d60a38800150337c9f171c16bc2abdd651f..c31198b66ac291b55e8916dace8b2eb1ed24b7a8 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79025-ExtractTestingFrameworkForTYPO3.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79025-ExtractTestingFrameworkForTYPO3.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #79025 - Extract testing framework for TYPO3
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79100-FeloginRemoveDefaultCss.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79100-FeloginRemoveDefaultCss.rst
index 81523bb0028c57c5b67374bb5fedd8d6862143fc..159dba16a9aaa8e9b62025d0e6a411cc6483698a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79100-FeloginRemoveDefaultCss.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79100-FeloginRemoveDefaultCss.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Breaking: #79100 - ext:felogin: Remove default CSS
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79109-LowlevelVersionsCommandParametersChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79109-LowlevelVersionsCommandParametersChanged.rst
index f0728c075bb56977d24faaaec4e114699fe93d2e..b146fd509be08f2781d88c09033c49eb262eecb1 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79109-LowlevelVersionsCommandParametersChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79109-LowlevelVersionsCommandParametersChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #79109 - Lowlevel VersionsCommand parameters changed
@@ -17,7 +17,7 @@ via `./typo3/sysext/core/bin/typo3 cleanup:versions` and allows the following CL
 
 The following options can be set:
 
-- :shell:`--action={nameofaction}` to clean up versioned records, one of the following actions are possible:
+- :bash:`--action={nameofaction}` to clean up versioned records, one of the following actions are possible:
 
   - "versions_in_live": Delete versioned records in the live workspace
 
@@ -27,13 +27,13 @@ The following options can be set:
 
   - "unused_placeholders": Remove placeholders which are not used anymore from the database
 
-- :shell:`-v` and :shell:`-vv` to show more detailed information on the records affected
+- :bash:`-v` and :bash:`-vv` to show more detailed information on the records affected
 
-- :shell:`--pid=23` or :shell:`-p=23` to only find versions with page ID 23 (otherwise "0" is taken)
+- :bash:`--pid=23` or :bash:`-p=23` to only find versions with page ID 23 (otherwise "0" is taken)
 
-- :shell:`--depth=4` or :shell:`-d=4` to only clean recursively until a certain page tree level.
+- :bash:`--depth=4` or :bash:`-d=4` to only clean recursively until a certain page tree level.
 
-- :shell:`--dry-run` to only show the records to be changed / deleted
+- :bash:`--dry-run` to only show the records to be changed / deleted
 
 The PHP class of the old CLI command :php:`TYPO3\CMS\Lowlevel\VersionsCommand` has been removed.
 
@@ -41,7 +41,7 @@ The PHP class of the old CLI command :php:`TYPO3\CMS\Lowlevel\VersionsCommand` h
 Impact
 ======
 
-Calling the old CLI command :shell:`./typo3/cli_dispatch.phpsh lowlevel_cleaner versions` will result in an error message.
+Calling the old CLI command :bash:`./typo3/cli_dispatch.phpsh lowlevel_cleaner versions` will result in an error message.
 
 
 Affected Installations
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79120-RemovedLegacyCliRelatedConstantsAndVariables.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79120-RemovedLegacyCliRelatedConstantsAndVariables.rst
index 0c163ec4c59dcbae1b6ecae3e039be841ab1e836..d04314264fabf792c866b35d44623517792f056e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79120-RemovedLegacyCliRelatedConstantsAndVariables.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79120-RemovedLegacyCliRelatedConstantsAndVariables.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #79120 - Remove legacy CLI-related constants and variables
@@ -9,7 +9,7 @@ See :issue:`79120`
 Description
 ===========
 
-The deprecated PHP constants :php:`TYPO3_cliKey` and :php:`TYPO3_cliInclude`, and the global variables :php:`$GLOBALS['temp_cliScriptPath']` and 
+The deprecated PHP constants :php:`TYPO3_cliKey` and :php:`TYPO3_cliInclude`, and the global variables :php:`$GLOBALS['temp_cliScriptPath']` and
 :php:`$GLOBALS['temp_cliKey']` which had been filled when running a CLI command have been removed.
 
 
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79196-ToolbarItemEventHandlingChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79196-ToolbarItemEventHandlingChanged.rst
index 9dfbe5c0b1d4602edb3a17390ead921aeab5f30a..a59a0240b762f51327071b4c7a5cef65d9baecd1 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79196-ToolbarItemEventHandlingChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79196-ToolbarItemEventHandlingChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #79196 - Toolbar item event handling changed
@@ -28,7 +28,7 @@ All installations with old-fashioned toolbar item registrations.
 Migration
 =========
 
-In most cases it's sufficient to replace the register function with :javascript:`Viewport.Topbar.Toolbar.registerEvent()`.
+In most cases it's sufficient to replace the register function with :js:`Viewport.Topbar.Toolbar.registerEvent()`.
 
 Example:
 
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79201-ExtFormSplitTyposcriptIncludes.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79201-ExtFormSplitTyposcriptIncludes.rst
index b20ed52639c4953ac7dfc0c10fecc183fb20b174..df59736abf70078cf79af0704e9b0e113bd454dd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79201-ExtFormSplitTyposcriptIncludes.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79201-ExtFormSplitTyposcriptIncludes.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #79201 - EXT:form: Split TypoScript Includes
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79227-RemovedExtDirectStateProvider.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79227-RemovedExtDirectStateProvider.rst
index 500983074e1c61f9cb0a0b9d8d5315758929b7e4..81596e4ce83db9688e655a2f65da6e588eb8570e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79227-RemovedExtDirectStateProvider.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79227-RemovedExtDirectStateProvider.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #79227 - Removed ExtDirect State Provider
@@ -9,9 +9,9 @@ See :issue:`79227`
 Description
 ===========
 
-The ExtDirect based State Provider for ExtJS applications (endpoint :javascript:`TYPO3.ExtDirectStateProvider.ExtDirect`) has been removed.
+The ExtDirect based State Provider for ExtJS applications (endpoint :js:`TYPO3.ExtDirectStateProvider.ExtDirect`) has been removed.
 
-The ExtDirect endpoint :javascript:`TYPO3.ExtDirectStateProvider.ExtDirect` is no longer available.
+The ExtDirect endpoint :js:`TYPO3.ExtDirectStateProvider.ExtDirect` is no longer available.
 
 The following PHP classes have been removed:
 
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79228-RemoveExtJSPagetreeIndicatorFunctionality.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79228-RemoveExtJSPagetreeIndicatorFunctionality.rst
index 37e4528671a236f6ded4d1be4cd99182bea40360..06903bbd331f675668e87afde974d9690c9c9654 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79228-RemoveExtJSPagetreeIndicatorFunctionality.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79228-RemoveExtJSPagetreeIndicatorFunctionality.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Breaking: #79228 - Remove ExtJS Pagetree indicator functionality
@@ -24,4 +24,4 @@ Affected Installations
 
 Any installation using indicators of the page tree.
 
-.. index:: Backend, JavaScript
\ No newline at end of file
+.. index:: Backend, JavaScript
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79242-RemoveL10n_modeNoCopy.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79242-RemoveL10n_modeNoCopy.rst
index 56b55e76e9c7ec1f021d545538c690f9aea11cee..1e5503de5097ae298d6432e110d28ca9c8adc050 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79242-RemoveL10n_modeNoCopy.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79242-RemoveL10n_modeNoCopy.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================
 Breaking: #79242 - Remove l10n_mode noCopy
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79243-RemoveL10n_modeMergeIfNotBlank.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79243-RemoveL10n_modeMergeIfNotBlank.rst
index 5c95309c8433d5aa9b9ee0716e2183cc61ee15e7..2ab7e39ef9a17aa5d9146fa579ce334a6c337653 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79243-RemoveL10n_modeMergeIfNotBlank.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79243-RemoveL10n_modeMergeIfNotBlank.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #79243 - Remove l10n_mode mergeIfNotBlank
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79243-RemoveSys_language_softMergeIfNotBlank.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79243-RemoveSys_language_softMergeIfNotBlank.rst
index 8a09f0af880e136e001ed695d4ea18598c8bef4e..dabe92a3667df6ea8ac46e4a0fb7466b553934e8 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79243-RemoveSys_language_softMergeIfNotBlank.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79243-RemoveSys_language_softMergeIfNotBlank.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #79243 - Remove sys_language_softMergeIfNotBlank
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79259-RemoveExtt3skin.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79259-RemoveExtt3skin.rst
index f55b563e19bf1d7c5630064847ae62c8ecc2273b..b3de49c9ba3b0e2d044e5611d32939a23225f14b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79259-RemoveExtt3skin.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79259-RemoveExtt3skin.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================
 Breaking: #79259 - EXT:t3skin removed
@@ -37,4 +37,4 @@ Do not use ExtJS styling or images anymore, as ExtJS will be removed from the co
 Other direct references to image(s) in EXT:t3skin should be migrated to have the image(s) in
 custom extension.
 
-.. index:: Backend, TCA, ext:t3skin
\ No newline at end of file
+.. index:: Backend, TCA, ext:t3skin
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79263-SchedulerCLIControllerClassRemoved.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79263-SchedulerCLIControllerClassRemoved.rst
index 6d6dfb8e5873450d1cc37e18f3c141f7c8be90bd..a9843d95c207c2660fbb872baa5cb696bec5c109 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79263-SchedulerCLIControllerClassRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79263-SchedulerCLIControllerClassRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #79263 - Scheduler CLI Controller class removed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79270-RemovedRTEProcessingOptionDisableUnifyLineBreaks.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79270-RemovedRTEProcessingOptionDisableUnifyLineBreaks.rst
index 4432cf5ed60d1863870bae3cb20a47e83b943b26..f8e75db019a4f3e4307999748b1ecc7fb2d9a473 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79270-RemovedRTEProcessingOptionDisableUnifyLineBreaks.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79270-RemovedRTEProcessingOptionDisableUnifyLineBreaks.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Breaking: #79270 - Removed RTE processing option disableUnifyLineBreaks
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79273-RemovedRteHtmlParserProcOptions.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79273-RemovedRteHtmlParserProcOptions.rst
index e31d81b985aa293f5c68d130876da8b1991095a7..d7acb4368421f77cf05990cad31a93d85a379261 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79273-RemovedRteHtmlParserProcOptions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79273-RemovedRteHtmlParserProcOptions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Breaking: #79273 - Removed RteHtmlParser proc options
@@ -11,9 +11,9 @@ Description
 
 The following TSconfig options for processing content of RTE fields have been removed:
 
-* :ts:`RTE.default.proc.dontConvBRtoParagraph`
-* :ts:`RTE.default.proc.dontProtectUnknownTags_rte`
-* :ts:`RTE.default.proc.dontConvAmpInNBSP_rte`
+* :typoscript:`RTE.default.proc.dontConvBRtoParagraph`
+* :typoscript:`RTE.default.proc.dontProtectUnknownTags_rte`
+* :typoscript:`RTE.default.proc.dontConvAmpInNBSP_rte`
 
 
 Impact
@@ -31,8 +31,8 @@ is common in modern Rich Text Editors.
 Affected Installations
 ======================
 
-Installations explicitly setting :ts:`RTE.default.proc.dontConvBRtoParagraph = 0`, :ts:`RTE.default.proc.dontProtectUnknownTags_rte = 1` or
-:ts:`RTE.default.proc.dontConvAmpInNBSP_rte = 1` might experience different results when editing and saving content via an RTE.
+Installations explicitly setting :typoscript:`RTE.default.proc.dontConvBRtoParagraph = 0`, :typoscript:`RTE.default.proc.dontProtectUnknownTags_rte = 1` or
+:typoscript:`RTE.default.proc.dontConvAmpInNBSP_rte = 1` might experience different results when editing and saving content via an RTE.
 
 
 Migration
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79300-RemovedRTEProctransformBoldAndItalicTagsOption.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79300-RemovedRTEProctransformBoldAndItalicTagsOption.rst
index dcbeb1438867ad1405c6a078c035d0586570590d..6376bb3732e2aa48b674e42b86dd1b1cc7eb72e2 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79300-RemovedRTEProctransformBoldAndItalicTagsOption.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79300-RemovedRTEProctransformBoldAndItalicTagsOption.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #79300 - Removed RTE proc.transformBoldAndItalicTags option
@@ -38,7 +38,7 @@ Migration
 
 Any default configuration of RTEHtmlArea that was in place before 8.6.0 has a simple replacement to ensure the same functionality now:
 
-This code does the same as having :ts:`proc.transformBoldAndItalicTags=1`:
+This code does the same as having :typoscript:`proc.transformBoldAndItalicTags=1`:
 
 .. code-block:: typoscript
 
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79302-MovedPagesurlSchemeToCompatibility7Extension.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79302-MovedPagesurlSchemeToCompatibility7Extension.rst
index f38b77797b9f51eea23b1f2835ed38ccf0af5c97..200d98b16f3c31cbb7fd0c9bce0b3514af8760fe 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79302-MovedPagesurlSchemeToCompatibility7Extension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79302-MovedPagesurlSchemeToCompatibility7Extension.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #79302 - Moved pages.url_scheme to compatibility7 extension
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79327-TheVeriCode-VCParameterIsNotEvaluatedAnyMore.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79327-TheVeriCode-VCParameterIsNotEvaluatedAnyMore.rst
index 61f4570ad606a6e784f961b1d061fa9faccab235..a9dacfd448ed93d0354e622beac008f2f2f1e0d6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79327-TheVeriCode-VCParameterIsNotEvaluatedAnyMore.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79327-TheVeriCode-VCParameterIsNotEvaluatedAnyMore.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Breaking: #79327 - The veriCode - vC parameter is not evaluated any more
@@ -40,4 +40,4 @@ Migration
 
 Remove calls to `veriCode` or any `vC` HTTP parameter evaluation from your code. Ensure your code uses `moduleToken` to protect backend urls.
 
-.. index:: Backend, PHP-API
\ No newline at end of file
+.. index:: Backend, PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79364-MovePageModuleFunctionQuickEditToCompatibility7.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79364-MovePageModuleFunctionQuickEditToCompatibility7.rst
index bed647919f57d3d42bbff543ccf5e48e4c2e6156..deef416cdf0d551ceba7c8034d9483e65a2dda77 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79364-MovePageModuleFunctionQuickEditToCompatibility7.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79364-MovePageModuleFunctionQuickEditToCompatibility7.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #79364 - Move page module function `QuickEdit` to compatibility7
@@ -24,4 +24,4 @@ Affected Installations
 All installations depending on the `QuickEdit` function in the page module.
 
 
-.. index:: Backend
\ No newline at end of file
+.. index:: Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79464-ExtFormRefactorFluidRendering.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79464-ExtFormRefactorFluidRendering.rst
index 37c0553a7ad7f30688b0862ea450c8ce4bc71bf9..3f691f1cabea6261666a2fa8a18ec03e06b24591 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79464-ExtFormRefactorFluidRendering.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79464-ExtFormRefactorFluidRendering.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #79464 - EXT:form - Refactor fluid rendering
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79513-RemovedSessionLockingBasedOnUseragent.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79513-RemovedSessionLockingBasedOnUseragent.rst
index 8dc23b7ec58a3cf4eae30e5bbd623cf966513fe8..9ff41131b72f69a82b6b28f9103fe84b68e5f090 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79513-RemovedSessionLockingBasedOnUseragent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79513-RemovedSessionLockingBasedOnUseragent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #79513 - Removed session locking based on useragent
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-CSSStyledContentAndTypoScript.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-CSSStyledContentAndTypoScript.rst
index eb33c36275e458cde3de8ce81c8f6e9492792c12..50c52b9978c9064116c4d890b1960974f355fb44 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-CSSStyledContentAndTypoScript.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-CSSStyledContentAndTypoScript.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Breaking: #79622 - CSS Styled Content and TypoScript
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-CSSStyledContentBulletContentElementAdjustments.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-CSSStyledContentBulletContentElementAdjustments.rst
index b093f8979fa336382e033e1b0dcf0310da30c7dc..3146d77b462b6ab02d42140bf87f0eb1bda97e95 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-CSSStyledContentBulletContentElementAdjustments.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-CSSStyledContentBulletContentElementAdjustments.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Breaking: #79622 - CSS Styled Content Bullet Content Element Adjustments
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-CSSStyledContentTableContentElementAdjustments.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-CSSStyledContentTableContentElementAdjustments.rst
index c1e6eabada13c6a5edf4a5ed8ce1f6161210da8d..02b389eaeee333290be9ba91a70f9c8f018f0c9b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-CSSStyledContentTableContentElementAdjustments.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-CSSStyledContentTableContentElementAdjustments.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Breaking: #79622 - CSS Styled Content table content element adjustments
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-DedicatedContentElementsForMenus.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-DedicatedContentElementsForMenus.rst
index c010afc1c993a5c1c86c2ed693098d77de19c4b3..4aa5e93bc8266417e146607716934b690ce9ffe0 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-DedicatedContentElementsForMenus.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-DedicatedContentElementsForMenus.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #79622 - Dedicated content elements for menus
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-DefaultContentElementChangedForFluidStyledContent.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-DefaultContentElementChangedForFluidStyledContent.rst
index aa93fb29aa5ad1caa99da8d6211aeb727f71c6c9..64d004dc5ba2b5c5e05d2096b452a607bfe66a9e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-DefaultContentElementChangedForFluidStyledContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-DefaultContentElementChangedForFluidStyledContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Breaking: #79622 - Default content element changed for Fluid Styled Content
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-DefaultLayoutsForFluidStyledContentChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-DefaultLayoutsForFluidStyledContentChanged.rst
index 8bbdf4bdae59f47f35916196c150b2a1f395c29a..41529524abc4e1d9abe28a6eed3f2f9e218e39a7 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-DefaultLayoutsForFluidStyledContentChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-DefaultLayoutsForFluidStyledContentChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Breaking: #79622 - Default layouts for Fluid Styled Content changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-DroppingThumbnailConfigurationForTt_content.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-DroppingThumbnailConfigurationForTt_content.rst
index 9f6e0de88faf5698d44197ee0739ba7218697ed7..e8c706cfb7a52e7f8757273949e42e32402589ed 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-DroppingThumbnailConfigurationForTt_content.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-DroppingThumbnailConfigurationForTt_content.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #79622 - Dropping thumbnail configuration for tt_content
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-RemovalOfFluidStyledContentMenuViewHelpers.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-RemovalOfFluidStyledContentMenuViewHelpers.rst
index 1fa4912018ade2cb88d537190a3bd274332afba9..5e7ebb33412bcf7910331ffdd826d71c0127570a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-RemovalOfFluidStyledContentMenuViewHelpers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-RemovalOfFluidStyledContentMenuViewHelpers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Breaking: #79622 - Removal of Fluid Styled Content Menu ViewHelpers
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-SectionFrameForCSSStyledContentReplacedWithFrameClass.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-SectionFrameForCSSStyledContentReplacedWithFrameClass.rst
index 5bdf71774015b413a2fe6d506dc65016ddb1c9da..9fe4482bac9292099a1a0137117fc00b7ff3d970 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-SectionFrameForCSSStyledContentReplacedWithFrameClass.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-SectionFrameForCSSStyledContentReplacedWithFrameClass.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Breaking: #79622 - Section Frame for CSS Styled Content replaced with Frame Class
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-SpaceBeforeAndSpaceAfterAdjustmentsForCSSStyledContent.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-SpaceBeforeAndSpaceAfterAdjustmentsForCSSStyledContent.rst
index 76aa06d5eadd49282e0c4a97ff2627bd1f26a9c2..c0a7a91d3e403be406e717c4b2a2c89729b5560d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-SpaceBeforeAndSpaceAfterAdjustmentsForCSSStyledContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-SpaceBeforeAndSpaceAfterAdjustmentsForCSSStyledContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Breaking: #79622 - SpaceBefore and SpaceAfter adjustments for CSS Styled Content
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-StreamliningStructureOfCSSStyledContentAndFluidStyledContent.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-StreamliningStructureOfCSSStyledContentAndFluidStyledContent.rst
index 63e95f0547f1fc4333427b07415e61ceeb9ed7ba..6453dc0ba143456008c2aee22d2547b587171914 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-StreamliningStructureOfCSSStyledContentAndFluidStyledContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-StreamliningStructureOfCSSStyledContentAndFluidStyledContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Breaking: #79622 - Streamlining structure of CSS Styled Content and Fluid Styled Content
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-TypoScriptStandardHeaderHasBeenRemovedFromFluidStyledContent.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-TypoScriptStandardHeaderHasBeenRemovedFromFluidStyledContent.rst
index 77b7292ce78ecc7b39571a8aef428c320b7f5ab2..f4c1b573d1bcaf7fed027a33011a43559cfdd020 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-TypoScriptStandardHeaderHasBeenRemovedFromFluidStyledContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Breaking-79622-TypoScriptStandardHeaderHasBeenRemovedFromFluidStyledContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Breaking: #79622 - TypoScript Standard Header has been removed from Fluid Styled Content
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-70316-FrontendBasketWithRecs.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-70316-FrontendBasketWithRecs.rst
index a0ca2a9215b29e1a0ccc11a2462ccabf1b24e6ce..005500602781655a26ce1fe539e1f08eb998f92f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-70316-FrontendBasketWithRecs.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-70316-FrontendBasketWithRecs.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Deprecation: #70316 - Frontend basket with recs
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-77934-DeprecateTt_contentFieldSelect_key.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-77934-DeprecateTt_contentFieldSelect_key.rst
index 4ddbb3c543d7660c254e9fb7c9da89b4514dfdb0..d70f070e220f276b2bb4bcccb84791e75d759d18 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-77934-DeprecateTt_contentFieldSelect_key.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-77934-DeprecateTt_contentFieldSelect_key.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Deprecation: #77934 - Deprecate tt_content field select_key
@@ -29,4 +29,4 @@ Migration
 
 Install the extension `compatibility7` to enable the field again.
 
-.. index:: TCA, Database
\ No newline at end of file
+.. index:: TCA, Database
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-78225-LegacyPreparedStatementsWithinExtbase.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-78225-LegacyPreparedStatementsWithinExtbase.rst
index dfde21c6aba02d76b67b5e55f59f82e27412c513..d695850c5e024d03b3522c8235031fc49012b647 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-78225-LegacyPreparedStatementsWithinExtbase.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-78225-LegacyPreparedStatementsWithinExtbase.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Deprecation: #78225 - Legacy PreparedStatements within Extbase
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-78477-RefactoringOfFlashMessageRendering.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-78477-RefactoringOfFlashMessageRendering.rst
index c1180e61200239d94fd2806ace4711f083145063..ae773fad7b0cab657b6e5f8fb1cef64bac65147f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-78477-RefactoringOfFlashMessageRendering.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-78477-RefactoringOfFlashMessageRendering.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Deprecation: #78477 - Refactoring of FlashMessage rendering
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-78899-FormEngineMethods.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-78899-FormEngineMethods.rst
index 40ee2442f9bd8a83e6d970477fb0008781e99ab7..a3f0df40b240af27413f4b261271f0ba348f17b8 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-78899-FormEngineMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-78899-FormEngineMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================
 Deprecation: #78899 - FormEngine Methods
@@ -46,4 +46,4 @@ Migration
 Extensions using above methods should consider to switch away from those methods.
 
 
-.. index:: Backend, PHP-API
\ No newline at end of file
+.. index:: Backend, PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-78899-TCACtrlFieldRequestUpdateDropped.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-78899-TCACtrlFieldRequestUpdateDropped.rst
index 8ac48cb708cbba0df4264f2b8b71d4ebcd68a90a..646f6b087e85ee74ebdb43607baab4846c75aed9 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-78899-TCACtrlFieldRequestUpdateDropped.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-78899-TCACtrlFieldRequestUpdateDropped.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #78899 - TCA ctrl field requestUpdate dropped
@@ -37,4 +37,4 @@ Monitor the deprecation log for according messages, remove the :code:`ctrl` fiel
 add :code:`'onChange' => 'reload'` to fields listed in :code:`requestUpdate` parallel to :code:`label`
 and :code:`config` section of the field in question. The option can be added to multiple fields.
 
-.. index:: Backend, PHP-API, TCA
\ No newline at end of file
+.. index:: Backend, PHP-API, TCA
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79258-MethodsInLocalizationRepository.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79258-MethodsInLocalizationRepository.rst
index b5a943d5941a2b28eb9b1d7f678ee06a886c4052..b9c439b8e1a92ebbe0cd09c7c28a85e33baad2dc 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79258-MethodsInLocalizationRepository.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79258-MethodsInLocalizationRepository.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================================================
 Deprecation: #79258 - Methods getRecordLocalization() and getPreviousLocalizedRecordUid() in LocalizationRepository
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79265-CommandLineControllerAndCleanerCommand.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79265-CommandLineControllerAndCleanerCommand.rst
index 2037e57a175fb0f62acec1aff3e063964acc34e8..dd8e991ebc377b3f86e42550cfdeb0e4b55a9e77 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79265-CommandLineControllerAndCleanerCommand.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79265-CommandLineControllerAndCleanerCommand.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Deprecation: #79265 - CommandLineController and Cleaner Command
@@ -33,4 +33,4 @@ Migration
 
 Use native Symfony Commands or Extbase Command Controller logic instead for creating CLI-based functionality.
 
-.. index:: CLI, ext:lowlevel, ext:extbase
\ No newline at end of file
+.. index:: CLI, ext:lowlevel, ext:extbase
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79316-DeprecateArrayUtilityinArray.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79316-DeprecateArrayUtilityinArray.rst
index 41572499019324d18871b36624f3d0d59c345a60..0b8c28b6a26fa9fb483a094a520df13dc9fddfd5 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79316-DeprecateArrayUtilityinArray.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79316-DeprecateArrayUtilityinArray.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #79316 - Deprecate ArrayUtility::inArray()
@@ -30,4 +30,4 @@ Migration
 Use the native :php:`in_array()` function of PHP. It is strongly recommended to ensure the same type is used
 everywhere and the 3rd parameter of :php:`in_array()` is set to :php:`true` to activate the type check.
 
-.. index:: PHP-API
\ No newline at end of file
+.. index:: PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79327-DeprecateAbstractUserAuthenticationveriCodeMethod.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79327-DeprecateAbstractUserAuthenticationveriCodeMethod.rst
index 5dd3cf0a9fdebbf2650da794126379d9f07e5726..d673e6201fdb15a43595b771e4536aba6fa56572 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79327-DeprecateAbstractUserAuthenticationveriCodeMethod.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79327-DeprecateAbstractUserAuthenticationveriCodeMethod.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Deprecation: #79327 - Deprecate AbstractUserAuthentication::veriCode method
@@ -32,4 +32,4 @@ Migration
 
 Remove calls to `veriCode` or any `vC` HTTP parameter evaluation from your code. Ensure your code uses `moduleToken` to protect backend urls.
 
-.. index:: Backend, JavaScript, PHP-API
\ No newline at end of file
+.. index:: Backend, JavaScript, PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79341-MethodsRelatedToRichtextConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79341-MethodsRelatedToRichtextConfiguration.rst
index 18fd174206828c4cbec73794e0c91518448e6c29..fab26513b62cecb45672ebab08376801c83af012 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79341-MethodsRelatedToRichtextConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79341-MethodsRelatedToRichtextConfiguration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Deprecation: #79341 - Methods related to richtext configuration
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79341-TCARichtextConfigurationInDefaultExtrasDropped.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79341-TCARichtextConfigurationInDefaultExtrasDropped.rst
index 1dc9207589cf040e41158671168f2adddebf88a2..2b5b8b7e6a0184f158d4389246a8bb5d83db9b24 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79341-TCARichtextConfigurationInDefaultExtrasDropped.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79341-TCARichtextConfigurationInDefaultExtrasDropped.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Deprecation: #79341 - TCA richtext configuration in defaultExtras dropped
@@ -102,4 +102,4 @@ Migration
 Remove the defaultExtras line and set :php:`'enableRichtext' => true,` within the config section of the field.
 This is allowed in :php:`columnsOverrides` for specific record types, too.
 
-.. index:: Backend, FlexForm, RTE, TCA
\ No newline at end of file
+.. index:: Backend, FlexForm, RTE, TCA
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79364-DeprecateMembersInPageLayoutController.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79364-DeprecateMembersInPageLayoutController.rst
index b0b500d2385db32cdcab60cfaff2e1780da19f83..93477bce0f64d3a5b87c1bd3b756162f7de649d4 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79364-DeprecateMembersInPageLayoutController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79364-DeprecateMembersInPageLayoutController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Deprecation: #79364 - Deprecate members in PageLayoutController
@@ -25,4 +25,4 @@ Affected Installations
 Any installation using the mentioned members :php:`\TYPO3\CMS\Backend\Controller\PageLayoutController::edit_record`
 and :php:`\TYPO3\CMS\Backend\Controller\PageLayoutController::new_unique_uid`.
 
-.. index:: PHP-API, Backend
\ No newline at end of file
+.. index:: PHP-API, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79440-TcaChanges.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79440-TcaChanges.rst
index a5026522fee1d30b9b850436f0f44a4ed2f4bf47..1dc97d3e93fb0e9538d10135134cf6db33ac8927 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79440-TcaChanges.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79440-TcaChanges.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================
 Deprecation: #79440 - TCA Changes
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79441-ChangeVisibilityInternalCacheDatahandler.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79441-ChangeVisibilityInternalCacheDatahandler.rst
index f94437261c0b8b3db435196143a1735c70facc5c..8e235bde6c359d94f306cf20acb2ed8f2e0b6ee0 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79441-ChangeVisibilityInternalCacheDatahandler.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79441-ChangeVisibilityInternalCacheDatahandler.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Deprecation: #79441 - Deprecate visibility internal caching arrays
@@ -52,4 +52,4 @@ Migration
 
 None - since public internal
 
-.. index:: PHP-API, Backend
\ No newline at end of file
+.. index:: PHP-API, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79560-DeprecateClientUtilitygetDeviceType.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79560-DeprecateClientUtilitygetDeviceType.rst
index b5bbc40942711bb32a595b9c7f3aed15c1711ecd..a27ba4b7a8b1c7763b2b451017d065f2be370b69 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79560-DeprecateClientUtilitygetDeviceType.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79560-DeprecateClientUtilitygetDeviceType.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Deprecation: #79560 - Deprecate ClientUtility::getDeviceType
@@ -23,4 +23,4 @@ Affected Installations
 
 Any installation using the mentioned method :php:`\TYPO3\CMS\Core\Utility\ClientUtility::getDeviceType`.
 
-.. index:: PHP-API
\ No newline at end of file
+.. index:: PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79622-DeprecationOfCSSStyledContent.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79622-DeprecationOfCSSStyledContent.rst
index 2c1345c8fb493ccb9bb38be277ed7da952479b95..b3f074b3435144b95f0fb8f7b78a5e7b8ab581e6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79622-DeprecationOfCSSStyledContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79622-DeprecationOfCSSStyledContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #79622 - Deprecation of CSS Styled Content
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79658-PageRepositoryShouldFieldBeOverlaid.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79658-PageRepositoryShouldFieldBeOverlaid.rst
index 5a72e0fd9c564128e94e9c196e8712d8d95a7ec6..0e29e9ec37d84c927c8b20f85eeee9c7b2ab139a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79658-PageRepositoryShouldFieldBeOverlaid.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Deprecation-79658-PageRepositoryShouldFieldBeOverlaid.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Deprecation: #79658 - PageRepository shouldFieldBeOverlaid()
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-12211-UsabilitySchedulerProvidePageBrowserToChooseStartPage.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-12211-UsabilitySchedulerProvidePageBrowserToChooseStartPage.rst
index d1e75449eee09bff1aa6d26104e7c31e6c03ef5b..c7cd9a88a5372429f1611b690d9b6758dae098d7 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-12211-UsabilitySchedulerProvidePageBrowserToChooseStartPage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-12211-UsabilitySchedulerProvidePageBrowserToChooseStartPage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Feature: #12211 - Usability: Scheduler provide page browser to choose start page
@@ -31,4 +31,4 @@ If the additional field `browser` is set to `page` then the `SchedulerModuleCont
 
 The `pageTitle` contains the title of the page that is shown next to the browse button.
 
-.. index:: ext:scheduler, Backend
\ No newline at end of file
+.. index:: ext:scheduler, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-28171-ImprovedLinkFieldInFormEngine.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-28171-ImprovedLinkFieldInFormEngine.rst
index 51c749806e9db65366e1aee02683f3aa2937130f..10e6cdb97d9899bfa8135868312cb78e198d3283 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-28171-ImprovedLinkFieldInFormEngine.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-28171-ImprovedLinkFieldInFormEngine.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #28171 - Improved link field in FormEngine
@@ -19,4 +19,4 @@ Impact
 
 Better UX of link fields in the Backend
 
-.. index:: Backend, TCA
\ No newline at end of file
+.. index:: Backend, TCA
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-45537-RunManuallyExecutedTasksOnNextCron-run.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-45537-RunManuallyExecutedTasksOnNextCron-run.rst
index 2e6229de2a9f7eb1ceeeedb31d8e1c3df1d4dbe2..b890bd1fec25ea4a89cec5758611fdf0f015b88e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-45537-RunManuallyExecutedTasksOnNextCron-run.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-45537-RunManuallyExecutedTasksOnNextCron-run.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #45537 - Run manually executed tasks on next cron-run
@@ -13,4 +13,4 @@ There is a new action icon to mark a task to be run by cron.
 Also a new button "Execute selected tasks on next cron job"
 has been added to mark all selected actions to be run by next cron job.
 
-.. index:: Backend, ext:scheduler
\ No newline at end of file
+.. index:: Backend, ext:scheduler
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-47006-ExtendTheWidgetIdentifierWithCustomString.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-47006-ExtendTheWidgetIdentifierWithCustomString.rst
index 963989709235268d7d9d9b959a68454df2094a81..d9290e856a90f078fe709035526aa49941a4b572 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-47006-ExtendTheWidgetIdentifierWithCustomString.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-47006-ExtendTheWidgetIdentifierWithCustomString.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Feature: #47006 - Extend the widget identifier with custom string
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-47135-PasteIconsAvailableAtPastingPositionAndUseModalNow.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-47135-PasteIconsAvailableAtPastingPositionAndUseModalNow.rst
index cee7d5fe8242c3aecba0911301e995923e7ca056..0ddee82c97c611fbd6fc6f4f1a6cea440cfe395c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-47135-PasteIconsAvailableAtPastingPositionAndUseModalNow.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-47135-PasteIconsAvailableAtPastingPositionAndUseModalNow.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Feature: #47135 - Paste icons available at pasting position and use modal now
@@ -14,4 +14,4 @@ The icon is located at each possible pasting position directly besides the [cont
 When the user clicks on the icon, a modal pops up to have the user confirm the action.
 Depending on the clipboard mode this will either be "Copy" or "Move" together with the title of the item in the clipboard and a "Cancel" button.
 
-.. index:: Backend, JavaScript
\ No newline at end of file
+.. index:: Backend, JavaScript
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-67243-ImplementFoldingOfSchedulerTaskGroups.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-67243-ImplementFoldingOfSchedulerTaskGroups.rst
index ba362e164c2317cc37a8a55eeb1761c1936301a7..cee76e1353b241527580b142236225237b3ccd05 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-67243-ImplementFoldingOfSchedulerTaskGroups.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-67243-ImplementFoldingOfSchedulerTaskGroups.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #67243 - Implement folding of scheduler task groups
@@ -12,4 +12,4 @@ Description
 When task groups are used, the tasks are displayed grouped in the list of tasks.
 Clicking on the row with the group title hides or shows the tasks of the group now.
 
-.. index:: Backend, ext:scheduler
\ No newline at end of file
+.. index:: Backend, ext:scheduler
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-69572-PageModuleNoticeContentIsAlsoShownOn.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-69572-PageModuleNoticeContentIsAlsoShownOn.rst
index 30e5efd482874a3b60b0ef8eb9ee6b3331e301f8..bb45420bcaa4d27148018b1acdb96e15369d52d4 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-69572-PageModuleNoticeContentIsAlsoShownOn.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-69572-PageModuleNoticeContentIsAlsoShownOn.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #69572 - Page module Notice "Content is also shown on:"
@@ -18,4 +18,4 @@ Impact
 
 On pages that are inherited elsewhere you see a notice which links to the pages where the content is inherited.
 
-.. index:: Backend
\ No newline at end of file
+.. index:: Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-70316-IntroduceSessionStorageFramework.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-70316-IntroduceSessionStorageFramework.rst
index d177c1477318dd5a7d6cd3ccd3eeddae04d9c222..408d2930a016e6e40c94fce71fd7f525c6961803 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-70316-IntroduceSessionStorageFramework.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-70316-IntroduceSessionStorageFramework.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Feature: #70316 - Introduce Session Storage Framework
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-72749-CLISupportForT3DImport.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-72749-CLISupportForT3DImport.rst
index 3a8d1060919338679d44e2ac514c2aca99667198..abc8ec2dbde4851d1afa09dc5b06529676fe7079 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-72749-CLISupportForT3DImport.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-72749-CLISupportForT3DImport.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Feature: #72749 - CLI support for T3D import
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-75880-ImplementMultipleCroppingVariantsInImageManipulationTool.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-75880-ImplementMultipleCroppingVariantsInImageManipulationTool.rst
index bfb7bad99947629f9caba5a3c055ab5ac3b73326..bb45f1c7a7fb27a4a067ad7d2e701347422bafbe 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-75880-ImplementMultipleCroppingVariantsInImageManipulationTool.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-75880-ImplementMultipleCroppingVariantsInImageManipulationTool.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Feature: #75880 - Implement multiple cropping variants in image manipulation tool
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-78169-IntroduceTranslationSourceFieldForTt_content.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-78169-IntroduceTranslationSourceFieldForTt_content.rst
index b13c17109bba601bd3c5eed65ebe84d95aa3df34..79a754e4ed6f32e95d477b8547cd72be7945470d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-78169-IntroduceTranslationSourceFieldForTt_content.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-78169-IntroduceTranslationSourceFieldForTt_content.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #78169 - Introduce "Translation Source" field for tt_content
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-78192-RefactorClickMenuContextMenu.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-78192-RefactorClickMenuContextMenu.rst
index a8296f832cf4932af7fb83390cee00175f416e74..f9935f4334a6212939429260627f5a1c24f914c1 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-78192-RefactorClickMenuContextMenu.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-78192-RefactorClickMenuContextMenu.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #78192 - Refactor click menu (context menu)
@@ -80,17 +80,17 @@ Example of the JSON response:
        }
     }
 
-Based on the JSON data ContextMenu.js is rendering a context-menu. If one of the items is clicked, the according JS `callbackAction` is executed on the :javascript:`TYPO3/CMS/Backend/ContextMenuActions` JS module or other modules defined in the `additionalAttributes['data-callback-module']`.
+Based on the JSON data ContextMenu.js is rendering a context-menu. If one of the items is clicked, the according JS `callbackAction` is executed on the :js:`TYPO3/CMS/Backend/ContextMenuActions` JS module or other modules defined in the `additionalAttributes['data-callback-module']`.
 
 For example usage of this API see:
 
-- Beuser item provider :php:`\TYPO3\CMS\Beuser\ContextMenu\ItemProvider` and requireJS module :javascript:`TYPO3/CMS/Beuser/ContextMenuActions`
-- Impexp item provider :php:`\TYPO3\CMS\Impexp\ContextMenu\ItemProvider` and requireJS module :javascript:`TYPO3/CMS/Impexp/ContextMenuActions`
-- Version item provider :php:`\TYPO3\CMS\Version\ContextMenu\ItemProvider` and requireJS module :javascript:`TYPO3/CMS/Version/ContextMenuActions`
-- Version item provider :php:`\TYPO3\CMS\Version\ContextMenu\ItemProvider` and requireJS module :javascript:`TYPO3/CMS/Version/ContextMenuActions`
+- Beuser item provider :php:`\TYPO3\CMS\Beuser\ContextMenu\ItemProvider` and requireJS module :js:`TYPO3/CMS/Beuser/ContextMenuActions`
+- Impexp item provider :php:`\TYPO3\CMS\Impexp\ContextMenu\ItemProvider` and requireJS module :js:`TYPO3/CMS/Impexp/ContextMenuActions`
+- Version item provider :php:`\TYPO3\CMS\Version\ContextMenu\ItemProvider` and requireJS module :js:`TYPO3/CMS/Version/ContextMenuActions`
+- Version item provider :php:`\TYPO3\CMS\Version\ContextMenu\ItemProvider` and requireJS module :js:`TYPO3/CMS/Version/ContextMenuActions`
 - Filelist item providers :php:`\TYPO3\CMS\Filelist\ContextMenu\ItemProviders\FileDragProvider`, :php:`\TYPO3\CMS\Filelist\ContextMenu\ItemProviders\FileProvider`,
   :php:`\TYPO3\CMS\Filelist\ContextMenu\ItemProviders\FileStorageProvider`, :php:`\TYPO3\CMS\Filelist\ContextMenu\ItemProviders\FilemountsProvider`
-  and requireJS module :javascript:`TYPO3/CMS/Filelist/ContextMenuActions`
+  and requireJS module :js:`TYPO3/CMS/Filelist/ContextMenuActions`
 
 
 .. index:: Backend, JavaScript, PHP-API, TSConfig
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-78477-RefactoringOfFlashMessageRendering.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-78477-RefactoringOfFlashMessageRendering.rst
index 5cbaa7ed352a159b71560eba839f1919a784e997..964201baaef85cb62893ef3fb7c886005f0bdecb 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-78477-RefactoringOfFlashMessageRendering.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-78477-RefactoringOfFlashMessageRendering.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #78477 - Refactoring of FlashMessage rendering
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-78899-TCAMaxitemsOptional.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-78899-TCAMaxitemsOptional.rst
index f2e2c9ab93c4cb0f2d63cc3effa2dc9eb807fd66..39d19c25c2f94a4e55d86708d93150c71c38873b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-78899-TCAMaxitemsOptional.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-78899-TCAMaxitemsOptional.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================
 Feature: #78899 - TCA maxitems optional
@@ -42,4 +42,4 @@ Example after:
 
 This simplifies :code:`TCA` of those fields and removes a cross dependency between :code:`renderType` and :code:`maxitems`.
 
-.. index:: Backend, TCA
\ No newline at end of file
+.. index:: Backend, TCA
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79121-ImplementHookInTypolinkForModificationOfPageParams.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79121-ImplementHookInTypolinkForModificationOfPageParams.rst
index 0f2f2e2cb735b78410dd725aeebd90104673da4d..81bfb288adcc8f25b26f5d2184ea226e4edaab97 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79121-ImplementHookInTypolinkForModificationOfPageParams.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79121-ImplementHookInTypolinkForModificationOfPageParams.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Feature: #79121 - Implement hook in typolink for modification of page params
@@ -9,8 +9,8 @@ See :issue:`79121`
 Description
 ===========
 
-A new hook has been implemented in ContentObjectRenderer::typoLink for links to pages. With this 
-hook you can modify the link configuration, for example enriching it with additional parameters or 
+A new hook has been implemented in ContentObjectRenderer::typoLink for links to pages. With this
+hook you can modify the link configuration, for example enriching it with additional parameters or
 meta data from the page row.
 
 
@@ -23,9 +23,9 @@ You can now register a hook via:
 
     $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typolinkProcessing']['typolinkModifyParameterForPageLinks'][] = \Your\Namespace\Hooks\MyBeautifulHook::class;
 
-Your hook has to implement `TypolinkModifyLinkConfigForPageLinksHookInterface` with its method 
+Your hook has to implement `TypolinkModifyLinkConfigForPageLinksHookInterface` with its method
 :php:`modifyPageLinkConfiguration(array $linkConfiguration, array $linkDetails, array $pageRow)`.
-In :php:`$linkConfiguration` you get the configuration array for the link - this is what your hook 
+In :php:`$linkConfiguration` you get the configuration array for the link - this is what your hook
 can modify and **has to** return.
 :php:`$linkDetails` contains additional information for your link and :php:`$pageRow` is the full
 database row of the page.
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79124-AllowOverwritingOfTemplatePathsInBackendTemplateView.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79124-AllowOverwritingOfTemplatePathsInBackendTemplateView.rst
index 55a193437bae5d86d4fd625134c7bd642e634e21..871a172284f314083458b95564085cbf7ab1b64e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79124-AllowOverwritingOfTemplatePathsInBackendTemplateView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79124-AllowOverwritingOfTemplatePathsInBackendTemplateView.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Feature: #79124 - Allow overwriting of template paths in BackendTemplateView
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79140-AddHookToAddCustomTypoScriptTemplates.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79140-AddHookToAddCustomTypoScriptTemplates.rst
index 3f7a10a568a78ad1fd78434177707c7fd1d3fb0c..573639d4c7cf06093343984bd94efb18831ed8c8 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79140-AddHookToAddCustomTypoScriptTemplates.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79140-AddHookToAddCustomTypoScriptTemplates.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #79140 - Add hook to add custom TypoScript templates
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79196-AllowReloadOfTopbar.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79196-AllowReloadOfTopbar.rst
index 3d7c9ac81cf1e26169ca699ea6c3af9a529e118b..aaf5a1915e3d197a829cdd92678ea24119ab12b2 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79196-AllowReloadOfTopbar.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79196-AllowReloadOfTopbar.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================
 Feature: #79196 - Allow reload of topbar
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79216-AddYAMLConfigurationForCKEditorRTE.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79216-AddYAMLConfigurationForCKEditorRTE.rst
index 2f068cb10a50b1ab529e9b976980d8a15c853684..d683a0b54b280e8d9a2b0b8c02d4403629483570 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79216-AddYAMLConfigurationForCKEditorRTE.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79216-AddYAMLConfigurationForCKEditorRTE.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #79216 - Add YAML configuration for CKEditor RTE
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79225-PluginPreviewWithFluid.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79225-PluginPreviewWithFluid.rst
index c7421d49687c31fca064c85ac0d5056c84470a7f..516afb73fc71dc06bb39be51853ed5deb92919fa 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79225-PluginPreviewWithFluid.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79225-PluginPreviewWithFluid.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Feature: #79225 - Plugin preview with Fluid
@@ -25,4 +25,4 @@ Any data of the flexform field `pi_flexform` is available with the property `pi_
 
    If a PHP hook already is set to render the element, it will take precedence over the Fluid-based preview.
 
-.. index:: Backend, Fluid
\ No newline at end of file
+.. index:: Backend, Fluid
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79235-AddButtonToDeleteSimilarErrorsFromSys_log.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79235-AddButtonToDeleteSimilarErrorsFromSys_log.rst
index 69c6ba1a20f78fb597f6252ac6855b4f76a75cc9..96908e6d1be8fe9b6abeadadb3069fec33ecf3a5 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79235-AddButtonToDeleteSimilarErrorsFromSys_log.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79235-AddButtonToDeleteSimilarErrorsFromSys_log.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #79235 - Add button to delete similar errors from sys_log
@@ -13,4 +13,4 @@ The log module of TYPO3 now shows a button to delete multiple errors at once bas
 the `details` field of the `sys_log` table.
 This comes in handy when you fixed an error that spammed the log before.
 
-.. index:: Backend
\ No newline at end of file
+.. index:: Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79240-SingleCliUserForCliCommands.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79240-SingleCliUserForCliCommands.rst
index 54cab1ae9c0e1456b5409f4c3cddf188058cda6f..10feed6e04418faf4c85b6bdbf8124fb8732d947 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79240-SingleCliUserForCliCommands.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79240-SingleCliUserForCliCommands.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Feature: #79240 - Single cli user for cli commands
@@ -21,4 +21,4 @@ Impact
 
 Creating and managing command line tasks has been simplified, all existing `_cli_*` users can be deleted.
 
-.. index:: CLI, PHP-API
\ No newline at end of file
+.. index:: CLI, PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79250-ExtFormExtendExtensionLocationFunctionality.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79250-ExtFormExtendExtensionLocationFunctionality.rst
index 1d240612f13eec1379af23d06bcdeca905089b91..b93559514b2b819de3fe4410784ad1b7b746e50e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79250-ExtFormExtendExtensionLocationFunctionality.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79250-ExtFormExtendExtensionLocationFunctionality.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #79250 - EXT:form extend the extension location functionality
@@ -57,4 +57,4 @@ Example to allow remove form definitions within 'EXT:my_ext/Resources/Private/Fo
               100: EXT:my_ext/Resources/Private/Forms/
 
 
-.. index:: Backend, ext:form
\ No newline at end of file
+.. index:: Backend, ext:form
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79262-AddPossibilityToCreateTRIMExpressionWithDoctrineDBAL.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79262-AddPossibilityToCreateTRIMExpressionWithDoctrineDBAL.rst
index c9ce7b2fb887be42a27676710fd18d18916a6cba..ef44ef9d749b053e6ab954840202f378a0681aa3 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79262-AddPossibilityToCreateTRIMExpressionWithDoctrineDBAL.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79262-AddPossibilityToCreateTRIMExpressionWithDoctrineDBAL.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Feature: #79262 - Add possibility to create TRIM expression with Doctrine DBAL
@@ -36,4 +36,4 @@ The call to :php:`$queryBuilder->expr()-trim()` can be one of the following:
 * :php:`trim('fieldName', AbstractPlatform::TRIM_BOTH, 'x')`
   results in :sql:`TRIM(BOTH "x" FROM "tableName"."fieldName")`
 
-.. index:: Database, PHP-API
\ No newline at end of file
+.. index:: Database, PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79263-SchedulerCLIAvailableAsSymfonyCommand.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79263-SchedulerCLIAvailableAsSymfonyCommand.rst
index 1ed5079fcd18944c391eaa09d1f947c78353c34f..3c95bdc60c89ba17b3242c4efef4369cb0c76be6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79263-SchedulerCLIAvailableAsSymfonyCommand.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79263-SchedulerCLIAvailableAsSymfonyCommand.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #79263 - Scheduler CLI available as Symfony Command
@@ -15,7 +15,7 @@ Calling the scheduler to process a task is now callable via CLI through `typo3/c
 The following aliases for the scheduler options are now available:
 
 * `--task=13` or `--task 13` as synonym to `-i 13` to run a specific task
-* `--force` as synonym to `-f` to force to run a specific task in combination with `--task` or `-i` 
+* `--force` as synonym to `-f` to force to run a specific task in combination with `--task` or `-i`
 * `--stop` as synonym to `-s` to stop a specific task in combination with `--task` or `-i`
 
-.. index:: CLI, ext:scheduler
\ No newline at end of file
+.. index:: CLI, ext:scheduler
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79337-AddUseCacheHashParameterToFlinktypolinkAndFuritypolink.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79337-AddUseCacheHashParameterToFlinktypolinkAndFuritypolink.rst
index 448a37880b9ed92cce0e326c8b9a0ddb5539773e..f7cf84a966a7a9bed453b80cafd575c600cf03c1 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79337-AddUseCacheHashParameterToFlinktypolinkAndFuritypolink.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79337-AddUseCacheHashParameterToFlinktypolinkAndFuritypolink.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Feature: #79337 - Add useCacheHash parameter to f:link.typolink and f:uri.typolink
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79341-TCARichtextConfigurationInConfigSection.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79341-TCARichtextConfigurationInConfigSection.rst
index 9957762cfeab9badb9172cb559d03cb510612f2a..624cc89d8d282cea877784b2fee345353dcf4847 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79341-TCARichtextConfigurationInConfigSection.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79341-TCARichtextConfigurationInConfigSection.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #79341 - TCA richtext configuration in config section
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79387-AddSignalToExcludeTablesFromReferenceIndex.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79387-AddSignalToExcludeTablesFromReferenceIndex.rst
index ffc4045af1293f7c71cf34b5293fb3832148a489..9b79b1fa45cb166c85f443d0fafddb040b54c9bb 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79387-AddSignalToExcludeTablesFromReferenceIndex.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79387-AddSignalToExcludeTablesFromReferenceIndex.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #79387 - Add signal to exclude tables from ReferenceIndex
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79402-VariableViewHelperForFluid.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79402-VariableViewHelperForFluid.rst
index 79b6730111c2ca8e28126a23bc555fbf398e81bd..ad922ac9291b82579686c7278aa38a6850b8eaa2 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79402-VariableViewHelperForFluid.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79402-VariableViewHelperForFluid.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #79402 - New Fluid ViewHelper f:variable added
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79409-AutorenderAssetSectionsInFluidTemplateWithController.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79409-AutorenderAssetSectionsInFluidTemplateWithController.rst
index 66288f4b0d335b23cf1274c066b4d48e2999b8b6..89a4abaa137022f66fd07a1efd8e05679ae11039 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79409-AutorenderAssetSectionsInFluidTemplateWithController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79409-AutorenderAssetSectionsInFluidTemplateWithController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Feature: #73409 - Auto-render Assets sections in Fluid template with controller
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79413-AutorenderAssetSectionsInFluidTemplateContentObject.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79413-AutorenderAssetSectionsInFluidTemplateContentObject.rst
index 4d007a636dfd71f55f76209286802a2930b8a150..46826b01fcae5f8bebc17c8f889ad35d650bb636 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79413-AutorenderAssetSectionsInFluidTemplateContentObject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79413-AutorenderAssetSectionsInFluidTemplateContentObject.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Feature: #79413 - Auto-render Assets sections in FLUIDTEMPLATE content object
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79420-HideFilesFromListOfDocumentation.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79420-HideFilesFromListOfDocumentation.rst
index 54c640bccb98c494a83d73cdd99a0c77a7e28692..d47b86c8fe269eed0fa6c1ffce0278c84af5019a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79420-HideFilesFromListOfDocumentation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79420-HideFilesFromListOfDocumentation.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #79420 - Hide files from list of documentation
@@ -20,4 +20,4 @@ Impact
 
 The list of documentation files can be shortened now.
 
-.. index:: Backend
\ No newline at end of file
+.. index:: Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79438-OptionToDisableValidationOfStoredRecords.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79438-OptionToDisableValidationOfStoredRecords.rst
index ce0937ad38458c3757218a370acbe171fb1e59fa..74e809f379be3cf5a63b28486db2177da3dd2411 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79438-OptionToDisableValidationOfStoredRecords.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79438-OptionToDisableValidationOfStoredRecords.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Feature: #79438 - Add configuration option to disable validation of stored records
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79440-FormEngineElementExpansion.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79440-FormEngineElementExpansion.rst
index c6bd1baa5b23aaa7c7a04869a8a1f2ab006e5d86..6e1a09792f59ad92bc852a24f6c05dafd73ec83f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79440-FormEngineElementExpansion.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79440-FormEngineElementExpansion.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Feature: #79440 - FormEngine Element Expansion
@@ -166,4 +166,4 @@ The new API brings lots of new options to add functionality to single elements
 without substituting the full element.
 
 
-.. index:: Backend, TCA, PHP-API
\ No newline at end of file
+.. index:: Backend, TCA, PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79442-EXTform-AddElementSelectorForTextEditors.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79442-EXTform-AddElementSelectorForTextEditors.rst
index 653a08b877ecc154013a57d7152ee14a53ca77bd..338f186292269c9515c3d9b5a5998267dc6d5959 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79442-EXTform-AddElementSelectorForTextEditors.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79442-EXTform-AddElementSelectorForTextEditors.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #79442 - EXT:form - add element selector for text editors
@@ -13,4 +13,4 @@ A new button has been added to the text editors of the form editor. Clicking on
 available form elements of the current form. The user has the possibility to choose one of these form elements.
 The process adds the dynamic identifier (e.g. "{text-1}") to the current text editor field.
 
-.. index:: Backend, ext:form
\ No newline at end of file
+.. index:: Backend, ext:form
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79467-EXTform-AddFormSettingsButtonToModuleHeader.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79467-EXTform-AddFormSettingsButtonToModuleHeader.rst
index 5136f642645a5de58f03308dcda767ad2ff4396c..9c3849c170e4936fcf358e62ddd0fe3b0eb91357 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79467-EXTform-AddFormSettingsButtonToModuleHeader.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79467-EXTform-AddFormSettingsButtonToModuleHeader.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #79467 - EXT:form - add form settings button to module header
@@ -11,4 +11,4 @@ Description
 
 A new button has been added to the module header of the form editor. Clicking on this button shows the form settings within the inspector.
 
-.. index:: Backend, ext:form
\ No newline at end of file
+.. index:: Backend, ext:form
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79521-ShowListOfFailedInputElementsInFormEngine.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79521-ShowListOfFailedInputElementsInFormEngine.rst
index 7a6e1d509d0040ec50eecb245896881409ff144e..e11112cc2eafe55a8788966d7e9b2515d7134450 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79521-ShowListOfFailedInputElementsInFormEngine.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79521-ShowListOfFailedInputElementsInFormEngine.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #79521 - Show list of failed input elements in FormEngine
@@ -14,4 +14,4 @@ the module document header. Clicking the button renders a list of all input elem
 
 Clicking onto a field in that list automatically focuses the field in the form.
 
-.. index:: Backend
\ No newline at end of file
+.. index:: Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79530-EXTform-ExtendSaveToDatabaseFinisher.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79530-EXTform-ExtendSaveToDatabaseFinisher.rst
index 24eeed01db2cd49392a8f4ab7553cdd402ae5034..845dde37bbc53f1ee6ff74417116269d5780e97c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79530-EXTform-ExtendSaveToDatabaseFinisher.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79530-EXTform-ExtendSaveToDatabaseFinisher.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #79530 - EXT:form -  Extend SaveToDatabase finisher
@@ -114,4 +114,4 @@ For example, a finisher with identifier 'SomeFinisherIdentifier' writes data wit
 You can read more about the configuration options within the SaveToDatabase inline documentation.
 Please see `\TYPO3\CMS\Form\Domain\Finishers\SaveToDatabaseFinisher`.
 
-.. index:: Frontend, ext:form
\ No newline at end of file
+.. index:: Frontend, ext:form
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79531-EXTform-AddInspectorMultiselectEditors.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79531-EXTform-AddInspectorMultiselectEditors.rst
index d6c5dca8e91ed850c12b1b251f822f4e49c63ba5..e9e7f53740934cb9df3ddbc4fa901762a908b757 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79531-EXTform-AddInspectorMultiselectEditors.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79531-EXTform-AddInspectorMultiselectEditors.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #79531 - EXT:form - Add multiselect inspector editor
@@ -19,4 +19,4 @@ If you have a file upload element in your form, until now you could only select
 mime type restriction. With the new multi-select option, the mime-type field was converted
 and you can now select multiple mime-types (for example docx, doc and odt together).
 
-.. index:: Backend, ext:form
\ No newline at end of file
+.. index:: Backend, ext:form
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-HeaderPositionSupportForFluidStyledContent.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-HeaderPositionSupportForFluidStyledContent.rst
index 48d2fb077b3fc7e22f7e70ccbdb5e2460cb66532..7e7189eda6101c7530e1aaa65406a68ba9b59bdb 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-HeaderPositionSupportForFluidStyledContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-HeaderPositionSupportForFluidStyledContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #79622 - Header Position support for Fluid Styled Content
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-IntroducingFrameClassForFluidStyledContent.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-IntroducingFrameClassForFluidStyledContent.rst
index eab6fb5e47ac3aab17f0cd9b9e77caf1bc649368..ec93765abf0897fbb5f99b5ffb092810f48af4ed 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-IntroducingFrameClassForFluidStyledContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-IntroducingFrameClassForFluidStyledContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #79622 - Introducing Frame Class for Fluid Styled Content
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-IntroducingTableClassForFluidStyledContent.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-IntroducingTableClassForFluidStyledContent.rst
index f76371980b55c5d06954bbb4a8a20345b81b32e9..f7e4a1b75215100d441cacbb1e3d554540bd2652 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-IntroducingTableClassForFluidStyledContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-IntroducingTableClassForFluidStyledContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #79622 - Introducing Table Class for Fluid Styled Content
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-NewContentElementsForFluidStyledContent.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-NewContentElementsForFluidStyledContent.rst
index 6f6f11ae8f916d52ff778bcdc1039c1ed331e3d5..179debd014fb3907238d8bf9fa7cdbeaa9e5bb60 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-NewContentElementsForFluidStyledContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-NewContentElementsForFluidStyledContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #79622 - New Content Elements for Fluid Styled Content
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-NewDefaultLayoutForFluidStyledContent.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-NewDefaultLayoutForFluidStyledContent.rst
index b5bfc59dc5d61a2fd811877019317802cffc8ea1..8941cdf7403c0375abae44f06132127c69bb2762 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-NewDefaultLayoutForFluidStyledContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-NewDefaultLayoutForFluidStyledContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _feature-79622-new-default-layout-for-fluid-styled-content:
 
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-SpaceBeforeAndSpaceAfterClassForCssStyledContent.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-SpaceBeforeAndSpaceAfterClassForCssStyledContent.rst
index 4ffdb7e502e8ed65d38319fc9f905266d9fd35ac..271def730aaf0faa707481f199ae1b5ebe1bdb08 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-SpaceBeforeAndSpaceAfterClassForCssStyledContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-SpaceBeforeAndSpaceAfterClassForCssStyledContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Feature: #79622 - SpaceBefore- and SpaceAfterClass for CSS Styled Content
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-SpaceBeforeAndSpaceAfterClassForFluidStyledContent.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-SpaceBeforeAndSpaceAfterClassForFluidStyledContent.rst
index d044df13465ce69f37c0c4e0c83212a4039359c8..e1c0bf83a8421edd4bf97c8bc447409566cb8cf6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-SpaceBeforeAndSpaceAfterClassForFluidStyledContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-SpaceBeforeAndSpaceAfterClassForFluidStyledContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Feature: #79622 - SpaceBefore- and SpaceAfterClass for Fluid Styled Content
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-TextmediaSupportForCSSStyledContent.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-TextmediaSupportForCSSStyledContent.rst
index 28cf72f91dbe4e7eda0e7ff5535c7c1906fa098d..c174d571656edc866da9c4d24b6ba6d43eba8154 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-TextmediaSupportForCSSStyledContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79622-TextmediaSupportForCSSStyledContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #79622 - Textmedia support for CSS Styled Content
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79626-IntegrateRecordLinkHandler.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79626-IntegrateRecordLinkHandler.rst
index 604b21328b5196125d73d927d3ad18fa17b99d31..c0ca499906e9dbf675b784f2d6b3f61c39f6cc5f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79626-IntegrateRecordLinkHandler.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79626-IntegrateRecordLinkHandler.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Feature: #79626 - Integrate record link handler
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79658-SynchronizedFieldValuesInLocalizedRecords.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79658-SynchronizedFieldValuesInLocalizedRecords.rst
index 18b853f3fff6f14b09464f2b60301cd9ee9df0b8..bd97a596ddbf799084d0fe220d85008f8ef030dd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79658-SynchronizedFieldValuesInLocalizedRecords.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-79658-SynchronizedFieldValuesInLocalizedRecords.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #79658 - Synchronized field values in localized records
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Important-75400-NewDataHandlerCommandCopyToLanguage.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Important-75400-NewDataHandlerCommandCopyToLanguage.rst
index 8f618e6c7529f25049fc374f30b6403be1f1f31f..310b85630dd4ca067fe411abdeb2a927d879b9ce 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Important-75400-NewDataHandlerCommandCopyToLanguage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Important-75400-NewDataHandlerCommandCopyToLanguage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Important: #75400 - New DataHandler command 'copyToLanguage'
@@ -18,4 +18,4 @@ content elements using the translation wizard's "Copy" strategy.
 The `localize` DataHandler command should be used when translating records in "Connected Mode" (strict translation of records from the default language).
 This command is used when selecting "Translate" strategy in content elements translation wizard.
 
-.. index:: PHP-API, Backend
\ No newline at end of file
+.. index:: PHP-API, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Important-78899-DisplayCondStrictParsing.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Important-78899-DisplayCondStrictParsing.rst
index 43b907379655a4c275b24e9aa9541805dd42b482..29f83bf401f3510c7b603e8fc52645f4acbb66ea 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Important-78899-DisplayCondStrictParsing.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Important-78899-DisplayCondStrictParsing.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Important: #78899 - displayCond strict parsing
@@ -13,4 +13,4 @@ The parser handling :code:`displayCond` in :code:`TCA` fields is now strict and
 documented condition syntax is not valid or if referenced fields are not found. This should help
 debugging faulty conditions a lot.
 
-.. index:: Backend, FlexForm, TCA
\ No newline at end of file
+.. index:: Backend, FlexForm, TCA
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Important-79005-ConnectPersistentToRedisFromCacheBackend.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Important-79005-ConnectPersistentToRedisFromCacheBackend.rst
index d2048244d2c0fa26d00c0d3173cf06a801d415be..dcf99296576d095e25f9b3b87aa09ced5474b0ac 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Important-79005-ConnectPersistentToRedisFromCacheBackend.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Important-79005-ConnectPersistentToRedisFromCacheBackend.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================================
 Important: #79005 - Included missing support for persistent connection in Redis cache backend
@@ -24,4 +24,4 @@ Impact
 None. Non-persistent connections remain the default.
 
 
-.. index:: LocalConfiguration
\ No newline at end of file
+.. index:: LocalConfiguration
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Important-79119-RemovedPageRepository-versioningPreview_where_hid_delProperty.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Important-79119-RemovedPageRepository-versioningPreview_where_hid_delProperty.rst
index 008fe345a55d99a3bc5b80f35d00cbfaa08a3c47..b7f8608b316c1a8669540cff91c4559fe1396872 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Important-79119-RemovedPageRepository-versioningPreview_where_hid_delProperty.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Important-79119-RemovedPageRepository-versioningPreview_where_hid_delProperty.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Important: #79119 - Removed PageRepository->versioningPreview_where_hid_del property
@@ -12,4 +12,4 @@ Description
 The public property `$versioningPreview_where_hid_del` inside the PHP class `PageRepository` was not used anymore
 due to the refactoring of the database queries based on Doctrine DBAL and has been removed.
 
-.. index:: Frontend, PHP-API
\ No newline at end of file
+.. index:: Frontend, PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Important-79221-UseGlobalsDollarInsteadOfTYPO3jQuery.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Important-79221-UseGlobalsDollarInsteadOfTYPO3jQuery.rst
index 34a9fa6f32dfa35553a37f3de118e73cdae4b9c6..860b73add99b399a6b7afa077fa6e058ebd79ad0 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Important-79221-UseGlobalsDollarInsteadOfTYPO3jQuery.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Important-79221-UseGlobalsDollarInsteadOfTYPO3jQuery.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Important: #79221 - Use $ instead of TYPO3.jQuery
@@ -9,11 +9,11 @@ See :issue:`79221`
 Description
 ===========
 
-The TYPO3 Core uses jQuery in the TYPO3 Backend with a default namespace of :javascript:`TYPO3.jQuery` and :javascript:`jQuery` in the global object
+The TYPO3 Core uses jQuery in the TYPO3 Backend with a default namespace of :js:`TYPO3.jQuery` and :js:`jQuery` in the global object
 namespace, and is now also available as global `$` when no other namespace is given. This was not possible before due to conflicts with
 prototype.js.
 
-If using the shipped jQuery code in the Frontend explicitly via :ts:`page.javascriptLibs.jQuery.noConflict.namespace = default` then the
-global :javascript:`$` is also available in frontend scripts.
+If using the shipped jQuery code in the Frontend explicitly via :typoscript:`page.javascriptLibs.jQuery.noConflict.namespace = default` then the
+global :js:`$` is also available in frontend scripts.
 
 .. index:: JavaScript, TypoScript
diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Index.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Index.rst
index 703edbffa603fa643e8a84335c14776e4b0d9681..1484b7b2869d86a8156d6425a50dd859b92dc71a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.6/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.6/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 8.6 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Breaking-82093-ExtFormFieldPartialChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Breaking-82093-ExtFormFieldPartialChanged.rst
index ccfb7f4e2df3ca34aa592d46fe684b8751ba5c93..025dded8c2345d27ca67086f3e52f73d543fdf8b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Breaking-82093-ExtFormFieldPartialChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Breaking-82093-ExtFormFieldPartialChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #82093 - EXT:form Partials/Field/Field.html has changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Breaking-84843-UseNo-cookieDomainForYoutubeByDefault.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Breaking-84843-UseNo-cookieDomainForYoutubeByDefault.rst
index 5b33829d25cd88da07bbf6827bf8842ec0e1456b..b70cf7ead8dba7716548275e7c9ec7be5da0058d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Breaking-84843-UseNo-cookieDomainForYoutubeByDefault.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Breaking-84843-UseNo-cookieDomainForYoutubeByDefault.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #84843 - Use no-cookie domain for youtube by default
@@ -29,7 +29,7 @@ is used if explicitly set by the following TypoScript configuration:
 Impact
 ======
 
-The TypoScript configuration :ts:`lib.contentElement.settings.media.additionalConfig` is used
+The TypoScript configuration :typoscript:`lib.contentElement.settings.media.additionalConfig` is used
 as attribute :php:`additionalConfig` of the ViewHelper :php:`\TYPO3\CMS\Fluid\ViewHelpers\MediaViewHelper`.
 
 If no configuration is provided, the domain `www.youtube-nocookie.com` is used.
@@ -44,6 +44,6 @@ Installations which require the usage of the domain `www.youtube.com` or setting
 Migration
 =========
 
-Use the TypoScript configuration :ts:`lib.contentElement.settings.media.additionalConfig.no-cookie = 0`
+Use the TypoScript configuration :typoscript:`lib.contentElement.settings.media.additionalConfig.no-cookie = 0`
 
-.. index:: TypoScript, ext:fluid_styled_content
\ No newline at end of file
+.. index:: TypoScript, ext:fluid_styled_content
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Deprecation-83403-ExtFormTranslationForOptionsPropertiesAsString.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Deprecation-83403-ExtFormTranslationForOptionsPropertiesAsString.rst
index f4d9b737ee76129a841b70918f5555010208740f..16e63f43c97b7034909aa76ebf5b6274b12cc351 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Deprecation-83403-ExtFormTranslationForOptionsPropertiesAsString.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Deprecation-83403-ExtFormTranslationForOptionsPropertiesAsString.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Deprecation: #83403 - EXT:form - deprecate translation for "options" as string
@@ -43,4 +43,4 @@ Use
 
 to translate the "options" property within MultiCheckbox and RadioButton form element templates.
 
-.. index:: Frontend, ext:form
\ No newline at end of file
+.. index:: Frontend, ext:form
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Deprecation-84449-TranslateElementErrorViewHelperArguments.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Deprecation-84449-TranslateElementErrorViewHelperArguments.rst
index 1b0d7cbec0a2bc239c65d963fcf1fdbe8fc97e71..76ba344e14ddef579b398260f94351e94462a357 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Deprecation-84449-TranslateElementErrorViewHelperArguments.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Deprecation-84449-TranslateElementErrorViewHelperArguments.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Deprecation: #84449 - TranslateElementErrorViewHelper arguments
@@ -44,4 +44,4 @@ to
    {formvh:translateElementError(element: element, error: error)}
 
 
-.. index:: Frontend, ext:form
\ No newline at end of file
+.. index:: Frontend, ext:form
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-78161-IntroduceTypoScriptFileExtension.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-78161-IntroduceTypoScriptFileExtension.rst
index 7f7b147ed870967624dec50845101df212ce0cb9..cb231c96f2710baf70cef0b12d4fb46c79e51410 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-78161-IntroduceTypoScriptFileExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-78161-IntroduceTypoScriptFileExtension.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #78161 - Introduce .typoscript file extension
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-81654-AddingNovalidateAttributeToFluidFormViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-81654-AddingNovalidateAttributeToFluidFormViewHelper.rst
index 6c9a33c1485215956487aef32bf55ca15eaef58a..15559fcd4ed0f7d76aa8bf605fc3841ca680e174 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-81654-AddingNovalidateAttributeToFluidFormViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-81654-AddingNovalidateAttributeToFluidFormViewHelper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #81654 - Adding novalidate Attribute to Fluid Form ViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-83405-AddConfirmationFinisherTemplate.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-83405-AddConfirmationFinisherTemplate.rst
index 482cfaef08c60328065ac7836a9ff138a21d6a82..d666ee3a858202e091ff42f65cdf1358dac885a3 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-83405-AddConfirmationFinisherTemplate.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-83405-AddConfirmationFinisherTemplate.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #83405 - add ConfirmationFinisher template
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-84244-AllowAddingAdditionalQueryrestrictions.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-84244-AllowAddingAdditionalQueryrestrictions.rst
index 43ec82f3f74efb503aafa05aadc9e332762ac28c..1dc741c9ba2818c96522a95981b6c91b54e37e50 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-84244-AllowAddingAdditionalQueryrestrictions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-84244-AllowAddingAdditionalQueryrestrictions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #84244 - Allow adding additional query restrictions
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-84537-MakeCHashConfigurableInFluidWidgetLinks.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-84537-MakeCHashConfigurableInFluidWidgetLinks.rst
index 0da5efbfc4e92c6e0e2f2441b79be53826459cb4..eb02f4d25a84a598ca493af6b7593fe29ff9633f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-84537-MakeCHashConfigurableInFluidWidgetLinks.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-84537-MakeCHashConfigurableInFluidWidgetLinks.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #84537 - Make cHash configurable in Fluid Widget Links
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-84781-AddedSchedulerTaskToAnonymizeIPAddressesOfTables.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-84781-AddedSchedulerTaskToAnonymizeIPAddressesOfTables.rst
index e77b6a991580856552804cc8260eb90bba05660a..92fb7f641f29c81a7abb2f39e75937f4d09d3d7d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-84781-AddedSchedulerTaskToAnonymizeIPAddressesOfTables.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-84781-AddedSchedulerTaskToAnonymizeIPAddressesOfTables.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Feature: #84781 - Added scheduler task to anonymize IP addresses of tables
@@ -35,4 +35,4 @@ The following tables are available by default:
 - index_stat_search
 - sys_log
 
-.. index:: CLI, ext:scheduler
\ No newline at end of file
+.. index:: CLI, ext:scheduler
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-90351-ConfigureTYPO3-shippedCookiesWithSameSiteFlag.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-90351-ConfigureTYPO3-shippedCookiesWithSameSiteFlag.rst
index 0608816662e621bc1214570e05701b8f6b47a6c8..d5c75fce27dc21893b7533686c3b0f070e05abc8 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-90351-ConfigureTYPO3-shippedCookiesWithSameSiteFlag.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Feature-90351-ConfigureTYPO3-shippedCookiesWithSameSiteFlag.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #90351 - Configure TYPO3-shipped cookies with SameSite flag
@@ -57,4 +57,4 @@ the SameSite flag will behave as before.
 Both settings can be configured in the Install Tool / Maintenance
 Area Settings module.
 
-.. index:: LocalConfiguration, ext:core
\ No newline at end of file
+.. index:: LocalConfiguration, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-23178-NewTYPO3_CONF_VARSOptionFEpageNotFound_handling_accessdeniedheader.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-23178-NewTYPO3_CONF_VARSOptionFEpageNotFound_handling_accessdeniedheader.rst
index 528b03e61c762f86f6493f4f2852da044e92e3f1..b7a6bc06e7955529a02435b94d46be3ea0c3fd2c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-23178-NewTYPO3_CONF_VARSOptionFEpageNotFound_handling_accessdeniedheader.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-23178-NewTYPO3_CONF_VARSOptionFEpageNotFound_handling_accessdeniedheader.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================================
 Important: #23178 - New TYPO3_CONF_VARS option FE|pageNotFound_handling_accessdeniedheader
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-75591-PartialsHoneypothtmlHasChanged.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-75591-PartialsHoneypothtmlHasChanged.rst
index 51321265a467aef39ca0b63c79a5c127c443810e..f67548f735cee069874c4d27501bf991dfb188de 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-75591-PartialsHoneypothtmlHasChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-75591-PartialsHoneypothtmlHasChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Important: #75591 - Partials/Honeypot.html has changed
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-77830-CSC-HeaderLinkRespectsGlobalPageTarget.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-77830-CSC-HeaderLinkRespectsGlobalPageTarget.rst
index 85633b8ee331b57c4dec94cd007630dae3485a25..b364dff79e03ddb771712437f0102b480ecae0d9 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-77830-CSC-HeaderLinkRespectsGlobalPageTarget.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-77830-CSC-HeaderLinkRespectsGlobalPageTarget.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Important: #77830 - CSC-HeaderLinkRespectsGlobalPageTarget
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-78336-GeneratePreviewLinksWithAChash.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-78336-GeneratePreviewLinksWithAChash.rst
index 4240440b332fca81bcd10f847ba6ea30f82641dd..79d297c00d50334ff098cb97346ee398888ebe58 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-78336-GeneratePreviewLinksWithAChash.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-78336-GeneratePreviewLinksWithAChash.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Important: #78336 - Generate preview links with a chash
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-79647-AddedHookForResolvingCustomLinkTypes.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-79647-AddedHookForResolvingCustomLinkTypes.rst
index ed0dd31967a322fcde9051306b28c9cb073806f0..c441d36db1bb4dfb1294dcf23680b22a684577ab 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-79647-AddedHookForResolvingCustomLinkTypes.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-79647-AddedHookForResolvingCustomLinkTypes.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Important: #79647 - Added Hook for resolving custom link types
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-81751-DbalCompatibleQuotingInTca.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-81751-DbalCompatibleQuotingInTca.rst
index 0de0d8012559bdd2eb876d0fa254b6f378a98aff..7b318cc361e13b5ba48581344be746d8613e17fe 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-81751-DbalCompatibleQuotingInTca.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-81751-DbalCompatibleQuotingInTca.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Important: #81751 - DBAL compatible quoting in TCA
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-82763-GlobalFluidExpressionNodeTypeAndTemplatePreProcessorConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-82763-GlobalFluidExpressionNodeTypeAndTemplatePreProcessorConfiguration.rst
index c92c74c11b992eb4346a8f18ff08ce891ffbbc33..c57b2d15a882a7369c3dc424d30ec1cb45da3c26 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-82763-GlobalFluidExpressionNodeTypeAndTemplatePreProcessorConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-82763-GlobalFluidExpressionNodeTypeAndTemplatePreProcessorConfiguration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================================
 Important: #82763 - Fluid config for ExpressionNodeType and TemplatePreProcessor made global
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-82794-AddedSysLanguageModeFallbackStop.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-82794-AddedSysLanguageModeFallbackStop.rst
index dcf9b2d32ef74884f9314a3629135232f24e5b74..992184aa60afd943f24594355400ac18dc3810d6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-82794-AddedSysLanguageModeFallbackStop.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-82794-AddedSysLanguageModeFallbackStop.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================================
 Important: #82794 - Added config.sys_language_mode = content_fallback;3,2,pageNotFound
@@ -10,7 +10,7 @@ Description
 ===========
 
 If a translation (language UID 5) has a TypoScript configuration to
-:ts:`config.sys_language_mode = content_fallback;3,2` the definition is that if this page is not
+:typoscript:`config.sys_language_mode = content_fallback;3,2` the definition is that if this page is not
 available in this translation (language = 5) then check if a translation for `3` and after that `2` is
 set.
 
@@ -26,7 +26,7 @@ On a set up like:
 You would not want to fall back to german AT ALL.
 
 It is now possible to define a special keyword called `pageNotFound` to not fall back to
-:ts:`sys_language_uid = 0` if any other fallbacks do not work - so a 404 error page is thrown.
-:ts:`config.sys_language_mode = content_fallback;3,2,pageNotFound`
+:typoscript:`sys_language_uid = 0` if any other fallbacks do not work - so a 404 error page is thrown.
+:typoscript:`config.sys_language_mode = content_fallback;3,2,pageNotFound`
 
 .. index:: TypoScript, Frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-83768-RemoveReferrerCheck.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-83768-RemoveReferrerCheck.rst
index ad4e59a11f0625b50ceac1d45d52b2f725d41097..ed6c70aaaa85ce98569f44840499279c293b8b21 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-83768-RemoveReferrerCheck.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-83768-RemoveReferrerCheck.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Important: #83768 - Remove referrer check
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-83971-ConsoleShowDeprecationWarningInChrome.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-83971-ConsoleShowDeprecationWarningInChrome.rst
index 5f7ceeaa94886391212bb2e6667dfe4ff6c42c6d..0f879e7cf8f335c690bc1bb60473579ed232e76f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-83971-ConsoleShowDeprecationWarningInChrome.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-83971-ConsoleShowDeprecationWarningInChrome.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Important: #83971 - Browser Notification API only works on SSL encrypted connections
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-84144-RootlineUtilityIsEnrichingOnlyProperlySelectedRelationalDatabaseFields.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-84144-RootlineUtilityIsEnrichingOnlyProperlySelectedRelationalDatabaseFields.rst
index 55daecf72a5bc400e57bcfb78f5d4f0facc9357b..4d4c72fae4a4f0a26757ead51704961df333b9c5 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-84144-RootlineUtilityIsEnrichingOnlyProperlySelectedRelationalDatabaseFields.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-84144-RootlineUtilityIsEnrichingOnlyProperlySelectedRelationalDatabaseFields.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================================
 Important: #84144 - RootlineUtility is enriching only properly selected relational database fields
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-84844-AddFieldnameToDataHandler-Localize-TranslateToMessageHook.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-84844-AddFieldnameToDataHandler-Localize-TranslateToMessageHook.rst
index 904e98b9c0a756ea6a904d43264014067bde7cf6..56d6752f943c391452b9cc6fe89c2736b7c8660e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-84844-AddFieldnameToDataHandler-Localize-TranslateToMessageHook.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-84844-AddFieldnameToDataHandler-Localize-TranslateToMessageHook.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================================
 Important: #84844 - Add fieldname to DataHandler - localize - translateToMessage hook
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-84910-DenyDirectFALCommandsForFormDefinitions.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-84910-DenyDirectFALCommandsForFormDefinitions.rst
index b4cc2493257cae7aa782b33b11e227b78cd0c522..f2b42cfee79e97c3ed718e865e03d4cb96992e58 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-84910-DenyDirectFALCommandsForFormDefinitions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-84910-DenyDirectFALCommandsForFormDefinitions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Important: #84910 - Deny direct FAL commands for form definitions
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-85044-FilterDisallowedPropertiesInFormEditor.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-85044-FilterDisallowedPropertiesInFormEditor.rst
index 748ab81239d13bed8361bbfd1d3f6305b9f602d0..5d4e17dbff0ff7eed4cb64c6f1d8921b7f1a455e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-85044-FilterDisallowedPropertiesInFormEditor.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-85044-FilterDisallowedPropertiesInFormEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Important: #85044 - Filter disallowed properties in form editor
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-85361-EXTrte_ckeditor-Re-addTheSoftHyphenButton.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-85361-EXTrte_ckeditor-Re-addTheSoftHyphenButton.rst
index 7368e6869e6475b5b9181cf46ecc856133677cbf..7b58fe861a6370a3cf36251519023dba3423694d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-85361-EXTrte_ckeditor-Re-addTheSoftHyphenButton.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-85361-EXTrte_ckeditor-Re-addTheSoftHyphenButton.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Important: #85361 - EXT:rte_ckeditor - re-add the soft hyphen button
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-85385-IntegratePharStreamWrapper.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-85385-IntegratePharStreamWrapper.rst
index 7d8b062cfe140de101a92528f35b231190882200..976cde6ca01c2372a0c43405fa6b9896cb7c77bf 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-85385-IntegratePharStreamWrapper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-85385-IntegratePharStreamWrapper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Important: #85385 - Integrate Phar Stream Wrapper
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-85689-ReplacedDefaultValueWithPlaceholderInExternalUrlLinkHandler.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-85689-ReplacedDefaultValueWithPlaceholderInExternalUrlLinkHandler.rst
index f8f1a13616e64673f269a9811f9c15e1212e7d4d..cc2ffd89f30f016a8bc313961bf05d657ba1a7dd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-85689-ReplacedDefaultValueWithPlaceholderInExternalUrlLinkHandler.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-85689-ReplacedDefaultValueWithPlaceholderInExternalUrlLinkHandler.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Important: #85689 - Replaced default value with placeholder in external url link handler
@@ -15,4 +15,4 @@ to duplicate HTTP protocols, for example: `http://https://typo3.org/`
 
 A placeholder is now used instead of a default value. Editors can paste links directly and do not have to remove a default value first.
 
-.. index:: PHP-API, Backend
\ No newline at end of file
+.. index:: PHP-API, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-87298-DestroySessionsOnPasswordChange.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-87298-DestroySessionsOnPasswordChange.rst
index 32ef333411e1818cebc48fc7a24d0cd6d0f02513..ccf2148bafb61451cca4ec8da307c61751898cf6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-87298-DestroySessionsOnPasswordChange.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-87298-DestroySessionsOnPasswordChange.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Important: #87298 - [SECURITY] Destroy sessions on password change
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-88302-PreventOverridingCKEditorConfigFromPlugins.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-88302-PreventOverridingCKEditorConfigFromPlugins.rst
index 962e9c525eb002be1d5b6e7181aa6dd3bfcf37c9..13f13d09c1a64acdb396e3dd59383e8c4dc029c9 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-88302-PreventOverridingCKEditorConfigFromPlugins.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-88302-PreventOverridingCKEditorConfigFromPlugins.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Important: #88302 - Prevent overriding CKEditor config from plugins
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7.x/Index.rst b/typo3/sysext/core/Documentation/Changelog/8.7.x/Index.rst
index 68e51332f6f73b5c5f7fc8386d693a560991ab6d..c1267fa28d5e3e426d7ecfa7aab7d802882590de 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7.x/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7.x/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 8.7.x Changes
 =============
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-79615-QueryBuilderGetQueriedTablesResultFormatChange.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-79615-QueryBuilderGetQueriedTablesResultFormatChange.rst
index f20bb681c5f856851193b8a348e32898dedcc253..7bb139374be40797cc4d9fdabd41ed0c19dfed8c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-79615-QueryBuilderGetQueriedTablesResultFormatChange.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-79615-QueryBuilderGetQueriedTablesResultFormatChange.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #79615 - QueryBuilder getQueriedTables result format change
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80050-RemovedOptionCHashIncludePageIdFromCHashCalculation.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80050-RemovedOptionCHashIncludePageIdFromCHashCalculation.rst
index 8edbd6d018bc567af6df10e65f141267406931ee..4183274f46d06d73f42f94b12152dd188c4bc741 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80050-RemovedOptionCHashIncludePageIdFromCHashCalculation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80050-RemovedOptionCHashIncludePageIdFromCHashCalculation.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #80050 - Remove option cHashIncludePageId from cHash calculation
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80149-RemoveGLOBALSTYPO3_CONF_VARSFEpageOverlayFields.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80149-RemoveGLOBALSTYPO3_CONF_VARSFEpageOverlayFields.rst
index be7724f1e619aa55daf962fff664562a22746083..dc137da312452cc72a3b12aced76eadab3e0121e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80149-RemoveGLOBALSTYPO3_CONF_VARSFEpageOverlayFields.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80149-RemoveGLOBALSTYPO3_CONF_VARSFEpageOverlayFields.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Breaking: #80149 - Remove $GLOBALS['TYPO3_CONF_VARS']['FE']['pageOverlayFields']
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80171-RemoveLibparseFunc_RTEInlineStylesFromParsedBlockquoteTag.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80171-RemoveLibparseFunc_RTEInlineStylesFromParsedBlockquoteTag.rst
index ba11ae914364cc6205e643c31b46cf66a6b69811..82e90a0a059f88cafb2826b54f9d37efd9894d5f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80171-RemoveLibparseFunc_RTEInlineStylesFromParsedBlockquoteTag.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80171-RemoveLibparseFunc_RTEInlineStylesFromParsedBlockquoteTag.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Breaking: #80171 - Remove lib.parseFunc_RTE inline styles from parsed blockquote tag
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80374-DefaultContentElementConfigurationForFrontendLoginAdaptsFluidStyledContent.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80374-DefaultContentElementConfigurationForFrontendLoginAdaptsFluidStyledContent.rst
index 1b50f204d40aae8cd992f028f7486274c7da912d..8d9b0c4e5d0273254f697169d948e713b080f2f9 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80374-DefaultContentElementConfigurationForFrontendLoginAdaptsFluidStyledContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80374-DefaultContentElementConfigurationForFrontendLoginAdaptsFluidStyledContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================================
 Breaking: #80374 - Default content element configuration for frontend login adapts fluid styled content
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80412-NewSharedContentElementTyposcriptLibraryObjectForFluidStyledContent.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80412-NewSharedContentElementTyposcriptLibraryObjectForFluidStyledContent.rst
index 1680cc5be1586801694a29409f4ec411383258d5..c030c141fb63dfb9d5f719bdc2719a76e87ebff2 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80412-NewSharedContentElementTyposcriptLibraryObjectForFluidStyledContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80412-NewSharedContentElementTyposcriptLibraryObjectForFluidStyledContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================================
 Breaking: #80412 - New shared content element TypoScript library object for Fluid Styled Content
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80628-ExtensionRtehmlareaMovedToTER.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80628-ExtensionRtehmlareaMovedToTER.rst
index 2bf8740008b0580bcdad413af451cb674a136682..c2f0753fa50ff3a86ae9eaf1e3b591bd16eac4d3 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80628-ExtensionRtehmlareaMovedToTER.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Breaking-80628-ExtensionRtehmlareaMovedToTER.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Breaking: #80628 - Extension rtehmlarea moved to TER
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-78650-TemplateService-splitConfArray.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-78650-TemplateService-splitConfArray.rst
index 9f8e2bf4c5b0ffd44f7f98c2f63a88a7b54423e4..053e22d487f477ee60a0ecf885a460107014a395 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-78650-TemplateService-splitConfArray.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-78650-TemplateService-splitConfArray.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Deprecation: #78650 - TemplateService->splitConfArray
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79122-DeprecateBackendUtilitygetRecordsByField.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79122-DeprecateBackendUtilitygetRecordsByField.rst
index 217df2027ecc2058a8f2614004f17915330e4527..b813327e7416188de09e35050a24c6ed99b2b138 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79122-DeprecateBackendUtilitygetRecordsByField.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79122-DeprecateBackendUtilitygetRecordsByField.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Deprecation: #79122 - Deprecate method getRecordsByField
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79580-MethodsInDataHandlerRelatedToPageDeleteAccess.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79580-MethodsInDataHandlerRelatedToPageDeleteAccess.rst
index f5e6f30457eff479a727f98449802de1eae9626e..cfa8c5f2cf84e84768c5b1e07684bb6435b9758a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79580-MethodsInDataHandlerRelatedToPageDeleteAccess.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79580-MethodsInDataHandlerRelatedToPageDeleteAccess.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Deprecation: #79580 - Deprecate methods in DataHandler related to page delete access
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79591-ExtbaseCommandControllersAdminRoleMethods.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79591-ExtbaseCommandControllersAdminRoleMethods.rst
index a3853e9faf414fb09c9198b5f316c49b9781b091..71d1a4b20b195b6409b037dc2e3181e1985c798d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79591-ExtbaseCommandControllersAdminRoleMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79591-ExtbaseCommandControllersAdminRoleMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Deprecation: #79591 - Extbase command controllers admin role methods
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79770-DeprecateInlineLocalizationMode.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79770-DeprecateInlineLocalizationMode.rst
index 2ab09f54b0afd64ac6a455d6ec31cdfce9bc86b5..51d9139111dad7a34ea6a9cca3b725dca0fa8d76 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79770-DeprecateInlineLocalizationMode.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79770-DeprecateInlineLocalizationMode.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #79770 - Deprecate inline localizationMode
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79858-TSFE-relatedPropertiesAndMethods.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79858-TSFE-relatedPropertiesAndMethods.rst
index 923138658b42ed08d25ad94d2701c4671f449cbe..72e300073dd227a5dbbe9f06e798e5c7502c3e3d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79858-TSFE-relatedPropertiesAndMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79858-TSFE-relatedPropertiesAndMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #79858 - TSFE-related properties and methods
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79972-DeprecatedFluidOverrides.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79972-DeprecatedFluidOverrides.rst
index 5c973996562f5bf75a27e9d0add5a2fc20d86458..6bb240dcc5564d579c43aabd5bf200e156690987 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79972-DeprecatedFluidOverrides.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-79972-DeprecatedFluidOverrides.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Deprecation: #79972 - Deprecated Fluid Overrides
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80000-InlineOverrideChildTca.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80000-InlineOverrideChildTca.rst
index 9f98058f9d48ee8b54ca219f3d3a7a858df444a1..3ef443c0bb580f7ac8041c0e863fb1cc36233c4e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80000-InlineOverrideChildTca.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80000-InlineOverrideChildTca.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Deprecation: #80000 - InlineOverrideChildTca
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80027-RemoveTCAConfigMaxOnInputDateTimeFields.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80027-RemoveTCAConfigMaxOnInputDateTimeFields.rst
index bd670f18cc63af04aa25cde72fed4fe8f4182e17..41f3d0fe3afe8dbfcf28d6a15c80a2a72847f20d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80027-RemoveTCAConfigMaxOnInputDateTimeFields.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80027-RemoveTCAConfigMaxOnInputDateTimeFields.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Deprecation: #80027 - Remove TCA config 'max' on inputDateTime fields
@@ -30,4 +30,4 @@ Migration
 
 Remove the 'max' config option for renderType="inputDateTime".
 
-.. index:: Backend, Database, TCA
\ No newline at end of file
+.. index:: Backend, Database, TCA
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80047-DeprecateJQueryAndExtJSForBEViewhelpers.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80047-DeprecateJQueryAndExtJSForBEViewhelpers.rst
index 1407bc32660a05c67b57265bd5e915fac9a1f98b..d01593b93e2f1639656c1d1d40d7d666e7e3c951 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80047-DeprecateJQueryAndExtJSForBEViewhelpers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80047-DeprecateJQueryAndExtJSForBEViewhelpers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Deprecation: #80047 - Deprecate jQuery and extJS for BE viewhelpers
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80048-MarkExtJSRelatedAPICallsAsDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80048-MarkExtJSRelatedAPICallsAsDeprecated.rst
index c915d31e72c96b0220c40b7392967bbad6559a47..1ed42a45a8acac080bfabf5bc4ac300f955a2597 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80048-MarkExtJSRelatedAPICallsAsDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80048-MarkExtJSRelatedAPICallsAsDeprecated.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Deprecation: #80048 - Mark ExtJS related API calls as deprecated
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80053-ExtbaseCLIConsoleOutputDifferentMethodSignatureForInfiniteAttempts.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80053-ExtbaseCLIConsoleOutputDifferentMethodSignatureForInfiniteAttempts.rst
index 50ea1bd625bdfd688212892e914191d1ff434339..93955de7b4fe323d57685c3526241c09cb4b095a 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80053-ExtbaseCLIConsoleOutputDifferentMethodSignatureForInfiniteAttempts.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80053-ExtbaseCLIConsoleOutputDifferentMethodSignatureForInfiniteAttempts.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================================
 Deprecation: #80053 - Extbase CLI Console Output different method signature for infinite attempts
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80076-TypoScriptOptionPageinsertClassesFromRTE.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80076-TypoScriptOptionPageinsertClassesFromRTE.rst
index 485f178d8cd4e17f57a6a422c5fc04fe54b3236e..bb273d5daafc02ad8fe2b69632e64c60a95901af 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80076-TypoScriptOptionPageinsertClassesFromRTE.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80076-TypoScriptOptionPageinsertClassesFromRTE.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Deprecation: #80076 - TypoScript option page.insertClassesFromRTE
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80079-DeprecatedBootstraploadExtensionTables.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80079-DeprecatedBootstraploadExtensionTables.rst
index 3155d9d54f4226fbdab890f966fd9af8d65056a5..d3249a3d1f49e15cb90a2c4551840e98e431d3ed 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80079-DeprecatedBootstraploadExtensionTables.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80079-DeprecatedBootstraploadExtensionTables.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Deprecation: #80079 - Deprecated method Bootstrap::loadExtensionTables
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80317-DeprecateBackendUtilityGetRecordRaw.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80317-DeprecateBackendUtilityGetRecordRaw.rst
index 31ee24e5dd179485aa67dafd7f167423b8e36a85..8982dc01c66f4d751d751d389adef1e98a630e40 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80317-DeprecateBackendUtilityGetRecordRaw.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80317-DeprecateBackendUtilityGetRecordRaw.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Deprecation: #80317 - Deprecate BackendUtility::getRecordRaw()
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80440-EXTlowlevelArrayBrowser-wrapValue.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80440-EXTlowlevelArrayBrowser-wrapValue.rst
index 6e37edc4db82d6820d564053800cf388f027b189..b8c2c5601148b14e68bd346bdeb9fa02e3e149b5 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80440-EXTlowlevelArrayBrowser-wrapValue.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80440-EXTlowlevelArrayBrowser-wrapValue.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #80440 - EXT:lowlevel ArrayBrowser->wrapValue
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80444-TypoScriptFrontendController-BeLoginLinkIPList.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80444-TypoScriptFrontendController-BeLoginLinkIPList.rst
index 5db62d87ef8b612138aad8b518394f9ceba329fa..b81dab842c5e420049fa2a605bb55f1eec465e9b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80444-TypoScriptFrontendController-BeLoginLinkIPList.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80444-TypoScriptFrontendController-BeLoginLinkIPList.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Deprecation: #80444 - TypoScriptFrontendController-> beLoginLinkIPList
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80445-DeprecatePrintContentMethods.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80445-DeprecatePrintContentMethods.rst
index 6d975a59ccca88c789c5057d5c11c33f16497104..c409aec82914ebb87a0587de94c12d932ec7915f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80445-DeprecatePrintContentMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80445-DeprecatePrintContentMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Deprecation: #80445 - Deprecate printContent methods
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80449-GeneralUtilityfreetypeDpiComp.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80449-GeneralUtilityfreetypeDpiComp.rst
index af0f6e9d85044c8582b8eb41b551f4596495b2c9..6675744258abd67b48ca1b7ffd9a9b3bb95f090f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80449-GeneralUtilityfreetypeDpiComp.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80449-GeneralUtilityfreetypeDpiComp.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Deprecation: #80449 - GeneralUtility::freetypeDpiComp
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80451-DeprecateGeneralUtilitycsvValues.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80451-DeprecateGeneralUtilitycsvValues.rst
index 103f1d32b3577c5bfda8273144ab1a237e45996e..e85bd2f8f971364d87d3c68f6cd135e33090932b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80451-DeprecateGeneralUtilitycsvValues.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80451-DeprecateGeneralUtilitycsvValues.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #80451 - Deprecate GeneralUtility::csvValues
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80468-CommandLineInterfaceCliKeysAndCli_dispatchphpsh.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80468-CommandLineInterfaceCliKeysAndCli_dispatchphpsh.rst
index cf0b5329bbb17cbdf7831815aab97014634ab2f3..9c49c6e49f9e7ccb933f79f6cbe75f673b5af84e 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80468-CommandLineInterfaceCliKeysAndCli_dispatchphpsh.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80468-CommandLineInterfaceCliKeysAndCli_dispatchphpsh.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Deprecation: #80468 - Command Line Interface: cliKeys and cli_dispatch.phpsh
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80485-MethodParameterOfTSFE-whichWorkspaceToReturnTheWorkspaceTitle.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80485-MethodParameterOfTSFE-whichWorkspaceToReturnTheWorkspaceTitle.rst
index 17fc55d9ba44962c6f8c4f852a6fc57ca4f336a6..8609c0edbb655850f6bbefe6b3f93075ebd76284 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80485-MethodParameterOfTSFE-whichWorkspaceToReturnTheWorkspaceTitle.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80485-MethodParameterOfTSFE-whichWorkspaceToReturnTheWorkspaceTitle.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================================
 Deprecation: #80485 - Method parameter of TSFE->whichWorkspace to return the workspace title
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80486-SettingCharsetViaLocalizationParserInterface-getParsedData.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80486-SettingCharsetViaLocalizationParserInterface-getParsedData.rst
index 24ba9e80c752dda9170265372142c653505d7704..1ae7090be23fcadc79092b884bd70e07a693fa2d 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80486-SettingCharsetViaLocalizationParserInterface-getParsedData.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80486-SettingCharsetViaLocalizationParserInterface-getParsedData.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================================
 Deprecation: #80486 - Setting charset via LocalizationParserInterface->getParsedData()
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80491-BackendControllerInclusionHooks.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80491-BackendControllerInclusionHooks.rst
index 3f89fe22a46540022abd8bd28cfcc94fcd3b277b..756b62188f681459623c9e425577d93186673eaa 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80491-BackendControllerInclusionHooks.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80491-BackendControllerInclusionHooks.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #80491 - BackendController inclusion hooks
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80510-ContentObjectRenderer-URLqMark.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80510-ContentObjectRenderer-URLqMark.rst
index c283e8f8ad7647d372e21cb5d44472dce93085f7..d1db9b8d9b2dd2abe697294f7c416d14ceacac57 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80510-ContentObjectRenderer-URLqMark.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80510-ContentObjectRenderer-URLqMark.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Deprecation: #80510 - ContentObjectRenderer->URLqMark
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80511-AbstractFunctionModule-incLocalLangAndThisPath.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80511-AbstractFunctionModule-incLocalLangAndThisPath.rst
index ef1c0fbb7077378dfe29c02dd0c3ffc0c9fc16b5..d32f87af0028ec670da01e8ad9c1a70d154f536b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80511-AbstractFunctionModule-incLocalLangAndThisPath.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80511-AbstractFunctionModule-incLocalLangAndThisPath.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Deprecation: #80511 - AbstractFunctionModule->incLocalLang and $thisPath
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80512-DocumentTemplate-extJScodeProperty.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80512-DocumentTemplate-extJScodeProperty.rst
index 8e1f23e35413fe6998a3e55bb76fd018d7c3e31b..925aa564eaed683dd6c99d984af0bab6a2cf92da 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80512-DocumentTemplate-extJScodeProperty.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80512-DocumentTemplate-extJScodeProperty.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #80512 - DocumentTemplate->extJScode property
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80513-DataHandlerVariousMethodsAndMethodArguments.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80513-DataHandlerVariousMethodsAndMethodArguments.rst
index 61117776fe34d3b040fda5c76c5ab3b9bf9a83fa..b7ab6c18f995eb2d1d762c0304e733f347c3e5dd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80513-DataHandlerVariousMethodsAndMethodArguments.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80513-DataHandlerVariousMethodsAndMethodArguments.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Deprecation: #80513 - DataHandler: Various methods and method arguments
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80514-GraphicalFunctions-tempPathAndCreateTempSubDir.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80514-GraphicalFunctions-tempPathAndCreateTempSubDir.rst
index 80154e24ba197859427a2727eb0ac4b1b5cd9225..cebcd2d003814375593bd178b3dd065727848327 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80514-GraphicalFunctions-tempPathAndCreateTempSubDir.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80514-GraphicalFunctions-tempPathAndCreateTempSubDir.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Deprecation: #80514 - GraphicalFunctions->tempPath and createTempSubDir()
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80516-TypoScriptConfigsetJS_mouseOverAndConfigsetJS_openPic.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80516-TypoScriptConfigsetJS_mouseOverAndConfigsetJS_openPic.rst
index 0451a8f0ed451fffe3047190d03a803938d9b6f5..8b3af485d329638a53692a6a98438eb274f72f39 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80516-TypoScriptConfigsetJS_mouseOverAndConfigsetJS_openPic.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80516-TypoScriptConfigsetJS_mouseOverAndConfigsetJS_openPic.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Deprecation: #80516 - TypoScript config.setJS_mouseOver and config.setJS_openPic
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80524-PageRepositorygetHashAndPageRepositorystoreHash.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80524-PageRepositorygetHashAndPageRepositorystoreHash.rst
index 65624f9de3c9bc98d0ec237a5bdb5a3ed1ef7786..4abebb9a6b18984507bb33e7658fc445daa44946 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80524-PageRepositorygetHashAndPageRepositorystoreHash.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80524-PageRepositorygetHashAndPageRepositorystoreHash.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Deprecation: #80524 - PageRepository::getHash and PageRepository::storeHash
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80527-Marker-relatedMethodsInContentObjectRenderer.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80527-Marker-relatedMethodsInContentObjectRenderer.rst
index b38ba46487463a116fecaa4e7d5d99dd8395ff0d..b49a54ad5d9fa5834ba69fb937d028cfb7a1a02c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80527-Marker-relatedMethodsInContentObjectRenderer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80527-Marker-relatedMethodsInContentObjectRenderer.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Deprecation: #80527 - Marker-related methods in ContentObjectRenderer
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80532-GifBuilder-relatedMethodsInContentObjectRenderer.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80532-GifBuilder-relatedMethodsInContentObjectRenderer.rst
index aee0d4616b86bf057a3481860f45126a2f877e55..3fe4b36787f93b9abd6d200dd0cb8ea778903c2f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80532-GifBuilder-relatedMethodsInContentObjectRenderer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80532-GifBuilder-relatedMethodsInContentObjectRenderer.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Deprecation: #80532 - GifBuilder-related methods in ContentObjectRenderer
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80579-ModalCenter.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80579-ModalCenter.rst
index 64588cbef04402162ac3ed4ef0f79e355d07c7c0..06c34edb0dcb1805c385989d97a9ee38caf008bc 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80579-ModalCenter.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80579-ModalCenter.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Deprecation: #80579 - Modal.center has been marked as deprecated
@@ -9,26 +9,26 @@ See :issue:`80579`
 Description
 ===========
 
-The method :javascript:`Modal.center` has been marked as deprecated. Alignment is now
+The method :js:`Modal.center` has been marked as deprecated. Alignment is now
 handled via CSS and this method is now obsolete.
 
 
 Impact
 ======
 
-Calling :javascript:`Modal.center` will trigger a console warning in the browser.
+Calling :js:`Modal.center` will trigger a console warning in the browser.
 
 
 Affected Installations
 ======================
 
-All 3rd party extensions using :javascript:`Modal.center` are affected.
+All 3rd party extensions using :js:`Modal.center` are affected.
 
 
 Migration
 =========
 
-Remove obsolete calls to :javascript:`Modal.center()`.
+Remove obsolete calls to :js:`Modal.center()`.
 
 
 .. index:: JavaScript, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80583-TYPO3_CONF_VARS_extensionAdded.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80583-TYPO3_CONF_VARS_extensionAdded.rst
index 572469c73feccaf89b7b3cdce8b6fbb277dae8a9..38f1d2ad47233699b66c372923fc9976ba1053cc 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80583-TYPO3_CONF_VARS_extensionAdded.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80583-TYPO3_CONF_VARS_extensionAdded.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Deprecation: #80583 - TYPO3_CONF_VARS_extensionAdded
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80601-ChangeActions-document-closeToActions-close.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80601-ChangeActions-document-closeToActions-close.rst
index 4ad2662009720c434edab9e82a8efd1829c0e0c0..98d01dd327b67e0bd054fc029583570e72196dd5 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80601-ChangeActions-document-closeToActions-close.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80601-ChangeActions-document-closeToActions-close.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Deprecation: #80601 - Change duplicate icon identifiers to actions-close
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80603-ChangeDuplicateIconIdentifiersToActions-add.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80603-ChangeDuplicateIconIdentifiersToActions-add.rst
index b16f56444b059be3cba15fb3fe4d1d2d92cfe136..106da5b91b50ede049701b4de6434471130c3e1f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80603-ChangeDuplicateIconIdentifiersToActions-add.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80603-ChangeDuplicateIconIdentifiersToActions-add.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Deprecation: #80603 - Change duplicate icon identifiers to actions-add
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80614-TCAItemListStyleAndSelectedListStyle.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80614-TCAItemListStyleAndSelectedListStyle.rst
index ef828557e05dca33fa76b839bd18b4e8c746e41d..e60990757d3c5b094e30c94f0128f90e213f6fbc 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80614-TCAItemListStyleAndSelectedListStyle.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Deprecation-80614-TCAItemListStyleAndSelectedListStyle.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #80614 - TCA itemListStyle and selectedListStyle
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-79343-AllowOverridingPATH_siteViaEnvironmentVariable.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-79343-AllowOverridingPATH_siteViaEnvironmentVariable.rst
index 0c9e7b42493a40d76e5bc5d1bd27a927d3727a42..18e89573890133f3913d4a673d570fede9d7cdd5 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-79343-AllowOverridingPATH_siteViaEnvironmentVariable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-79343-AllowOverridingPATH_siteViaEnvironmentVariable.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #79343 - Allow overriding PATH_site via environment variable
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-79812-AllowOverridingCropVariantsForImageManipulation.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-79812-AllowOverridingCropVariantsForImageManipulation.rst
index ba294e91f4da27d435458d8e60d075a1d0a96de9..3900551b9e1d306662ee178b09513653776fbd00 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-79812-AllowOverridingCropVariantsForImageManipulation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-79812-AllowOverridingCropVariantsForImageManipulation.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #79812 - Allow overriding cropVariants for Image Manipulation
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-79883-AddCropVariantSupportToTyposcriptRenderingOfImages.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-79883-AddCropVariantSupportToTyposcriptRenderingOfImages.rst
index 9e04f240ae296881c221cbc6d531e9ce0f9cc410..5a743ad53c4b6ea0b0359459d1c2a53f9936f812 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-79883-AddCropVariantSupportToTyposcriptRenderingOfImages.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-79883-AddCropVariantSupportToTyposcriptRenderingOfImages.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Feature: #79883 - Add cropVariant support to TypoScript rendering of images
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80126-ExtFormSetMaximumFieldLengthAsAttribute.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80126-ExtFormSetMaximumFieldLengthAsAttribute.rst
index 5c05f7752b104c3d64b391b3b464a7c78b4245d6..8416137fba82f6bdb23d0c00946a333db710a7cc 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80126-ExtFormSetMaximumFieldLengthAsAttribute.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80126-ExtFormSetMaximumFieldLengthAsAttribute.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #80126 maximum field length not set as attribute "maxlength"
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80154-RetrieveSessionDataInTS.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80154-RetrieveSessionDataInTS.rst
index 7109180ba0f2990e4f523c0524cb7b62097beb95..bbb18f20b0edb8f4cb3a936cb8fc251d6d103004 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80154-RetrieveSessionDataInTS.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80154-RetrieveSessionDataInTS.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Feature: #80154 - Retrieve session data in TS
@@ -26,4 +26,4 @@ This is being replaced by a more direct way, which allows for the same functiona
    page.10 = TEXT
    page.10.data = session:myext|mydata
 
-.. index:: Frontend, TypoScript
\ No newline at end of file
+.. index:: Frontend, TypoScript
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80196-ExtFormSupportMultipleFormElementsPerRow.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80196-ExtFormSupportMultipleFormElementsPerRow.rst
index f42afa0d1afd446bb26049093b7acf5559c737df..e9edfeea914ab1eb23468c2a102076372eff011f 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80196-ExtFormSupportMultipleFormElementsPerRow.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80196-ExtFormSupportMultipleFormElementsPerRow.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Feature: #80196 - EXT:form - support multiple form elements per row
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80374-AddGenericFluidTemplateForAlreadyRenderedContent.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80374-AddGenericFluidTemplateForAlreadyRenderedContent.rst
index 01e68e8d18089922d19b161748764e0b918aadca..9e8a1346313a13351af078cf7e56ea46d4783ede 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80374-AddGenericFluidTemplateForAlreadyRenderedContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80374-AddGenericFluidTemplateForAlreadyRenderedContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Feature: #80374 - Add generic fluid template for already rendered content
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80374-FrontendLoginConfigurationNowAvailableThroughTypoScriptConstants.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80374-FrontendLoginConfigurationNowAvailableThroughTypoScriptConstants.rst
index fab90432493b62ea606b1396eabbee79b57e5bce..13d2cd525d7b864fba44b8bedaaf1d8366156966 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80374-FrontendLoginConfigurationNowAvailableThroughTypoScriptConstants.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80374-FrontendLoginConfigurationNowAvailableThroughTypoScriptConstants.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================================
 Feature: #80374 - Frontend Login configuration now available through TypoScript constants
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80452-ExtbaseCLICommandsAvailableViaNewCLIAPI.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80452-ExtbaseCLICommandsAvailableViaNewCLIAPI.rst
index fe104186d6c92c8a7d7408c3851121950f13fd02..a742c0878c490dfd01fe167929eb59bd4965fbfb 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80452-ExtbaseCLICommandsAvailableViaNewCLIAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80452-ExtbaseCLICommandsAvailableViaNewCLIAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #80452 - Extbase CLI commands available via new CLI API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80579-ImprovedJavaScriptModalAPI.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80579-ImprovedJavaScriptModalAPI.rst
index 50e413e460f45637e99ae0fff426bc16016172bc..63149c05bb91bfbfcc36378eec57aec0903c530c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80579-ImprovedJavaScriptModalAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80579-ImprovedJavaScriptModalAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Feature: #80579 - Improved JavaScript Modal API
@@ -25,8 +25,8 @@ attributes that also can set by configuration.
 Advanced API
 ------------
 
-Unlike the existing api functions like :javascript:`Modal.confirm`, :javascript:`Modal.loadUrl` or
-:javascript:`Modal.show`, :javascript:`Modal.advanced` uses a JavaScript object instead of fixed
+Unlike the existing api functions like :js:`Modal.confirm`, :js:`Modal.loadUrl` or
+:js:`Modal.show`, :js:`Modal.advanced` uses a JavaScript object instead of fixed
 parameters.
 
 .. code-block:: javascript
@@ -58,8 +58,8 @@ Configuration Options
 Type
 ^^^^
 
-The :javascript:`type` will define the behaviour of content loading, and only accepts
-:javascript:`Modal.types.ajax`, :javascript:`Modal.types.iframe` and the default :javascript:`Modal.types.default`.
+The :js:`type` will define the behaviour of content loading, and only accepts
+:js:`Modal.types.ajax`, :js:`Modal.types.iframe` and the default :js:`Modal.types.default`.
 
 .. code-block:: javascript
 
@@ -83,7 +83,7 @@ Title
 ^^^^^
 
 The `title` will be display above the modal content. For the type
-:javascript:`Modal.types.iframe` this option will have no effect. As soon as the content
+:js:`Modal.types.iframe` this option will have no effect. As soon as the content
 from the iframe is loaded, the title will be replaced with title of the
 contained document. The default will set the title to "Information".
 
@@ -99,7 +99,7 @@ Content
 ^^^^^^^
 
 The `content` accepts only strings that can be either a HTML or a url for types
-:javascript:`Modal.types.ajax` and :javascript:`Modal.types.iframe`. The default will show a warning
+:js:`Modal.types.ajax` and :js:`Modal.types.iframe`. The default will show a warning
 that there is a possible misconfiguration of the modal.
 
 .. code-block:: javascript
@@ -134,7 +134,7 @@ Severity
 
 Severity is used to change the appearance of the modal window to represent a
 contextual state like success, information, warning or danger. The default is
-:javascript:`Severity.notice`. Only options provided by the :javascript:`Severity` object will be
+:js:`Severity.notice`. Only options provided by the :js:`Severity` object will be
 accepted.
 
 .. code-block:: javascript
@@ -199,8 +199,8 @@ Style
 ^^^^^
 
 The ``style`` option will change the appearance of the modal like the ``severity``
-both without contextual meaning. The default option is :javascript:`Modal.styles.light`.
-The second available option is :javascript:`Modal.styles.dark` will override all contextual
+both without contextual meaning. The default option is :js:`Modal.styles.light`.
+The second available option is :js:`Modal.styles.dark` will override all contextual
 styling.
 
 .. code-block:: javascript
@@ -215,11 +215,11 @@ Size
 ^^^^
 
 While the modal itself adapts to the window, there are several options available
-to limit the maximal size of the modal. The sizes :javascript:`Modal.sizes.small` and the
-default :javascript:`Modal.sizes.default` will automaticly adapt to the content and are only
-limited to the width of the modal. :javascript:`Modal.sizes.large` and :javascript:`Modal.sizes.full`
+to limit the maximal size of the modal. The sizes :js:`Modal.sizes.small` and the
+default :js:`Modal.sizes.default` will automaticly adapt to the content and are only
+limited to the width of the modal. :js:`Modal.sizes.large` and :js:`Modal.sizes.full`
 are designed to contain a undefined lenth of content in a fixed sized modal.
-These are suited best for :javascript:`Modal.types.ajax` or :javascript:`Modal.types.iframe` content.
+These are suited best for :js:`Modal.types.ajax` or :js:`Modal.types.iframe` content.
 
 .. code-block:: javascript
 
@@ -280,7 +280,7 @@ Callback after ajax processing
 
 Callback function that will be called after the ajax call has been done and
 the response added to the desired location. This option is only available for
-type :javascript:`Modal.types.ajax`.
+type :js:`Modal.types.ajax`.
 
 .. code-block:: javascript
 
@@ -298,7 +298,7 @@ Target for ajax response
 
 The ajax response will be added to the body of the particular modal window by
 default but can be set to a different selector if necessary. This option is only
-available for type :javascript:`Modal.types.ajax`.
+available for type :js:`Modal.types.ajax`.
 
 .. code-block:: javascript
 
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80619-ExtendLinkGenerationWithinTypolink.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80619-ExtendLinkGenerationWithinTypolink.rst
index 077df72c7312fe62fb4e913e333af19581964cc3..3627cf6d46aeaf0c9dfc6441a235c58559773159 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80619-ExtendLinkGenerationWithinTypolink.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Feature-80619-ExtendLinkGenerationWithinTypolink.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #80619 - Extend Link Generation within TypoLink
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Important-71095-AddLanguageDebugModeToAllConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Important-71095-AddLanguageDebugModeToAllConfiguration.rst
index 1bdd39f5beba774e23811d45c36b9e30ba4879c5..fd423763306652a224ecc5efee4db122993ba0ce 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Important-71095-AddLanguageDebugModeToAllConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Important-71095-AddLanguageDebugModeToAllConfiguration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Important: #71095 - Add language debug mode to All Configuration
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Important-78650-TypoScriptServiceClassMovedFromExtbaseToCore.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Important-78650-TypoScriptServiceClassMovedFromExtbaseToCore.rst
index 0c5f7e85021c754fb8e92f40defe0a45d30e1fd4..0370b76f98ae0f01edb02e4d5826adadcf6c2a72 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Important-78650-TypoScriptServiceClassMovedFromExtbaseToCore.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Important-78650-TypoScriptServiceClassMovedFromExtbaseToCore.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Important: #78650 - TypoScriptService class moved from Extbase to Core
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Important-79847-FluidBugsFixedAndFeaturesAdded.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Important-79847-FluidBugsFixedAndFeaturesAdded.rst
index fc80b809f5a1146a9d2251ee3d3d7a2bb76ef194..d33db9c775f64adefe0cf002229ffc648e92b9e6 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Important-79847-FluidBugsFixedAndFeaturesAdded.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Important-79847-FluidBugsFixedAndFeaturesAdded.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Important: #79847 - Fluid bugs fixed and features added (Fluid 2.3.1)
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Important-79942-VersionSelectorViewMovedToCompatibility7.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Important-79942-VersionSelectorViewMovedToCompatibility7.rst
index 11a2412cb74101d1bcf182f93cd8d65eda698519..e935a28fa9245e4f14296fb7948704fe214a8e6c 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Important-79942-VersionSelectorViewMovedToCompatibility7.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Important-79942-VersionSelectorViewMovedToCompatibility7.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Important: #79942 - Version selector view moved to compatibility7
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Important-80236-ExtFormConfigurationForFormVHAttributes.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Important-80236-ExtFormConfigurationForFormVHAttributes.rst
index 41a8a18e0efa83b99869b549e3d51fa093f44c3e..3303f315026c13b6055b04bf2a2496c982aea5bd 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Important-80236-ExtFormConfigurationForFormVHAttributes.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Important-80236-ExtFormConfigurationForFormVHAttributes.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Important: #80236 - EXT:form Configuration for form VH attributes
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Important-80241-ExtFormSimplifyTranslationHandling.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Important-80241-ExtFormSimplifyTranslationHandling.rst
index 8d532a045783f2245e8caff6c5c4873dbac2b4ce..4182242e3bae6df6194445875e25f6e32f0690f1 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Important-80241-ExtFormSimplifyTranslationHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Important-80241-ExtFormSimplifyTranslationHandling.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Important: #80241 - EXT:form simplify translation handling
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Important-80266-MovedConfigsysLanguageSoftExcludeToCompatibility7.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Important-80266-MovedConfigsysLanguageSoftExcludeToCompatibility7.rst
index 3c4147ebd180ffb55b28c3c8773c807070ceb25c..7c01cfe581a3d4bb2af4c7a109e81a6fa31eeaef 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Important-80266-MovedConfigsysLanguageSoftExcludeToCompatibility7.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Important-80266-MovedConfigsysLanguageSoftExcludeToCompatibility7.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Important: #80266 - Moved config.sys_language_softExclude to compatibility7
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Important-80301-ExtFormCleanupAndCallbackMigration.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Important-80301-ExtFormCleanupAndCallbackMigration.rst
index 1a36327d534cbc822e8451672044708d0b032ba4..d36a0281f312869245a92926c71e929cba1344ac 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Important-80301-ExtFormCleanupAndCallbackMigration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Important-80301-ExtFormCleanupAndCallbackMigration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Important: #80301 - EXT:form - Cleanup / callback migration
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Important-80391-NoConstantsResetInCssStyledContent.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Important-80391-NoConstantsResetInCssStyledContent.rst
index 39c484ed14cbaf8c743dfc3a6876d073b61cefbb..b61ddeebf5be0ae1b67b9fc6dbe5f85935008aa0 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Important-80391-NoConstantsResetInCssStyledContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Important-80391-NoConstantsResetInCssStyledContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Important: #80391 - Css Styled Content will not reset TypoScript Constants
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Important-80444-ConfigbeLoginLinkIPListMovedToCompatibility7.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Important-80444-ConfigbeLoginLinkIPListMovedToCompatibility7.rst
index b1a042f5d89b97f2ed1ca83e61d441b4d03fb388..a3e2e7f45749943f743eb0d42093133fc4563f44 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Important-80444-ConfigbeLoginLinkIPListMovedToCompatibility7.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Important-80444-ConfigbeLoginLinkIPListMovedToCompatibility7.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Important: #80444 - config.beLoginLinkIPList moved to compatibility7
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Important-80450-MonitorUtilityMovedToCompatibility.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Important-80450-MonitorUtilityMovedToCompatibility.rst
index 6f792ce7140ae3d2d9b1d817db4fa22696f8f7f8..29450e6d925d0c92f73b9c055b135222f9da57e1 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Important-80450-MonitorUtilityMovedToCompatibility.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Important-80450-MonitorUtilityMovedToCompatibility.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Important: #80450 - MonitorUtilityMovedToCompatibility
@@ -13,4 +13,4 @@ The "peak memory measurement" in the frontend has been moved to extension compat
 is semi useful and should live a happy life in an extension for people who may need it, but there is no need
 to have that within the core on each frontend call.
 
-.. index:: Backend, Frontend, PHP-API
\ No newline at end of file
+.. index:: Backend, Frontend, PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Important-80506-DbalCompatibleFieldQuotingInTypoScript.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Important-80506-DbalCompatibleFieldQuotingInTypoScript.rst
index 0bf002ba435601dec4d1d65cb0d19d811542372c..ebadc23c9feb61c1220f760ad945fa32840f8d05 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Important-80506-DbalCompatibleFieldQuotingInTypoScript.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Important-80506-DbalCompatibleFieldQuotingInTypoScript.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Important: #80506 - Dbal compatible field quoting in TypoScript
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Important-80553-SimplifyImportantActionsInInstallTool.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Important-80553-SimplifyImportantActionsInInstallTool.rst
index b36075fa1a240ba32ae21414f3a1e9ac934179b1..703e2aa7fa8517e3683ab71b70cfd3a303b308ee 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Important-80553-SimplifyImportantActionsInInstallTool.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Important-80553-SimplifyImportantActionsInInstallTool.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Important: #80553 - Simplify important actions in Install Tool
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Important-80606-TestingFrameworkRemovalUseComposerPackageInstead.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Important-80606-TestingFrameworkRemovalUseComposerPackageInstead.rst
index 23486bc506c362bc70a1d6110daec72b628744e5..97a7f4e1aaab54dfe69ead5d2513ef5a999c5d54 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Important-80606-TestingFrameworkRemovalUseComposerPackageInstead.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Important-80606-TestingFrameworkRemovalUseComposerPackageInstead.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Important: #80606 - Testing Framework Removal / Use composer package instead
diff --git a/typo3/sysext/core/Documentation/Changelog/8.7/Index.rst b/typo3/sysext/core/Documentation/Changelog/8.7/Index.rst
index 6b71f20797ae84f99300c4f6d1d132c36f8d372b..0a0315cac5edd16e1cda8b2a4ab94cd0bfcdd303 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.7/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.7/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 8.7 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-37180-RemovedExtDirectDebugAndGLOBALSerror.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-37180-RemovedExtDirectDebugAndGLOBALSerror.rst
index 30e3f08858050a788e20e8eae4227158e2b4f58e..2d1cf6532bad419429d1f1653a376b8b45ae4f95 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-37180-RemovedExtDirectDebugAndGLOBALSerror.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-37180-RemovedExtDirectDebugAndGLOBALSerror.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #37180 - ExtDirectDebug and $GLOBALS['error'] removed
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-52694-GeneralUtilitydevLogNotCalledAnymore.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-52694-GeneralUtilitydevLogNotCalledAnymore.rst
index 596bd0e96519c95255b9f27f4b6690843e78a4b9..7f85979eb4885c802764ef31cbbd50fad0a7c4c1 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-52694-GeneralUtilitydevLogNotCalledAnymore.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-52694-GeneralUtilitydevLogNotCalledAnymore.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #52694 - GeneralUtility::devLog() not called anymore
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-55298-DecoupledHistoryFunctionality.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-55298-DecoupledHistoryFunctionality.rst
index dc36bcdd57ed67f64171446b34d30e34de573e92..5a8ef5e522f196499dd512db509eded4b435a79b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-55298-DecoupledHistoryFunctionality.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-55298-DecoupledHistoryFunctionality.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #55298 - Decoupled sys_history functionality
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-57594-OptimizeReflectionServiceCacheHandling.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-57594-OptimizeReflectionServiceCacheHandling.rst
index 6f306355200a6d689b58f73441b9f79cec526f81..d729d84ed7c930c925600ba46c4c2d3ef598efe9 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-57594-OptimizeReflectionServiceCacheHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-57594-OptimizeReflectionServiceCacheHandling.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #57594 - Optimize ReflectionService Cache handling
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-71306-DroppedProtocolFieldFromPageTypeLinkToExternalURL.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-71306-DroppedProtocolFieldFromPageTypeLinkToExternalURL.rst
index d8c4f7d1f846e22d353e3dbe351cea1743a8de53..1f1bddca6443117488a4a8d8c4dcfe24ead4be03 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-71306-DroppedProtocolFieldFromPageTypeLinkToExternalURL.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-71306-DroppedProtocolFieldFromPageTypeLinkToExternalURL.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Breaking: #71306 - Dropped "Protocol" field from page type "Link to external URL"
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-74533-ThrowExceptionIfUserFunctionDoesNotExist.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-74533-ThrowExceptionIfUserFunctionDoesNotExist.rst
index 1866bd00f6f2aeaa01acba43d2323bb54c14b120..2b098764d475b15ed831f716015cef3730c8b8c5 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-74533-ThrowExceptionIfUserFunctionDoesNotExist.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-74533-ThrowExceptionIfUserFunctionDoesNotExist.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #74533 - Throw exception if user function does not exist
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-79777-AddedDeletedColumnForSchedulerTasks.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-79777-AddedDeletedColumnForSchedulerTasks.rst
index cfa8ef5834945fa700bf0bec84ae2bd8867c48b6..4d7dbf978a167b4b7fb89641d59e9608806d57c2 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-79777-AddedDeletedColumnForSchedulerTasks.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-79777-AddedDeletedColumnForSchedulerTasks.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #79777 - EXT:scheduler - Deleted column for tasks added
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-80700-DeprecatedFunctionalityRemoved.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-80700-DeprecatedFunctionalityRemoved.rst
index aed47a8d58c6aa374935c1d3e75b2f4ff00a48ec..f350b570b2d716bbcf084344a974499f92ad6b58 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-80700-DeprecatedFunctionalityRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-80700-DeprecatedFunctionalityRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #80700 - Deprecated functionality removed
@@ -347,21 +347,21 @@ The following functionality has been removed:
 
 The following TypoScript options have been removed:
 
-* :ts:`stdWrap.fontTag`
-* :ts:`stdWrap.removeBadHTML`
-* :ts:`config.mainScript`
-* :ts:`config.frameReloadIfNotInFrameset`
-* :ts:`config.noScaleUp`
-* :ts:`config.setJS_mouseOver`
-* :ts:`config.setJS_openPic`
-* :ts:`config.doctype = xhtml_frames`
-* :ts:`config.xhtmlDoctype = xhtml_frames`
-* :ts:`config.pageGenScript`
-* :ts:`config.beLoginLinkIPList`
-* :ts:`config.beLoginLinkIPList_login`
-* :ts:`config.beLoginLinkIPList_logout`
-* :ts:`page.frameSet`
-* :ts:`page.insertClassesFromRTE`
+* :typoscript:`stdWrap.fontTag`
+* :typoscript:`stdWrap.removeBadHTML`
+* :typoscript:`config.mainScript`
+* :typoscript:`config.frameReloadIfNotInFrameset`
+* :typoscript:`config.noScaleUp`
+* :typoscript:`config.setJS_mouseOver`
+* :typoscript:`config.setJS_openPic`
+* :typoscript:`config.doctype = xhtml_frames`
+* :typoscript:`config.xhtmlDoctype = xhtml_frames`
+* :typoscript:`config.pageGenScript`
+* :typoscript:`config.beLoginLinkIPList`
+* :typoscript:`config.beLoginLinkIPList_login`
+* :typoscript:`config.beLoginLinkIPList_logout`
+* :typoscript:`page.frameSet`
+* :typoscript:`page.insertClassesFromRTE`
 * single slashes are no longer interpreted as comment
 
 The following TCA properties have been removed:
@@ -372,10 +372,10 @@ The following TCA properties have been removed:
 
 The following PageTsConfig properties have been removed:
 
-* :ts:`TCEFORM.[table].[field].addItems.icon` - with icons not registered in IconRegistry
-* :ts:`TCEFORM.[table].[flexFormField].PAGE_TSCONFIG_ID`
-* :ts:`TCEFORM.[table].[flexFormField].PAGE_TSCONFIG_IDLIST`
-* :ts:`TCEFORM.[table].[flexFormField].PAGE_TSCONFIG_STR`
+* :typoscript:`TCEFORM.[table].[field].addItems.icon` - with icons not registered in IconRegistry
+* :typoscript:`TCEFORM.[table].[flexFormField].PAGE_TSCONFIG_ID`
+* :typoscript:`TCEFORM.[table].[flexFormField].PAGE_TSCONFIG_IDLIST`
+* :typoscript:`TCEFORM.[table].[flexFormField].PAGE_TSCONFIG_STR`
 
 The following icon identifiers have been removed:
 
@@ -409,9 +409,9 @@ Further removal notes:
 
 The following JavaScript methods and options have been removed:
 
-* :javascript:`backend/Resources/Public/JavaScript/jsfunc.inline.js escapeSelectorObjectId`
-* :javascript:`TYPO3/CMS/Backend/Modal.getSeverityClass()`
-* :javascript:`TYPO3/CMS/Backend/Severity.information`
+* :js:`backend/Resources/Public/JavaScript/jsfunc.inline.js escapeSelectorObjectId`
+* :js:`TYPO3/CMS/Backend/Modal.getSeverityClass()`
+* :js:`TYPO3/CMS/Backend/Severity.information`
 
 
 Impact
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-80876-RemoveSystemExtensionCss_styled_content.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-80876-RemoveSystemExtensionCss_styled_content.rst
index 78d4ab05fa4aff9e9ae731668f3f193690edaeba..d63ed957e277d16c86e6a23b57fa2b03b7b117fe 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-80876-RemoveSystemExtensionCss_styled_content.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-80876-RemoveSystemExtensionCss_styled_content.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #80876 - Remove system extension css_styled_content
@@ -32,7 +32,7 @@ depending on CSS Styled Content rendering instead of default rendering.
 Migration
 =========
 
-The system extension "Fluid Styled Content" (EXT:fluid_styled_content) which was introduced in TYPO3 v7, 
+The system extension "Fluid Styled Content" (EXT:fluid_styled_content) which was introduced in TYPO3 v7,
 acts as a drop-in replacement for CSS Styled Content since TYPO3 v8.
 
 Install fluid styled content (if not happened yet) and prepare the Fluid templates to show the frontend
@@ -41,4 +41,4 @@ rendering accordingly to the previous output.
 For managing content in the TYPO3 Backend and can be used transparently when migrating from CSS Styled
 Content to Fluid Styled Content.
 
-.. index:: Fluid, Frontend, PHP-API, TypoScript, NotScanned, ext:css_styled_content
\ No newline at end of file
+.. index:: Fluid, Frontend, PHP-API, TypoScript, NotScanned, ext:css_styled_content
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-80929-TYPO3_DBMovedToExtension.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-80929-TYPO3_DBMovedToExtension.rst
index e856c14b8868a9306e21a1ad5c7c462d6f9a104b..ad18f4e3f0683427f69403fc4aad46bf98f62b90 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-80929-TYPO3_DBMovedToExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-80929-TYPO3_DBMovedToExtension.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Breaking: #80929 - TYPO3_DB moved to extension
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81171-EditAbilityOfTypoScriptTemplateInEXTtstemplateRemoved.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81171-EditAbilityOfTypoScriptTemplateInEXTtstemplateRemoved.rst
index 0b2fc1c3011d43a46e5bbe26b35e662b7fd0d0fb..ce82fcd15984feb6aa9f164d3ae59097bc7a5dcd 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81171-EditAbilityOfTypoScriptTemplateInEXTtstemplateRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81171-EditAbilityOfTypoScriptTemplateInEXTtstemplateRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Breaking: #81171 - Edit ability of TypoScript template in EXT:tstemplate removed
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81225-MergedEXTcontext_helpToEXTbackend.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81225-MergedEXTcontext_helpToEXTbackend.rst
index fd4b2dc6b28cf93cf7d2ca2c08108c2222451056..0369525eb89515b66f87bf0a2c2bd593fa00632b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81225-MergedEXTcontext_helpToEXTbackend.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81225-MergedEXTcontext_helpToEXTbackend.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #81225 - Merged EXT:context_help to EXT:backend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81460-DeprecateGetByTagOnCacheFrontends.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81460-DeprecateGetByTagOnCacheFrontends.rst
index 1a20bba211f50a1b83b7a5def0e9c54034348de3..1ffde8f1616c57cfe268959cd3e6461b0e75b53f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81460-DeprecateGetByTagOnCacheFrontends.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81460-DeprecateGetByTagOnCacheFrontends.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Breaking: #81460 - Deprecate getByTag() on cache frontends
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81534-DatabaseFieldBe_groupshide_in_listsDropped.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81534-DatabaseFieldBe_groupshide_in_listsDropped.rst
index 6b7f6d5aacd64d183a3a162f5dc8a7124476d738..e56cdaa2552bc15b0a82a070a3a655b055fde513 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81534-DatabaseFieldBe_groupshide_in_listsDropped.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81534-DatabaseFieldBe_groupshide_in_listsDropped.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #81534 - Database field be_groups:hide_in_lists dropped
@@ -37,4 +37,4 @@ The field usage should be dropped. If that is not possible and a special functio
 field it should be mimicked by extending TCA, declaring the database field in an extension and maybe extending
 the extbase model.
 
-.. index:: Database, TCA, PartiallyScanned
\ No newline at end of file
+.. index:: Database, TCA, PartiallyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81536-MoveOfServicesListReportFromSvToReports.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81536-MoveOfServicesListReportFromSvToReports.rst
index be5a67192e9e7cb5666434a200ddd1cd8c1f0e29..ecf3e6dd67ed035840d4e8e5ad05d8c063b05a6b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81536-MoveOfServicesListReportFromSvToReports.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81536-MoveOfServicesListReportFromSvToReports.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _changelog-MoveOfServicesListReportFromSvToReports:
 
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81735-GetRidOfSysextsv.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81735-GetRidOfSysextsv.rst
index 459d7ccc40107528777e43deefec5bd6c6ed91e5..2d9c22d89877dc4d24f6efad44157b92ac47556b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81735-GetRidOfSysextsv.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81735-GetRidOfSysextsv.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _changelog-Breaking-81735-GetRidOfSysextsv:
 
@@ -43,4 +43,4 @@ More Information
 
 - :ref:`t3coreapi:services-developer-service-api` in "TYPO3 Explained"
 
-.. index:: Backend, PHP-API, FullyScanned, ext:sv
\ No newline at end of file
+.. index:: Backend, PHP-API, FullyScanned, ext:sv
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81763-HookParametersOfTypo3file_editphppreOutputProcessingHookChanged.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81763-HookParametersOfTypo3file_editphppreOutputProcessingHookChanged.rst
index 2b853fed1d54b523bc1b7da7d14c251e2ba1f472..ab2dd17a36683e94d472a7844ea6b130635c2889 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81763-HookParametersOfTypo3file_editphppreOutputProcessingHookChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81763-HookParametersOfTypo3file_editphppreOutputProcessingHookChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================================
 Breaking: #81763 - Hook parameters of ['typo3/file_edit.php']['preOutputProcessingHook'] changed
@@ -32,4 +32,4 @@ Migration
 As the form is based on FormEngine now, you may want to adjust the newly introduced hook parameter :php:`$dataColumnDefinition`,
 representing the definition of the `data` field which contains the file content. An example can be found in EXT:t3editor.
 
-.. index:: Backend, PHP-API, NotScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81775-ExtFormSuffixFormIdentifierWithContentElementUid.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81775-ExtFormSuffixFormIdentifierWithContentElementUid.rst
index 207b7a411a5d7ffc4fbc2d96a977d462cb9d94ce..3c677dffe1cedb6b7c72bc742aa61b3dae72e00d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81775-ExtFormSuffixFormIdentifierWithContentElementUid.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81775-ExtFormSuffixFormIdentifierWithContentElementUid.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Breaking: #81775 - suffix form identifier with the content element uid
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81787-DropEXTfunc.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81787-DropEXTfunc.rst
index fbd86c0ca5fe1b88e15a7694c2a0f00648ada32c..5b081ec4be9a43447b25fa9a0d7a2d0c0692bb0c 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81787-DropEXTfunc.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81787-DropEXTfunc.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================
 Breaking: #81787 - Drop EXT:func
@@ -32,4 +32,4 @@ The version constraint depends on which core version the extension supports,
 the func extension did not change much between core v8 and its extraction to TER
 in v9.
 
-.. index:: Backend, PHP-API, NotScanned, ext:func
\ No newline at end of file
+.. index:: Backend, PHP-API, NotScanned, ext:func
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81847-RemoveJSMENU.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81847-RemoveJSMENU.rst
index 16491a4ce71b8243904d005ebe028014f760e755..1248e3a27eb31dfe5e8478166f21ec2b231c6687 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81847-RemoveJSMENU.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81847-RemoveJSMENU.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================
 Breaking: #81847 - Remove JSMENU
@@ -9,7 +9,7 @@ See :issue:`81847`
 Description
 ===========
 
-The content objects :ts:`JSMENU` and :ts:`JSMENUITEM` to create a jump menu have been removed.
+The content objects :typoscript:`JSMENU` and :typoscript:`JSMENUITEM` to create a jump menu have been removed.
 The used JavaScript is totally outdated and has not really been touched since its creation more than 10 years ago.
 
 If this kind of menu is needed it can be easily achieved with a TMENU as well:
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81901-ChangedBehaviorOfAutocompletionAppearance.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81901-ChangedBehaviorOfAutocompletionAppearance.rst
index d7d95f6ad82fd82908ccd278a94f3e45f71ef919..14859d05298fdee70ee4ad7fde1de5820068456b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81901-ChangedBehaviorOfAutocompletionAppearance.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81901-ChangedBehaviorOfAutocompletionAppearance.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #81901 - Changed behavior of auto-completion appearance
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81901-RemovedExplanationOfTypoScriptOptions.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81901-RemovedExplanationOfTypoScriptOptions.rst
index 390881322d5719dfee598a0f639f7158109ac981..ce3e095ed671da7b7c1db73620a62234befa056f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81901-RemovedExplanationOfTypoScriptOptions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81901-RemovedExplanationOfTypoScriptOptions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #81901 - Removed explanation of TypoScript options
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81951-InstallToolEntryPointRemoved.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81951-InstallToolEntryPointRemoved.rst
index 4e47426be3bbe75c3f45dde24f2508b3e432501b..621004081e358dba22237a1d84bc391ca6a0819a 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81951-InstallToolEntryPointRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81951-InstallToolEntryPointRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #82433 - Install Tool entry point removed
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81973-FormEngineValidationparseDateRemoveFixYear2038.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81973-FormEngineValidationparseDateRemoveFixYear2038.rst
index 30c783091fbdbe3ec1ced187b15271f1b1cdf115..70311d451926b5a81af94bb7d6edcab4a788d0d2 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81973-FormEngineValidationparseDateRemoveFixYear2038.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-81973-FormEngineValidationparseDateRemoveFixYear2038.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Breaking: #81973 - FormEngineValidation.parseDate remove fixed year 2038
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82148-DownloadSQLDumpDroppedInEM.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82148-DownloadSQLDumpDroppedInEM.rst
index 7495d703a24d399bd91b1a490a731f77fd2fdfc4..333ff06161e247a5c2064bd85f5c91ac3b1132fc 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82148-DownloadSQLDumpDroppedInEM.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82148-DownloadSQLDumpDroppedInEM.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Breaking: #82148 - Download SQL dump dropped in EM
@@ -35,4 +35,4 @@ furthermore the "List" module has an CSV export feature.
 For true database backups we recommend the CLI tools of the database engine
 or dedicated GUI applications for this task.
 
-.. index:: Backend, Database, PHP-API, FullyScanned
\ No newline at end of file
+.. index:: Backend, Database, PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82162-GlobalErrorConstantsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82162-GlobalErrorConstantsRemoved.rst
index ae70348a3097fac1485bd7a07cf6982de40674fb..abf9df85c45973abcdb60f1d2394fda079234c9a 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82162-GlobalErrorConstantsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82162-GlobalErrorConstantsRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Breaking: #82162 - Global error constants removed
@@ -42,4 +42,4 @@ Migration
 Refactor code to not depend on these constants and :php:`TYPO3_CONF_VARS` any longer,
 there shouldn't be many use cases where extensions used these.
 
-.. index:: LocalConfiguration, PHP-API, FullyScanned
\ No newline at end of file
+.. index:: LocalConfiguration, PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82210-ExtFormTranslationForOptionsProperties.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82210-ExtFormTranslationForOptionsProperties.rst
index 619168dd2c846af69560eca7d75ed334f12b0cc0..7de8b9ce57e2ee2f6a100266f1aaa3ec050bf034 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82210-ExtFormTranslationForOptionsProperties.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82210-ExtFormTranslationForOptionsProperties.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Breaking: #82210 - EXT:form - translation for "options" properties as string
@@ -43,4 +43,4 @@ Use
 
 to translate the "options" property within MultiCheckbox and RadioButton form element templates.
 
-.. index:: Frontend, ext:form, NotScanned
\ No newline at end of file
+.. index:: Frontend, ext:form, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82252-OverrideTyposcriptConfigurationFormDefinitionOverridesByFlexforms.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82252-OverrideTyposcriptConfigurationFormDefinitionOverridesByFlexforms.rst
index 2ad69006efbc898ac39bdbd487b59d84422aaba7..591319dd1da9cd74b77032b143b54d7c8287bf6f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82252-OverrideTyposcriptConfigurationFormDefinitionOverridesByFlexforms.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82252-OverrideTyposcriptConfigurationFormDefinitionOverridesByFlexforms.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================================
 Breaking: #82252 - Override TypoScript configuration formDefinitionOverrides by FlexForms
@@ -9,15 +9,15 @@ See :issue:`82252`
 Description
 ===========
 
-Override TypoScript configuration :ts:`formDefinitionOverrides` by FlexForms configuration.
+Override TypoScript configuration :typoscript:`formDefinitionOverrides` by FlexForms configuration.
 
 
 Impact
 ======
 
-Before this, FlexForm configuration of form was overridden by TypoScript :ts:`formDefinitionOverrides`,
+Before this, FlexForm configuration of form was overridden by TypoScript :typoscript:`formDefinitionOverrides`,
 which is not the intended behaviour. Now the FlexForm configuration overrides the
-TypoScript configuration of the :ts:`formDefinitionOverrides`. This means, having a configuration of
+TypoScript configuration of the :typoscript:`formDefinitionOverrides`. This means, having a configuration of
 form in FlexForms and TypoScript, the form will change its behavior and start using the configuration
 defined in your FlexForm.
 
@@ -27,4 +27,4 @@ Affected Installations
 
 All installations using the form framework and TypoScript/ FlexForm overrides are affected.
 
-.. index:: ext:form, FlexForm, TypoScript, NotScanned
\ No newline at end of file
+.. index:: ext:form, FlexForm, TypoScript, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82296-UserAgentConstantRemoved.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82296-UserAgentConstantRemoved.rst
index 86653f0528a850016aa4753c0f7f0efb34f95e7b..31d761ff180369d7806e973bb31ded4040d0f2f1 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82296-UserAgentConstantRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82296-UserAgentConstantRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Breaking: #82296 - Removed constant TYPO3_user_agent
@@ -33,4 +33,4 @@ The extension scanner checks if the constant is used.
 Any extension authors are encouraged to use php:`$GLOBALS['TYPO3_CONF_VARS']['HTTP']['headers']['User-Agent']`
 instead.
 
-.. index:: PHP-API, FullyScanned
\ No newline at end of file
+.. index:: PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82334-AbstractRecordList.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82334-AbstractRecordList.rst
index 580c3f13f4a4743cccd07b4dbef324b3699cfbd5..3d6c2344280981b0a59c8edbb4ceb9bb4dd2ceb5 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82334-AbstractRecordList.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82334-AbstractRecordList.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================
 Breaking: #82334 - AbstractRecordList
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82368-SignalAfterExtensionConfigurationWriteRemoved.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82368-SignalAfterExtensionConfigurationWriteRemoved.rst
index 7639565febfb8ae664525518ec5a379ead98b2b2..59d4caf84e9b8b55967d8bf80d94e7515cd7efb8 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82368-SignalAfterExtensionConfigurationWriteRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82368-SignalAfterExtensionConfigurationWriteRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #82368 - Signal 'afterExtensionConfigurationWrite' removed
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82377-OptionToAllowUploadingSystemExtensionsRemoved.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82377-OptionToAllowUploadingSystemExtensionsRemoved.rst
index f418ed3c513768b04958f2480a239d07e4c234b6..658b9a0a61ba25e6dd5593ec5dcc149e5719622b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82377-OptionToAllowUploadingSystemExtensionsRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82377-OptionToAllowUploadingSystemExtensionsRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Breaking: #82377 - Option to allow uploading system extensions removed
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82378-RemoveNamespacedJQuery.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82378-RemoveNamespacedJQuery.rst
index 81b9ba0353dead80b4b284b863bd4bf2e728c442..c6a08a9f175334cf262e503e84e1e3ea0311b84e 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82378-RemoveNamespacedJQuery.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82378-RemoveNamespacedJQuery.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Breaking: #82378 - Remove namespaced jQuery
@@ -10,7 +10,7 @@ Description
 ===========
 
 The possibility to jail jQuery into a namespace has been removed. This affects custom namespaces and
-:javascript:`TYPO3.jQuery` as well.
+:js:`TYPO3.jQuery` as well.
 
 The class constants :php:`TYPO3\CMS\Core\Page\PageRenderer::JQUERY_NAMESPACE_DEFAULT` and
 :php:`TYPO3\CMS\Core\Page\PageRenderer::JQUERY_NAMESPACE_DEFAULT_NOCONFLICT` have been removed without
@@ -22,20 +22,20 @@ Impact
 
 Namespaces will be ignored and automatically fall back to noConflict behavior.
 
-Calling :javascript:`TYPO3.jQuery.*` will result in a TypeError.
+Calling :js:`TYPO3.jQuery.*` will result in a TypeError.
 
 
 Affected Installations
 ======================
 
 All installations using a custom namespace, :php:`PageRenderer::JQUERY_NAMESPACE_DEFAULT`
-:php:`PageRenderer::JQUERY_NAMESPACE_DEFAULT` or relying on :javascript:`TYPO3.jQuery` are affected.
+:php:`PageRenderer::JQUERY_NAMESPACE_DEFAULT` or relying on :js:`TYPO3.jQuery` are affected.
 
 
 Migration
 =========
 
-Remove :php:`$namespace` argument in :php:`PageRenderer->loadJquery()` and either use :javascript:`window.$` or migrate
+Remove :php:`$namespace` argument in :php:`PageRenderer->loadJquery()` and either use :js:`window.$` or migrate
 to RequireJS.
 
 .. index:: Backend, Frontend, JavaScript, PartiallyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82398-RemoveSpecialConstantTSConstantEditor.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82398-RemoveSpecialConstantTSConstantEditor.rst
index 5a1c14b9b69ceaff2d210c4d5cd5191394999175..28ad1b200f38621fae502643c35c603b52ce3a13 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82398-RemoveSpecialConstantTSConstantEditor.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82398-RemoveSpecialConstantTSConstantEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #82398 - Remove special constant "TSConstantEditor"
@@ -9,7 +9,7 @@ See :issue:`82398`
 Description
 ===========
 
-The special functionality on the top level constant name :ts:`TSConstantEditor`
+The special functionality on the top level constant name :typoscript:`TSConstantEditor`
 has been dropped. This rarely used feature makes this constant name a casual
 constant without further added features.
 
@@ -28,13 +28,13 @@ Impact
 ======
 
 The constants editor does not show any extending information (like bulletpoints) for a constant
-anymore configured via the :ts:`TSConstantEditor` object.
+anymore configured via the :typoscript:`TSConstantEditor` object.
 
 
 Affected Installations
 ======================
 
-All installations which have configured the special constant :ts:`TSConstantEditor`. Since this has
+All installations which have configured the special constant :typoscript:`TSConstantEditor`. Since this has
 been a widely unknown feature, most instances should not be affected. On PHP side, the extension
 scanner will find consuming extensions of the dropped API, but that is highly unlikely, too.
 
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82406-RoutingBackendModulesRunThroughRegularDispatcher.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82406-RoutingBackendModulesRunThroughRegularDispatcher.rst
index 3a41c7651f5a1994d72eaf298b783dbaa0f1841c..0a37c98be4d69ebd8220a83870b7060951667f1e 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82406-RoutingBackendModulesRunThroughRegularDispatcher.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82406-RoutingBackendModulesRunThroughRegularDispatcher.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #82406 - Routing: Backend Modules run through regular dispatcher
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82414-RemoveCMSBaseViewHelperClasses.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82414-RemoveCMSBaseViewHelperClasses.rst
index 1551c62b2d02771e774740b3b182e771593e0fa5..9c7fade5004742255e63c2243e9e5fecf66a9a86 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82414-RemoveCMSBaseViewHelperClasses.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82414-RemoveCMSBaseViewHelperClasses.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #82414 - CMS ViewHelper base classes removed
@@ -58,4 +58,4 @@ and change your code accordingly.
 
 Migrating this can be done with search-and-replace for all common use cases.
 
-.. index:: Fluid, NotScanned
\ No newline at end of file
+.. index:: Fluid, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82421-DroppedOldDBRelatedConfigurationOptions.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82421-DroppedOldDBRelatedConfigurationOptions.rst
index 4287f2c8a7dfe242561bf220c9bac3cb782b4c7f..66da756ee8c2bc13a04119eb617c5debe0b08d72 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82421-DroppedOldDBRelatedConfigurationOptions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82421-DroppedOldDBRelatedConfigurationOptions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #82421 - Dropped old DB related configuration options
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82425-RemoveOldTyposcriptConstantsEditorOptionMOD_TSEDITABLE_CONSTANTS.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82425-RemoveOldTyposcriptConstantsEditorOptionMOD_TSEDITABLE_CONSTANTS.rst
index 3bf4e4b04b935683455ca0c5beff4ab87833064c..ef5dee05d01a762a501cb8ef34029dcd5e2e0292 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82425-RemoveOldTyposcriptConstantsEditorOptionMOD_TSEDITABLE_CONSTANTS.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82425-RemoveOldTyposcriptConstantsEditorOptionMOD_TSEDITABLE_CONSTANTS.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================================
 Breaking: #82425 - Remove old typoscript constants editor option "###MOD_TS:EDITABLE_CONSTANTS###"
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82426-ExtJSAndExtDirectRemoval.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82426-ExtJSAndExtDirectRemoval.rst
index dd469ac771da247af4b88a215fa4d145bcebcfd8..22c6517877e56df364c9caac1aedd8ef6754d350 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82426-ExtJSAndExtDirectRemoval.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82426-ExtJSAndExtDirectRemoval.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Breaking: #82426 - ExtJS and ExtDirect removal
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82430-ReplacedGeneralUtilitysysLogWithLoggingAPI.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82430-ReplacedGeneralUtilitysysLogWithLoggingAPI.rst
index 4af44ac7f347b3faac11377842900d10b8c42425..f0ff73fc4422323de7225d5dc2cec0417595ce6d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82430-ReplacedGeneralUtilitysysLogWithLoggingAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82430-ReplacedGeneralUtilitysysLogWithLoggingAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Breaking: #82430 - Replaced GeneralUtility::sysLog with Logging API
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82445-PagesAndPageTranslations.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82445-PagesAndPageTranslations.rst
index 1d44d8d512d65501aef878d36c804dfcd15d6fef..833be3da99a6a8d20afd7587786d2f44177b2ebf 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82445-PagesAndPageTranslations.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82445-PagesAndPageTranslations.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Breaking: #82445 - Pages and page translations
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82505-MergedEXTinfo_pagetsconfigToEXTinfo.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82505-MergedEXTinfo_pagetsconfigToEXTinfo.rst
index 99d004b64322c680bb9f844a7082d53b99bddd0d..d0297973acceaf78c9b00f0e81cf9acaf42e41ba 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82505-MergedEXTinfo_pagetsconfigToEXTinfo.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82505-MergedEXTinfo_pagetsconfigToEXTinfo.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #82505 - Merged EXT:info_pagetsconfig to EXT:info
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82506-RemoveBackendUserRepositoryInjectionInNoteController.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82506-RemoveBackendUserRepositoryInjectionInNoteController.rst
index 54b6e50cc4fcb1a18578c86a8792d70c5182d52d..630378b02eb53d642a9f41b4ad929890be3da5b1 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82506-RemoveBackendUserRepositoryInjectionInNoteController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82506-RemoveBackendUserRepositoryInjectionInNoteController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Breaking: #82506 - Remove BackendUserRepository injection in NoteController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82572-RDCTFunctionalityRemoved.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82572-RDCTFunctionalityRemoved.rst
index e6b4b9f358542effffa7f56993f8496d1be9e06d..7600ee2a0757a2dd2508b81d441a7bd850e482e8 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82572-RDCTFunctionalityRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82572-RDCTFunctionalityRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Breaking: #82572 - RDCT functionality removed
@@ -61,4 +61,4 @@ from TER.
 It is recommended to use a third-party short-url or redirect extension which provides a richer feature
 set.
 
-.. index:: Frontend, PHP-API, PartiallyScanned
\ No newline at end of file
+.. index:: Frontend, PHP-API, PartiallyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82629-TceDbOptionsPrErrAndUPTRemoved.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82629-TceDbOptionsPrErrAndUPTRemoved.rst
index bea39de913daab2e6221457a95a379bca7a05ae2..f16b70bea868444c64f2c3f6f43266d588379a21 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82629-TceDbOptionsPrErrAndUPTRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82629-TceDbOptionsPrErrAndUPTRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #82629 - Removed tce_db options "prErr" and "uPT"
@@ -43,4 +43,4 @@ Migration
 
 Remove any of the parameters in the PHP code and everything will continue to work as before.
 
-.. index:: Backend, PHP-API, FullyScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82639-LoggingActivatedForAuthenticationAndServiceClasses.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82639-LoggingActivatedForAuthenticationAndServiceClasses.rst
index 85def8160f8f51a47eb6c1dcaab66018f32b2ff5..c81d816106dbc7ce87d4e49e9af1132893a6fc63 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82639-LoggingActivatedForAuthenticationAndServiceClasses.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82639-LoggingActivatedForAuthenticationAndServiceClasses.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Breaking: #82639 - Logging activated for authentication and Service classes
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82640-Re-arrangingGlobalDebugFunctions.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82640-Re-arrangingGlobalDebugFunctions.rst
index dbffcacda8f428582033b444eb894b6cc4123f7a..4bd3043c7adad056955a24b3a9b4d252b9eb576f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82640-Re-arrangingGlobalDebugFunctions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82640-Re-arrangingGlobalDebugFunctions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #82640 - Re-arranging global debug functions
@@ -32,4 +32,4 @@ Migration
 Instead of `xdebug()` simply use `debug()` as an alias. Ensure that when calling `debug()` that a
 maximum of three arguments are handed over to the function.
 
-.. index:: PHP-API, FullyScanned
\ No newline at end of file
+.. index:: PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82680-RemovedOptionToGeneratePNGsLimitedTo64Colors.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82680-RemovedOptionToGeneratePNGsLimitedTo64Colors.rst
index dec1aa4ce40662878a5c5eb06dcc59a5090457b0..fc3770282123d4c2d8b5da52ce18d719dee6af22 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82680-RemovedOptionToGeneratePNGsLimitedTo64Colors.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82680-RemovedOptionToGeneratePNGsLimitedTo64Colors.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Breaking: #82680 - Removed option to generate PNGs limited to 64 colors
@@ -31,4 +31,4 @@ Migration
 
 Accessing the Install Tool removes the option. If necessary, the option can be set via TypoScript GIFBUILDER `reduceColors`.
 
-.. index:: LocalConfiguration, PHP-API, NotScanned
\ No newline at end of file
+.. index:: LocalConfiguration, PHP-API, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82689-BackendAbstractWizardControllerNotExtendsAbstractModule.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82689-BackendAbstractWizardControllerNotExtendsAbstractModule.rst
index 0924d1bbd580793e97873ec09d52f6d2ced07c0d..7f96452c31757cf3e01c0cad9cbf532703ea59fe 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82689-BackendAbstractWizardControllerNotExtendsAbstractModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82689-BackendAbstractWizardControllerNotExtendsAbstractModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Breaking: #82689 - Backend AbstractWizardController not extends AbstractModule
@@ -41,4 +41,4 @@ at an appropriate place instead. Instead of :php:`processRequest()`, routes shou
 registered in an extensions :file:`Configuration/Backend/Routes.php` and
 :file:`Configuration/Backend/AjaxRoutes.php`.
 
-.. index:: Backend, PHP-API, PartiallyScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, PartiallyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82701-AlwaysConsiderPublishingReferencesInWorkspaces.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82701-AlwaysConsiderPublishingReferencesInWorkspaces.rst
index e5289f551c77ffbd2b8dd05f073ac8ba6a7a7f02..bed9bdeb41b84c20c5141858e6a2dadfd0640a04 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82701-AlwaysConsiderPublishingReferencesInWorkspaces.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82701-AlwaysConsiderPublishingReferencesInWorkspaces.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Breaking: #82701 - Always consider publishing references in workspaces
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82709-TCAOptionLocalizeChildrenAtParentLocalizationRemoved.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82709-TCAOptionLocalizeChildrenAtParentLocalizationRemoved.rst
index 5a7822beb0a21118af91977e1a42b8d8386f2ff4..72f4886734999342193fd8b7189be701c0adc343 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82709-TCAOptionLocalizeChildrenAtParentLocalizationRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82709-TCAOptionLocalizeChildrenAtParentLocalizationRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Breaking: #82709 - TCA option "localizeChildrenAtParentLocalization" removed
@@ -35,4 +35,4 @@ Migration
 
 Remove the TCA option in the extensions' TCA definition.
 
-.. index:: TCA, Backend, NotScanned
\ No newline at end of file
+.. index:: TCA, Backend, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82768-ConfigurationOptionsForImageManipulationPHPAPI.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82768-ConfigurationOptionsForImageManipulationPHPAPI.rst
index ca6df7688825bc83920dd496c026a257ee5c03fb..ab8e6a1a8d768baf04e3d66abf91cc226a57b4c6 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82768-ConfigurationOptionsForImageManipulationPHPAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82768-ConfigurationOptionsForImageManipulationPHPAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Breaking: #82768 - Configuration Options for Image Manipulation PHP API
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82803-GlobalConfigurationOptionContent_doktypesRemoved.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82803-GlobalConfigurationOptionContent_doktypesRemoved.rst
index 64d98e7d40f393121446121fbc445d6971e85006..79d86fbd21646bf9e8067bd27d04280e43428948 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82803-GlobalConfigurationOptionContent_doktypesRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82803-GlobalConfigurationOptionContent_doktypesRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Breaking: #82803 - Global configuration option "content_doktypes" removed
@@ -32,4 +32,4 @@ Migration
 
 Remove all usages working with this option.
 
-.. index:: LocalConfiguration, NotScanned
\ No newline at end of file
+.. index:: LocalConfiguration, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82832-UseAtDaemonDroppedFromScheduler.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82832-UseAtDaemonDroppedFromScheduler.rst
index f6cead9699ce88d52090c1f66395366ebb21c0bc..61500a3769c4c7056ed7dc729a020f509ae9aadf 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82832-UseAtDaemonDroppedFromScheduler.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82832-UseAtDaemonDroppedFromScheduler.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #82832 - Use at daemon dropped from scheduler
@@ -35,4 +35,4 @@ Migration
 
 Switch to cron execution instead.
 
-.. index:: Backend, CLI, PHP-API, PartiallyScanned, ext:scheduler
\ No newline at end of file
+.. index:: Backend, CLI, PHP-API, PartiallyScanned, ext:scheduler
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82852-ExceptionIsThrownOnInvalidCharset.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82852-ExceptionIsThrownOnInvalidCharset.rst
index dfcfe6e7a66ef3ed34ed52b62e98e22997cc033f..ce47682de8caf32a4a2afc5d3b0c44ac2c23e66d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82852-ExceptionIsThrownOnInvalidCharset.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82852-ExceptionIsThrownOnInvalidCharset.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #82852 - Exception is thrown on invalid charset
@@ -15,7 +15,7 @@ an :php:`\TYPO3\CMS\Core\Charset\UnknownCharsetException` if an unknown
 charset was provided.
 
 The :php:`TypoScriptFrontendController` aka TSFE uses this to throw
-a :php:`\RuntimeException` in case of an invalid :ts:`config.metaCharset`.
+a :php:`\RuntimeException` in case of an invalid :typoscript:`config.metaCharset`.
 Before this resulted in a blank page instead.
 
 
@@ -24,7 +24,7 @@ Impact
 
 Third party code directly using the :php:`CharsetConverter` class need to be aware of the new exception in case of an invalid charset.
 
-Sites with an invalid :ts:`config.metaCharset` will now see a clear error message.
+Sites with an invalid :typoscript:`config.metaCharset` will now see a clear error message.
 
 
 Migration
@@ -32,6 +32,6 @@ Migration
 
 Catch the :php:`UnknownCharsetException` of the :php:`CharsetConverter` if necessary.
 
-Ensure that :ts:`config.metaCharset` is set to a known charset.
+Ensure that :typoscript:`config.metaCharset` is set to a known charset.
 
-.. index:: Frontend, PHP-API, NotScanned
\ No newline at end of file
+.. index:: Frontend, PHP-API, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82878-RemovedFieldNoCacheInDatabaseTablePages.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82878-RemovedFieldNoCacheInDatabaseTablePages.rst
index 2024e106221935105a720c700d840eecaa47a3e9..bdcf7c86cab9e6934863dc14670a2ecd02da073f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82878-RemovedFieldNoCacheInDatabaseTablePages.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82878-RemovedFieldNoCacheInDatabaseTablePages.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Breaking: #82878 - Removed field "no_cache" in database table "pages"
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82893-RemoveGlobalVariablePARSETIME_START.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82893-RemoveGlobalVariablePARSETIME_START.rst
index fccbd23d7d31ee26fb39abf9e87626ade4e38373..7d5cdcf6df3c5c426937f223048d17815026624d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82893-RemoveGlobalVariablePARSETIME_START.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82893-RemoveGlobalVariablePARSETIME_START.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #82893 - Remove global variable PARSETIME_START
@@ -31,4 +31,4 @@ Migration
 Use :php:`round($GLOBALS['TYPO3_MISC']['microtime_start'] * 1000)` if you need the same value as
 :php:`$GLOBALS['PARSETIME_START']` previously contained.
 
-.. index:: Frontend, PHP-API, FullyScanned
\ No newline at end of file
+.. index:: Frontend, PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82896-SystemExtensionVersionMigratedIntoWorkspaces.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82896-SystemExtensionVersionMigratedIntoWorkspaces.rst
index bf8e9bb542a19d37a4840bcbcd1e0ff482bf6d63..3df4b13a67e3244163fe967f9ef71f4591d62b89 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82896-SystemExtensionVersionMigratedIntoWorkspaces.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82896-SystemExtensionVersionMigratedIntoWorkspaces.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Breaking: #82896 - System extension "version" migrated into "workspaces"
@@ -51,4 +51,4 @@ Adapt your changes to check for "workspaces" instead of the "version" extension.
 If you built custom functionality built on "version" without "workspaces", ensure to adapt
 your settings and old class names to use the workspace PHP namespaces.
 
-.. index:: PHP-API, NotScanned, ext:workspaces
\ No newline at end of file
+.. index:: PHP-API, NotScanned, ext:workspaces
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82899-MoreRestrictingChecksForAPIMethodsInExtensionManagementUtility.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82899-MoreRestrictingChecksForAPIMethodsInExtensionManagementUtility.rst
index 5bbfe0640c9898cbebdc27442efffe6ce4680c5a..1ea3022f8d3c0fd0037e9d587fa481e87053d6ff 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82899-MoreRestrictingChecksForAPIMethodsInExtensionManagementUtility.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82899-MoreRestrictingChecksForAPIMethodsInExtensionManagementUtility.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Breaking: #82899 - More restricting checks for API methods in ExtensionManagementUtility
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82914-RemoveTypoScriptOptionPagebodyTagMargins.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82914-RemoveTypoScriptOptionPagebodyTagMargins.rst
index b2623d6d2e1390ace58634a1136c7bd528944cc9..166340ad918d0c4db7d98b3427893dafa5e11d5c 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82914-RemoveTypoScriptOptionPagebodyTagMargins.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82914-RemoveTypoScriptOptionPagebodyTagMargins.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #82914 - Remove TypoScript option page.bodyTagMargins
@@ -9,7 +9,7 @@ See :issue:`82914`
 Description
 ===========
 
-The TypoScript option :ts:`page.bodyTagMargins` has been removed.
+The TypoScript option :typoscript:`page.bodyTagMargins` has been removed.
 
 
 Impact
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82915-RemoveTypoScriptOptionPagestylesheet.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82915-RemoveTypoScriptOptionPagestylesheet.rst
index 19e718aa8d2c439c125f55fcbe22825affbcc22b..e277ee7d1b945f0957a9f93f9d6e46b2b4098de0 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82915-RemoveTypoScriptOptionPagestylesheet.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82915-RemoveTypoScriptOptionPagestylesheet.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #82915 - Remove TypoScript option page.stylesheet
@@ -9,7 +9,7 @@ See :issue:`82915`
 Description
 ===========
 
-The TypoScript option :ts:`page.stylesheet` has been removed.
+The TypoScript option :typoscript:`page.stylesheet` has been removed.
 
 
 Impact
@@ -27,6 +27,6 @@ Any TYPO3 installation using this option.
 Migration
 =========
 
-Use a configuration like :ts:`page.includeCSS.aFile = fileadmin/styles.css`
+Use a configuration like :typoscript:`page.includeCSS.aFile = fileadmin/styles.css`
 
 .. index:: Frontend, TypoScript, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82919-RemovedPageTreeRelatesTsConfigSettings.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82919-RemovedPageTreeRelatesTsConfigSettings.rst
index 63cea7f23f6b0c987ec1b984ec8c5c780248d2e2..be04ef38f861a404b4d214d47f666aa2b4b2309d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82919-RemovedPageTreeRelatesTsConfigSettings.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82919-RemovedPageTreeRelatesTsConfigSettings.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #82919 - Removed pagetree-related TSconfig settings
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82926-RemovedDatabaseFieldSysDomainForcedFlag.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82926-RemovedDatabaseFieldSysDomainForcedFlag.rst
index 5d9c7ec6e847be4c5a7c2ffa1dfd9dd053bc449c..73c6bbb17b7a36793a790ef81a087fa305b800ad 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82926-RemovedDatabaseFieldSysDomainForcedFlag.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82926-RemovedDatabaseFieldSysDomainForcedFlag.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #82926 - Removed database field sys_domain.forced
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82991-RecordListLocalizationViewIsAlwaysEnabled.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82991-RecordListLocalizationViewIsAlwaysEnabled.rst
index 0417f0891ea4b1c5ed49278e7394919d172415cf..6c221b52cdb27dc010f03b56c10b1aad1dc4c339 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82991-RecordListLocalizationViewIsAlwaysEnabled.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-82991-RecordListLocalizationViewIsAlwaysEnabled.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Breaking: #82991 - Record list "Localization View" is always enabled
@@ -16,7 +16,7 @@ always enabled.
 Impact
 ======
 
-The PageTSconfig option :ts:`mod.web_list.enableLocalizationView` has no effect anymore.
+The PageTSconfig option :typoscript:`mod.web_list.enableLocalizationView` has no effect anymore.
 
 
 Affected Installations
@@ -30,4 +30,4 @@ Migration
 
 Remove the TSconfig option.
 
-.. index:: TSConfig, Backend, NotScanned
\ No newline at end of file
+.. index:: TSConfig, Backend, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83081-RemovedConfigurationOptionBeFileExtensionsWebspace.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83081-RemovedConfigurationOptionBeFileExtensionsWebspace.rst
index 1d8bbd82b63cc96e346e2ff7e075b211c63c14cf..f8e31d0a995c293e76059c16d0cc58bf9ca49c74 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83081-RemovedConfigurationOptionBeFileExtensionsWebspace.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83081-RemovedConfigurationOptionBeFileExtensionsWebspace.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Breaking: #83081 - Removed configuration option BE/fileExtensions/webspace
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83122-RemovedStdWrapOptionTCAselectItem.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83122-RemovedStdWrapOptionTCAselectItem.rst
index 25afc8ae425f32e6942047831c11f4ce1e5a61e9..8c5ae46e29a428028bd9f635911a3cde3a988489 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83122-RemovedStdWrapOptionTCAselectItem.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83122-RemovedStdWrapOptionTCAselectItem.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Breaking: #83122 - Removed stdWrap option TCAselectItem
@@ -16,7 +16,7 @@ entries with TSconfig and the mentioned support of database relations.
 Impact
 ======
 
-The stdWrap option :ts:`TCAselectItem` will not work anymore.
+The stdWrap option :typoscript:`TCAselectItem` will not work anymore.
 
 Calling :php:`\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::stdWrap_TCAselectItem` and
 :php:`\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::TCAlookup` will trigger an error.
@@ -25,7 +25,7 @@ Calling :php:`\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::stdWrap_T
 Affected Installations
 ======================
 
-Any instance using the stdWrap option :ts:`TCAselectItem` or calls to
+Any instance using the stdWrap option :typoscript:`TCAselectItem` or calls to
 :php:`\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::stdWrap_TCAselectItem` and
 :php:`\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::TCAlookup`.
 
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83124-RemoveStdWrapOptionsSpaceSpaceBeforeSpaceAfter.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83124-RemoveStdWrapOptionsSpaceSpaceBeforeSpaceAfter.rst
index 0b8e48fbf1157cb7b0321b646cb470d084a229e6..3f3d1db360635eaef7beafda0867bcac622e2c75 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83124-RemoveStdWrapOptionsSpaceSpaceBeforeSpaceAfter.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83124-RemoveStdWrapOptionsSpaceSpaceBeforeSpaceAfter.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Breaking: #83124 - Remove stdWrap options space, spaceBefore, spaceAfter
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83153-MigratedBackendLayoutIconToFileAbstractionLayer.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83153-MigratedBackendLayoutIconToFileAbstractionLayer.rst
index 0fcc4c293daccc07c40f665f58736fd57d338ad4..66e2d566107fa4464d0e954a252dd69606d598d6 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83153-MigratedBackendLayoutIconToFileAbstractionLayer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83153-MigratedBackendLayoutIconToFileAbstractionLayer.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #83153 - Migrated backend_layout.icon to FAL
@@ -36,4 +36,4 @@ An upgrade wizard in the TYPO3 install tool moves all existing icons of backend_
 
 For extensions directly working on the database table, the database access needs to be modified.
 
-.. index:: Database, FAL, Backend, NotScanned
\ No newline at end of file
+.. index:: Database, FAL, Backend, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83160-RemovedSortingColumnFromTableSysFileReference.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83160-RemovedSortingColumnFromTableSysFileReference.rst
index 4b94e1fda66ce9542876201e7569cdcdfb8a5b59..74b42bbe583ad7b40f8e58624bca178c8c94164b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83160-RemovedSortingColumnFromTableSysFileReference.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83160-RemovedSortingColumnFromTableSysFileReference.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Breaking: #83160 - Removed 'sorting' column from table 'sys_file_reference'
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83161-RemoveTYPO3LLLUsagesInTYPO3Core.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83161-RemoveTYPO3LLLUsagesInTYPO3Core.rst
index 3c2d42c56d04a395c75ba4024a32aa7c87d2891a..cdac9656bb4b1f545efe5ed426b5914386191367 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83161-RemoveTYPO3LLLUsagesInTYPO3Core.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83161-RemoveTYPO3LLLUsagesInTYPO3Core.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #83161 - Remove TYPO3.LLL usages in TYPO3 core
@@ -9,25 +9,25 @@ See :issue:`83161`
 Description
 ===========
 
-After moving to the :javascript:`TYPO3.lang` API for javascript, the :javascript:`TYPO3.LLL` is not needed anymore.
+After moving to the :js:`TYPO3.lang` API for javascript, the :js:`TYPO3.LLL` is not needed anymore.
 
 
 Impact
 ======
 
-All extensions which are using :javascript:`TYPO3.LLL` for translation in javascript should be checked and updated accordingly.
+All extensions which are using :js:`TYPO3.LLL` for translation in javascript should be checked and updated accordingly.
 
 
 Affected Installations
 ======================
 
-Any installation using extensions, which are using :javascript:`TYPO3.LLL`.
+Any installation using extensions, which are using :js:`TYPO3.LLL`.
 
 
 Migration
 =========
 
-Use :javascript:`TYPO3.lang['label']` from javascript. To make custom language labels available in javascript,
+Use :js:`TYPO3.lang['label']` from javascript. To make custom language labels available in javascript,
 add :php:`$this->pageRenderer->addInlineLanguageLabelFile('EXT:foo/Resources/Private/Language/locallang.xlf');`
 in your backend controller.
 
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83241-ExtbaseRemovedCustomFunctionalityForDataMapper-getPlainValue.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83241-ExtbaseRemovedCustomFunctionalityForDataMapper-getPlainValue.rst
index 1a1fd67c5a43456a1d22bb2aa8eead7259fe36cc..5d4ac9437a0657a07a5a8184b09e174972502d71 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83241-ExtbaseRemovedCustomFunctionalityForDataMapper-getPlainValue.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83241-ExtbaseRemovedCustomFunctionalityForDataMapper-getPlainValue.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================================
 Breaking: #83241 - Extbase: Removed custom functionality for DataMapper->getPlainValue
@@ -33,4 +33,4 @@ Migration
 
 Use the transformations outside the DataMapper, if still necessary.
 
-.. index:: PHP-API, FullyScanned, ext:extbase
\ No newline at end of file
+.. index:: PHP-API, FullyScanned, ext:extbase
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83243-RemovedCache_phpcodeCacheConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83243-RemovedCache_phpcodeCacheConfiguration.rst
index d9580c2d32a816a21922053bf2307458e1866711..c70901349319e1b376fc9681ae2d8849076b778c 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83243-RemovedCache_phpcodeCacheConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83243-RemovedCache_phpcodeCacheConfiguration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #83243 - Removed cache_phpcode cache configuration
@@ -23,4 +23,4 @@ Affected Installations
 
 Every installation using a 3rd party extension that still relies on `cache_phpcode` is affected.
 
-.. index:: PHP-API, NotScanned, LocalConfiguration
\ No newline at end of file
+.. index:: PHP-API, NotScanned, LocalConfiguration
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83244-FluidWidgetLinksDoNotAddCacheHashParameterByDefaultAnymore.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83244-FluidWidgetLinksDoNotAddCacheHashParameterByDefaultAnymore.rst
index 825d0e51f4c3757d39ccbfbe847fab58ad6edd52..a585073950ebeebc71c91c4029ffd36f603f339a 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83244-FluidWidgetLinksDoNotAddCacheHashParameterByDefaultAnymore.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83244-FluidWidgetLinksDoNotAddCacheHashParameterByDefaultAnymore.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================
 Breaking: #83244 - Fluid Widget Links do not add cacheHash parameter by default anymore
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83256-RemovedLockFilePathFunctionality.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83256-RemovedLockFilePathFunctionality.rst
index 14b65e96f5260293e748c234718ca12d58ba090f..6d62c19d56797a6a29b6bb45d357b7b27ca0b0e0 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83256-RemovedLockFilePathFunctionality.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83256-RemovedLockFilePathFunctionality.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Breaking: #83256 - Removed lockFilePath functionality
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83265-DroppedSupportForSettingTypeNumViaIdGETParameterInFrontend.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83265-DroppedSupportForSettingTypeNumViaIdGETParameterInFrontend.rst
index dc322eb172685623c3ef680fe61d2c0ef373d1fc..f96222b58ac38071b5b755350c0add273f168bdd 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83265-DroppedSupportForSettingTypeNumViaIdGETParameterInFrontend.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83265-DroppedSupportForSettingTypeNumViaIdGETParameterInFrontend.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================================
 Breaking: #83265 - Dropped support for setting "typeNum" via id GET Parameter in Frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83284-RemovedExtBackendPrivateTemplatesCloseHtml.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83284-RemovedExtBackendPrivateTemplatesCloseHtml.rst
index 632d24e1b540493e063415a04b038e809e7a312d..a9d4ffe86f9910661182191088b9e536538e7b65 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83284-RemovedExtBackendPrivateTemplatesCloseHtml.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83284-RemovedExtBackendPrivateTemplatesCloseHtml.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Breaking: #83284 - Removed EXT:backend/Resources/Private/Templates/Close.html
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83289-CoreVersion90NeedsPHP720.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83289-CoreVersion90NeedsPHP720.rst
index 5b8d1a36026498aeddf5eb07c7f0282903699e93..4bd2a0540a2075cae730b9beed9d9334fa1c4623 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83289-CoreVersion90NeedsPHP720.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83289-CoreVersion90NeedsPHP720.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Breaking: #83289 - Core version 9.0 needs PHP 7.2.0
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83294-SaltedPasswordsCustomSaltingsMustUseTheSaltInterface.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83294-SaltedPasswordsCustomSaltingsMustUseTheSaltInterface.rst
index 9db38468d29241a2b4b13a9a616b5df1d9c534ed..4253df22918578f61851ed37ea687f4f770cea65 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83294-SaltedPasswordsCustomSaltingsMustUseTheSaltInterface.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83294-SaltedPasswordsCustomSaltingsMustUseTheSaltInterface.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Breaking: #83294 - Salted Passwords: Custom saltings must use the SaltInterface
@@ -36,4 +36,4 @@ Migration
 Switch to the new implemention details mentioned above, and change your custom salt to fit
 to the :php:`SaltInterface` API.
 
-.. index:: PHP-API, NotScanned, ext:saltedpasswords
\ No newline at end of file
+.. index:: PHP-API, NotScanned, ext:saltedpasswords
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83302-ComposerRestrictsInstallationOfTypo3cms.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83302-ComposerRestrictsInstallationOfTypo3cms.rst
index c9d93a8817285073d5d22244103762321c2ec385..e7e8e89d05d384393a052f245ebb5f469bec5bae 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83302-ComposerRestrictsInstallationOfTypo3cms.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Breaking-83302-ComposerRestrictsInstallationOfTypo3cms.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #83302 - Composer restricts installation of typo3/cms
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-52694-DeprecatedGeneralUtilitydevLog.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-52694-DeprecatedGeneralUtilitydevLog.rst
index 47614664d6540fc9f66d636556b59511520597a8..702548b10030ece2075f8ee3aee57eeaaa221272 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-52694-DeprecatedGeneralUtilitydevLog.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-52694-DeprecatedGeneralUtilitydevLog.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #52694 - Deprecated GeneralUtility::devLog()
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-54152-DeprecateArgumentsOfBackendUtilityGetPagesTSconfig.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-54152-DeprecateArgumentsOfBackendUtilityGetPagesTSconfig.rst
index ccdccc57e6fe9441b6713fdff3558f8ab99043ed..a04964c3aafa04a9550bc60c47c340917747c7fc 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-54152-DeprecateArgumentsOfBackendUtilityGetPagesTSconfig.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-54152-DeprecateArgumentsOfBackendUtilityGetPagesTSconfig.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Deprecation: #54152 - Deprecate arguments of BackendUtility::getPagesTSconfig
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-57594-OptimizeReflectionServiceCacheHandling.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-57594-OptimizeReflectionServiceCacheHandling.rst
index 0b034f22185aba8b40252b900ada49e90e9ca6dc..c1c024f0b81b2671bb2c16573e58649c03e827e1 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-57594-OptimizeReflectionServiceCacheHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-57594-OptimizeReflectionServiceCacheHandling.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Deprecation: #57594 - Optimize extbase ReflectionService Cache handling
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-70526-LocationOfFormatToPageTypeMappingOption.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-70526-LocationOfFormatToPageTypeMappingOption.rst
index 3d1453bc597639a5b5ed6f0c573463b64fc0588f..d9d5cea09eaf421d0166ecf40e63c63aa68d2cc9 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-70526-LocationOfFormatToPageTypeMappingOption.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-70526-LocationOfFormatToPageTypeMappingOption.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Deprecation: #70526 - Location of formatToPageTypeMapping option
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-78410-DeprecatePopoverMemberInstanceInTYPO3GlobalObject.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-78410-DeprecatePopoverMemberInstanceInTYPO3GlobalObject.rst
index 1edde4fd028bbd6b51579e2383de55673c468e3a..17cb335df52f099eaeda204690f4fba61f52eed5 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-78410-DeprecatePopoverMemberInstanceInTYPO3GlobalObject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-78410-DeprecatePopoverMemberInstanceInTYPO3GlobalObject.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Deprecation: #78410 - Deprecate popover member instance in TYPO3 global object.
@@ -9,7 +9,7 @@ See :issue:`78410`
 Description
 ===========
 
-The member instance :javascript:`TYPO3.Popover` has been marked as deprecated.
+The member instance :js:`TYPO3.Popover` has been marked as deprecated.
 
 
 Impact
@@ -21,7 +21,7 @@ Using the global instance will not throw any deprecation message.
 Affected Installations
 ======================
 
-Any backend JavaScript or TypeScript using :javascript:`TYPO3.Popover`.
+Any backend JavaScript or TypeScript using :js:`TYPO3.Popover`.
 
 
 Migration
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-80993-GeneralUtilitygetUserObj.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-80993-GeneralUtilitygetUserObj.rst
index 9e8e3af9af6d529e3e5b2eac70caff336e5ff536..176281a8dc9b06165165ea807aaef054e72fcddb 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-80993-GeneralUtilitygetUserObj.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-80993-GeneralUtilitygetUserObj.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Deprecation: #80993 - GeneralUtility::getUserObj
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81201-EidUtilityinitTCA.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81201-EidUtilityinitTCA.rst
index d9a6111efea91847445fb3534d5a892f0c40267b..d1f12f5592c4b3c1233bdc16fcf786e9ea6ba5d9 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81201-EidUtilityinitTCA.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81201-EidUtilityinitTCA.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Deprecation: #81201 - EidUtility::initTCA
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81213-RenderMethodArgumentOnViewHelpersDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81213-RenderMethodArgumentOnViewHelpersDeprecated.rst
index 20f57cd465ff4d6880e283f0d47bf3c721d21bff..c32ce7ee73616ac4c4ad54502c5a24465db1b064 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81213-RenderMethodArgumentOnViewHelpersDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81213-RenderMethodArgumentOnViewHelpersDeprecated.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Deprecation: #81213 - Render method arguments on ViewHelpers deprecated
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81217-TSFE-relatedLanguageMethods.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81217-TSFE-relatedLanguageMethods.rst
index b3c448319cc904ef4a6ce09592038df4536381d2..24c8d561063d1bb71d820f2c7ac1988ee7c61f28 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81217-TSFE-relatedLanguageMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81217-TSFE-relatedLanguageMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Deprecation: #81217 - TSFE-related language methods
@@ -37,8 +37,8 @@ Migration
 Use :php:`TypoScriptFrontendController->sL()` for resolving language labels in the language
 of the Frontend rendering engine as a replacement for :php:`getLLL()`.
 
-If you are not doing anything special on language initialization, the call to :php:`initLLvars()` 
-can likely be dropped. If you need to influence language initialization yourself, you can use the 
+If you are not doing anything special on language initialization, the call to :php:`initLLvars()`
+can likely be dropped. If you need to influence language initialization yourself, you can use the
 hooks :php:`$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['settingLanguage_preProcess']`
 or :php:`$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['settingLanguage_postProcess']`.
 
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81218-NoWSOLArgumentInPageRepository-getRawRecord.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81218-NoWSOLArgumentInPageRepository-getRawRecord.rst
index 20d606943c3fb4d4470bf53f5b7c0c2c1d92fa39..e5fd30944fb7a7357f7577d4171d164b8481d692 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81218-NoWSOLArgumentInPageRepository-getRawRecord.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81218-NoWSOLArgumentInPageRepository-getRawRecord.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Deprecation: #81218 - noWSOL argument in PageRepository->getRawRecord
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81318-PublicPropertiesOfPageRepository.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81318-PublicPropertiesOfPageRepository.rst
index 3c1d0d4c4101f2f193a7c52447416c20b09f5183..7956030f45d0f03559f4bef5abe524d9fd211e04 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81318-PublicPropertiesOfPageRepository.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81318-PublicPropertiesOfPageRepository.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #81318 - Public properties of PageRepository
@@ -36,4 +36,4 @@ Migration
 
 Remove the PHP calls and either extend the PHP class to your own needs or avoid accessing these properties.
 
-.. index:: PHP-API, FullyScanned, Frontend
\ No newline at end of file
+.. index:: PHP-API, FullyScanned, Frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81460-DeprecateGetByTagOnCacheFrontends.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81460-DeprecateGetByTagOnCacheFrontends.rst
index f197207427a73ea06624749888d9d23709d94a56..ef7aecf45188366b26fe72f9e987feced3596803 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81460-DeprecateGetByTagOnCacheFrontends.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81460-DeprecateGetByTagOnCacheFrontends.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #81460 - Deprecate getByTag() on cache frontends
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81464-AddAPIForMetaTagManagement.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81464-AddAPIForMetaTagManagement.rst
index 0e3d30af5c1977935dff0b725e110958d97f2d1c..3365ad8c6c6574998150609864d565440294cfdb 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81464-AddAPIForMetaTagManagement.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81464-AddAPIForMetaTagManagement.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Deprecation: #81464 - Add API for meta tag management
@@ -43,4 +43,4 @@ Migration
 
 Migrate code to use :php:`PageRenderer->setMetaTag($type, $name, $content)` instead.
 
-.. index:: PHP-API, FullyScanned, Frontend
\ No newline at end of file
+.. index:: PHP-API, FullyScanned, Frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81534-BackendUtilitygetListGroupNamesDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81534-BackendUtilitygetListGroupNamesDeprecated.rst
index 998cd5b12a2c709549a8d4ae151161ea1c0b75be..0b1e9e3d07239dcfe06a6269865ed263ece2cb3d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81534-BackendUtilitygetListGroupNamesDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81534-BackendUtilitygetListGroupNamesDeprecated.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Deprecation: #81534 - BackendUtility::getListGroupNames() deprecated
@@ -32,4 +32,4 @@ Migration
 Use method :php:`BackendUtility::getGroupNames()` instead and keep an eye on the
 different non-admin use of the method if switching.
 
-.. index:: Database, PHP-API, TCA, FullyScanned
\ No newline at end of file
+.. index:: Database, PHP-API, TCA, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81540-DeprecateDocumentTemplateformWidth.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81540-DeprecateDocumentTemplateformWidth.rst
index 991d4f011e20288811778ed9667726dec6827e45..86af44f9ca47baea910d00c216b34de7179ef484 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81540-DeprecateDocumentTemplateformWidth.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81540-DeprecateDocumentTemplateformWidth.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Deprecation: #81540 - Deprecate DocumentTemplate::formWidth
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81600-UnusedExtbaseExceptions.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81600-UnusedExtbaseExceptions.rst
index d305297742d144dd1673e9898864bfa55181ffe2..8bbba7f4b1514db2ea56f1ee2b674a5da28a1a5f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81600-UnusedExtbaseExceptions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81600-UnusedExtbaseExceptions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Deprecation: #81600 - Unused Extbase Exceptions
@@ -101,4 +101,4 @@ Use :php:`TYPO3Fluid\Fluid\View\Exception\InvalidTemplateResourceException` inst
 
 * :php:`TYPO3\CMS\Extbase\Mvc\Exception\InvalidTemplateResourceException`
 
-.. index:: PHP-API, FullyScanned, ext:extbase
\ No newline at end of file
+.. index:: PHP-API, FullyScanned, ext:extbase
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81651-ArgumentParametersInListModuleHook.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81651-ArgumentParametersInListModuleHook.rst
index b3781372b4ac52bf74f70d76558e5094d886cb88..30e0b437fec1840dcead31e1ddc6adeb0a4d9e19 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81651-ArgumentParametersInListModuleHook.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81651-ArgumentParametersInListModuleHook.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #81651 - Argument parameters in list module hook
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81763-DeprecatedLanguageLabelForFileRename.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81763-DeprecatedLanguageLabelForFileRename.rst
index 896cebca8f21c7f9c69c8dea2b2910f7841ef99c..70a80cfaa8013859d6206c0e6bfcb228287a8f46 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81763-DeprecatedLanguageLabelForFileRename.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81763-DeprecatedLanguageLabelForFileRename.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Deprecation: #81763 - Deprecated language label for file rename
@@ -24,4 +24,4 @@ Migration
 
 Add the label to the `locallang.xlf` of your extension and adjust the usage of the label.
 
-.. index:: Backend, NotScanned, ext:lang
\ No newline at end of file
+.. index:: Backend, NotScanned, ext:lang
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81951-InstallToolEntryPointMoved.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81951-InstallToolEntryPointMoved.rst
index a30d54eefd0959453f3e0bdbc44401d6ad71bb72..afa82bb8e2e6ea78ad852609ff9f0e44b40979a2 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81951-InstallToolEntryPointMoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-81951-InstallToolEntryPointMoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Deprecation: #81951 - Install Tool entry point moved
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82110-DeprecateValueAndNoscriptOptionsInSVGContentObject.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82110-DeprecateValueAndNoscriptOptionsInSVGContentObject.rst
index 1569370802559e1907472cbc1b7b73789a14b56a..2e002364e2c3ba7d3d2d8814a6a8678cd7ee2967 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82110-DeprecateValueAndNoscriptOptionsInSVGContentObject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82110-DeprecateValueAndNoscriptOptionsInSVGContentObject.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Deprecation: #82110 - Deprecate option "value" and "noscript" in SVG content object
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82254-DeprecateGLOBALSTYPO3_CONF_VARSEXTextConf.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82254-DeprecateGLOBALSTYPO3_CONF_VARSEXTextConf.rst
index eb532b85fafc21354c1932474311ef1d998bb970..5a1c7a8299583abc1bda3f4ca3d9d2ec065f2290 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82254-DeprecateGLOBALSTYPO3_CONF_VARSEXTextConf.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82254-DeprecateGLOBALSTYPO3_CONF_VARSEXTextConf.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Deprecation: #82254 - Deprecate $GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82315-DeprecateBinTypo3LanguageUpdate.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82315-DeprecateBinTypo3LanguageUpdate.rst
index ce43ceabd5177163d4bf3af1ee643ebacd41f677..fe5fe9978c5abb9d004ff5701daf6be2d8bbb85f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82315-DeprecateBinTypo3LanguageUpdate.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82315-DeprecateBinTypo3LanguageUpdate.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Deprecation: #82315 - Deprecate bin/typo3 lang:language:update
@@ -29,7 +29,7 @@ that need to be adjusted.
 Migration
 =========
 
-Use :shell:`bin/typo3 language:update` instead.
+Use :bash:`bin/typo3 language:update` instead.
 
 Notice that multiple language ISO codes must be separated by spaces instead of commas::
 
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82426-Typo3-pagetreeNavigationComponentName.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82426-Typo3-pagetreeNavigationComponentName.rst
index 1c61ba8925a308bd3ef709d231ede56c30ae7e1b..0a117d14a9e27f9ced305e16e501720bc3a1a6df 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82426-Typo3-pagetreeNavigationComponentName.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82426-Typo3-pagetreeNavigationComponentName.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Deprecation: #82426 - typo3-pagetree navigation component name
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82430-GeneralUtilitysysLog.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82430-GeneralUtilitysysLog.rst
index facb19132dd76f2a195072c1820c39e262fc4c02..17bdc8cc88b9501e8e6b2332537f23ea72c40bf2 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82430-GeneralUtilitysysLog.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82430-GeneralUtilitysysLog.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Deprecation: #82430 - GeneralUtility::sysLog
@@ -31,4 +31,4 @@ Migration
 
 Replace the :php:`GeneralUtility::sysLog` calls with direct calls to the Logging API.
 
-.. index:: PHP-API, NotScanned
\ No newline at end of file
+.. index:: PHP-API, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82438-DeprecationMethods.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82438-DeprecationMethods.rst
index 590eaf153f779bc556fc7f097cba7ec057a93ac7..a4900f2e47dffde54c1e441611730bb6b76ee50c 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82438-DeprecationMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82438-DeprecationMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Deprecation: #82438 - Deprecation methods
@@ -42,4 +42,4 @@ Migration
 
 Extension authors should switch to :php:`trigger_error('A useful message', E_USER_DEPRECATED);`
 
-.. index:: PHP-API, FullyScanned
\ No newline at end of file
+.. index:: PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82445-PageTranslationRelatedFunctionality.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82445-PageTranslationRelatedFunctionality.rst
index 2ae8bbd2b063248bb2333a44874e965055757b25..db73d06f7280ba85b364ff503f0e0b686cfecded 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82445-PageTranslationRelatedFunctionality.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82445-PageTranslationRelatedFunctionality.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Deprecation: #82445 - Page translation related functionality
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82603-DeprecateStorageModule.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82603-DeprecateStorageModule.rst
index 384e01bdf5b9c420773a10d2066b31b4d4c2bbb4..4102bdf1ffa474ee0d4f48d9da7bb2e59c7678fc 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82603-DeprecateStorageModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82603-DeprecateStorageModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Deprecation: #82603 - Deprecate Storage module
@@ -9,25 +9,25 @@ See :issue:`82603`
 Description
 ===========
 
-The RequireJS module :javascript:`TYPO3/CMS/Backend/Storage` has been marked as deprecated. The module has been split into the
-modules :javascript:`TYPO3/CMS/Backend/Storage/Client` and :javascript:`TYPO3/CMS/Backend/Storage/Persistent`.
+The RequireJS module :js:`TYPO3/CMS/Backend/Storage` has been marked as deprecated. The module has been split into the
+modules :js:`TYPO3/CMS/Backend/Storage/Client` and :js:`TYPO3/CMS/Backend/Storage/Persistent`.
 
 Impact
 ======
 
-Using :javascript:`TYPO3/CMS/Backend/Storage` will trigger a warning in the browser's developer console.
+Using :js:`TYPO3/CMS/Backend/Storage` will trigger a warning in the browser's developer console.
 
 
 Affected Installations
 ======================
 
-All extensions using :javascript:`TYPO3/CMS/Backend/Storage` are affected.
+All extensions using :js:`TYPO3/CMS/Backend/Storage` are affected.
 
 
 Migration
 =========
 
-Instead of using :javascript:`Storage.Client` and :javascript:`Storage.Persistent` use the introduced modules instead.
+Instead of using :js:`Storage.Client` and :js:`Storage.Persistent` use the introduced modules instead.
 
 Example code:
 
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82609-DeprecateTYPO3Utility.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82609-DeprecateTYPO3Utility.rst
index 1d1cf45b3bac260b5eb7f76389535060d093274b..eeac5fadbce42704bb3eb20b8f6375082bd3ba94 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82609-DeprecateTYPO3Utility.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82609-DeprecateTYPO3Utility.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Deprecation: #82609 - Deprecate TYPO3.Utility
@@ -9,20 +9,20 @@ See :issue:`82609`
 Description
 ===========
 
-The public property :javascript:`TYPO3.Utility` has been marked as deprecated. `Utility` may be used in AMD based modules by
-importing :javascript:`TYPO3/CMS/Backend/Utility` instead.
+The public property :js:`TYPO3.Utility` has been marked as deprecated. `Utility` may be used in AMD based modules by
+importing :js:`TYPO3/CMS/Backend/Utility` instead.
 
 
 Affected Installations
 ======================
 
-All extensions using :javascript:`TYPO3.Utility` are affected.
+All extensions using :js:`TYPO3.Utility` are affected.
 
 
 Migration
 =========
 
-Import :javascript:`TYPO3/CMS/Backend/Utility` in your AMD module.
+Import :js:`TYPO3/CMS/Backend/Utility` in your AMD module.
 
 Example code:
 
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82702-SecondArgumentOfGeneralUtilitymkdir_deep.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82702-SecondArgumentOfGeneralUtilitymkdir_deep.rst
index ace3063447a10e5e3efb776af7d1ea760efc6734..283c59a8f60970693399fde5e14f4ac482dda7d2 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82702-SecondArgumentOfGeneralUtilitymkdir_deep.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82702-SecondArgumentOfGeneralUtilitymkdir_deep.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Deprecation: #82702 - Second argument of GeneralUtility::mkdir_deep()
@@ -32,4 +32,4 @@ Instead of calling `GeneralUtility::mkdir_deep(PATH_site . 'typo3temp/', 'myfold
 syntax GeneralUtility::mkdir_deep(PATH_site . 'typo3temp/myfolder'); can be used directly, also
 in TYPO3 v8 and before already.
 
-.. index:: PHP-API, FullyScanned
\ No newline at end of file
+.. index:: PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82725-DeprecateConfigurationForm.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82725-DeprecateConfigurationForm.rst
index 2dd905a5dfae66709fc8a4adde5043eedc861031..9ac7b4f5a6157ffe04d99db537a9d5e02d4710b6 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82725-DeprecateConfigurationForm.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82725-DeprecateConfigurationForm.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Deprecation: #82725 - Deprecate ConfigurationForm
@@ -28,9 +28,9 @@ Instance with extensions using this class.
 Migration
 =========
 
-Class :php:`ConfigurationForm` was used to parse the ext_conf_template.txt file of extensions. 
+Class :php:`ConfigurationForm` was used to parse the ext_conf_template.txt file of extensions.
 The parser has been integrated at a different place in the core. The
 class is mostly core internal and extensions should not have needed to parse that syntax directly.
 There is no direct substitution for this functionality usable by extensions in the core.
 
-.. index:: Backend, PHP-API, FullyScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82744-RenameExtlowlevelViewToLowlevelController.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82744-RenameExtlowlevelViewToLowlevelController.rst
index 839143f7ef5dd11e4b385b9d1259ce304fbc7702..abe803c0d25d10539bf9991d30b36675015d9db6 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82744-RenameExtlowlevelViewToLowlevelController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82744-RenameExtlowlevelViewToLowlevelController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Deprecation: #82744 - Rename ext:lowlevel/View to lowlevel/Controller
@@ -35,4 +35,4 @@ Migration
 
 Use new class names instead.
 
-.. index:: Backend, PHP-API, FullyScanned, ext:lowlevel
\ No newline at end of file
+.. index:: Backend, PHP-API, FullyScanned, ext:lowlevel
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82805-RenamedAjaxLoginHandlerPHPClass.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82805-RenamedAjaxLoginHandlerPHPClass.rst
index 32510b2765f353933f88500728208e19329d6766..10e000b9f6d6c02912d353b2cc4fc4dbf261e146 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82805-RenamedAjaxLoginHandlerPHPClass.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82805-RenamedAjaxLoginHandlerPHPClass.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Deprecation: #82805 - Renamed AjaxLoginHandler PHP class
@@ -31,4 +31,4 @@ Migration
 A extension scanner already checks for the old class name. A simple renaming of the class name
 to the new class :php:`TYPO3\CMS\Backend\Controller\AjaxLoginController` is sufficient.
 
-.. index:: PHP-API, Backend, FullyScanned
\ No newline at end of file
+.. index:: PHP-API, Backend, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82869-ReplaceInjectWithTYPO3CMSExtbaseAnnotationInject.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82869-ReplaceInjectWithTYPO3CMSExtbaseAnnotationInject.rst
index b8cd2e183784ea4c350b34cb7c5ef66480f60ccb..b7239813ff898b5704a7e24328597ad234ee881d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82869-ReplaceInjectWithTYPO3CMSExtbaseAnnotationInject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82869-ReplaceInjectWithTYPO3CMSExtbaseAnnotationInject.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Deprecation: #82869 - Replace @inject with @TYPO3\\CMS\\Extbase\\Annotation\\Inject
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82899-ExtensionManagementUtilityMethods.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82899-ExtensionManagementUtilityMethods.rst
index b0e72b2d81322d2dae619c432e6aa2e5d23d5cc1..0bccc02a81ac402efc728eb024825f65a9035a7e 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82899-ExtensionManagementUtilityMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82899-ExtensionManagementUtilityMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Deprecation: #82899 - ExtensionManagementUtility methods
@@ -43,4 +43,4 @@ Instead of calling :php:`getExtensionKeyByPrefix()` use the extension key direct
 
 Use CacheManager API directly instead of calling :php:`removeCacheFiles()`.
 
-.. index:: PHP-API, FullyScanned
\ No newline at end of file
+.. index:: PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82902-CustomBackendModuleRegistrationMethods.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82902-CustomBackendModuleRegistrationMethods.rst
index b3d8a2e9c85c46fca85a4576b8b540ffda9e3651..1aac12696b872764490b2306d224771c2c1b2366 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82902-CustomBackendModuleRegistrationMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82902-CustomBackendModuleRegistrationMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Deprecation: #82902 - Custom Backend Module registration methods
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82903-DeprecateClientUtility.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82903-DeprecateClientUtility.rst
index c4c9bd3c40fb5085b9baae32b3ee12a4c3602c74..0720e515576a99855b196eccc6809b784404155a 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82903-DeprecateClientUtility.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82903-DeprecateClientUtility.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Deprecation: #82903 - Deprecate ClientUtility
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82909-TypoScriptOptionConfigtypolinkCheckRootline.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82909-TypoScriptOptionConfigtypolinkCheckRootline.rst
index e1709ecbdb0628dd9779e2dd2e627574dae0e5b5..4d8327a0302c2578ee26b7903ecbcaa17952b982 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82909-TypoScriptOptionConfigtypolinkCheckRootline.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82909-TypoScriptOptionConfigtypolinkCheckRootline.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Deprecation: #82909 - TypoScript option config.typolinkCheckRootline
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82926-DomainRelatedApiMethodInTSFE.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82926-DomainRelatedApiMethodInTSFE.rst
index 62e54db1b15a29b5e114040188e8379058e0f673..eeda8d184f39ff22dd8b46a3beabfb861d5cc752 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82926-DomainRelatedApiMethodInTSFE.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82926-DomainRelatedApiMethodInTSFE.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #82926 - Domain-related API method in TSFE
@@ -30,4 +30,4 @@ Migration
 Use the method ``TypoScriptFrontendController->getDomainDataForPid()`` which returns more
 data from a domain record as array.
 
-.. index:: PHP-API, FullyScanned, Frontend
\ No newline at end of file
+.. index:: PHP-API, FullyScanned, Frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82975-DeprecateUsageOfInjectWithNonPublicProperties.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82975-DeprecateUsageOfInjectWithNonPublicProperties.rst
index a017c7c0eca954fef2629b094045705e8b9b638c..d3fb6287c3eff2e45e782faedbb217612c152cac 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82975-DeprecateUsageOfInjectWithNonPublicProperties.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-82975-DeprecateUsageOfInjectWithNonPublicProperties.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Deprecation: #82975 - Deprecate usage of @inject with non-public properties
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83078-ReplaceLazyWithTYPO3CMSExtbaseAnnotationORMLazy.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83078-ReplaceLazyWithTYPO3CMSExtbaseAnnotationORMLazy.rst
index 9882d4c6bfd8154632c48d22a7553d73477ff90b..0dba0ca984f03ff0a365d53ee512ea532c35cbdb 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83078-ReplaceLazyWithTYPO3CMSExtbaseAnnotationORMLazy.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83078-ReplaceLazyWithTYPO3CMSExtbaseAnnotationORMLazy.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Deprecation: #83078 - Replace @lazy with @TYPO3\\CMS\\Extbase\\Annotation\\ORM\\Lazy
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83083-GeneralUtilityllXmlAutoFileName.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83083-GeneralUtilityllXmlAutoFileName.rst
index 86ca6114c64a299549fc7ab38c796b859e0e876c..d5f3d3355f8950dd047eb11935ded79cbb1feba7 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83083-GeneralUtilityllXmlAutoFileName.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83083-GeneralUtilityllXmlAutoFileName.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #83083 - GeneralUtility::llXmlAutoFileName()
@@ -30,4 +30,4 @@ Migration
 
 If necessary, use the XmlParser functionality, or implement the code directly in your own extension.
 
-.. index:: PHP-API, FullyScanned
\ No newline at end of file
+.. index:: PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83092-ReplaceTransientWithTYPO3CMSExtbaseAnnotationORMTransient.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83092-ReplaceTransientWithTYPO3CMSExtbaseAnnotationORMTransient.rst
index 9162db64de4434db9cc8faea070b6cf77dd1fb01..e76ec5aa9957ea0eb7c2c418c6acbd2a516f0fdd 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83092-ReplaceTransientWithTYPO3CMSExtbaseAnnotationORMTransient.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83092-ReplaceTransientWithTYPO3CMSExtbaseAnnotationORMTransient.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================================
 Deprecation: #83092 - Replace @transient with @TYPO3\\CMS\\Extbase\\Annotation\\ORM\\Transient
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83093-ReplaceCascadeWithTYPO3CMSExtbaseAnnotationORMCascade.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83093-ReplaceCascadeWithTYPO3CMSExtbaseAnnotationORMCascade.rst
index 3fed8f4e08f338a67e364e2eeae9998b81311e7d..6cd1931d07ae35c9aedb69ac77e1b029081afb23 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83093-ReplaceCascadeWithTYPO3CMSExtbaseAnnotationORMCascade.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83093-ReplaceCascadeWithTYPO3CMSExtbaseAnnotationORMCascade.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================================
 Deprecation: #83093 - Replace @cascade with @TYPO3\\CMS\\Extbase\\Annotation\\ORM\\Cascade
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83094-ReplaceIgnorevalidationWithTYPO3CMSExtbaseAnnotationIgnoreValidation.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83094-ReplaceIgnorevalidationWithTYPO3CMSExtbaseAnnotationIgnoreValidation.rst
index f2772fdcdee150345e9e27d75ea339bb0d3c029f..1f5aa47adf627c9cfad160f4fbf47214fd8f0b62 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83094-ReplaceIgnorevalidationWithTYPO3CMSExtbaseAnnotationIgnoreValidation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83094-ReplaceIgnorevalidationWithTYPO3CMSExtbaseAnnotationIgnoreValidation.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================================
 Deprecation: #83094 - Replace @ignorevalidation with @TYPO3\\CMS\\Extbase\\Annotation\\IgnoreValidation
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83116-CachingFrameworkWrapperMethodsInBackendUtility.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83116-CachingFrameworkWrapperMethodsInBackendUtility.rst
index 11bc1bdcffbcda2c65e2a527a2760965e63ce3b0..be92708d2c76143d1317126a0f912ada7efd2c35 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83116-CachingFrameworkWrapperMethodsInBackendUtility.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83116-CachingFrameworkWrapperMethodsInBackendUtility.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Deprecation: #83116 - Caching framework wrapper methods in BackendUtility
@@ -30,4 +30,4 @@ Migration
 
 Use the Caching Framework directly, as the methods now only act as wrapper methods.
 
-.. index:: PHP-API, Backend, FullyScanned
\ No newline at end of file
+.. index:: PHP-API, Backend, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83118-DeleteClauseMethods.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83118-DeleteClauseMethods.rst
index 50d94d209e24e997ee21a422ee078a3714c73375..74c1830329bb6179d67906c1256b79d302a93765 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83118-DeleteClauseMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83118-DeleteClauseMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Deprecation: #83118 - DeleteClause methods deprecated
@@ -31,4 +31,4 @@ Migration
 Migrate to Doctrine DBAL and use the new Database API (ConnectionPool, QueryBuilder) to access the database
 with the :php:`DeletedRestriction` class.
 
-.. index:: PHP-API, Database, Frontend, FullyScanned
\ No newline at end of file
+.. index:: PHP-API, Database, Frontend, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83121-LoggingMethodDataHandler-newlog2.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83121-LoggingMethodDataHandler-newlog2.rst
index 9c90d3ae4fbcb1adc717dfddcc50dd9c555b32ca..74da073512a41bdbbbc553b94c6e7ed1d82c517b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83121-LoggingMethodDataHandler-newlog2.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83121-LoggingMethodDataHandler-newlog2.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Deprecation: #83121 - Logging method DataHandler->newlog2()
@@ -30,4 +30,4 @@ Migration
 
 Use DataHandlers' :php:`log()` functionality or the TYPO3 Logging API for logging.
 
-.. index:: PHP-API, Backend, FullyScanned
\ No newline at end of file
+.. index:: PHP-API, Backend, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83252-Link-tagSyntaxProcesssing.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83252-Link-tagSyntaxProcesssing.rst
index 486b6fc021a468d090b3a96680fe7db2815149da..74af5c5919e04d945709c29dbe24a2709792cb9e 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83252-Link-tagSyntaxProcesssing.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83252-Link-tagSyntaxProcesssing.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Deprecation: #83252 - link-tag syntax processsing
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83254-MovedPageGenerationMethodsIntoTSFE.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83254-MovedPageGenerationMethodsIntoTSFE.rst
index 31ca386a203b42d48676ae9ed046be38c550c53d..f60ed8520151469a9912f9024a5dd887d54bbcc4 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83254-MovedPageGenerationMethodsIntoTSFE.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83254-MovedPageGenerationMethodsIntoTSFE.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #83254 - Moved page generation methods into TSFE
@@ -36,4 +36,4 @@ Migration
 For the generation of the page title tag, the method
 :php:`TypoScriptFrontendController->generatePageTitle()` should be used instead.
 
-.. index:: Frontend, PHP-API, FullyScanned
\ No newline at end of file
+.. index:: Frontend, PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83273-PublicPropertiesOfTemplateService.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83273-PublicPropertiesOfTemplateService.rst
index 8c85d03c851842a48f023f6446312de9aded5390..6c89e1b32f8141c2fd02df6fcfed9f7dfcd47cd8 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83273-PublicPropertiesOfTemplateService.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Deprecation-83273-PublicPropertiesOfTemplateService.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #83273 - Public properties of TemplateService
@@ -47,4 +47,4 @@ Migration
 
 Remove the PHP calls and either extend the PHP class to your own needs or avoid accessing these properties.
 
-.. index:: Frontend, PHP-API, FullyScanned
\ No newline at end of file
+.. index:: Frontend, PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-22439-AllowNestedGET-paramsInConfiglinkVars.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-22439-AllowNestedGET-paramsInConfiglinkVars.rst
index 3c69762f3af6f974d4363f8bc6544fae1c5144a8..a254d4b0168ce0bc2f2db212eca87f9681f100ca 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-22439-AllowNestedGET-paramsInConfiglinkVars.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-22439-AllowNestedGET-paramsInConfiglinkVars.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #22439 - Allow nested GET-params in config.linkVars
@@ -9,7 +9,7 @@ See :issue:`22439`
 Description
 ===========
 
-TypoScript setting :ts:`config.linkVars` configures which parameters should be passed on with links in TYPO3.
+TypoScript setting :typoscript:`config.linkVars` configures which parameters should be passed on with links in TYPO3.
 It is now possible to specify nested GET parameters there.
 
 Example:
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-40729-TitleAttributeForUnsubstitutedConstantsInTSObjectBrowser.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-40729-TitleAttributeForUnsubstitutedConstantsInTSObjectBrowser.rst
index 4486c73212a579818c8df018cc3449bd0b933a3b..1a1111fad1c63c3910954dd69fba5487121dc9a1 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-40729-TitleAttributeForUnsubstitutedConstantsInTSObjectBrowser.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-40729-TitleAttributeForUnsubstitutedConstantsInTSObjectBrowser.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Feature: #40729 - Title attribute for (un)substituted constants in TS object browser
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-45535-SortingForScheduler-list.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-45535-SortingForScheduler-list.rst
index fc483d005c77a3a3a64bff2bd01ae9e7c3151d8e..c895228af57fe690f10613d29bf9fa3f4810cf24 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-45535-SortingForScheduler-list.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-45535-SortingForScheduler-list.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Feature: #45535 - Sorting for scheduler-list
@@ -17,4 +17,4 @@ Impact
 
 The sorting of the scheduler-list table is done by using the jquery datatables plugin.
 
-.. index:: Backend, ext:scheduler
\ No newline at end of file
+.. index:: Backend, ext:scheduler
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-57594-OptimizeReflectionServiceCacheHandling.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-57594-OptimizeReflectionServiceCacheHandling.rst
index 12417f14799f867dcfac396cc8b5f3b0ad91c275..d8fe5438538d06a398989d312698a7125393259f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-57594-OptimizeReflectionServiceCacheHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-57594-OptimizeReflectionServiceCacheHandling.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #57594 - Optimize ReflectionService Cache handling
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-63509-FileLinksSortingByDateAndSortingDirection.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-63509-FileLinksSortingByDateAndSortingDirection.rst
index c4e82e71dad4746cc2f31ff04340f0048cfd0438..d425145e919059a6595d8d069d154921456fb70d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-63509-FileLinksSortingByDateAndSortingDirection.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-63509-FileLinksSortingByDateAndSortingDirection.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #65403 - Add file links sorting by date and sorting direction
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-67884-DisplayUnusedCEs.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-67884-DisplayUnusedCEs.rst
index 5bad4a31806aa3b25e048cfea82aedaee017e8ee..3a7906b4be931afb12c87442e27e80805c5e3396 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-67884-DisplayUnusedCEs.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-67884-DisplayUnusedCEs.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================
 Feature: #67884 - Display 'unused' CEs
@@ -9,28 +9,28 @@ See :issue:`67884`
 Description
 ===========
 
-Gather all CEs which are not assigned to a valid column of the current backend layout and show them 
-at the end of the page. This will collect elements that might get lost when switching the backend 
+Gather all CEs which are not assigned to a valid column of the current backend layout and show them
+at the end of the page. This will collect elements that might get lost when switching the backend
 layout to another one with different columns.
 
-If at least one element is found that belongs to a missing column, there will be an additional column 
+If at least one element is found that belongs to a missing column, there will be an additional column
 "Unused" at the bottom of the current backend layout. This column contains each of the lost elements
-without having to change their actual column. So when the layout of the page is changed back, the 
+without having to change their actual column. So when the layout of the page is changed back, the
 elements will nicely fall back into their original column position.
 
-Additionally there will be a warning message that tells the users about the lost elements and how 
+Additionally there will be a warning message that tells the users about the lost elements and how
 to possibly deal with them.
 
 
 Impact
 ======
 
-In the current state this feature will make all elements visible that have got a colPos value other 
+In the current state this feature will make all elements visible that have got a colPos value other
 than those made available by the backend layout. So elements created by extensions like Gridelements,
 Flux/Fluidcontent and others will have their child elements visible in the "Unused" area as well.
 
 This has to be tackled in another patchset, which will introduce NULL values for the colPos field of
-tt_content, so these special elements will not be "Unused" but still not visible in the usual 
+tt_content, so these special elements will not be "Unused" but still not visible in the usual
 frontend output.
 
-.. index:: Backend
\ No newline at end of file
+.. index:: Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-69340-ShowBackendUserWhoDeletedRecord.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-69340-ShowBackendUserWhoDeletedRecord.rst
index 131a6fb6993af350a677549f62aebb3a6851202b..f729e2aa6064b3e2a6b2e0f2bfa02cf3772107e2 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-69340-ShowBackendUserWhoDeletedRecord.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-69340-ShowBackendUserWhoDeletedRecord.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #69340 - Show backend user who deleted record
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-73357-MakeThumbnailSizeInFileBrowserConfigurable.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-73357-MakeThumbnailSizeInFileBrowserConfigurable.rst
index 0e06827a933377bc64c2b228803483cc65f96a29..dfcfcfb6110dd55a32d415f2cb4761a02b356936 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-73357-MakeThumbnailSizeInFileBrowserConfigurable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-73357-MakeThumbnailSizeInFileBrowserConfigurable.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #73357 - Make thumbnail size in file browser configurable
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-75161-CreateUrilinkToBackendModulesViewhelper.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-75161-CreateUrilinkToBackendModulesViewhelper.rst
index 80a8c0be39d4491724dcb7ecfa47cc185c574bd1..ed0ebd8729ea9124fd3b1cd146f1acec6b01576b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-75161-CreateUrilinkToBackendModulesViewhelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-75161-CreateUrilinkToBackendModulesViewhelper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #75161 - Create uri/link to backend modules viewhelper
@@ -30,4 +30,4 @@ Both viewhelpers can also be used inline:
 	{f:be.uri(route: 'web_ts', parameters: '{id: 92}')}
 	{f:be.link(route: 'web_ts', parameters: '{id: 92}')}
 
-.. index:: Backend, Fluid
\ No newline at end of file
+.. index:: Backend, Fluid
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-75676-LoadNewContentElementWizardViaModalInsteadOfNewPage.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-75676-LoadNewContentElementWizardViaModalInsteadOfNewPage.rst
index 673240925026ff75dae476236a129631dea35f8d..d2bf19de4b18db5ebb6fde3bdb1a6f8ecc55a304 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-75676-LoadNewContentElementWizardViaModalInsteadOfNewPage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-75676-LoadNewContentElementWizardViaModalInsteadOfNewPage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Feature: #75676 - Load new content element wizard via modal instead of new page
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-76459-AddCrossoriginPropertyToJavaScriptFiles.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-76459-AddCrossoriginPropertyToJavaScriptFiles.rst
index 75a9db026ff64df3aac4fd2b829665dd2bf32876..33d140030d77b62f4b5f2af9d71bfb62d37cbd7c 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-76459-AddCrossoriginPropertyToJavaScriptFiles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-76459-AddCrossoriginPropertyToJavaScriptFiles.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #76459 - Add crossorigin property to JavaScript files
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-76910-PageLayoutViewAllowToDisableCopyTranslateButtons.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-76910-PageLayoutViewAllowToDisableCopyTranslateButtons.rst
index b575f89e1f10a6129b0504fc85d62ec9eb5dfbb1..91fac636a2b9030f64b8f43a05cbdc0fba54c166 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-76910-PageLayoutViewAllowToDisableCopyTranslateButtons.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-76910-PageLayoutViewAllowToDisableCopyTranslateButtons.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Feature: #76910 - PageLayoutView - Allow to disable copy- / translate- buttons
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-77268-IntroduceJavaScriptTriggerRequestAPI.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-77268-IntroduceJavaScriptTriggerRequestAPI.rst
index e2df41297d92deca1b14d8a6d7d568b7d105712b..4adbbee4ffc7d5a3964375cb3e4d33e24df8c5ba 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-77268-IntroduceJavaScriptTriggerRequestAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-77268-IntroduceJavaScriptTriggerRequestAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #77268 - Introduce JavaScript trigger request API
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-77576-IntroduceDevicePresetsAndRedesignTheViewModule.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-77576-IntroduceDevicePresetsAndRedesignTheViewModule.rst
index bd0412e377797c6944692ffffd63a91ff9ebdef9..cf3312f0cb56c1b126644b4167bb24168aa915b3 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-77576-IntroduceDevicePresetsAndRedesignTheViewModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-77576-IntroduceDevicePresetsAndRedesignTheViewModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #77576 - Introduce device presets and redesign the view module
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-78695-SetTheSessionTimeoutForFrontendUsers.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-78695-SetTheSessionTimeoutForFrontendUsers.rst
index 8efea5813c5b2ee72e2694df962a05a98716e817..c875d012587c2fff039f526bebef9df1c7b88477 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-78695-SetTheSessionTimeoutForFrontendUsers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-78695-SetTheSessionTimeoutForFrontendUsers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #78695 - Set the session timeout for frontend users
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-79462-IntroduceSchedulerTaskToExecuteConsoleCommand.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-79462-IntroduceSchedulerTaskToExecuteConsoleCommand.rst
index 86afbef3627277948913c94bc73799d4977ba825..cea6989c68aae0642b149ddea8f9937214a31794 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-79462-IntroduceSchedulerTaskToExecuteConsoleCommand.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-79462-IntroduceSchedulerTaskToExecuteConsoleCommand.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #79462 - Introduce scheduler task to execute console command
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-79777-AddedDeletedColumnForSchedulerTasks.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-79777-AddedDeletedColumnForSchedulerTasks.rst
index bc53f3519b6d2c307612350a8c9edb4add34b45c..30b1e405e6dee54a2076763bb369aa6e9f18c815 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-79777-AddedDeletedColumnForSchedulerTasks.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-79777-AddedDeletedColumnForSchedulerTasks.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #79777 - EXT:scheduler - Deleted column for tasks added
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80186-ExtFormAddHtml5Elements.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80186-ExtFormAddHtml5Elements.rst
index a0c621e140ea15894ce61a8820ee615140e7043d..d9cd6620834f6e5fffa4c8c262fb9a2e777f7eae 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80186-ExtFormAddHtml5Elements.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80186-ExtFormAddHtml5Elements.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #80186 - Add HTML5 elements and improve the form editor
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80187-ExtFormAddConfirmationFinisherToTheFormEditor.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80187-ExtFormAddConfirmationFinisherToTheFormEditor.rst
index 73f6847e32dce477910b70d9e0f9827a28221784..7ddfc84a3960c3d07e903d2bf44cc0eb73f23d24 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80187-ExtFormAddConfirmationFinisherToTheFormEditor.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80187-ExtFormAddConfirmationFinisherToTheFormEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #80187 - Add the "Confirmation" finisher to the form editor
@@ -41,4 +41,4 @@ Impact
 The "Confirmation Message" finisher is now editable through the form editor.
 The "Confirmation Message" finisher is now able to render a content element as message.
 
-.. index:: Backend, Frontend, ext:form
\ No newline at end of file
+.. index:: Backend, Frontend, ext:form
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80342-ExtbaseValidatorForURLs.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80342-ExtbaseValidatorForURLs.rst
index 058a5b174849fd703ba8c6de2641f2960a574037..64914c5b588e26bf0709c78602335aad9a339b1e 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80342-ExtbaseValidatorForURLs.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80342-ExtbaseValidatorForURLs.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Feature: #80342 - Extbase validator for URLs
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80542-TypoScriptJavaScriptDeferAttribute.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80542-TypoScriptJavaScriptDeferAttribute.rst
index 778d52471abd93d7aa4cdecad9272ab05da280e1..5b1fc01df27a4e0a476e3a15bee1da5a46ac7d2f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80542-TypoScriptJavaScriptDeferAttribute.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80542-TypoScriptJavaScriptDeferAttribute.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Feature: #80542 - Support defer attribute for JavaScript includes in TypoScript
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80557-AddSupportForNativeSQLTimeColumnType.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80557-AddSupportForNativeSQLTimeColumnType.rst
index 75be7a2dd89135da679ff67853d40932289df6b7..4b8f4d0b55cb753fe45c1d0602d374b21ccf41ae 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80557-AddSupportForNativeSQLTimeColumnType.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80557-AddSupportForNativeSQLTimeColumnType.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #80557 - Add support for native SQL time column type
@@ -22,4 +22,4 @@ In addition the field `eval` property must be set to `time` or `timesec`.
       'eval' => 'time'
    ];
 
-.. index:: Backend, Database, TCA
\ No newline at end of file
+.. index:: Backend, Database, TCA
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80581-RenderListOfRecentlyUsersThatWereSwitchedTo.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80581-RenderListOfRecentlyUsersThatWereSwitchedTo.rst
index 101296ebe08d2d1d333a6dc8d751dd40ce117d7b..f753ea398f22143f7d66251f5709996fb7b58e2e 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80581-RenderListOfRecentlyUsersThatWereSwitchedTo.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80581-RenderListOfRecentlyUsersThatWereSwitchedTo.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #80581 - Render list of recently users that were switched to
@@ -18,4 +18,4 @@ Impact
 
 The user menu renders up to three users to which the currently logged in admin switched to.
 
-.. index:: Backend
\ No newline at end of file
+.. index:: Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80866-AllowExclusionOfRecordsInLocalizationWizard.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80866-AllowExclusionOfRecordsInLocalizationWizard.rst
index c7cb070fc3feffad4f575c9fd6a8aad92ee903cd..287698410f24bbeef68b0f6d9d9f644458a8088f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80866-AllowExclusionOfRecordsInLocalizationWizard.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-80866-AllowExclusionOfRecordsInLocalizationWizard.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Feature: #80866 - Allow exclusion of records in localization wizard
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81223-IncludeCSSinlineProperty.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81223-IncludeCSSinlineProperty.rst
index aa144972bcf12c7a736d81e8cb023c0afe43d02d..73bccdffb1d87234c362960efae6d002e692925a 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81223-IncludeCSSinlineProperty.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81223-IncludeCSSinlineProperty.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Feature: #81223 - includeCSS.inline property
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81330-TraitToMigratePublicAccessToProtectedByDeprecation.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81330-TraitToMigratePublicAccessToProtectedByDeprecation.rst
index 21a98d2a31789c8d0c4a432c4b9a560a714434ae..77e35efa644d248946fbe1bc4a447f0f99f0a4b7 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81330-TraitToMigratePublicAccessToProtectedByDeprecation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81330-TraitToMigratePublicAccessToProtectedByDeprecation.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Feature: #81330 - Trait to migrate public access to protected by deprecation
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81363-AcceptFormElementTranslationArguments.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81363-AcceptFormElementTranslationArguments.rst
index 006800f2e8d12d07f071046863e65fd566e690b1..dc5b2d00f334b5fd1f8d4bc9b16a85f8293dd8b1 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81363-AcceptFormElementTranslationArguments.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81363-AcceptFormElementTranslationArguments.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #81363 - EXT:form - support form element translation arguments
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81409-Configurable-Route-Parameters.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81409-Configurable-Route-Parameters.rst
index 0d8c25d16df5492e9c5b71e4e1286d5ce6bdd6d6..2dadcd40f0db34d5049a10ed2db89a3533d1c8f5 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81409-Configurable-Route-Parameters.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81409-Configurable-Route-Parameters.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Feature: #81409 - Configurable Route Parameters
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81464-AddAPIForMetaTagManagement.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81464-AddAPIForMetaTagManagement.rst
index ef6fa3ca7f4c9aebe542e27ffcda7b114db71dc4..797b5dfe2ec29e401ad4c27350a52f53ec023932 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81464-AddAPIForMetaTagManagement.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81464-AddAPIForMetaTagManagement.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Feature: #81464 - Add API for meta tag management
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81601-AddPossibilityToWriteTestsInTypeScript.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81601-AddPossibilityToWriteTestsInTypeScript.rst
index 3e267cc83b0ccc6c53094aef215b933750295cc6..9f9ae7ad0d29564a87286abcebef359034e5f000 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81601-AddPossibilityToWriteTestsInTypeScript.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81601-AddPossibilityToWriteTestsInTypeScript.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #81601 - Add possibility to write tests in typeScript
@@ -9,7 +9,7 @@ See :issue:`81601`
 Description
 ===========
 
-The core is using TypeScript as language already - now writing unit tests in TypeScript is also possible. 
+The core is using TypeScript as language already - now writing unit tests in TypeScript is also possible.
 The `tsconfig.json` now contains both JavaScript and TypeScript module path mappings, the Grunt file will
 take care of adjusting the paths for TypeScript as well.
 
@@ -20,4 +20,4 @@ Impact
 Tests can now be written directly in TypeScript, making it easier to test TypeScript components, having auto-completion and IDE support.
 Tests written in TypeScript will be converted to JavaScript via the grunt task `scripts` and executed via the existing Karma configuration.
 
-.. index:: Backend, JavaScript
\ No newline at end of file
+.. index:: Backend, JavaScript
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81651-QueryBuilderObjectAsArgumentInListModuleHook.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81651-QueryBuilderObjectAsArgumentInListModuleHook.rst
index e82f6606dc27c75d6671eac6c4ded8f76c08eb2c..3978857f85e3a68d9934afaa38c4d1afd6535fad 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81651-QueryBuilderObjectAsArgumentInListModuleHook.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81651-QueryBuilderObjectAsArgumentInListModuleHook.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Feature: #81651 - Query builder object as argument in list module hook
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81656-SelectViewHelperSupportsRequiredArgument.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81656-SelectViewHelperSupportsRequiredArgument.rst
index c280c6c3766e35018bccef37fb34bc303ac7d967..e35b262aa013b7f55622a2989205e4aa38af8cb3 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81656-SelectViewHelperSupportsRequiredArgument.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81656-SelectViewHelperSupportsRequiredArgument.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #81656 - Select view helper supports required argument
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81741-AudioVideoYouTubeVimeoAdditionalAttributes.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81741-AudioVideoYouTubeVimeoAdditionalAttributes.rst
index 9f61eeab104a64a115da44e0ded6fc2dc4a0efe2..8594c446b9614ed59178ab541a703abb1f3a3971 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81741-AudioVideoYouTubeVimeoAdditionalAttributes.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81741-AudioVideoYouTubeVimeoAdditionalAttributes.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================================
 Feature: #81741 - Render additional and data-* attributes in media renderer for MediaViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81775-ExtFormSuffixFormIdentifierWithContentElementUid.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81775-ExtFormSuffixFormIdentifierWithContentElementUid.rst
index 9fe59d067d9a69f262023da3e46241208fb0b18b..8668ea8f17b56745f96a3632d77fb4c4aad40a32 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81775-ExtFormSuffixFormIdentifierWithContentElementUid.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81775-ExtFormSuffixFormIdentifierWithContentElementUid.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #81775 - suffix form identifier with the content element uid
@@ -18,4 +18,4 @@ Impact
 
 Now it is possible to use the same form multiple times on one page.
 
-.. index:: Frontend, ext:form
\ No newline at end of file
+.. index:: Frontend, ext:form
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81901-ExtendT3editor.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81901-ExtendT3editor.rst
index 3d4a36feb908d346451ce461b181d43dc0a2ebfa..e75bdaa0bd3335e8140db82540f1bd4025972342 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81901-ExtendT3editor.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-81901-ExtendT3editor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================
 Feature: #81901 - Extend T3editor
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82014-ExtensionScanner.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82014-ExtensionScanner.rst
index 41c18aa05f3e30b59518267dd776066884f3e31d..9166ca0a12da7ee60eb01b0566cf06e0038b8679 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82014-ExtensionScanner.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82014-ExtensionScanner.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================
 Feature: #82014 - Extension scanner
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82070-ExcludeDoktypesInSearchResult.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82070-ExcludeDoktypesInSearchResult.rst
index 1dd1851ef52b6e39972f6d1bb19fdf3897609a3c..82f232aa274275f26c29f0a8b37d6ea36e710770 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82070-ExcludeDoktypesInSearchResult.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82070-ExcludeDoktypesInSearchResult.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Feature: #82070 - Exclude doktypes in path of search result (indexed_search)
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82091-AllowInlineRenderingInSVGContentObject.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82091-AllowInlineRenderingInSVGContentObject.rst
index 36ff76b28b1ba5b8b94b533cef99376f17bf1064..5655d469a2c8a1156bc91d2383f5251630c66df8 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82091-AllowInlineRenderingInSVGContentObject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82091-AllowInlineRenderingInSVGContentObject.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #82091 - Allow inline rendering in SVG content object
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82108-SupportEXTSyntaxAsSourceInSVGContentObject.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82108-SupportEXTSyntaxAsSourceInSVGContentObject.rst
index 0fd397be280e0c216608ac71e60d0aedcf53bf4a..e049a31b400abf77b26ec9d017a5ea5fd1edf6c7 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82108-SupportEXTSyntaxAsSourceInSVGContentObject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82108-SupportEXTSyntaxAsSourceInSVGContentObject.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #82108 - Support EXT: syntax as source in SVG content object
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82177-ExtFormAddFileSizeValidator.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82177-ExtFormAddFileSizeValidator.rst
index b39d615e01d17866a23ca454977a5fd95647cece..5323d866fd902d826f5ad0589e4acc6f59f9c579 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82177-ExtFormAddFileSizeValidator.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82177-ExtFormAddFileSizeValidator.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Feature: #82177 - add file size validator
@@ -42,4 +42,4 @@ A file upload element can be validated regarding its file size. It is possible t
 edit the FileSizeValidator for file upload elements like `ImageUpload` and `FileUpload` within the
 form editor.
 
-.. index:: Backend, Frontend, ext:form
\ No newline at end of file
+.. index:: Backend, Frontend, ext:form
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82213-NewHookToDetermineIfContentRecordIsUsedUnused.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82213-NewHookToDetermineIfContentRecordIsUsedUnused.rst
index 68577da8898fbc7c02889b4092df87308d08427f..3b7ba02f133aa1847b5f20e0edf4d80d31becb78 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82213-NewHookToDetermineIfContentRecordIsUsedUnused.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82213-NewHookToDetermineIfContentRecordIsUsedUnused.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Feature: #82213 - New hook to determine if content record is used/unused
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82254-StoreExtensionConfigurationAsPlainArray.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82254-StoreExtensionConfigurationAsPlainArray.rst
index ad096f8b71e0f0a0268083f21363ef7f8e838867..22ee52f508295945b208ab6a2bec978ad04348eb 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82254-StoreExtensionConfigurationAsPlainArray.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82254-StoreExtensionConfigurationAsPlainArray.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #82254 - Store extension configuration as plain array
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82260-SeparationOfSearchResultPathIntoTitleUriLink.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82260-SeparationOfSearchResultPathIntoTitleUriLink.rst
index e6ff900e98f3e623c79587b6dc0857fe0d0b03df..0b81f52f21d8b359825234204c22e2305d96bc9a 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82260-SeparationOfSearchResultPathIntoTitleUriLink.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82260-SeparationOfSearchResultPathIntoTitleUriLink.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Feature: #82260 - Separation of search result path into title,uri,linkTag
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82266-BackendUsersSystemMaintainers.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82266-BackendUsersSystemMaintainers.rst
index 1708fb947cf27f721afd4bdeec1ffa026fddba88..8ce346aa4e002cc22421a73e8c1ab480bd4177dc 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82266-BackendUsersSystemMaintainers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82266-BackendUsersSystemMaintainers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Feature: #82266 - Backend Users System Maintainers
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82303-AddConfigurableFootnoteToLoginScreen.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82303-AddConfigurableFootnoteToLoginScreen.rst
index 5d281e7a4d0c6152360460dd599d7265b8eb072c..552204a0737386297935be7393897e0e84f33e9b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82303-AddConfigurableFootnoteToLoginScreen.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82303-AddConfigurableFootnoteToLoginScreen.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #82303 - Add configurable footnote to login screen
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82354-AddPossibilityToGetALabelInASpecificLanguage.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82354-AddPossibilityToGetALabelInASpecificLanguage.rst
index 505083c57c29139b71e35c1b769bb1554a8f92f7..ab5878df625ff2893fd840991aa0795f695efe47 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82354-AddPossibilityToGetALabelInASpecificLanguage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82354-AddPossibilityToGetALabelInASpecificLanguage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #82354 - Add possibility to get a label in a specific language
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82419-SendFrontendDebugInformationAsHTTPResponseHeader.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82419-SendFrontendDebugInformationAsHTTPResponseHeader.rst
index da903b5d0b9d3f98dd74c663b0a7007737d49172..fb20f7c7d31fdabb65deb7c21478b723e18973cb 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82419-SendFrontendDebugInformationAsHTTPResponseHeader.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82419-SendFrontendDebugInformationAsHTTPResponseHeader.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Feature: #82419 - Send Frontend Debug Information as HTTP Response Header
@@ -9,7 +9,7 @@ See :issue:`82419`
 Description
 ===========
 
-When setting :ts:`config.debug=1` or :php:`$TYPO3_CONF_VARS[FE][debug]` the parse time is now sent as HTTP
+When setting :typoscript:`config.debug=1` or :php:`$TYPO3_CONF_VARS[FE][debug]` the parse time is now sent as HTTP
 response header "X-TYPO3-Parsetime" instead of HTML comments.
 
 
@@ -22,4 +22,4 @@ Frontend enabled.
 If you look for the parse time of a frontend request, this can now easily be shown via
 `curl -I https://mydomain.com` or in the developer toolbar of the browser.
 
-.. index:: Frontend, TypoScript
\ No newline at end of file
+.. index:: Frontend, TypoScript
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82426-NewNavigationModuleRegistrationEgPageTree.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82426-NewNavigationModuleRegistrationEgPageTree.rst
index 0a76a53b1c7b92cbf23c8d307963753409e132fa..ded5c1815a42818bcc3d5afdb3dc9b7e44d181f8 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82426-NewNavigationModuleRegistrationEgPageTree.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82426-NewNavigationModuleRegistrationEgPageTree.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #82426 - New navigation module registration (e.g. Page tree)
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82441-InjectLoggerWhenCreatingObjects.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82441-InjectLoggerWhenCreatingObjects.rst
index ea2f9b1ea0f7b542da00e98491691140e031926e..c34eb3e6dc079839ad235bb56e2d5f7dbb31d0a5 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82441-InjectLoggerWhenCreatingObjects.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82441-InjectLoggerWhenCreatingObjects.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Feature: #82441 - Inject logger when creating objects
@@ -33,4 +33,4 @@ A minimal example looks like this (example from a test case fixture):
         use LoggerAwareTrait;
     }
 
-.. index:: PHP-API
\ No newline at end of file
+.. index:: PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82488-HookToModifyResultsBeforeAssignToView.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82488-HookToModifyResultsBeforeAssignToView.rst
index d981822368211f9849d25ea8b2e0af10bd0e7e23..53a01bd9bf7cab7b48f81c648c41148263c81463 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82488-HookToModifyResultsBeforeAssignToView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82488-HookToModifyResultsBeforeAssignToView.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================
 Feature: #82488 - Possibility to modify the display results before FluidView assignment
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82812-NewSyntaxForImportingTypoScriptFiles.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82812-NewSyntaxForImportingTypoScriptFiles.rst
index 4343d1b33de789283b9b86dcfd2cec393e576d66..303929d39445301108aca396a80f648cb29f1962 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82812-NewSyntaxForImportingTypoScriptFiles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82812-NewSyntaxForImportingTypoScriptFiles.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #82812 - New syntax for importing TypoScript files
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82826-TCAAllowLabelInPalettesArray.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82826-TCAAllowLabelInPalettesArray.rst
index 3a3d97a5348fc2cce60799fa21c22b8d0dd64935..c878559b08444f053b3730edd4944902e4e792cd 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82826-TCAAllowLabelInPalettesArray.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82826-TCAAllowLabelInPalettesArray.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #82826 - TCA Allow label in palettes array
@@ -58,4 +58,4 @@ element.
 As a side effect, it may happen that the one or the other label is now additionally displayed on custom content elements by default.
 
 
-.. index:: TCA, Backend
\ No newline at end of file
+.. index:: TCA, Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82869-ReplaceInjectWithTYPO3CMSExtbaseAnnotationInject.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82869-ReplaceInjectWithTYPO3CMSExtbaseAnnotationInject.rst
index ff919f9cb39fc1e3ef709869fe6048b3eca36be1..c3724d8c7fe2b9cee6040cead8f6019fcb727434 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82869-ReplaceInjectWithTYPO3CMSExtbaseAnnotationInject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82869-ReplaceInjectWithTYPO3CMSExtbaseAnnotationInject.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Feature: #82869 - Replace @inject with @TYPO3\\CMS\\Extbase\\Annotation\\Inject
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82999-AddAHookToHideCredentialsInTheConfigurationModule.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82999-AddAHookToHideCredentialsInTheConfigurationModule.rst
index d67460b1c8105a9f98f18c84ecc22856a549e8af..b90ef006a15c5ea929cdf48eda952d3a78d9a4b5 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82999-AddAHookToHideCredentialsInTheConfigurationModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-82999-AddAHookToHideCredentialsInTheConfigurationModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Feature: #82999 - Add a hook to hide credentials in the Configuration module
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83016-ListingOfPageTranslationsInListModule.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83016-ListingOfPageTranslationsInListModule.rst
index d7dc1e56c3c62f9db6edbf1a67eff71dec36b87d..0d925a082b61b64971e3e7376f09bccea694a71a 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83016-ListingOfPageTranslationsInListModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83016-ListingOfPageTranslationsInListModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #83016 - Listing of page translations in list module
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83038-IntroduceYarnAsDependencyManagerForNodeModules.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83038-IntroduceYarnAsDependencyManagerForNodeModules.rst
index 5a55dff5382d1862bd33fb552999c49fa1ec45e0..0e19a43b80f924022c4bd1b160fd4698b527e235 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83038-IntroduceYarnAsDependencyManagerForNodeModules.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83038-IntroduceYarnAsDependencyManagerForNodeModules.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #83038 - Introduce Yarn as dependency manager for node modules
@@ -13,7 +13,7 @@ Because of the broken dependency manager logic in NPM we have introduced
 yarn as dependency manager for node modules.
 
 To install node modules you have to install yarn_ first and call
-:shell:`yarn install`, do not use :shell:`yarn update` until you really want update a dependency.
+:bash:`yarn install`, do not use :bash:`yarn update` until you really want update a dependency.
 
 
 Impact
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83078-ReplaceLazyWithTYPO3CMSExtbaseAnnotationORMLazy.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83078-ReplaceLazyWithTYPO3CMSExtbaseAnnotationORMLazy.rst
index 2f89c453f74796250c1aaf808843fe20f833d9de..25af5688b541c59f3be0b669650ae46ee36d80f5 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83078-ReplaceLazyWithTYPO3CMSExtbaseAnnotationORMLazy.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83078-ReplaceLazyWithTYPO3CMSExtbaseAnnotationORMLazy.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Feature: #83078 - Replace @lazy with @TYPO3\\CMS\\Extbase\\Annotation\\ORM\\Lazy
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83092-ReplaceTransientWithTYPO3CMSExtbaseAnnotationORMTransient.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83092-ReplaceTransientWithTYPO3CMSExtbaseAnnotationORMTransient.rst
index a930eed44731ac6f40db5bb21c6a1acdf40f8b40..735216f650280d53104ef0eeab0f4f67395badbd 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83092-ReplaceTransientWithTYPO3CMSExtbaseAnnotationORMTransient.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83092-ReplaceTransientWithTYPO3CMSExtbaseAnnotationORMTransient.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================================
 Feature: #83092 - Replace @transient with @TYPO3\\CMS\\Extbase\\Annotation\\ORM\\Transient
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83093-ReplaceCascadeWithTYPO3CMSExtbaseAnnotationORMCascade.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83093-ReplaceCascadeWithTYPO3CMSExtbaseAnnotationORMCascade.rst
index 6dd8df1765a3b44c3305624a0adcd00c2c300924..06b6c4209baf2881f8b0a341c0c4dbac6c97d2bb 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83093-ReplaceCascadeWithTYPO3CMSExtbaseAnnotationORMCascade.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83093-ReplaceCascadeWithTYPO3CMSExtbaseAnnotationORMCascade.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================================
 Feature: #83093 - Replace @cascade with @TYPO3\\CMS\\Extbase\\Annotation\\ORM\\Cascade
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83094-ReplaceIgnorevalidationWithTYPO3CMSExtbaseAnnotationIgnoreValidation.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83094-ReplaceIgnorevalidationWithTYPO3CMSExtbaseAnnotationIgnoreValidation.rst
index d4ad56bca9b4bc93b9c437b5d57da31b3fdd19ac..43dd32306bcd79f5ad2ffbdeb5d15c6d4d510120 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83094-ReplaceIgnorevalidationWithTYPO3CMSExtbaseAnnotationIgnoreValidation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Feature-83094-ReplaceIgnorevalidationWithTYPO3CMSExtbaseAnnotationIgnoreValidation.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================================
 Feature: #83094 - Replace @ignorevalidation with @TYPO3\\CMS\\Extbase\\Annotation\\IgnoreValidation
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Important-23178-NewTYPO3_CONF_VARSOptionFEpageNotFound_handling_accessdeniedheader.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Important-23178-NewTYPO3_CONF_VARSOptionFEpageNotFound_handling_accessdeniedheader.rst
index de4e313da2276449526460eafc2a9dc223e3b777..fd2c50851cc62a3515524668fd84f4b9ce974ed8 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Important-23178-NewTYPO3_CONF_VARSOptionFEpageNotFound_handling_accessdeniedheader.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Important-23178-NewTYPO3_CONF_VARSOptionFEpageNotFound_handling_accessdeniedheader.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================================
 Important: #23178 - New TYPO3_CONF_VARS option FE|pageNotFound_handling_accessdeniedheader
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Important-76084-MoveInstallToolModulesIntoBackendModuleMenu.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Important-76084-MoveInstallToolModulesIntoBackendModuleMenu.rst
index 48d54a5b1b7703fb461d15140702c62dc49f0afb..00e04caac79d5e59216ed24336f5780f6975f220 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Important-76084-MoveInstallToolModulesIntoBackendModuleMenu.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Important-76084-MoveInstallToolModulesIntoBackendModuleMenu.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Important: #76084 - Move install tool modules into backend module menu
@@ -14,4 +14,4 @@ the install tool modules have been rearranged and split into four different
 main modules.
 The new modules are called: Maintenance, Settings, Upgrade and Environment.
 
-.. index:: Backend
\ No newline at end of file
+.. index:: Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Important-79610-ChangeSignatureAndReturnValueFordoesRecordExist_pageLookUp.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Important-79610-ChangeSignatureAndReturnValueFordoesRecordExist_pageLookUp.rst
index c8827c42d8ba29dd20d2900f877ec5f9d708446a..fd188d7ff0ef6827c4ed3549261df1bf5b426e64 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Important-79610-ChangeSignatureAndReturnValueFordoesRecordExist_pageLookUp.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Important-79610-ChangeSignatureAndReturnValueFordoesRecordExist_pageLookUp.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Important: #79610 - Change Signature And Return Value For doesRecordExist_pageLookUp
@@ -19,4 +19,4 @@ Impact
 None since the usages of doesRecordExist_pageLookUp should be limited
 to the class :php:`DataHandler` - see also :issue:`77391`.
 
-.. index:: PHP-API
\ No newline at end of file
+.. index:: PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Important-80246-MemcachedBackendMarkedTransient.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Important-80246-MemcachedBackendMarkedTransient.rst
index 2e3235b2365e7a5e5025439d89a86774129defdf..ddb5ec226a5224336e4eac0cf2d776b16b1b0964 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Important-80246-MemcachedBackendMarkedTransient.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Important-80246-MemcachedBackendMarkedTransient.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Important: #80246 - MemcachedBackend marked transient
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81023-DropTypo3db_legacy.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81023-DropTypo3db_legacy.rst
index 4e770a99f04d13beae1ca4fb7e32646e893fb4ee..ba83caa36a7d4027c91f817e9f587e6858968b75 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81023-DropTypo3db_legacy.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81023-DropTypo3db_legacy.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Important: #81023 - Drop EXT:typo3db_legacy
@@ -42,4 +42,4 @@ its v9 version, should list `typo3db_legacy` in the `depends` section of :file:`
         ],
     ],
 
-.. index:: Database, PHP-API
\ No newline at end of file
+.. index:: Database, PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81109-SimplifyDefaultBackendLayout.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81109-SimplifyDefaultBackendLayout.rst
index 53c8f610736636cf46f92f3304e4eab15172ed89..2bfbf839b5837745b83fed995b24c110ce84c292 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81109-SimplifyDefaultBackendLayout.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81109-SimplifyDefaultBackendLayout.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Important: #81109 - Simplify default backend layout
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81196-LanguageServiceMovedToCoreExtension.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81196-LanguageServiceMovedToCoreExtension.rst
index f656bcd77abf4aa769ce44b32a7d8b2a10435eee..aeb2cbc5abe48f81249a03c998b568a5592041b7 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81196-LanguageServiceMovedToCoreExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81196-LanguageServiceMovedToCoreExtension.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Important: #81196 - LanguageService moved to core extension
@@ -9,7 +9,7 @@ See :issue:`81196`
 Description
 ===========
 
-The PHP class `TYPO3\CMS\Lang\LanguageService` - very well known for being available as 
+The PHP class `TYPO3\CMS\Lang\LanguageService` - very well known for being available as
 :php:`$GLOBALS['LANG']` in the TYPO3 backend scope, and responsible for translating labels from
 XLF/XML files, has been moved to EXT:core, the core system extension.
 
@@ -18,4 +18,4 @@ compatibility is available, so the instantiating or referencing the old class na
 
 The class alias functionality will be dropped in TYPO3 v10.
 
-.. index:: PHP-API
\ No newline at end of file
+.. index:: PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81201-TCAPopulatedAvailableAtAnyRequest.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81201-TCAPopulatedAvailableAtAnyRequest.rst
index 5e831e7a24ff7620f35355c6534213c4bf70b2d7..a16f2d91c7cd160d679b7e43d7f2cdcbb836b23d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81201-TCAPopulatedAvailableAtAnyRequest.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81201-TCAPopulatedAvailableAtAnyRequest.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Important: #81201 - TCA populated available at any request
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81330-DealingWithPropertiesThatAreMigratedToProtected.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81330-DealingWithPropertiesThatAreMigratedToProtected.rst
index 3c621f6a16fca8a46856d186b93e632eb35615ab..ce7fb2e3f8e37c3c5747d9e37866691b911c0d36 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81330-DealingWithPropertiesThatAreMigratedToProtected.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81330-DealingWithPropertiesThatAreMigratedToProtected.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #81330 - Dealing with properties that become protected
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81474-CombineModulesAboutAboutModules.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81474-CombineModulesAboutAboutModules.rst
index 06838f7f87a431adc672410b905d7b8d45522e0c..0ddce8d0450a0a8ae8e3e18fd9b61e3f468e145c 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81474-CombineModulesAboutAboutModules.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81474-CombineModulesAboutAboutModules.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Important: #81474 - Combine modules "about" & "about modules"
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81568-MigrateChashConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81568-MigrateChashConfiguration.rst
index 5657dc91857cb3a8429a7bd2c3148bba8f004d84..70b9ea802b5064da8fa6e5e713610a053e730388 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81568-MigrateChashConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81568-MigrateChashConfiguration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Important: #81568 - Migrate cHash configuration
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81574-MergedSystemExtensionCshmanualIntoBackend.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81574-MergedSystemExtensionCshmanualIntoBackend.rst
index 169c2f3ad3ff7ed2bf3ea21b161d210a2b4b7b63..d489e58bfe67e362300b03babd247a81af2383ce 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81574-MergedSystemExtensionCshmanualIntoBackend.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81574-MergedSystemExtensionCshmanualIntoBackend.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Important: #81574 - Merged EXT:cshmanual into EXT:backend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81768-CreatePagesAndSortPagesInContextMenu.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81768-CreatePagesAndSortPagesInContextMenu.rst
index 5a45fa3ea5818bc9ed1c319e1265bdfa87a87bf9..af17420b211e060ac0ade69a813087ef50653611 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81768-CreatePagesAndSortPagesInContextMenu.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81768-CreatePagesAndSortPagesInContextMenu.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Important: #81768 - Create pages and sort pages in context menu
@@ -15,4 +15,4 @@ They are now reachable as context menu entries in the "more" section
 on all page records, for instance by clicking a page icon in the page
 tree or the list module.
 
-.. index:: Backend
\ No newline at end of file
+.. index:: Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81868-OptimizeAutoloaderIsNoLongerForcedInComposerjson.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81868-OptimizeAutoloaderIsNoLongerForcedInComposerjson.rst
index ac1552cb3653c500e77636b9b1b326fc9b1d3056..9bf0543167b1200aee085bbddd3a461dfbf2d001 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81868-OptimizeAutoloaderIsNoLongerForcedInComposerjson.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81868-OptimizeAutoloaderIsNoLongerForcedInComposerjson.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Important: #81868 - "Optimize autoloader" is no longer forced in composer.json
@@ -16,7 +16,7 @@ This improves speed but had three disadvantages:
 
 - creating optimized autoloader may take much longer
 
-- new namespaces (folders) during development require an additional :shell:`composer dump`
+- new namespaces (folders) during development require an additional :bash:`composer dump`
 
 - no possibility existing to deactivate optimized autoloader
   from CLI, once it's set in composer.json config section
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81899-BackendAJAXRoutesUseRouteajaxInsteadOfAjaxIdParameter.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81899-BackendAJAXRoutesUseRouteajaxInsteadOfAjaxIdParameter.rst
index e5c9fbe065cedb2ab80c6fb8740355f56a1dd621..bf4861c439dd9efec3b3768e4ad3a16de264e62a 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Important-81899-BackendAJAXRoutesUseRouteajaxInsteadOfAjaxIdParameter.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Important-81899-BackendAJAXRoutesUseRouteajaxInsteadOfAjaxIdParameter.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================================
 Important: #81899 - Backend AJAX routes use "&route=/ajax/" instead of "ajaxId" parameter
@@ -15,4 +15,4 @@ now instead of the "&ajaxId" GET/POST parameter.
 Although this is not a breaking change, some PHP code might rely on GET/POST parameters being
 set, and must check for the route parameter instead.
 
-.. index:: Backend
\ No newline at end of file
+.. index:: Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Important-82229-FluidImplementationOfCmsVariableProviderRemoved.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Important-82229-FluidImplementationOfCmsVariableProviderRemoved.rst
index fd02497363f64b935827a13d9f6d4cbe40339757..01fec1e36b5a614b6c6167c846d79bcbf44f2418 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Important-82229-FluidImplementationOfCmsVariableProviderRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Important-82229-FluidImplementationOfCmsVariableProviderRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Important: #82229 - Fluid implementation of CmsVariableProvider removed
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Important-82230-FluidUpdates.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Important-82230-FluidUpdates.rst
index 94c6b8be84f9f43b013e5b94cf682d4e4ae789b4..8236e9d3045e0ea0e5f29ad9225967303506c114 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Important-82230-FluidUpdates.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Important-82230-FluidUpdates.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Important: #82230 - Updates to the Fluid template engine library
@@ -36,4 +36,4 @@ This article describes the changes that have been added to the Fluid template en
 
 Full list can be found on https://github.com/TYPO3/Fluid/compare/2.3.4...2.4.0
 
-.. index:: Fluid
\ No newline at end of file
+.. index:: Fluid
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Important-82328-EXTform-UseOwnFolderForFormDefinitions.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Important-82328-EXTform-UseOwnFolderForFormDefinitions.rst
index 758ca8319a67b243c39638828f7340d4c8541a76..711a196fbb86b10e37263ffa10e7e03e6930299b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Important-82328-EXTform-UseOwnFolderForFormDefinitions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Important-82328-EXTform-UseOwnFolderForFormDefinitions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Important: #82328 - EXT:form - use own folder for form definitions
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Important-82445-MigratePagesLanguageOverlayIntoPages.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Important-82445-MigratePagesLanguageOverlayIntoPages.rst
index 7db7581a74d9eb7224675844534ffa2ea65da1d8..31323efade43c1ad1258c8daec5b782c6f2fe78a 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Important-82445-MigratePagesLanguageOverlayIntoPages.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Important-82445-MigratePagesLanguageOverlayIntoPages.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Important: #82445 - Migrate pages_language_overlay into pages
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Important-82692-GuidelinesForExtensionFiles.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Important-82692-GuidelinesForExtensionFiles.rst
index ef3fc626c1bc7f13528ab597a5d2980be3c5867e..7e11aa27f85c42e98e3a63435cad13e15a51123d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Important-82692-GuidelinesForExtensionFiles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Important-82692-GuidelinesForExtensionFiles.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Important: #82692 - Guidelines for ext_localconf.php and ext_tables.php
diff --git a/typo3/sysext/core/Documentation/Changelog/9.0/Index.rst b/typo3/sysext/core/Documentation/Changelog/9.0/Index.rst
index b803c556fd801d3652f45dd8c96ebb2586c3524d..aee2b0fc189c58616e1141cc01519ac993d89477 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.0/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.0/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 9.0 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/9.1/Breaking-83638-RedirectFunctionalityMovedFromSys_domainToRedirectsModule.rst b/typo3/sysext/core/Documentation/Changelog/9.1/Breaking-83638-RedirectFunctionalityMovedFromSys_domainToRedirectsModule.rst
index 7a3123ac509756c78d624a13ecb7a19e0a54d7d7..bc739237884dbb76596d015c92b7287b3e124789 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.1/Breaking-83638-RedirectFunctionalityMovedFromSys_domainToRedirectsModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.1/Breaking-83638-RedirectFunctionalityMovedFromSys_domainToRedirectsModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Breaking: #83638 - Redirect functionality moved from sys_domain to redirects module
diff --git a/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-81852-DeprecatedUsageOfEXTrsaauth.rst b/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-81852-DeprecatedUsageOfEXTrsaauth.rst
index 579134d454feab88a6829fac9b9ef3fa3e8f3748..02aa7eb7c3a86234cf8b5409360611922fc43d93 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-81852-DeprecatedUsageOfEXTrsaauth.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-81852-DeprecatedUsageOfEXTrsaauth.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Deprecation: #81852 - Deprecated Usage of EXT:rsaauth
diff --git a/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83503-DeprecateUnneededRawValidator.rst b/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83503-DeprecateUnneededRawValidator.rst
index 4ca68dbb6d2caf6eb5f21e098e75281de81a1086..388f51f75dea288481eb1a4c52add74bdb2982df 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83503-DeprecateUnneededRawValidator.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83503-DeprecateUnneededRawValidator.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Deprecation: #83503 - Deprecate unneeded RawValidator
diff --git a/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83511-DeprecateAbstractValidatorTestcase.rst b/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83511-DeprecateAbstractValidatorTestcase.rst
index 5a5f9d80c58fa55f1510d30004ae3f2818d40ef0..8f2db796ac90fb883408eed151ed3bad8eb8c67c 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83511-DeprecateAbstractValidatorTestcase.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83511-DeprecateAbstractValidatorTestcase.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #83511 - Deprecate AbstractValidatorTestcase
diff --git a/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83592-ImpexpRemovedMaximumNumberOfRecordsRestriction.rst b/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83592-ImpexpRemovedMaximumNumberOfRecordsRestriction.rst
index 069389ea66b62b5113b244d71e14bd59dafb0b10..6961e4f25a081e71c4de8cecb0331494e9afb94d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83592-ImpexpRemovedMaximumNumberOfRecordsRestriction.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83592-ImpexpRemovedMaximumNumberOfRecordsRestriction.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Deprecation: #83592 - impexp: Removed "Maximum number of records" restriction
@@ -50,4 +50,4 @@ the changed methods and checks if they are called with the
 correct number of arguments. Additionally, :php:`E_USER_DEPRECATED`
 errors are logged at runtime if using these methods the old way.
 
-.. index:: Backend, PHP-API, FullyScanned, ext:impexp
\ No newline at end of file
+.. index:: Backend, PHP-API, FullyScanned, ext:impexp
diff --git a/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83596-ImpexpRemovedMaxFileSizeRestriction.rst b/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83596-ImpexpRemovedMaxFileSizeRestriction.rst
index a8d16a6f3c48d88e9e7ba934a50b1e14d4d7fe95..35ba26b2a9711297d8be6ff43c1302a6247f5290 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83596-ImpexpRemovedMaxFileSizeRestriction.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83596-ImpexpRemovedMaxFileSizeRestriction.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Deprecation: #83596 - impexp: Removed "Max file size" restriction
@@ -38,4 +38,4 @@ Migration
 On PHP level, the extension scanner will find extensions that
 still use the deprecated property.
 
-.. index:: Backend, PHP-API, FullyScanned, ext:impexp
\ No newline at end of file
+.. index:: Backend, PHP-API, FullyScanned, ext:impexp
diff --git a/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83606-ImpexpSizeHandlingRemoved.rst b/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83606-ImpexpSizeHandlingRemoved.rst
index 5f053e540f48871fbc0d41aff978c4e22d70e503..f369929b73c4bc1d8b75d3ff037653e57f50f9cc 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83606-ImpexpSizeHandlingRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.1/Deprecation-83606-ImpexpSizeHandlingRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Deprecation: #83606 - impexp: Size handling removed
diff --git a/typo3/sysext/core/Documentation/Changelog/9.1/Feature-61170-AddAdditionalHookForRecordList.rst b/typo3/sysext/core/Documentation/Changelog/9.1/Feature-61170-AddAdditionalHookForRecordList.rst
index 5912573190cd814e7aa3c7244240a153a33c756f..48183b6c32fe72fef91c668caa6d77fde320e4c4 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.1/Feature-61170-AddAdditionalHookForRecordList.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.1/Feature-61170-AddAdditionalHookForRecordList.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Feature: #61170 - Add additional hook for record list
diff --git a/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83350-AddRecursiveArrayFiltering.rst b/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83350-AddRecursiveArrayFiltering.rst
index 038d74d1ac20f059634b3fcb17577f56a3ea6024..bb5d7cb6c0d6707e5106477553d1d523dce219a2 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83350-AddRecursiveArrayFiltering.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83350-AddRecursiveArrayFiltering.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #83350 - Add recursive filtering of arrays
diff --git a/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83429-FeatureToggles.rst b/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83429-FeatureToggles.rst
index a691a23a7e50522f9f4d9bf4330bc6266190ac98..646f2356f21765c742ced6163e125ec239984737 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83429-FeatureToggles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83429-FeatureToggles.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================
 Feature: #83429 - Feature Toggles
diff --git a/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83449-MakeListOfFieldsConfigurableInPagetreeOverviewInInfoModule.rst b/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83449-MakeListOfFieldsConfigurableInPagetreeOverviewInInfoModule.rst
index 5823d86e79ee58a11163b23608bd07c10aa159f0..f4d863776bad46e27c321ad8bd0e5f8d7d040530 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83449-MakeListOfFieldsConfigurableInPagetreeOverviewInInfoModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83449-MakeListOfFieldsConfigurableInPagetreeOverviewInInfoModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================================
 Feature: #83449 - Make list of fields configurable in Pagetree overview in Info module
diff --git a/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83461-ShowFieldnameNextToTitleInDebugMode.rst b/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83461-ShowFieldnameNextToTitleInDebugMode.rst
index e320ffbf67b68d070296fe640ff60b4e67465dff..20b1ec32cb5ebb6368927b1c4eabcaaa9b3b09c5 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83461-ShowFieldnameNextToTitleInDebugMode.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83461-ShowFieldnameNextToTitleInDebugMode.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #83461 - Show fieldname next to title in debug mode
diff --git a/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83529-ExecuteHooksOnBackendUserLogin.rst b/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83529-ExecuteHooksOnBackendUserLogin.rst
index 6f00cf09837cd583be61d26533721cfcef6f2d6e..57b704ad267b0f479e59e7450a38ff0d317bc17e 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83529-ExecuteHooksOnBackendUserLogin.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83529-ExecuteHooksOnBackendUserLogin.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Feature: #83529 - Execute hooks on backend user login
diff --git a/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83631-SystemExtensionRedirectsHasBeenAdded.rst b/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83631-SystemExtensionRedirectsHasBeenAdded.rst
index 93b7dacdcf2186e5f3967fab6ca23658b4f4dfa6..2f32bcc0c822daddf701864bdac8be0310f79929 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83631-SystemExtensionRedirectsHasBeenAdded.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83631-SystemExtensionRedirectsHasBeenAdded.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #83631 - System Extension "redirects" has been added
diff --git a/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83637-AddedNewMainModuleSiteManagement.rst b/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83637-AddedNewMainModuleSiteManagement.rst
index 5bcfcf03a375e63e9e9c378716ffd558e60f1f75..a42e3a645317d033b656fcf12f7e0d2c951264ef 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83637-AddedNewMainModuleSiteManagement.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83637-AddedNewMainModuleSiteManagement.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #83637 - Added new main module "Site Management"
diff --git a/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83677-GloballyDisableenableRedirectHitStatistics.rst b/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83677-GloballyDisableenableRedirectHitStatistics.rst
index 90377d346e50a9ec2278b791902f9dbf8d976291..40e50873abc1e6b6f8aaac9c79326974008fadc5 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83677-GloballyDisableenableRedirectHitStatistics.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.1/Feature-83677-GloballyDisableenableRedirectHitStatistics.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Feature: #83677 - Globally disable/enable redirect hit statistics
diff --git a/typo3/sysext/core/Documentation/Changelog/9.1/Index.rst b/typo3/sysext/core/Documentation/Changelog/9.1/Index.rst
index 094c91288777ae7a1a5ea71c51380b5d6d0e20c4..36b6939537be8c7f0be31fa97db6b234a629c9db 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.1/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.1/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 9.1 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-75834-ReorderProcessingOfTcaSelectItems.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-75834-ReorderProcessingOfTcaSelectItems.rst
index 659eebe2aefb7a3489cf5aaa338717a62614de9c..5454402f478e5774c1ca5e79dc1c02651704fdd0 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-75834-ReorderProcessingOfTcaSelectItems.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-75834-ReorderProcessingOfTcaSelectItems.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Breaking: #75834 - Reorder processing of TCA Select items
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-83475-AggregateValidatorInformationInClassSchema.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-83475-AggregateValidatorInformationInClassSchema.rst
index c64f530d180c707f96ba7fd6c0f76719e78416c7..fc8dca95d2c430ef978fdc60b7279050a4ee0ce3 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-83475-AggregateValidatorInformationInClassSchema.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-83475-AggregateValidatorInformationInClassSchema.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Breaking: #83475 - Aggregate validator information in class schema
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-83889-E_NOTICEFreeUnitTesting.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-83889-E_NOTICEFreeUnitTesting.rst
index 71f10e4db77e9ca8e727a9991c81d063e6442134..574127eb9b181aef8fcf94d0e438c371c1db962b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-83889-E_NOTICEFreeUnitTesting.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-83889-E_NOTICEFreeUnitTesting.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Breaking: #83889 - E_NOTICE free unit testing
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-84055-MigrateSys_notesAwayFromExtbase.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-84055-MigrateSys_notesAwayFromExtbase.rst
index 9114276bb9037ff80a24d77d76df08a70b79f6f5..1b7858eb3c7cd047fca05a6534a4f5fd053a7de7 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-84055-MigrateSys_notesAwayFromExtbase.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-84055-MigrateSys_notesAwayFromExtbase.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #84055 - Migrate sys_notes away from extbase
@@ -34,4 +34,4 @@ Migration
 
 To change the rendering of notes, override the hook and return a modified output.
 
-.. index:: Backend, PartiallyScanned, ext:sys_note
\ No newline at end of file
+.. index:: Backend, PartiallyScanned, ext:sys_note
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-84131-RemovedClassesOfLanguageExtension.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-84131-RemovedClassesOfLanguageExtension.rst
index 450cdaa1474d172e2dc2695854644c479def16a3..cc83cc6910708d78a11149a7e591539c786f5959 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-84131-RemovedClassesOfLanguageExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-84131-RemovedClassesOfLanguageExtension.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Breaking: #84131 - Removed classes of language extension
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-84148-RequireJSModuleForLanguageHandlingRemoved.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-84148-RequireJSModuleForLanguageHandlingRemoved.rst
index 423c61349199f0caf7208380b4d725b7d8c4e98e..c3b975ccdc9390766c5a645df81bc48ba0d70f36 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-84148-RequireJSModuleForLanguageHandlingRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-84148-RequireJSModuleForLanguageHandlingRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Breaking: #84148 - RequireJS module for language handling removed
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-87081-LanguageUpdateSchedulerTaskDoesNotWorkAfterTYPO3Upgrade.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-87081-LanguageUpdateSchedulerTaskDoesNotWorkAfterTYPO3Upgrade.rst
index 1dc5f95c81016877a40516b7ef0c42ab9639fc58..8150e45c650fd7230bd706e553472849ad01de40 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-87081-LanguageUpdateSchedulerTaskDoesNotWorkAfterTYPO3Upgrade.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Breaking-87081-LanguageUpdateSchedulerTaskDoesNotWorkAfterTYPO3Upgrade.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================================
 Breaking: #87081 - Language update (scheduler) task doesn't work after upgrading to TYPO3 >= v9.2
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-81434-StringCacheFrontendDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-81434-StringCacheFrontendDeprecated.rst
index 05b8d59cdf925cb14c174e645ae6080cb1ff5052..e10f319be3908bc8bf37372236c5a44049980ba3 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-81434-StringCacheFrontendDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-81434-StringCacheFrontendDeprecated.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Deprecation: #81434 - String Cache Frontend Deprecated
@@ -29,4 +29,4 @@ Migration
 
 Replace `TYPO3\CMS\Core\Cache\Frontend\StringFrontend` occurrences in cache configurations with `TYPO3\CMS\Core\Cache\Frontend\VariableFrontend`.
 
-.. index:: PHP-API, NotScanned
\ No newline at end of file
+.. index:: PHP-API, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83475-AggregateValidatorInformationInClassSchema-1.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83475-AggregateValidatorInformationInClassSchema-1.rst
index 4dfd08d0ea541fe070569e622f291c56eaae0b83..84687128d4517d840105c3981420239f182610cb 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83475-AggregateValidatorInformationInClassSchema-1.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83475-AggregateValidatorInformationInClassSchema-1.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Deprecation: #83475 - Aggregate validator information in class schema
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83475-AggregateValidatorInformationInClassSchema-2.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83475-AggregateValidatorInformationInClassSchema-2.rst
index 8e4c2d8fe8697ac6fa7e6bb7e64a330056c21711..7b90669eedc6a9cefb2485ecea0d416e348fea0c 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83475-AggregateValidatorInformationInClassSchema-2.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83475-AggregateValidatorInformationInClassSchema-2.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Deprecation: #83475 - Aggregate validator information in class schema
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83506-DeprecateFeUserSesDataCondition.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83506-DeprecateFeUserSesDataCondition.rst
index 2f1ccabf73855d1fa4f4ed8f58d4011fd3f825e1..eac8036a125cfa1c84db14c643c44856adac12e9 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83506-DeprecateFeUserSesDataCondition.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83506-DeprecateFeUserSesDataCondition.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Deprecation: #83506 - Deprecated usage of TSFE:fe_user|sesData in TS conditions
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83740-CleanupOfAbstractRecordListBreaksHook.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83740-CleanupOfAbstractRecordListBreaksHook.rst
index e7a9910ad218ffb4a5024f41097b3e6b3d381cef..95254171c3d311d407f3f9c701aa7c29dc7eeeb2 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83740-CleanupOfAbstractRecordListBreaksHook.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83740-CleanupOfAbstractRecordListBreaksHook.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Deprecation: #83740 - Cleanup of AbstractRecordList breaks hook
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83803-DeprecateEidRequestHandler.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83803-DeprecateEidRequestHandler.rst
index 46bb5d61fe4fe739c7b11952b62b78b2e7181b13..0b44a18a926824aff207c265a7f040a68b1046b6 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83803-DeprecateEidRequestHandler.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83803-DeprecateEidRequestHandler.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Deprecation: #83803 - Deprecate EidRequestHandler
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83806-DeprecatePagejavascriptLibsAndPagejavascriptLibsjQuery.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83806-DeprecatePagejavascriptLibsAndPagejavascriptLibsjQuery.rst
index 74e46c685c6ee327ac5d75c8f31501970f51e2f3..4970bf88453608cc820606f2d753b0d788300254 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83806-DeprecatePagejavascriptLibsAndPagejavascriptLibsjQuery.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83806-DeprecatePagejavascriptLibsAndPagejavascriptLibsjQuery.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Deprecation: #83806 - Deprecate page.javascriptLibs and page.javascriptLibs.jQuery
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83844-DeprecatedUsageOfToplaunchView.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83844-DeprecatedUsageOfToplaunchView.rst
index 5aa558ab35ea2d7e5f1334541562849446d1b43a..bf54482609a0fbe6fd70ac7a4a081a9d8d528152 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83844-DeprecatedUsageOfToplaunchView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83844-DeprecatedUsageOfToplaunchView.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Deprecation: #83844 - Deprecated usage of top.launchView
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83853-BackendAjaxRequestHandler.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83853-BackendAjaxRequestHandler.rst
index b99ead9fc0ec0455db401a5dcb9947055ebffe78..13768a0822e04e842d25d93b0d316f2273b9d712 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83853-BackendAjaxRequestHandler.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83853-BackendAjaxRequestHandler.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Deprecation: #83853 - Backend AjaxRequestHandler
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83883-PageNotFoundAndErrorHandlingInFrontend.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83883-PageNotFoundAndErrorHandlingInFrontend.rst
index 15962c1f96bb6600d645399eae790b8dde423935..96db2c55066bc165aae560d227f37cc89cc703a5 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83883-PageNotFoundAndErrorHandlingInFrontend.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83883-PageNotFoundAndErrorHandlingInFrontend.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Deprecation: #83883 - Page Not Found And Error handling in Frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83904-ArrayHandlingInAbstractTreeView.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83904-ArrayHandlingInAbstractTreeView.rst
index 4bed6fc6a568367a104d1b0eed078c2b5bc9f15f..9c2d83310386a82d7a7b7fa974117d9e84ad824f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83904-ArrayHandlingInAbstractTreeView.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83904-ArrayHandlingInAbstractTreeView.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Deprecation: #83904 - Array handling in AbstractTreeView
@@ -40,4 +40,4 @@ Migration
 
 No migration available.
 
-.. index:: Backend, PHP-API, PartiallyScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, PartiallyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83905-TypoScriptFrontendController-page_cache_reg1.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83905-TypoScriptFrontendController-page_cache_reg1.rst
index ad24ba94cda6cdd4f081307d9a9760aa0d4bd93d..ee285e5041d3b4c61438d3a35d337f9b3216bba6 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83905-TypoScriptFrontendController-page_cache_reg1.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83905-TypoScriptFrontendController-page_cache_reg1.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Deprecation: #83905 - TypoScriptFrontendController->page_cache_reg1
@@ -30,4 +30,4 @@ Migration
 
 Use method :php:`TypoScriptFrontendController->addCacheTags()` to influence page cache tagging.
 
-.. index:: Frontend, PHP-API, FullyScanned
\ No newline at end of file
+.. index:: Frontend, PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83942-DeprecatedFileFacadegetIcon.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83942-DeprecatedFileFacadegetIcon.rst
index 480f3744c522f0dc7bced283d3a442cfcc662677..216af857125b588810c4c380357ac87aa4c8b67b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83942-DeprecatedFileFacadegetIcon.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83942-DeprecatedFileFacadegetIcon.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Deprecation: #83942 - Deprecated FileFacade::getIcon
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83964-ExtForm-StreamlineUsageOfIcons.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83964-ExtForm-StreamlineUsageOfIcons.rst
index 7fca616bff35ead37df1e41ff51afdd64e9279f5..16646a61c47a3c81fdf079e4ad28a3f52d9e399f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83964-ExtForm-StreamlineUsageOfIcons.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-83964-ExtForm-StreamlineUsageOfIcons.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #83964 - EXT:form - streamline usage of icons
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84045-AdminPanelHookDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84045-AdminPanelHookDeprecated.rst
index d39458eefd707cfec7f16a320ff62287c8c321f9..e385460d641434a8d7e6b72beaaa4e8c21ea5af8 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84045-AdminPanelHookDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84045-AdminPanelHookDeprecated.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Deprecation: #84045 - AdminPanel Hook deprecated
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84109-DeprecateDependencyResolver.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84109-DeprecateDependencyResolver.rst
index 71d37b24e02ca1d595e25b583b3e02dde66526fd..fbc20dd9c7a778e7de732b341f49b1c118de3ae1 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84109-DeprecateDependencyResolver.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84109-DeprecateDependencyResolver.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Deprecation: #84109 - Deprecate DependencyResolver
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84118-VariousPublicMethodsOfAdminPanelViewDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84118-VariousPublicMethodsOfAdminPanelViewDeprecated.rst
index 751cd8ff1dcf412f8ab60735c4dd281293c932a7..db66b21fa3038cc94908e8658fd73688cc3fcca3 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84118-VariousPublicMethodsOfAdminPanelViewDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84118-VariousPublicMethodsOfAdminPanelViewDeprecated.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Deprecation: #84118 - Various public methods of AdminPanelView deprecated
@@ -40,4 +40,4 @@ Migration
 
 Implement your own AdminPanel module by using the new API (see `AdminPanelModuleInterface`).
 
-.. index:: Frontend, FullyScanned, ext:frontend
\ No newline at end of file
+.. index:: Frontend, FullyScanned, ext:frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84145-DeprecateExt_isLinkable.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84145-DeprecateExt_isLinkable.rst
index 178afd95f8b8e138b41bd92c7f30cf56331ccf43..999680bf6b2a91efbd81ab12c04f275644e1437e 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84145-DeprecateExt_isLinkable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84145-DeprecateExt_isLinkable.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Deprecation: #84145 - Deprecate ext_isLinkable
@@ -31,4 +31,4 @@ Migration
 
 Don't call :php:`ext_isLinkable()` anymore and assume :php:`true` as return value.
 
-.. index:: Backend, PHP-API, FullyScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84171-AddingGeneralUtilitygetUrlRequestHeadersAsNon-associativeArrayAreDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84171-AddingGeneralUtilitygetUrlRequestHeadersAsNon-associativeArrayAreDeprecated.rst
index c52e696807af0d9cbe42f96bc019db999c51325a..f6f19f36624f2ab4cc4c16bccb580eb49e061fce 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84171-AddingGeneralUtilitygetUrlRequestHeadersAsNon-associativeArrayAreDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84171-AddingGeneralUtilitygetUrlRequestHeadersAsNon-associativeArrayAreDeprecated.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================================================
 Deprecation: #84171 - Adding GeneralUtility::getUrl RequestHeaders as non-associative array are deprecated
@@ -40,4 +40,4 @@ will become
 
    $headers = ['Content-Language' => 'de-DE'];
 
-.. index:: PHP-API, NotScanned
\ No newline at end of file
+.. index:: PHP-API, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84195-ProtectedMethodsAndPropertiesInEditDocumentController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84195-ProtectedMethodsAndPropertiesInEditDocumentController.rst
index 411dd38b28ae60dd7a005959ea91b6d5a03b0b8c..4bac4ff2f63582a92bff7f211522163dd0b40aed 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84195-ProtectedMethodsAndPropertiesInEditDocumentController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84195-ProtectedMethodsAndPropertiesInEditDocumentController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Deprecation: #84195 - Protected methods and properties in EditDocumentController
@@ -125,4 +125,4 @@ Slots that currently write to "parent object" should instead be turned into a PS
 to manipulate :php:`$request` before :php:`EditDocumentController` is called.
 
 
-.. index:: Backend, PHP-API, PartiallyScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, PartiallyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84222-ExtForm-GridContainer.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84222-ExtForm-GridContainer.rst
index 29374f7644e358320597063a78872f2f02cec6db..b269ceb6e5079ff1f0edef8b0f9aeccf0925224b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84222-ExtForm-GridContainer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84222-ExtForm-GridContainer.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Deprecation: #84222- Usage of GridContainer form element
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84273-ProtectedMethodsAndPropertiesInFileSystemNavigationFrameController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84273-ProtectedMethodsAndPropertiesInFileSystemNavigationFrameController.rst
index 8d14f2c6ff68fd351be939e7006300146d9073d6..c913d0ac9f677b8926c0c45fc0d2a772500a1358 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84273-ProtectedMethodsAndPropertiesInFileSystemNavigationFrameController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84273-ProtectedMethodsAndPropertiesInFileSystemNavigationFrameController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================================
 Deprecation: #84273 - Protected methods and properties in FileSystemNavigationFrameController
@@ -51,4 +51,4 @@ In general, extensions should not instantiate and re-use controllers of the core
 usages should be rewritten to be free of calls like these.
 
 
-.. index:: Backend, PHP-API, PartiallyScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, PartiallyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84274-ProtectedMethodsAndPropertiesInLoginController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84274-ProtectedMethodsAndPropertiesInLoginController.rst
index 3a089eee1f6121c453511d0996b7040e130d851e..c06fc951b9b0ebd1229fd0813075ae0b5536a97a 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84274-ProtectedMethodsAndPropertiesInLoginController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84274-ProtectedMethodsAndPropertiesInLoginController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Deprecation: #84274 - Protected methods and properties in LoginController
@@ -40,4 +40,4 @@ In general, extensions should not instantiate and re-use controllers of the core
 usages should be rewritten to be free of calls like these.
 
 
-.. index:: Backend, PHP-API, PartiallyScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, PartiallyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84275-ProtectedMethodInLogoutController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84275-ProtectedMethodInLogoutController.rst
index 35a5ccd42ca017c37e73730be54a167b1bc954a3..af818e33fae1a2648dabc703286623dbee06cdc9 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84275-ProtectedMethodInLogoutController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84275-ProtectedMethodInLogoutController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Deprecation: #84275 - Protected methods and properties in LogoutController
@@ -39,4 +39,4 @@ In general, extensions should not instantiate and re-use controllers of the core
 usages should be rewritten to be free of calls like these.
 
 
-.. index:: Backend, PHP-API, FullyScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84284-ProtectedMethodsAndPropertiesInContentElementElementInformationController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84284-ProtectedMethodsAndPropertiesInContentElementElementInformationController.rst
index 5aa46a4bf58607d9c6d0dcc4b35fbef9f3e05110..5d068e525212176a7814ded6a08500dcc257c70d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84284-ProtectedMethodsAndPropertiesInContentElementElementInformationController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84284-ProtectedMethodsAndPropertiesInContentElementElementInformationController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================================================
 Deprecation: #84284 - Protected methods and properties in ContentElement/ElementInformationController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84285-ProtectedMethodsAndPropertiesInMoveElementController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84285-ProtectedMethodsAndPropertiesInMoveElementController.rst
index 73a3951ac4e111b69fad781cb29b17b1d6612fbb..63b06b3741f224a864950516ca4b72b38a7a9cd7 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84285-ProtectedMethodsAndPropertiesInMoveElementController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84285-ProtectedMethodsAndPropertiesInMoveElementController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Deprecation: #84285 - Protected methods and properties in MoveElementController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84289-UseServerRequestInterfaceInFileCreateFolderController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84289-UseServerRequestInterfaceInFileCreateFolderController.rst
index bdd873b6e349e0dacd4aa8c348f314c243097c5c..4373435cce5a264fc89b5fbd71745774ef34177a 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84289-UseServerRequestInterfaceInFileCreateFolderController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84289-UseServerRequestInterfaceInFileCreateFolderController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Deprecation: #84289 - Use ServerRequestInterface in File/CreateFolderController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84295-UseServerRequestInterfaceInFileEditFileController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84295-UseServerRequestInterfaceInFileEditFileController.rst
index 2b483c494ad98ef6355d58dd169576cda184e1a7..6471d712a55bf3b897db44b5dad862e09f2910ed 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84295-UseServerRequestInterfaceInFileEditFileController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84295-UseServerRequestInterfaceInFileEditFileController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Deprecation: #84295 - Use ServerRequestInterface in File/EditFileController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84307-ProtectedMethodsAndPropertiesInNewContentElementController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84307-ProtectedMethodsAndPropertiesInNewContentElementController.rst
index 9daa751210cc7826ead7bbc9e06b302999017752..a90d25080a7eb7f26ad8c3b1273c5509c5e6bb3d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84307-ProtectedMethodsAndPropertiesInNewContentElementController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84307-ProtectedMethodsAndPropertiesInNewContentElementController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================================
 Deprecation: #84307 - Protected methods and properties in NewContentElementController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84321-ProtectedMethodsAndPropertiesInAddController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84321-ProtectedMethodsAndPropertiesInAddController.rst
index 58eb96214fd8fb35d28282d664ff7a0c2903f9f9..d4610e50e9ba3d12d86c61c0f0766e554ef45e68 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84321-ProtectedMethodsAndPropertiesInAddController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84321-ProtectedMethodsAndPropertiesInAddController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Deprecation: #84321 - Protected methods and properties in AddController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84324-UseServerRequestInterfaceInFileFileController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84324-UseServerRequestInterfaceInFileFileController.rst
index 19e90d87b5eaf0fae5da34384dc92bd9ae51ca75..7fd1c8dc1b0196884f0d5d4e29f97c758f7a3f9b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84324-UseServerRequestInterfaceInFileFileController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84324-UseServerRequestInterfaceInFileFileController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Deprecation: #84324 - Use ServerRequestInterface in File/FileController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84326-ProtectedMethodsAndPropertiesInFileUploadController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84326-ProtectedMethodsAndPropertiesInFileUploadController.rst
index 1f787926a3695ea98e959b48b033531049e0027b..c8416b717b9c8ac0c2cc20657de0952459cbf039 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84326-ProtectedMethodsAndPropertiesInFileUploadController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84326-ProtectedMethodsAndPropertiesInFileUploadController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Deprecation: #84326 - Protected methods and properties in FileUploadController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84327-DeprecatedPublicMethodsAndPropertiesInWizardEditController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84327-DeprecatedPublicMethodsAndPropertiesInWizardEditController.rst
index da6bbeb606a17a50a2ee7963ab887e042a6adb22..437c1036b629f101ac8cb6458e8c6867f4d72647 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84327-DeprecatedPublicMethodsAndPropertiesInWizardEditController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84327-DeprecatedPublicMethodsAndPropertiesInWizardEditController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================
 Deprecation: #84327 - Deprecated public methods and properties in Wizard/EditController
@@ -42,4 +42,4 @@ Migration
 In general, extensions should not instantiate and re-use controllers of the core. Existing
 usages should be rewritten to be free of calls like these.
 
-.. index:: Backend, PHP-API, PartiallyScanned, ext:backend
\ No newline at end of file
+.. index:: Backend, PHP-API, PartiallyScanned, ext:backend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84332-ProtectedMethodsAndPropertiesInRenameFileController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84332-ProtectedMethodsAndPropertiesInRenameFileController.rst
index 43db842e783e867536592b5faf27e7f6f79b958a..87d1c7525504da5c2edb8a81fdc702ebb0280769 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84332-ProtectedMethodsAndPropertiesInRenameFileController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84332-ProtectedMethodsAndPropertiesInRenameFileController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Deprecation: #84332 - Protected methods and properties in RenameFileController
@@ -50,4 +50,4 @@ Migration
 In general, extensions should not instantiate and re-use controllers of the core. Existing
 usages should be rewritten to be free of calls like these.
 
-.. index:: Backend, PHP-API, PartiallyScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, PartiallyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84334-ProtectedMethodsAndPropertiesInReplaceFileController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84334-ProtectedMethodsAndPropertiesInReplaceFileController.rst
index ff9366676b91118d1ed95df33607365c2c53416e..5996a2860cb7163b29a6790f5b28eb7685b34c37 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84334-ProtectedMethodsAndPropertiesInReplaceFileController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84334-ProtectedMethodsAndPropertiesInReplaceFileController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Deprecation: #84334 - Protected methods and properties in ReplaceFileController
@@ -49,4 +49,4 @@ Migration
 In general, extensions should not instantiate and re-use controllers of the core. Existing
 usages should be rewritten to be free of calls like these.
 
-.. index:: Backend, PHP-API, PartiallyScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, PartiallyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84337-ProtectedMethodsAndPropertiesInListController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84337-ProtectedMethodsAndPropertiesInListController.rst
index 5ce45a257fbac1a27e67b83e09b622bf5638c6b7..2bca34f2f94c7e5fa0a6cb6b9047676ca1735952 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84337-ProtectedMethodsAndPropertiesInListController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84337-ProtectedMethodsAndPropertiesInListController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Deprecation: #84337 - Protected methods and properties in ListController
@@ -47,4 +47,4 @@ In general, extensions should not instantiate and re-use controllers of the core
 usages should be rewritten to be free of calls like these.
 
 
-.. index:: Backend, PHP-API, PartiallyScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, PartiallyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84338-ProtectedMethodsAndPropertiesInTableController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84338-ProtectedMethodsAndPropertiesInTableController.rst
index 107159b91b6f11316c00ff69474f1396bba00948..6c429a4de4db3b962dc237bad3e2a6978194f9b4 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84338-ProtectedMethodsAndPropertiesInTableController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84338-ProtectedMethodsAndPropertiesInTableController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Deprecation: #84338 - Protected methods and properties in TableController
@@ -61,4 +61,4 @@ In general, extensions should not instantiate and re-use controllers of the core
 usages should be rewritten to be free of calls like these.
 
 
-.. index:: Backend, PHP-API, PartiallyScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, PartiallyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84341-ProtectedMethodsAndPropertiesInNewRecordController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84341-ProtectedMethodsAndPropertiesInNewRecordController.rst
index 8e085db0ede14a7e3a1af12a8f5a1c24cc56e548..e7db80f54f6f074a3b73fabb435173d11d304ce7 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84341-ProtectedMethodsAndPropertiesInNewRecordController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84341-ProtectedMethodsAndPropertiesInNewRecordController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Deprecation: #84341 - Protected methods and properties in NewRecordController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84369-ProtectedMethodsAndPropertiesInUserSettingsController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84369-ProtectedMethodsAndPropertiesInUserSettingsController.rst
index 2b0aa349071c77298df58ed3961c817011918466..e56e71588c20658bdb421f2058209ae78f7aa525 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84369-ProtectedMethodsAndPropertiesInUserSettingsController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84369-ProtectedMethodsAndPropertiesInUserSettingsController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Deprecation: #84369 - Protected methods and properties in UserSettingsController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84374-ProtectedMethodsAndPropertiesInSimpleDataHandlerController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84374-ProtectedMethodsAndPropertiesInSimpleDataHandlerController.rst
index 4ed317e46e71e5529f48c1ae7e52895fab564497..33ac8049c9dba09e0a513e8fe12d917278d8b948 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84374-ProtectedMethodsAndPropertiesInSimpleDataHandlerController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84374-ProtectedMethodsAndPropertiesInSimpleDataHandlerController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================================
 Deprecation: #84374 - Protected methods and properties in SimpleDataHandlerController
@@ -52,4 +52,4 @@ In general, extensions should not instantiate and re-use controllers of the core
 usages should be rewritten to be free of calls like these.
 
 
-.. index:: Backend, PHP-API, PartiallyScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, PartiallyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84399-ClassRecordListRenamedToRecordListController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84399-ClassRecordListRenamedToRecordListController.rst
index 1b6450a6e23d59c52d92f82820ac1dc0af1958ae..f0562547757ad019a547f65f9f5df4a574544b6f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84399-ClassRecordListRenamedToRecordListController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84399-ClassRecordListRenamedToRecordListController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Deprecation: #84399 - Class RecordList renamed to RecordListController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84407-AJAXRequestMethodsInRsaEncryptionEncoder.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84407-AJAXRequestMethodsInRsaEncryptionEncoder.rst
index bea9efe5ed4dba79b02376ac7915bce0d397ea09..e892d6b14633b0ad679c23f1d7f8f5bd45fdfa75 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84407-AJAXRequestMethodsInRsaEncryptionEncoder.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84407-AJAXRequestMethodsInRsaEncryptionEncoder.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Deprecation: #84407 - AJAX request methods in RsaEncryptionEncoder
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84407-RSAPublicKeyGenerationWithoutContentTypeApplicationJson.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84407-RSAPublicKeyGenerationWithoutContentTypeApplicationJson.rst
index 8d635422e63ced72abd9f60fc4347b09d92f583c..8c862825295a5a7d962da0755f7497f7cb4675b1 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84407-RSAPublicKeyGenerationWithoutContentTypeApplicationJson.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84407-RSAPublicKeyGenerationWithoutContentTypeApplicationJson.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Deprecation: #84407 - RSA public key generation without "Content-Type: application/json"
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84409-ImageManipulationWizardRenamedToImageManipulationController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84409-ImageManipulationWizardRenamedToImageManipulationController.rst
index efdd3c73b7d4ef48f22f5ee8f4b68ff2872a2d2e..24ae7deb1a7f4131efbf16062fb5f51b0a643107 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84409-ImageManipulationWizardRenamedToImageManipulationController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84409-ImageManipulationWizardRenamedToImageManipulationController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================
 Deprecation: #84409 - ImageManipulationWizard renamed to ImageManipulationController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84410-CodeCompletionRenamedToCodeCompletionController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84410-CodeCompletionRenamedToCodeCompletionController.rst
index cb75354cd5ae5b2bb8a34a4d2631ed4131ad8adb..5a778eabd61b3f20bd4333e177efcbd5130c5edd 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84410-CodeCompletionRenamedToCodeCompletionController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84410-CodeCompletionRenamedToCodeCompletionController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Deprecation: #84410 - CodeCompletion renamed to CodeCompletionController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84411-TypoScriptReferenceLoaderRenamedToTypoScriptReferenceController.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84411-TypoScriptReferenceLoaderRenamedToTypoScriptReferenceController.rst
index 242e331ba517954452c9c9014d7ac6e0d34a8dbc..a133f8b1e1b134f07acd283e50ff6a23bbb9d7ca 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84411-TypoScriptReferenceLoaderRenamedToTypoScriptReferenceController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84411-TypoScriptReferenceLoaderRenamedToTypoScriptReferenceController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Deprecation: #84411 - TypoScriptReferenceLoader renamed to TypoScriptReferenceController
@@ -32,4 +32,4 @@ Migration
 
 Use new class name instead.
 
-.. index:: Backend, PHP-API, FullyScanned, ext:t3editor
\ No newline at end of file
+.. index:: Backend, PHP-API, FullyScanned, ext:t3editor
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84463-PageTsConfigOptionModweb_listnewWizardsDropped.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84463-PageTsConfigOptionModweb_listnewWizardsDropped.rst
index fef5cb3bbec7f910ed2e9565299d3ce33333131c..75b4e47fbbd4aaa824a2054b4ecb09d51fa6f64d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84463-PageTsConfigOptionModweb_listnewWizardsDropped.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84463-PageTsConfigOptionModweb_listnewWizardsDropped.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Deprecation: #84463 - PageTsConfig option mod.web_list.newWizards dropped
@@ -9,7 +9,7 @@ See :issue:`84463`
 Description
 ===========
 
-The widely unknown PageTsConfig option :ts:`mod.web_list.newWizards` has been enabled by default and dropped.
+The widely unknown PageTsConfig option :typoscript:`mod.web_list.newWizards` has been enabled by default and dropped.
 
 PHP property :php:`newWizards` of class :php:`TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList` has been deprecated
 along the way.
@@ -35,4 +35,4 @@ Migration
 
 Do not use property :php:`newWizards` anymore, drop the PageTsConfig option if used.
 
-.. index:: Backend, PHP-API, TSConfig, PartiallyScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, TSConfig, PartiallyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84530-DefaultValuesFromGlobalsDeprecatedInFormEngine.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84530-DefaultValuesFromGlobalsDeprecatedInFormEngine.rst
index 51621f0f5c0bb05da8a2289dcc3aade6930ca4fc..d84f55969150a92c4c2b1e2effc60ddf02bd46b4 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84530-DefaultValuesFromGlobalsDeprecatedInFormEngine.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84530-DefaultValuesFromGlobalsDeprecatedInFormEngine.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Deprecation: #84530 - Default values from globals deprecated in FormEngine
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84549-DeprecateMethodsInCoreVersionService.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84549-DeprecateMethodsInCoreVersionService.rst
index f97297ea763fb9d6e581343008aefda2d313e341..469c9135b56c1227516f42b916e8b6701bb8d283 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84549-DeprecateMethodsInCoreVersionService.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84549-DeprecateMethodsInCoreVersionService.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #84549 - Deprecate methods in CoreVersionService
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84637-TemplateService-linkDataFunctionalityMovedInPageLinkBuilder.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84637-TemplateService-linkDataFunctionalityMovedInPageLinkBuilder.rst
index 495ac0b111a65ed771ebd743efc4a125cae6ccaf..13509ac74c739bfbbb84e6fe1461796cea7c4456 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84637-TemplateService-linkDataFunctionalityMovedInPageLinkBuilder.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84637-TemplateService-linkDataFunctionalityMovedInPageLinkBuilder.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Deprecation: #84637 - TemplateService->linkData() functionality moved in PageLinkBuilder
@@ -40,4 +40,4 @@ Migration
 Access the corresponding new methods within :php:`PageLinkBuilder` instead of the TemplateService-related
 methods, or use the existing hook to modify parameters for a URL.
 
-.. index:: PHP-API, FullyScanned
\ No newline at end of file
+.. index:: PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84641-DeprecatedAdminPanelRelatedMethods.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84641-DeprecatedAdminPanelRelatedMethods.rst
index 3dc90a35ae4f6d136d261b1886b5f8dd716a9d63..8719ca9528a9696b489bb93cab480a4393ec1b93 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84641-DeprecatedAdminPanelRelatedMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Deprecation-84641-DeprecatedAdminPanelRelatedMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================================================
 Deprecation: #84641 - Deprecated AdminPanel related methods and properties in FrontendBackendUserAuthentication
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-48013-AddSupportForProgressiveImages.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-48013-AddSupportForProgressiveImages.rst
index 00e28190e51d67e467661b402aabd0e6943d0a4d..71f2ac61f7fd0f9ac709395dd7cbf50d67fd9695 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-48013-AddSupportForProgressiveImages.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-48013-AddSupportForProgressiveImages.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #48013 - Add support for progressive images
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-61981-SearchAllFieldsInSuggestWizard.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-61981-SearchAllFieldsInSuggestWizard.rst
index a1c4cad064fe9618aa45730934be68a42e484e0b..7d74633c2cfa27a2fabfe0fcf0eb0a337e4d5aab 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-61981-SearchAllFieldsInSuggestWizard.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-61981-SearchAllFieldsInSuggestWizard.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Feature: #61981 - Search all fields in Suggest Wizard
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-69187-EXTSchedulerCreateTaskGroupFromAddeditTaskForm.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-69187-EXTSchedulerCreateTaskGroupFromAddeditTaskForm.rst
index b085d2082f5f6852f492f1090da3a071d8dfbdd5..455c0a27eb749fb8fc7ba8f0602b1c71743ada3f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-69187-EXTSchedulerCreateTaskGroupFromAddeditTaskForm.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-69187-EXTSchedulerCreateTaskGroupFromAddeditTaskForm.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Feature: #69187 - EXT:Scheduler: Create task group from add/edit task form
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-71911-AddConstraintHookInDatabaseRecordListMakeSearchString.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-71911-AddConstraintHookInDatabaseRecordListMakeSearchString.rst
index ffb60e0a93eee12d820238c873c30de3c6190a43..2b1eadec821e747c31414c77f4791d63240ab943 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-71911-AddConstraintHookInDatabaseRecordListMakeSearchString.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-71911-AddConstraintHookInDatabaseRecordListMakeSearchString.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Feature: #71911 - Add constraint hook in  DatabaseRecordList->makeSearchString
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-76349-IntegrateSwiftMailersSpoolTransportIntoTYPO3.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-76349-IntegrateSwiftMailersSpoolTransportIntoTYPO3.rst
index dd423ac4fa084129be049ab32c5b70c34074f6cd..92f9fdb9d7832c2bc226b8bfa98633eaf6a8312f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-76349-IntegrateSwiftMailersSpoolTransportIntoTYPO3.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-76349-IntegrateSwiftMailersSpoolTransportIntoTYPO3.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #76349 - Integrate Swift Mailer's spool transport into TYPO3
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-77685-CreateASaveAndOpenCopyButtonWhenSavingAContentElement.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-77685-CreateASaveAndOpenCopyButtonWhenSavingAContentElement.rst
index d02512f1d651e9b885aaa826d237909e4407f20e..c409bb4992fa2ccdf30ab04ca5064aee266f509b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-77685-CreateASaveAndOpenCopyButtonWhenSavingAContentElement.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-77685-CreateASaveAndOpenCopyButtonWhenSavingAContentElement.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Feature: #77685 - Create a save and open copy button when saving a content element
@@ -25,4 +25,4 @@ Impact
 
 Editors are able to make a duplicate of a record with just a single click. They don't have to copy & paste.
 
-.. index:: Backend
\ No newline at end of file
+.. index:: Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-78332-AllowSettingADefaultReplyTo-email-addressForNotification-mails.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-78332-AllowSettingADefaultReplyTo-email-addressForNotification-mails.rst
index 3c1112067596f01d84278e44087b5a0c32973836..858f321e54d94a5111bc197f55f41b68b9a2dd09 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-78332-AllowSettingADefaultReplyTo-email-addressForNotification-mails.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-78332-AllowSettingADefaultReplyTo-email-addressForNotification-mails.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================================
 Feature: #78332 - Allow setting a default replyTo-email-address for notification-mails
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-80124-EXTform-AllowSettingOfValidationMessagesInFormEditor.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-80124-EXTform-AllowSettingOfValidationMessagesInFormEditor.rst
index a7f8d2db55dbb5d27bc3b12952b33e40d2638979..e129e933490515eeb5166749eccd899826eb4382 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-80124-EXTform-AllowSettingOfValidationMessagesInFormEditor.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-80124-EXTform-AllowSettingOfValidationMessagesInFormEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Feature: #80124 - EXT:form - allow setting of validation messages in form editor
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-80263-AddANewSignalSlotForUserSwitch.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-80263-AddANewSignalSlotForUserSwitch.rst
index aebde7fe92ac72186c2d8d3aa817914d065e16f3..96ecb2fee9d5edb6111243a15904035965b42a0d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-80263-AddANewSignalSlotForUserSwitch.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-80263-AddANewSignalSlotForUserSwitch.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #80263 - Add a new signal slot for user switch
@@ -23,4 +23,4 @@ Use the following code to use the signal
        'switchUser'
    );
 
-.. index:: Backend, PHP-API, ext:beuser
\ No newline at end of file
+.. index:: Backend, PHP-API, ext:beuser
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-82704-AddReadonlyAndRequiredAttributesToTextareaViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-82704-AddReadonlyAndRequiredAttributesToTextareaViewHelper.rst
index 6a7d042f6afeda2cbdc567ba9147c8cfa0a20930..7372c308ae6f2f3e1d182c8d849abd5e4285f31f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-82704-AddReadonlyAndRequiredAttributesToTextareaViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-82704-AddReadonlyAndRequiredAttributesToTextareaViewHelper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Feature: #82704 - Add readonly and required attributes to TextareaViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83460-HideRestrictedColumns.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83460-HideRestrictedColumns.rst
index cfea065a83af7905b0909cf1ad77da78b08045e9..f1b428923b86ece5351077e02a9c9ec4c7775ec4 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83460-HideRestrictedColumns.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83460-HideRestrictedColumns.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #83460 - Hide restricted columns in page module
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83506-RetrieveSessionDataInTSConditions.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83506-RetrieveSessionDataInTSConditions.rst
index a7186d4171921afe0433e5faeafdcbd130d0bc04..c5ea44d2fedddc570c65b6c57312fb7e983c2abe 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83506-RetrieveSessionDataInTSConditions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83506-RetrieveSessionDataInTSConditions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #83506 - Retrieve session data in TS conditions
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83556-AddToggleSwitchesToFormEngine.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83556-AddToggleSwitchesToFormEngine.rst
index 8910e4fdd3339c78d20189aa570780e1356ee5f4..05de142e03a699bbfd1ffb51639ad300974ae7b9 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83556-AddToggleSwitchesToFormEngine.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83556-AddToggleSwitchesToFormEngine.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #83556 - Add toggle switches to FormEngine
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83711-FeatureFlagUnifiedPageTranslationHandling.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83711-FeatureFlagUnifiedPageTranslationHandling.rst
index a4bdf3cf755e380bafdfae66169164938d47de13..017baffd319dacf346dfd3d55077c1625f1d71dc 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83711-FeatureFlagUnifiedPageTranslationHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83711-FeatureFlagUnifiedPageTranslationHandling.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #83711 - FeatureFlag: unifiedPageTranslationHandling
@@ -19,4 +19,4 @@ It does the following when active:
 
 Once the Update Wizard for migrating `pages_language_overlay` records is done, the feature is enabled.
 
-.. index:: Backend, Frontend
\ No newline at end of file
+.. index:: Backend, Frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83725-SupportForPSR-15HTTPMiddlewares.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83725-SupportForPSR-15HTTPMiddlewares.rst
index 80f1ce7c6ce836cd98cfddbc6e0c94354c274b68..10bc12781f8a57fb2790d7f66b3f55b94f4ab966 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83725-SupportForPSR-15HTTPMiddlewares.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83725-SupportForPSR-15HTTPMiddlewares.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Feature: #83725 - Support for PSR-15 HTTP middlewares
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83736-ExtendedPSR-7RequestsWithTYPO3ServerParameters.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83736-ExtendedPSR-7RequestsWithTYPO3ServerParameters.rst
index 6e5de483244ff3dbc317d5acbc3d9180fc01795d..e0ec7268edfcfe69877ad283f7083f4046738c34 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83736-ExtendedPSR-7RequestsWithTYPO3ServerParameters.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83736-ExtendedPSR-7RequestsWithTYPO3ServerParameters.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Feature: #83736 - Extended PSR-7 requests with TYPO3 normalized server parameters
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83740-CleanupOfAbstractRecordListBreaksHook.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83740-CleanupOfAbstractRecordListBreaksHook.rst
index bfb4ce925b36077dcf77739ace360c5788f42d80..8b0e269f7b6eb9d1d6d0348113383b254f268c20 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83740-CleanupOfAbstractRecordListBreaksHook.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83740-CleanupOfAbstractRecordListBreaksHook.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #83740 - Cleanup of AbstractRecordList breaks hook
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83748-ShowValueOfFieldsInDebugMode.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83748-ShowValueOfFieldsInDebugMode.rst
index 924e4b35153c8ecac1281561098aaf63ef177efd..3880667c7f3bfc06157b9f95511cd75ba7a8690e 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83748-ShowValueOfFieldsInDebugMode.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83748-ShowValueOfFieldsInDebugMode.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #83748 - Show value of fields in debug mode
@@ -23,4 +23,4 @@ permissions or configuration using TsConfig.
 Instead of looking into the source code of the browser, it is now possible to display those name by enabling the debug
 mode for the backend.
 
-.. index:: Backend
\ No newline at end of file
+.. index:: Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83906-DisableSingleFormEngineDataProvider.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83906-DisableSingleFormEngineDataProvider.rst
index 046ab53cca7d0d31bab73cd226484a6ff4ceebe1..2228f359a9f62236ba2da037c2842e6b463b0097 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83906-DisableSingleFormEngineDataProvider.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83906-DisableSingleFormEngineDataProvider.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #83906 - Disable single FormEngine data provider
@@ -29,4 +29,4 @@ Impact
 The disable feature allows extension authors to easily substitute existing data providers with own solutions and avoids
 nasty array- and dependency munging by extension authors.
 
-.. index:: Backend, PHP-API
\ No newline at end of file
+.. index:: Backend, PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83942-ProvideViewHelperToRenderIconForResources.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83942-ProvideViewHelperToRenderIconForResources.rst
index a374c255b0913df8a4c2dc70bf7d865eac83a4cb..386e6aff04975b580c24fbd77c11c36ccfd3e95c 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83942-ProvideViewHelperToRenderIconForResources.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83942-ProvideViewHelperToRenderIconForResources.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Feature: #83942 - Provide ViewHelper to render icon for resources
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83965-MakePositionOfSysNotesConfigurable.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83965-MakePositionOfSysNotesConfigurable.rst
index 3da79f5efca82d40f0ac2c2eecdf98cff753cd31..86f9212acb54268e572a0bdabc92612339673c00 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83965-MakePositionOfSysNotesConfigurable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-83965-MakePositionOfSysNotesConfigurable.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #83965 - Make position of sys notes configurable
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84045-NewAdminPanelModuleAPI.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84045-NewAdminPanelModuleAPI.rst
index 4fe5ac29557e8ac65cd7628c796bc28ae135d9d5..18ee04910cdd76cfc3ed2a56c346fe043808834f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84045-NewAdminPanelModuleAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84045-NewAdminPanelModuleAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Feature: #84045 - new AdminPanel module API
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84120-AbsoluteURLsForTypolinkViewHelpers.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84120-AbsoluteURLsForTypolinkViewHelpers.rst
index dd7670cb53d9f06514db39e5b2e74e3af4ed9791..3052aa5bbb85b4106f34eda3f26a04ee8ef66e63 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84120-AbsoluteURLsForTypolinkViewHelpers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84120-AbsoluteURLsForTypolinkViewHelpers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #84120 - Absolute URLs for typolink ViewHelpers
@@ -22,12 +22,12 @@ It is now possible to add the `absolute` parameter to the ViewHelpers above.
 
     <f:link.typolink parameter="23" absolute="true">Link To My Page</f:link.typolink>
     <f:uri.typolink parameter="23" absolute="true" />
-    
-generates 
+
+generates
 
 .. code-block:: html
 
     <a href="https://www.mydomain.com/index.php?id=23">Link to My Page</a>
     https://www.mydomain.com/index.php?id=23
 
-.. index:: Fluid, ext:fluid
\ No newline at end of file
+.. index:: Fluid, ext:fluid
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84153-IntroduceAGenericEnvironmentClass.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84153-IntroduceAGenericEnvironmentClass.rst
index 7fad3dbb86950aa55b3859876f2638c72f8261f1..e4fdf981b78d85df3a02f6ac26d8ff4f68819687 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84153-IntroduceAGenericEnvironmentClass.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84153-IntroduceAGenericEnvironmentClass.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #84153 - Introduce a generic Environment class
@@ -43,4 +43,4 @@ You should not rely on the PHP constants anymore, but rather use the Environment
 * :php:`TYPO3_REQUESTTYPE_CLI`
 * :php:`PATH_thisScript`
 
-.. index:: PHP-API
\ No newline at end of file
+.. index:: PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84159-ExtractAdminPanelToOwnExtension.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84159-ExtractAdminPanelToOwnExtension.rst
index 0158a8e8ea89c42f63b10a5dad1fec5c2a8c4dd1..c74fb7c1c2c1d7fcf6100d0467d96f3e15a3de0e 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84159-ExtractAdminPanelToOwnExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84159-ExtractAdminPanelToOwnExtension.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #84159 - Extract admin panel to own extension
@@ -20,4 +20,4 @@ The admin panel can be completely uninstalled by deactivating the extension. To
 extension has to be activated. Classes have been moved to the new extension and a class alias map for migration of
 legacy code has been provided.
 
-.. index:: Frontend, PHP-API, ext:frontend
\ No newline at end of file
+.. index:: Frontend, PHP-API, ext:frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84216-FluidPartialDebugOutputShouldNotBeVisibleInAdminPanel.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84216-FluidPartialDebugOutputShouldNotBeVisibleInAdminPanel.rst
index 6132436d860c55c78ec8d70b7a5f69a2170abab3..ea0b010dbb44b286848134be1febdf6d9b56a4bc 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84216-FluidPartialDebugOutputShouldNotBeVisibleInAdminPanel.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84216-FluidPartialDebugOutputShouldNotBeVisibleInAdminPanel.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #84216 - New attribute "debug" in RenderViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84466-RequestAwareInterfacesAddedToReports.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84466-RequestAwareInterfacesAddedToReports.rst
index 09c936330db9fd0e77a4fddb56b6fef02a8f2431..f933f8fc3c8913eb04adb14d754757529e2a9916 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84466-RequestAwareInterfacesAddedToReports.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84466-RequestAwareInterfacesAddedToReports.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #84466 - Request aware interfaces added to reports
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84517-Recordlist-MakeCsvDelimiterConfigurable.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84517-Recordlist-MakeCsvDelimiterConfigurable.rst
index 127f65edb2fa4e172b2b414d85ff09b0656ffc7c..dd2cdade4df937e71b89d7b010c0b9d4becfd351 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84517-Recordlist-MakeCsvDelimiterConfigurable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84517-Recordlist-MakeCsvDelimiterConfigurable.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #84517 - Recordlist - Make csv delimiter configurable
@@ -20,4 +20,4 @@ Impact
 
 It is now possible to control the delimiter and quote-character of the recordlist csv export.
 
-.. index:: Backend
\ No newline at end of file
+.. index:: Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84545-AllowTemporaryFilesToBeStoredOutsideTheDocumentRoot.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84545-AllowTemporaryFilesToBeStoredOutsideTheDocumentRoot.rst
index e5bd7957c6885e9e1846cdd76eab6db2974f5db1..5a92a7e046e01fbeda97c0c37750471d1e5aa38a 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84545-AllowTemporaryFilesToBeStoredOutsideTheDocumentRoot.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84545-AllowTemporaryFilesToBeStoredOutsideTheDocumentRoot.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Feature: #84545 - Allow temporary files to be stored outside the document root
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84549-UsageOfNewRESTAPIOnGettypo3org.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84549-UsageOfNewRESTAPIOnGettypo3org.rst
index cd5b85302e6d0d29e9e995a5f5653a1a57fe22e3..f2122899e98232a9623f0d6001cff38e96af6f84 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84549-UsageOfNewRESTAPIOnGettypo3org.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84549-UsageOfNewRESTAPIOnGettypo3org.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #84549 - Usage of new REST API on get.typo3.org
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84581-SiteHandling.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84581-SiteHandling.rst
index 6ccddb52f9e32114cc4bfa051456a0f5f9b5048b..4c1438f4ee3567bbe1fc297c7ecac9b6aaf19de0 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84581-SiteHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Feature-84581-SiteHandling.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Feature: #84581 - Introduce Site Handling
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Important-83724-APIAndBehaviorChangeInRequestHandlerClasses.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Important-83724-APIAndBehaviorChangeInRequestHandlerClasses.rst
index b0eef594a3dc8657338c43a94e62136dde585860..55c03b09f627007a869273b039745a177ad451ec 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Important-83724-APIAndBehaviorChangeInRequestHandlerClasses.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Important-83724-APIAndBehaviorChangeInRequestHandlerClasses.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Important: #83724 - API and behavior change in request handler classes
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Important-83869-RemovedRequestTypeSpecificCodeInBootstrap.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Important-83869-RemovedRequestTypeSpecificCodeInBootstrap.rst
index 447138761f7a46f62a1d1f0766c5f5a0852f16dc..53659682cb3b741043813cfb3f3a09cdbd1ed8a5 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Important-83869-RemovedRequestTypeSpecificCodeInBootstrap.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Important-83869-RemovedRequestTypeSpecificCodeInBootstrap.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Important: #83869 - Removed request type specific code in Bootstrap
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Important-84420-ProperlyEscapeReservedCharsInYaml.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Important-84420-ProperlyEscapeReservedCharsInYaml.rst
index fbd685c4cede9c4c3daffff1c89e715dbff28c3c..e30067b09a2e103465401899188337640bfd6e44 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Important-84420-ProperlyEscapeReservedCharsInYaml.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Important-84420-ProperlyEscapeReservedCharsInYaml.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Important: #84420 - Properly escape reserved chars in YAML
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Important-84658-KeepSortingForDeletedRecords.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Important-84658-KeepSortingForDeletedRecords.rst
index 5b4045875f7082c28add88acca8f013704b1c3f0..b29facd2e5ee7d03c4791f1cc430422fa33d5982 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Important-84658-KeepSortingForDeletedRecords.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Important-84658-KeepSortingForDeletedRecords.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Important: #84658 - Keep sorting  value for deleted records
diff --git a/typo3/sysext/core/Documentation/Changelog/9.2/Index.rst b/typo3/sysext/core/Documentation/Changelog/9.2/Index.rst
index f906d7c43b004aedbdf57c584fddde8ae466f495..b0bd8dac52b9179d2137335d8ec2ff783b212e22 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.2/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.2/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 9.2 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84680-RemovedUnusedLocallangFilesFromEXTlang.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84680-RemovedUnusedLocallangFilesFromEXTlang.rst
index ac767c63af3758becfe4ad702348f19f26041604..bcd457d2e988ee95af85befff3a77a585ba781a3 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84680-RemovedUnusedLocallangFilesFromEXTlang.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84680-RemovedUnusedLocallangFilesFromEXTlang.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #84680 - Removed unused locallang files from EXT:lang
@@ -44,4 +44,4 @@ Migration
 
 Use your own language files.
 
-.. index:: Backend, TCA, NotScanned
\ No newline at end of file
+.. index:: Backend, TCA, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84744-RaiseDoctrinedbal-version.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84744-RaiseDoctrinedbal-version.rst
index fc7f8ee1f67a19e451c9df1d16a543508c0622bb..ba8f8dbb39c04a8ceccfa2c70f4d45236189b329 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84744-RaiseDoctrinedbal-version.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84744-RaiseDoctrinedbal-version.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Breaking: #84744 - Raise doctrine/dbal-version
@@ -39,4 +39,4 @@ Manually provide the proper prefixes in your DateInterval fields.
 
 If you didn't use negative DateIntervals yet, you can safely prefix your data with `+`.
 
-.. index:: Database, PHP-API, NotScanned
\ No newline at end of file
+.. index:: Database, PHP-API, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84810-RemoveExplicitConfirmationOfTranslation.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84810-RemoveExplicitConfirmationOfTranslation.rst
index 259cd5b751e09fe163bc6ccbe17af9d529abfa3c..8af2f635c203b0c4fd68048f5c0ebf29dc41161f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84810-RemoveExplicitConfirmationOfTranslation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84810-RemoveExplicitConfirmationOfTranslation.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Breaking: #84810 - Remove explicitConfirmationOfTranslation
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84843-UseNo-cookieDomainForYoutubeByDefault.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84843-UseNo-cookieDomainForYoutubeByDefault.rst
index 284ea8c3eb7678aada7b097b2e469d3bb8a9ae23..87c6305bd6caf49bec0d3ff79090db528be560ca 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84843-UseNo-cookieDomainForYoutubeByDefault.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84843-UseNo-cookieDomainForYoutubeByDefault.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Breaking: #84843 - Use no-cookie domain for youtube by default
@@ -29,7 +29,7 @@ is used if explicitly set by the following TypoScript configuration:
 Impact
 ======
 
-The TypoScript configuration :ts:`lib.contentElement.settings.media.additionalConfig` is used
+The TypoScript configuration :typoscript:`lib.contentElement.settings.media.additionalConfig` is used
 as attribute :php:`additionalConfig` of the ViewHelper :php:`\TYPO3\CMS\Fluid\ViewHelpers\MediaViewHelper`.
 
 If no configuration is provided, the domain `www.youtube-nocookie.com` is used.
@@ -44,6 +44,6 @@ Installations which require the usage of the domain `www.youtube.com` or setting
 Migration
 =========
 
-Use the TypoScript configuration :ts:`lib.contentElement.settings.media.additionalConfig.no-cookie = 0`
+Use the TypoScript configuration :typoscript:`lib.contentElement.settings.media.additionalConfig.no-cookie = 0`
 
 .. index:: TypoScript, ext:fluid_styled_content, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84877-LocalizationOfPageOnColumnBasisRemoved.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84877-LocalizationOfPageOnColumnBasisRemoved.rst
index b783150b4a67af50bccd5b78032e65b1b7e25063..0185a54882eced1af3c2e8910a322f263355ea2d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84877-LocalizationOfPageOnColumnBasisRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84877-LocalizationOfPageOnColumnBasisRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Breaking: #84877 - Localization of page on column basis removed
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84877-LocalizationRepositoryMarkedAsInternal.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84877-LocalizationRepositoryMarkedAsInternal.rst
index 9df170489e295f35b1e055c42a6bfd03bc84c0e6..40d70d5319e0791686faf765b66df23e9e703397 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84877-LocalizationRepositoryMarkedAsInternal.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84877-LocalizationRepositoryMarkedAsInternal.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Breaking: #84877 - LocalizationRepository marked as internal
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84877-MethodsOfLocalizationRepositoryChanged.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84877-MethodsOfLocalizationRepositoryChanged.rst
index 77d59701dcec949e369a2a473ac0a5b5a49791f2..51b5a4d649966b946575356ca4b836f001722a84 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84877-MethodsOfLocalizationRepositoryChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84877-MethodsOfLocalizationRepositoryChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Breaking: #84877 - Methods of localization repository changed
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84877-RouteOfLanguageRetrievalChanged.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84877-RouteOfLanguageRetrievalChanged.rst
index 7c2e12a8505a3a2903b621c0e720fe8a807d79eb..2c0d7898d945fe0c4045bce100a5424fed80730b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84877-RouteOfLanguageRetrievalChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-84877-RouteOfLanguageRetrievalChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Breaking: #84877 - Route of language retrieval changed
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-85025-EnumerationsAreNowFinal.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-85025-EnumerationsAreNowFinal.rst
index ce8b1a0d7ba350ed212263412a5cc6300ec1139b..e87081c33844f24bf8a9f01fde2e30630051d706 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-85025-EnumerationsAreNowFinal.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-85025-EnumerationsAreNowFinal.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Breaking: #85025 - Enumerations are now final
@@ -34,4 +34,4 @@ Migration
 
 Remove the classes which extend TYPO3 enumerations.
 
-.. index:: PHP-API, NotScanned
\ No newline at end of file
+.. index:: PHP-API, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-85036-RemoveSupportForNonNamespacedClassesInExtbase.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-85036-RemoveSupportForNonNamespacedClassesInExtbase.rst
index 11b45adbc6c722c79dde9f15aa82b6c253caa744..d63abbfdfa7b9801a9ad55b344bb5802970e347d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-85036-RemoveSupportForNonNamespacedClassesInExtbase.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Breaking-85036-RemoveSupportForNonNamespacedClassesInExtbase.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Breaking: #85036 - Removed support for non-namespaced classes in Extbase
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-81686-AccessingCoreTypoScriptWithTxtFileExtensionHasBeenDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-81686-AccessingCoreTypoScriptWithTxtFileExtensionHasBeenDeprecated.rst
index 010d3d67ba5b86de0894185b84d27c7582f2a0d6..07e6378a90449bc23ef8f0c2f41e1752604fc355 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-81686-AccessingCoreTypoScriptWithTxtFileExtensionHasBeenDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-81686-AccessingCoreTypoScriptWithTxtFileExtensionHasBeenDeprecated.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================================
 Deprecation: #81686 - Accessing core TypoScript with .txt file extension has been deprecated
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-83167-ReplaceValidateWithTYPO3CMSExtbaseAnnotationValidate.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-83167-ReplaceValidateWithTYPO3CMSExtbaseAnnotationValidate.rst
index 3d1491ed01e21b3c54d169728895ecb8685723d9..993db31bc7d5a0327b6a153447e184679a2e07d1 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-83167-ReplaceValidateWithTYPO3CMSExtbaseAnnotationValidate.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-83167-ReplaceValidateWithTYPO3CMSExtbaseAnnotationValidate.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================
 Deprecation: #83167 - Replace @validate with @TYPO3\\CMS\\Extbase\\Annotation\\Validate
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-83976-MovedFileExtensionDetectionToFALDriver.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-83976-MovedFileExtensionDetectionToFALDriver.rst
index feb81b93b4c08ac7939272a00be1fc0d1de451a4..004070539f374095cb8a2424874d414f3fba45c5 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-83976-MovedFileExtensionDetectionToFALDriver.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-83976-MovedFileExtensionDetectionToFALDriver.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Deprecation: #83976 - Moved file extension detection to FAL driver
@@ -34,4 +34,4 @@ Migration
 
 Adjust the :php:`getFileInfoByIdentifier()` method of your file drivers to return the `extension` value.
 
-.. index:: FAL, NotScanned
\ No newline at end of file
+.. index:: FAL, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84680-MoveLastLanguageFilesAwayFromExtlangAndRemoveExtlangCompletely.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84680-MoveLastLanguageFilesAwayFromExtlangAndRemoveExtlangCompletely.rst
index 666ae21a0a9d08bc9d49733e77fdf9168cd25195..141f2d9ce7acbf9cf2c1b599aa28afec506fe42b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84680-MoveLastLanguageFilesAwayFromExtlangAndRemoveExtlangCompletely.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84680-MoveLastLanguageFilesAwayFromExtlangAndRemoveExtlangCompletely.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================================
 Deprecation: #84680 - Move last language files away from ext:lang and remove ext:lang completely
@@ -46,4 +46,4 @@ Migrate the current location to the new location from the list below.
     'lang/Resources/Private/Language/locallang_browse_links.xlf' => 'recordlist/Resources/Private/Language/locallang_browse_links.xlf'
     'lang/Resources/Private/Language/locallang_tcemain.xlf' => 'workspaces/Resources/Private/Language/locallang_tcemain.xlf'
 
-.. index:: Backend, TCA, NotScanned
\ No newline at end of file
+.. index:: Backend, TCA, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84725-SysDomainResolvingMovedIntoMiddleware.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84725-SysDomainResolvingMovedIntoMiddleware.rst
index 772511501cf863a8c2d22f3404e711d2b68013ff..3fc565895776c4773a100f3e2e04347bca78ed53 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84725-SysDomainResolvingMovedIntoMiddleware.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84725-SysDomainResolvingMovedIntoMiddleware.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Deprecation: #84725 - sys_domain resolving moved into middleware
@@ -43,4 +43,4 @@ If the functionality is used in a third-party functionality and still needed,
 ensure to extend from :php:`SiteResolver` middleware to call the now-protected method equivalents
 instead.
 
-.. index:: Frontend, PHP-API, FullyScanned, ext:frontend
\ No newline at end of file
+.. index:: Frontend, PHP-API, FullyScanned, ext:frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84965-VariousTypoScriptFrontendControllerMethods.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84965-VariousTypoScriptFrontendControllerMethods.rst
index 75342ef96c60b031e284ef0065ff17a12dfe75b2..fc45aa17434fd577a87e503e124ea0da5442515c 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84965-VariousTypoScriptFrontendControllerMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84965-VariousTypoScriptFrontendControllerMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Deprecation: #84965 - Various TypoScriptFrontendController methods
@@ -62,4 +62,4 @@ e.g. via custom stacks or just by setting up the "frontend" middleware stack.
 
 Additionally, extensions can create custom middlewares to modify a HTTP request or response as well.
 
-.. index:: Frontend, PHP-API, FullyScanned, ext:frontend
\ No newline at end of file
+.. index:: Frontend, PHP-API, FullyScanned, ext:frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84980-BackendUserAuthentication-addTScommentDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84980-BackendUserAuthentication-addTScommentDeprecated.rst
index 51c5b4632b6efd28fbc0f0121b8bc409d85cb4c3..0331a2521a2df1fd8d87b07c7a0584c33528bb84 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84980-BackendUserAuthentication-addTScommentDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84980-BackendUserAuthentication-addTScommentDeprecated.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Deprecation: #84980 - BackendUserAuthentication->addTScomment()
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84981-BackendUserAuthentication-simplelogDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84981-BackendUserAuthentication-simplelogDeprecated.rst
index 3c1a893cfe18b8354e07d305690bcbb233f46066..aee11aa76ee3ef1c4671fe1efcc692c6c75746a0 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84981-BackendUserAuthentication-simplelogDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84981-BackendUserAuthentication-simplelogDeprecated.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Deprecation: #84981 - BackendUserAuthentication->simplelog()
@@ -30,4 +30,4 @@ Migration
 
 Use :php:`writelog()` instead or - even better - use the logging framework to log messages.
 
-.. index:: Backend, PHP-API, FullyScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84984-ProtectedUserTSconfigPropertiesInBackendUserAuthentication.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84984-ProtectedUserTSconfigPropertiesInBackendUserAuthentication.rst
index 80c38826413c961e6f6df268b0127a01f80a1945..fa9917c19a9855c5f46817b77a26ea044baddf30 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84984-ProtectedUserTSconfigPropertiesInBackendUserAuthentication.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84984-ProtectedUserTSconfigPropertiesInBackendUserAuthentication.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================================
 Deprecation: #84984 - Protected user TSconfig properties in BackendUserAuthentication
@@ -42,4 +42,4 @@ Do not use the properties marked as internal above.
 Remove usage of :php:`userTS_dontGetCached` and configure the UserTSconfig cache via the caching
 framework's configuration instead.
 
-.. index:: Backend, PHP-API, TSConfig, FullyScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, TSConfig, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84993-DeprecateSomeTSconfigRelatedMethods.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84993-DeprecateSomeTSconfigRelatedMethods.rst
index 3c40aa89548aabda048b0757c3f5db83e1d12e36..c1313f00a19c3c2da79fb7f933ef32060acb6bb5 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84993-DeprecateSomeTSconfigRelatedMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84993-DeprecateSomeTSconfigRelatedMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #84993 - Deprecate some TSconfig related methods
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84994-BackendUtilitygetPidForModTSconfigDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84994-BackendUtilitygetPidForModTSconfigDeprecated.rst
index ff7c1adabeab75625c0d2cfda212549372a7c762..ace081c759aa9e3021709d23a8148eb779932375 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84994-BackendUtilitygetPidForModTSconfigDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-84994-BackendUtilitygetPidForModTSconfigDeprecated.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Deprecation: #84994 - BackendUtility::getPidForModTSconfig()
@@ -30,4 +30,4 @@ Migration
 
 Drop the method call and copy the one-liner implementation into consuming code.
 
-.. index:: Backend, PHP-API, TSConfig, FullyScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, TSConfig, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85005-DeprecateMethodsAndConstantsInValidatorResolver.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85005-DeprecateMethodsAndConstantsInValidatorResolver.rst
index f717f143d2fb0076642d52b0a1b2c8e69b346d3f..524bd484ee885185b6b8970552ff458c3609cc5b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85005-DeprecateMethodsAndConstantsInValidatorResolver.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85005-DeprecateMethodsAndConstantsInValidatorResolver.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Deprecation: #85005 - Deprecate methods and constants in ValidatorResolver
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85012-OnlyValidateMethodParamsIfNeeded.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85012-OnlyValidateMethodParamsIfNeeded.rst
index d32be7a2012a8bcaddf662b4c387ed26ec9f6ef9..42f96f940f56f468432a6e015023ee7c9685f416 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85012-OnlyValidateMethodParamsIfNeeded.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85012-OnlyValidateMethodParamsIfNeeded.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Deprecation: #85012 - GetValidationResults of Argument:class and Arguments::class
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85016-OverridingPageTSconfigModWithUserTSconfigModDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85016-OverridingPageTSconfigModWithUserTSconfigModDeprecated.rst
index 332c3f09677d777e1f72e6ccaea13c05fbd3c10e..8ef95a670ecdea0c695ac288803575d22a256b08 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85016-OverridingPageTSconfigModWithUserTSconfigModDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85016-OverridingPageTSconfigModWithUserTSconfigModDeprecated.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Deprecation: #84982 - Overriding page TSconfig mod. with user TSconfig mod.
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85027-SaltedPasswordsRelatedMethodsAndClasses.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85027-SaltedPasswordsRelatedMethodsAndClasses.rst
index 7ac4cd1260529e317b4ad552d43548d41a612b68..1663dad035525d9ce21547a35fb940f57e36761d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85027-SaltedPasswordsRelatedMethodsAndClasses.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85027-SaltedPasswordsRelatedMethodsAndClasses.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Deprecation: #85027 - SaltedPasswordsUtility::isUsageEnabled()
@@ -32,4 +32,4 @@ Migration
 
 Use the authentication services documented in the core API to not rely on clear-text password storage and the method mentioned above.
 
-.. index:: Database, Frontend, LocalConfiguration, PHP-API, FullyScanned, ext:saltedpasswords
\ No newline at end of file
+.. index:: Database, Frontend, LocalConfiguration, PHP-API, FullyScanned, ext:saltedpasswords
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85078-PageRepositoryVersioningPreview.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85078-PageRepositoryVersioningPreview.rst
index 819829b849451d036669aa89fd3abb16a8388791..e50a8e797f97d8e4ca7483002932919c4a683669 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85078-PageRepositoryVersioningPreview.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85078-PageRepositoryVersioningPreview.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #85078 - PageRepository->versioningPreview
@@ -34,4 +34,4 @@ Migration
 
 Just set :php:`$versioningWorkspaceId` and remove any calls to the property.
 
-.. index:: Frontend, PHP-API, FullyScanned
\ No newline at end of file
+.. index:: Frontend, PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85086-GeneralUtilityArrayToLogString.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85086-GeneralUtilityArrayToLogString.rst
index 4110fd5ac410809cea6d7eb3b1cad267f1d75b43..0083b793b1128da662207597b911818ab45e6405 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85086-GeneralUtilityArrayToLogString.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85086-GeneralUtilityArrayToLogString.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Deprecation: #85086 - GeneralUtility::arrayToLogString()
@@ -34,4 +34,4 @@ this information properly.
 For other purposes, like CLI-command output, it is recommended to implement this functionality directly in the
 corresponding CLI command.
 
-.. index:: CLI, PHP-API, FullyScanned, ext:core
\ No newline at end of file
+.. index:: CLI, PHP-API, FullyScanned, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85102-PhpOptionsUtility.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85102-PhpOptionsUtility.rst
index 1340cb714bb257a44e0b431ebe01dbac7d610341..a58c91bcea5aacf3aa474321bf54ebe61fdfdf32 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85102-PhpOptionsUtility.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85102-PhpOptionsUtility.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================
 Deprecation: #85102 - PhpOptionsUtility
@@ -31,4 +31,4 @@ Migration
 
 Implement the :php:`filter_var()` and :php:`ini_get()` used in the PhpOptionsUtility wrapper yourself.
 
-.. index:: PHP-API, FullyScanned, ext:core
\ No newline at end of file
+.. index:: PHP-API, FullyScanned, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85113-LegacyBackendModuleRoutingMethods.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85113-LegacyBackendModuleRoutingMethods.rst
index d4272e8ea4e50cc23dafd1b3a85ae91d9d056ba0..497c5dfc848f67412133d7a12e4f7fa4cd65b64e 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85113-LegacyBackendModuleRoutingMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85113-LegacyBackendModuleRoutingMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Deprecation: #85113 - Legacy Backend Module Routing methods
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85120-JavaScriptEncoder.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85120-JavaScriptEncoder.rst
index dfafc8314b655d20bb9b316cd66e32672d79838e..06030e17f07404b7e1aea63cf431c9959485c913 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85120-JavaScriptEncoder.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85120-JavaScriptEncoder.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================
 Deprecation: #85120 - JavaScriptEncoder
@@ -32,4 +32,4 @@ Migration
 Use :php:`GeneralUtility::quoteJSvalue()` or :php:`json_encode()` with proper options as second parameter to
 escape a string for JavaScript output.
 
-.. index:: PHP-API, FullyScanned
\ No newline at end of file
+.. index:: PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85122-FunctionalityInCharsetConverter.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85122-FunctionalityInCharsetConverter.rst
index b405b595bc00bd633549a45b71ad76c32a649744..ad7a193e64fcd1d6207d5023cee1f8855fbe025a 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85122-FunctionalityInCharsetConverter.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85122-FunctionalityInCharsetConverter.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #85122 - Functionality in CharsetConverter
@@ -49,4 +49,4 @@ Migration
 
 Use native PHP equivalents instead, see the methods directly for substitutes.
 
-.. index:: PHP-API, FullyScanned
\ No newline at end of file
+.. index:: PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85123-ConstantsRelatedToServices.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85123-ConstantsRelatedToServices.rst
index 798dd52b6cafc47273db6f7be986d154c4a91b1e..6d3605626d9a3e13d4553246fd3f08ccb0350357 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85123-ConstantsRelatedToServices.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85123-ConstantsRelatedToServices.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Deprecation: #85123 - Constants related to Services
@@ -41,4 +41,4 @@ Migration
 
 Use the class constants provided within :php:`TYPO3\CMS\Core\Service\AbstractService`.
 
-.. index:: PHP-API, FullyScanned
\ No newline at end of file
+.. index:: PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85124-RedirectingUrlHandlerHookConcept.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85124-RedirectingUrlHandlerHookConcept.rst
index 5eda9a87b9cc1c67b709b7514b74ec7ba915d824..2d3fee5125cb8f407a4f3eefcbf77f7ed3f4a1bb 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85124-RedirectingUrlHandlerHookConcept.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85124-RedirectingUrlHandlerHookConcept.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #85124 - Redirecting urlHandler Hook Concept
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85125-UsagesOfCharsetConverterInCore.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85125-UsagesOfCharsetConverterInCore.rst
index a2144013638909802f5474a2aa2aa8c479737d23..c00cf31c2974bbcbe3da135c3daa6c69d6864a8f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85125-UsagesOfCharsetConverterInCore.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85125-UsagesOfCharsetConverterInCore.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Deprecation: #85125 - Deprecate usages of CharsetConverter in core
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85130-TSFE-getPageShortcutMovedToPageRepository.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85130-TSFE-getPageShortcutMovedToPageRepository.rst
index 7ff2059304e1719c8ab8f3e044734130e11ccd43..e752ab19042688fa673f5e09b09258f7e28bf50e 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85130-TSFE-getPageShortcutMovedToPageRepository.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Deprecation-85130-TSFE-getPageShortcutMovedToPageRepository.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Deprecation: #85130 - $TSFE->getPageShortcut() moved to PageRepository
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-69274-PreserveImageRotationIfOrientIsSavedInExif.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-69274-PreserveImageRotationIfOrientIsSavedInExif.rst
index 422d70cd9d03ef30a9421143ba249bd471fc8644..8023b0c02aea6123e6d71f1a94c4aa2b180a5bde 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-69274-PreserveImageRotationIfOrientIsSavedInExif.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-69274-PreserveImageRotationIfOrientIsSavedInExif.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Feature: #69274 - Preserve image rotation if orient is saved in exif
@@ -22,4 +22,4 @@ Impact
 Images with an orientation other than 0 degrees are now properly scaled/cropped (processed).
 Thumbnails in the Backend and processed images in the Frontend are presented in the correct orientation.
 
-.. index:: FAL, ext:core
\ No newline at end of file
+.. index:: FAL, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-71644-AddMetadataToFilebrowserSearch.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-71644-AddMetadataToFilebrowserSearch.rst
index 618cb942ff6d9c16b38e3483a99381fefb97fa29..07338f26b7def15ad0fe1569f36c6b01bef3fe31 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-71644-AddMetadataToFilebrowserSearch.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-71644-AddMetadataToFilebrowserSearch.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #71644 - Add metadata to filebrowser search
@@ -11,4 +11,4 @@ Description
 
 This change is now superseded by a more solid solution with `#87610`, which also respects folders in file search.
 
-.. index:: Backend, ext:filelist
\ No newline at end of file
+.. index:: Backend, ext:filelist
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-79889-SaltedpasswordsSupportPHPPasswordAPI.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-79889-SaltedpasswordsSupportPHPPasswordAPI.rst
index ea1fc56802232fa274ce017ff1e8c15b7a4c6f24..7cb8d6f94486bac113cdca5a490e22ca2d66f170 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-79889-SaltedpasswordsSupportPHPPasswordAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-79889-SaltedpasswordsSupportPHPPasswordAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #79889 - Saltedpasswords supports PHP password API
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-81464-AddAPIForMetaTagManagement.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-81464-AddAPIForMetaTagManagement.rst
index aed494c2dd83804189952482099467eba811a69d..4ac82a8a10d63ecb0846d038350733ee3ac017e4 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-81464-AddAPIForMetaTagManagement.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-81464-AddAPIForMetaTagManagement.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Feature: #81464 - Add API for meta tag management
@@ -91,10 +91,10 @@ You can set your meta tags by TypoScript and PHP (for example from plugins). Fir
 will be handled. After that the meta tags defined in TypoScript will be handled.
 
 It is possible to override earlier set meta tags by TypoScript if you explicitly say this should happen. Therefore the
-:ts:`meta.*.replace` option was introduced. It is a boolean flag with these values:
+:typoscript:`meta.*.replace` option was introduced. It is a boolean flag with these values:
 
-* :ts:`1`: The meta tag set by TypoScript will replace earlier set meta tags
-* :ts:`0`: (default) If the meta tag is not set before, the meta tag will be created. If it is already set, it will ignore the meta tag set by TypoScript.
+* :typoscript:`1`: The meta tag set by TypoScript will replace earlier set meta tags
+* :typoscript:`0`: (default) If the meta tag is not set before, the meta tag will be created. If it is already set, it will ignore the meta tag set by TypoScript.
 
 .. code-block:: typoscript
 
@@ -104,7 +104,7 @@ It is possible to override earlier set meta tags by TypoScript if you explicitly
         og:site_name.replace = 1
     }
 
-When you set the property replace to :ts:`1` at the specific tag, the tag will replace tags that are set from plugins.
+When you set the property replace to :typoscript:`1` at the specific tag, the tag will replace tags that are set from plugins.
 
 Impact
 ======
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-81794-PasswordFieldsInTheInstallTool.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-81794-PasswordFieldsInTheInstallTool.rst
index 23a66ec72a12806a4b7c7b607438d4616127f341..1a14cdd53b32d6c4846b339657e4ff91b5ef759e 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-81794-PasswordFieldsInTheInstallTool.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-81794-PasswordFieldsInTheInstallTool.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Feature: #81794 - Password fields in the Install tool
@@ -17,4 +17,4 @@ Impact
 
 Field Mail/transport_smtp_password uses a password field.
 
-.. index:: LocalConfiguration
\ No newline at end of file
+.. index:: LocalConfiguration
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-82511-ExtFormAddHtml5DateElement.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-82511-ExtFormAddHtml5DateElement.rst
index 3ab9f976872e2fc58c59527e246144a0bfccdec4..0cd4abc912e90b64ea3a806d62b5a7732d634193 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-82511-ExtFormAddHtml5DateElement.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-82511-ExtFormAddHtml5DateElement.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #82511 - EXT:form add HTML5 date form element
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-83167-ReplaceValidateWithTYPO3CMSExtbaseAnnotationValidate.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-83167-ReplaceValidateWithTYPO3CMSExtbaseAnnotationValidate.rst
index 7fa9f5c688251ee3b007320cb45401239d6efdb6..6caa6674f0771e8992aa8a1e5398f7491e1d7c0d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-83167-ReplaceValidateWithTYPO3CMSExtbaseAnnotationValidate.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-83167-ReplaceValidateWithTYPO3CMSExtbaseAnnotationValidate.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Feature: #83167 - Replace @validate with @TYPO3\\CMS\\Extbase\\Annotation\\Validate
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-83983-ImprovedModuleLinkViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-83983-ImprovedModuleLinkViewHelper.rst
index df179d650a4fb93b61ebdff6192e8ded26ee6e54..6d301705ce579f9158a01ec942ae4b0e0de98510 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-83983-ImprovedModuleLinkViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-83983-ImprovedModuleLinkViewHelper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Feature: #83983 - Improved ModuleLinkViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84650-IntroduceLanguageMenuProcessor.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84650-IntroduceLanguageMenuProcessor.rst
index 28b9870430e7d45d3379494765b5a819e607f41b..43a19eb93355bbb898173e0fe3ee488d09c44ba3 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84650-IntroduceLanguageMenuProcessor.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84650-IntroduceLanguageMenuProcessor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Feature: #84650 - Introduce fluid data processor for language menus
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84749-HideDuplicateButtonByDefault.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84749-HideDuplicateButtonByDefault.rst
index 571ec9a8f1f7c25b50e5eecf901d8f113d37bd9d..5cb4a2e9a17edbe3ce6efb8015b899faee229e3b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84749-HideDuplicateButtonByDefault.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84749-HideDuplicateButtonByDefault.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #84749 - Hide "duplicate" button by default
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84760-TypoScriptConditionsForSiteAndSiteLanguage.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84760-TypoScriptConditionsForSiteAndSiteLanguage.rst
index 83d26045502fbd404c14b73f45156b93392e6aae..9c7c2fd90dbebdcee8017b44e23ed5c3e4e8d710 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84760-TypoScriptConditionsForSiteAndSiteLanguage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84760-TypoScriptConditionsForSiteAndSiteLanguage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Feature: #84760 - TypoScript conditions for site and siteLanguage
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84775-ExtendHMENUForLanguageMenus.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84775-ExtendHMENUForLanguageMenus.rst
index 6bf643502e4f1791d290b218cc5f2bfd0f2fd4c1..1d2f91bb34aef17bb3df856d99dea6b16c130521 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84775-ExtendHMENUForLanguageMenus.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84775-ExtendHMENUForLanguageMenus.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================================
 Feature: #84775 - Extend HMENU to support auto filling of special.value for special=language
@@ -11,17 +11,17 @@ Description
 
 This feature extends the :typoscript:`HMENU` content object to support the auto filling of
 :typoscript:`special.value` for language menus with the site languages available for the
-current site. Setting :typoscript:`special.value` to :ts:`auto` will include all available
+current site. Setting :typoscript:`special.value` to :typoscript:`auto` will include all available
 languages from the current site.
 
-In case of :ts:`special.value = auto` the register :ts:`languages_HMENU` will be set
+In case of :typoscript:`special.value = auto` the register :typoscript:`languages_HMENU` will be set
 with the determined IDs for the further usage in TypoScript.
 
 Changed options
 ---------------
 
 :`special.value`:  A list of comma separated language IDs (e.g. 0,1,2) or
-                   :ts:`auto` to load the list from site languages
+                   :typoscript:`auto` to load the list from site languages
 
 Example TypoScript configuration
 --------------------------------
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84780-RemoveEntriesInLocalStorageByKeyPrefix.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84780-RemoveEntriesInLocalStorageByKeyPrefix.rst
index c352097173b37d26b0175622b236a58e743d5434..52fd7855430b1e5f91a9910eb482d43d5d56fca2 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84780-RemoveEntriesInLocalStorageByKeyPrefix.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84780-RemoveEntriesInLocalStorageByKeyPrefix.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #84780 - Remove entries in localStorage by key prefix
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84780-StoreIconsFetchedByTheIconAPIInLocalStorage.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84780-StoreIconsFetchedByTheIconAPIInLocalStorage.rst
index f915cbbecc7eae8f39d58648273c4426c5fde1a2..50ee57fabd5f324fe86160b25d502616796cb4df 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84780-StoreIconsFetchedByTheIconAPIInLocalStorage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84780-StoreIconsFetchedByTheIconAPIInLocalStorage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #84780 - Store icons fetched by the Icon API in localStorage
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84798-AddSEOFieldsToPagesTCA.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84798-AddSEOFieldsToPagesTCA.rst
index 4f7033e07644cc77cfefe63e9b9b731e8556a74e..84c679ca3ee207869f3239408ecb4c9aa84f9d80 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84798-AddSEOFieldsToPagesTCA.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84798-AddSEOFieldsToPagesTCA.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Feature: #84798 - Add SEO fields to Pages TCA
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84894-AddRuntimeCacheWriterToLoggingFramework.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84894-AddRuntimeCacheWriterToLoggingFramework.rst
index f2b57415e3afc13c4a364c4e1b0e6c2ae5a34a03..db4e344c523ce780aefacec4ce17edbcd3450bc7 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84894-AddRuntimeCacheWriterToLoggingFramework.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84894-AddRuntimeCacheWriterToLoggingFramework.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #84894 - Add RuntimeCacheWriter to Logging Framework
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84932-SortSubpagesByNavTitle.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84932-SortSubpagesByNavTitle.rst
index 051415d1612c7d382ef062b9d7dba45104438290..34db7f0792fe8c55d3cfbc65bec2ec3464ad5e0d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84932-SortSubpagesByNavTitle.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84932-SortSubpagesByNavTitle.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Feature: #84932 - Sort subpages by nav_title
@@ -12,4 +12,4 @@ Description
 Sorting subpages of a page - available via the Context Menu of a page - allows to sort by the `nav_title` database
 field called "Alternative Navigation Title".
 
-.. index:: Backend
\ No newline at end of file
+.. index:: Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84983-BEViewHelperForEditDocumentController.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84983-BEViewHelperForEditDocumentController.rst
index df0ce3e73ce827e69e2a1da3aa7142965127d8cd..12a05a5603e1b50a7fd5286a02e65e9779c31367 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84983-BEViewHelperForEditDocumentController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-84983-BEViewHelperForEditDocumentController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #84983 - BE ViewHelper for EditDocumentController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-85017-UserTSconfigShowInConfigurationModule.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-85017-UserTSconfigShowInConfigurationModule.rst
index c31b17df9768bce320db2620b894039fc9fb9c92..3665d7d999b6f92c064b049493ffae703ad6e5e5 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-85017-UserTSconfigShowInConfigurationModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-85017-UserTSconfigShowInConfigurationModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Feature: #85017 - User TSconfig shown in Configuration module
@@ -18,4 +18,4 @@ Impact
 
 Backend administrators can check their user TSconfig in the configuration module.
 
-.. index:: Backend, TSConfig
\ No newline at end of file
+.. index:: Backend, TSConfig
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-85147-RenderSEOMetaTagsInFrontend.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-85147-RenderSEOMetaTagsInFrontend.rst
index 5ad5477f4b2d8441973907a00a0696586ae877d9..5d1aaf62fc54d6f5d95b25a223323587b7edf30b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-85147-RenderSEOMetaTagsInFrontend.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-85147-RenderSEOMetaTagsInFrontend.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Feature: #85147 - Render SEO meta tags in frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-85160-AutoCreateManagementDBFieldsFromTCACtrl.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-85160-AutoCreateManagementDBFieldsFromTCACtrl.rst
index 257cb30279da50cfcc130946db766ed116ed3941..2fa4bab0291e0436f382d1f77ba0e8715fa89c6d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Feature-85160-AutoCreateManagementDBFieldsFromTCACtrl.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Feature-85160-AutoCreateManagementDBFieldsFromTCACtrl.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #85160 - Auto create management DB fields from TCA ctrl
@@ -105,4 +105,4 @@ Impact
 Extension developers can skip tons of "general" fields from extensions
 :file:`ext_tables.sql` files.
 
-.. index:: Database, TCA
\ No newline at end of file
+.. index:: Database, TCA
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Important-84715-SetExcludePropertyForTt_contentFields.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Important-84715-SetExcludePropertyForTt_contentFields.rst
index db77fbe0c22cbe5527cd7c9165ce84d38029ad8c..2b16b97d42b3edb3b1119253acfa1d2b7cf7b3df 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Important-84715-SetExcludePropertyForTt_contentFields.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Important-84715-SetExcludePropertyForTt_contentFields.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Important: #84715 - Set exclude property for tt_content fields
@@ -19,4 +19,4 @@ table tt_content:
 
 Access permissions must be adopted if editors need to edit those fields.
 
-.. index:: Backend
\ No newline at end of file
+.. index:: Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Important-85026-SaltedpasswordsChanges.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Important-85026-SaltedpasswordsChanges.rst
index e987ea13f999d71af834766eba8913bdbface5e8..a33673a84c50df1ac4fe15eb39c884eb18dd9620 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Important-85026-SaltedpasswordsChanges.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Important-85026-SaltedpasswordsChanges.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Important: #85026 - salted passwords changes
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Important-85116-ChangedVisibilityOfCharsetConverterInitializationMethods.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Important-85116-ChangedVisibilityOfCharsetConverterInitializationMethods.rst
index 238fc9e1d4c4269cfe9144301053ca34adc9b538..d4a6d9b4855213887f42bd545ec4d77e7b87fca7 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Important-85116-ChangedVisibilityOfCharsetConverterInitializationMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Important-85116-ChangedVisibilityOfCharsetConverterInitializationMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Important: #85116 - Changed visibility of CharsetConverter initialization methods
@@ -21,4 +21,4 @@ The following methods visibility have been changed from :php:`public` to :php:`p
 - :php:`CharsetConverter::initCaseFolding()`
 - :php:`CharsetConverter::initToASCII()`
 
-.. index:: PHP-API
\ No newline at end of file
+.. index:: PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/9.3/Index.rst b/typo3/sysext/core/Documentation/Changelog/9.3/Index.rst
index 663eb59b5c84fdc787ec0f2d67c1b6e65d36a42d..f3867641cb8171bbc88a7baa83246e21893ef081 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.3/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.3/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 9.3 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Breaking-85080-MethodIsEnabledAddedToRenderableInterfaceAndFinisherInterface.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Breaking-85080-MethodIsEnabledAddedToRenderableInterfaceAndFinisherInterface.rst
index 660dffe03916fd60cdb8b13a28a0ed117296cd02..1c8569d4f0524b9359afcde836b91cbcbadd7ecf 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Breaking-85080-MethodIsEnabledAddedToRenderableInterfaceAndFinisherInterface.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Breaking-85080-MethodIsEnabledAddedToRenderableInterfaceAndFinisherInterface.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================================
 Breaking: #85080 - Method "isEnabled()" added to RenderableInterface and FinisherInterface
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Breaking-85398-DropDocumentationExtension.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Breaking-85398-DropDocumentationExtension.rst
index 87055b861573607fbebfb85acb12058b00fbc06c..40b197327d47d9e68b2c6814d871f748f2d2b7c9 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Breaking-85398-DropDocumentationExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Breaking-85398-DropDocumentationExtension.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Breaking: #85398 - Drop documentation extension
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Breaking-85761-AuthenticationChainChanges.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Breaking-85761-AuthenticationChainChanges.rst
index 5b0dc08ec7cc75bd13a95e2b8a833fca79122f09..1af04e730184b277923fec1f3e0b726982e6fdba 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Breaking-85761-AuthenticationChainChanges.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Breaking-85761-AuthenticationChainChanges.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Breaking: #85761 - Authentication chain changes
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-65578-ConfigconcatenateJsAndCssAndConcatenateFiles.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-65578-ConfigconcatenateJsAndCssAndConcatenateFiles.rst
index 04c730f5953a2bdc8c4a12be6a2da905e5b2fb49..b1a0e679fecf7bea44b141d98e6af31ba7f1b311 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-65578-ConfigconcatenateJsAndCssAndConcatenateFiles.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-65578-ConfigconcatenateJsAndCssAndConcatenateFiles.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Deprecation: #65578 - config.concatenateJsAndCss and concatenateFiles
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-81430-TypoScriptTemplateModuleControllerrenderList.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-81430-TypoScriptTemplateModuleControllerrenderList.rst
index f4052d1f473d759228e112a7b96b91e5bde9016b..f73f60936bc5e31ef34053d20ee2c95c0b1613ba 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-81430-TypoScriptTemplateModuleControllerrenderList.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-81430-TypoScriptTemplateModuleControllerrenderList.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Deprecation: #81430 - TypoScriptTemplateModuleController::renderList
@@ -29,4 +29,4 @@ Migration
 
 No migration available. Remove the method call, implement the required functionality in your own code or unload the extension.
 
-.. index:: Backend, PHP-API, FullyScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-83750-AdaptTCASignatureForInlineCustomControl.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-83750-AdaptTCASignatureForInlineCustomControl.rst
index aa4d57520da590bfe5268e5f414aad6171875dd0..9fe6bc5781ca6133c31b6a4b303ad498d98234d3 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-83750-AdaptTCASignatureForInlineCustomControl.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-83750-AdaptTCASignatureForInlineCustomControl.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Deprecation: #83750 - Adapt TCA signature for customControls
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-84133-Deprecate_isHiddenFormElementAnd_isReadOnlyFormElement.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-84133-Deprecate_isHiddenFormElementAnd_isReadOnlyFormElement.rst
index 0417928b24212d8d68566c8f9b7371870d7ad60a..c615ea5fc0556274256b1d14c2f6808e0eb6cedf 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-84133-Deprecate_isHiddenFormElementAnd_isReadOnlyFormElement.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-84133-Deprecate_isHiddenFormElementAnd_isReadOnlyFormElement.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Deprecation: #84133 - Deprecate _isHiddenFormElement and _isReadOnlyFormElement
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-84375-ProtectedMethodsAndPropertiesInPageLayoutController.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-84375-ProtectedMethodsAndPropertiesInPageLayoutController.rst
index d6f2be39cd824c1b929b627242c2d99b20f9be1b..39820fe400e08f17196bcbf9b689412788e508f2 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-84375-ProtectedMethodsAndPropertiesInPageLayoutController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-84375-ProtectedMethodsAndPropertiesInPageLayoutController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Deprecation: #84375 - Protected methods and properties in PageLayoutController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-84387-DeprecatedMethodAndPropertyInSchedulerModuleController.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-84387-DeprecatedMethodAndPropertyInSchedulerModuleController.rst
index ffa414f1bf127d5ec2841970a1c8b2ab5a4a4125..97e6501681165b14b36fd5d44fa07482f20b2f37 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-84387-DeprecatedMethodAndPropertyInSchedulerModuleController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-84387-DeprecatedMethodAndPropertyInSchedulerModuleController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Deprecation: #84387 - Deprecated method and property in SchedulerModuleController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-84414-BackendUtilityshortcutExists.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-84414-BackendUtilityshortcutExists.rst
index 1deb0626ec06104bfa1fffbafcdfb5ab8db2c67c..31a7a1567ea8f9a8fe39d8b132aa912a41b95aa6 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-84414-BackendUtilityshortcutExists.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-84414-BackendUtilityshortcutExists.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Deprecation: #84414 - BackendUtility::shortcutExists
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-84584-AdminPanelViewIsAdminModuleEnabledAndExt_makeToolbarDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-84584-AdminPanelViewIsAdminModuleEnabledAndExt_makeToolbarDeprecated.rst
index 5c785847ef8144e1a605750ac954667ee22fbd22..aa2f5b900ee36b95b19331ed9246d51d8def44e3 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-84584-AdminPanelViewIsAdminModuleEnabledAndExt_makeToolbarDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-84584-AdminPanelViewIsAdminModuleEnabledAndExt_makeToolbarDeprecated.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================================
 Deprecation: #84584 - AdminPanelView: isAdminModuleEnabled and ext_makeToolbar deprecated
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85004-DeprecateMethodsInReflectionService.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85004-DeprecateMethodsInReflectionService.rst
index 93f51bfbfe1223075364fa03c1634ff78f463749..b72f0013fe634f8c14ef1d9d686ffe7195964189 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85004-DeprecateMethodsInReflectionService.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85004-DeprecateMethodsInReflectionService.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Deprecation: #85004 - Deprecate methods in ReflectionService
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85164-LanguageRelatedMethods.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85164-LanguageRelatedMethods.rst
index bba8b39cb3fdcf1c1648c04334e8967354a1c8f2..56691813cbda70aa9c3425d218f10d0579e942db 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85164-LanguageRelatedMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85164-LanguageRelatedMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Deprecation: #85164 - Language related methods
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85196-ProtectSetupModuleController.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85196-ProtectSetupModuleController.rst
index d1fcdc38381878c172e679a172fc1101fdd8975f..abd2d0068721e8eb55a811429d978cb7d0655ab0 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85196-ProtectSetupModuleController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85196-ProtectSetupModuleController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Deprecation: #85196 - Protect SetupModuleController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85285-DeprecatedSystemConstants.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85285-DeprecatedSystemConstants.rst
index 779fbe9c6c0da074b23a35dfb3085bdd405ed21c..cb1777d85725e10ed171b7b66f76c6054a4ffc1b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85285-DeprecatedSystemConstants.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85285-DeprecatedSystemConstants.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #85285 - Deprecated path related constants
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85300-DataHandlerResortingMethod.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85300-DataHandlerResortingMethod.rst
index c03cfe2a2884b2c7094b6b9a705eb8c966113847..e56a8715d300bfa74786551cce82f850caf9408e 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85300-DataHandlerResortingMethod.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85300-DataHandlerResortingMethod.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Deprecation: #85300 - DataHandler resorting method
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85389-VariousPublicPropertiesInFavorOfContextAPI.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85389-VariousPublicPropertiesInFavorOfContextAPI.rst
index d5036b9d579a36d71e5f7d2aa99540111b877e49..bc59ba8194df55454ed21eb58030a45246bc5fd0 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85389-VariousPublicPropertiesInFavorOfContextAPI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85389-VariousPublicPropertiesInFavorOfContextAPI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Deprecation: #85389 - Various public properties in favor of Context API
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85394-ClassCoreDatabasePdoHelperDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85394-ClassCoreDatabasePdoHelperDeprecated.rst
index 4d45c65a4b8d603387603fca941f33913b293c25..6152a8e2cb1db6687f9b5938cf5e89bf5d37094a 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85394-ClassCoreDatabasePdoHelperDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85394-ClassCoreDatabasePdoHelperDeprecated.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Deprecation: #85394 - Class Core\Database\PdoHelper deprecated
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85408-TemplateServiceInitDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85408-TemplateServiceInitDeprecated.rst
index 91a272c9d62bec48daada1ca46c247f49a47cc0b..20e9fe88061dcf6fef38ebfd75e2951b107ed698 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85408-TemplateServiceInitDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85408-TemplateServiceInitDeprecated.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #85408 - TemplateService init() deprecated
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85445-TemplateService-getFileName.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85445-TemplateService-getFileName.rst
index 956d2029bf061b978f83171473724590e79aa5b6..1581f7d1eea8c97f06726c9cef786f901d0a07a4 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85445-TemplateService-getFileName.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85445-TemplateService-getFileName.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Deprecation: #85445 - TemplateService->getFileName
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85451-ContentObjectRenderer-calcIntExplodeDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85451-ContentObjectRenderer-calcIntExplodeDeprecated.rst
index 390a0a795b141fec0b1b811be7c3040124a722fc..1f7e4f41f855ad4db73ef82231be88ba3f50d6c3 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85451-ContentObjectRenderer-calcIntExplodeDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85451-ContentObjectRenderer-calcIntExplodeDeprecated.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Deprecation: #85451 - ContentObjectRenderer->calcIntExplode() deprecated
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85462-SignalHasInstalledExtensions.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85462-SignalHasInstalledExtensions.rst
index f4c5e42ba32b5cd447383812e67cfcb87a802806..09faf3799c28914dbef49ad76ef04d1c12ae8cde 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85462-SignalHasInstalledExtensions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85462-SignalHasInstalledExtensions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Deprecation: #85462 - Signal 'hasInstalledExtensions'
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85462-SignalTablesDefinitionIsBeingBuilt.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85462-SignalTablesDefinitionIsBeingBuilt.rst
index 7219255b797a109290d9b830f4d40ab91b447028..aacc048a04c3773734d8939c1605e7aa8392de5d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85462-SignalTablesDefinitionIsBeingBuilt.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85462-SignalTablesDefinitionIsBeingBuilt.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Deprecation: #85462 - Signal 'tablesDefinitionIsBeingBuilt'
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85543-Language-relatedPropertiesInTypoScriptFrontendControllerAndPageRepository.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85543-Language-relatedPropertiesInTypoScriptFrontendControllerAndPageRepository.rst
index 133c77f6a60323efcf604da477456b88bf671305..3811d11939d481356ff323e940a85f41fd6a53e9 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85543-Language-relatedPropertiesInTypoScriptFrontendControllerAndPageRepository.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85543-Language-relatedPropertiesInTypoScriptFrontendControllerAndPageRepository.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================================
 Deprecation: #85543 - Language-related properties in TypoScriptFrontendController and PageRepository
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85553-PageRepositoryLanguage-relatedMethodsUseNullAsDefaultValue.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85553-PageRepositoryLanguage-relatedMethodsUseNullAsDefaultValue.rst
index 711f00d6a4c30ee3103507abe98fd5070c07dd84..dc42a6396271dc58ca4c3276e13e80c19c7739df 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85553-PageRepositoryLanguage-relatedMethodsUseNullAsDefaultValue.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85553-PageRepositoryLanguage-relatedMethodsUseNullAsDefaultValue.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================
 Deprecation: #85553 - PageRepository language-related methods use null as default value
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85554-PageRepository-checkWorkspaceAccess.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85554-PageRepository-checkWorkspaceAccess.rst
index cbfffe17f7c5d1daa88d8dbeea70b51f319d97d2..7b3405d304fb4f52768da96b1a5c442b3d153213 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85554-PageRepository-checkWorkspaceAccess.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85554-PageRepository-checkWorkspaceAccess.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #85554 - PageRepository->checkWorkspaceAccess
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85555-TypoScriptFrontendController-getUniqueId.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85555-TypoScriptFrontendController-getUniqueId.rst
index 1141cb9342cd15450e14d1ea3167d389a6903288..98f71885904d44907696ed26a04c095536a32ed1 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85555-TypoScriptFrontendController-getUniqueId.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85555-TypoScriptFrontendController-getUniqueId.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Deprecation: #85555 - TypoScriptFrontendController->getUniqueId
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85556-PageRepository-versioningWorkspaceId.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85556-PageRepository-versioningWorkspaceId.rst
index 1832181fc2112de718ffc0ee57276c52cdf57009..0e57b38849775f76001c2d74cfb21433ed5d8149 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85556-PageRepository-versioningWorkspaceId.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85556-PageRepository-versioningWorkspaceId.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Deprecation: #85556 - PageRepository->versioningWorkspaceId
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85557-PageRepository-getRootLine.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85557-PageRepository-getRootLine.rst
index 58e5fca824d08b66e0b0d937b836ca101cf8d2f1..132ba30f2c62dfd72282d66ddc0bb45d57a6ff76 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85557-PageRepository-getRootLine.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85557-PageRepository-getRootLine.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Deprecation: #85557 - PageRepository->getRootLine
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85558-ContentObjectRenderer-enableFields.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85558-ContentObjectRenderer-enableFields.rst
index 8f0b347b200f057f4afe3925376695879066959d..0daea494cb585e4e296158efaba8addefa44f69c 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85558-ContentObjectRenderer-enableFields.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85558-ContentObjectRenderer-enableFields.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #85558 - ContentObjectRenderer->enableFields
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85646-DeprecateEIDImplementedAsScript.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85646-DeprecateEIDImplementedAsScript.rst
index 11dd56bc9abfcfb5279e98fa198be44ddb418e23..495d43c6e94d596e16ea926964214287699acda3 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85646-DeprecateEIDImplementedAsScript.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85646-DeprecateEIDImplementedAsScript.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #85646 - Deprecate eID implemented as script
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85666-TypoScriptFrontendController-initTemplate.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85666-TypoScriptFrontendController-initTemplate.rst
index 890e90b9d6c43cc0c4515e1c9d9f1519eb1826cb..769097814f4dc17ce52d580d96340cb7ce378687 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85666-TypoScriptFrontendController-initTemplate.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85666-TypoScriptFrontendController-initTemplate.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Deprecation: #85666 - TypoScriptFrontendController->initTemplate
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85678-ConfigTitleTagFunction.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85678-ConfigTitleTagFunction.rst
index 850bc6b1f8510455bb00512bd736270060eaea8d..7af5af92279a75988e4df0ff3b641c2b43e6a5be 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85678-ConfigTitleTagFunction.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85678-ConfigTitleTagFunction.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Deprecation: #85678 - config.titleTagFunction
@@ -9,7 +9,7 @@ See :issue:`85678`
 Description
 ===========
 
-The TypoScript option :ts:`config.titleTagFunction` has been marked as deprecated and will be removed with TYPO3 v10.
+The TypoScript option :typoscript:`config.titleTagFunction` has been marked as deprecated and will be removed with TYPO3 v10.
 
 
 Impact
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85678-TsfeAltPageTitle.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85678-TsfeAltPageTitle.rst
index 230ff0168bfeb70ebf0d7a178785e759f4fbdbec..394f7dfcabdc207f1f946657881213527ff2fa01 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85678-TsfeAltPageTitle.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85678-TsfeAltPageTitle.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Deprecation: #85678 - $GLOBALS['TSFE']->altPageTitle
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85687-DeprecateRuntimeCacheWriter.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85687-DeprecateRuntimeCacheWriter.rst
index da3bcdc327e14ab5b0c20be4d0b3f8cd3ad134c0..07969df1776b4045fa3d1d8281c76efba23f4916 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85687-DeprecateRuntimeCacheWriter.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85687-DeprecateRuntimeCacheWriter.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Deprecation: #85687 - Deprecate RuntimeCacheWriter
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85699-MethodsInPageRepository.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85699-MethodsInPageRepository.rst
index 00db06e38ec40e9c5d7d0b8d5ba575d359b74fb9..6644452e3622d3cc8266659851b97164eb53d7c6 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85699-MethodsInPageRepository.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85699-MethodsInPageRepository.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #85699 - Various methods in PageRepository
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85701-MethodsInModuleTemplate.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85701-MethodsInModuleTemplate.rst
index e49c2707d4862efe6f8cc50e54579c0e80ce6bad..7a59726a51882d01ecb7ecdb4535b8bbf476fc33 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85701-MethodsInModuleTemplate.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85701-MethodsInModuleTemplate.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Deprecation: #85701 - Various methods in ModuleTemplate
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85707-LoginFramesetController.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85707-LoginFramesetController.rst
index eb0f566b2cd3fd4924faa4f7b98c1f4a0e56dc0b..d333bcec1a17b1f7d4d01a8f841c1c7ec291e684 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85707-LoginFramesetController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85707-LoginFramesetController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Deprecation: #85707 - LoginFramesetController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85727-DatabaseIntegrityCheckMovedToEXTlowlevel.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85727-DatabaseIntegrityCheckMovedToEXTlowlevel.rst
index be7d458e9b87b3d973999b91a6456ad7274d7720..f972eff02b1b69eeda05c9ee22036a29c0c86173 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85727-DatabaseIntegrityCheckMovedToEXTlowlevel.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85727-DatabaseIntegrityCheckMovedToEXTlowlevel.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Deprecation: #85727 - DatabaseIntegrityCheck moved to EXT:lowlevel
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85735-MethodAndPropertyInDocumentTemplate.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85735-MethodAndPropertyInDocumentTemplate.rst
index 8544f123459e8312780a8ec95e0e13a46b0719aa..063f8c952c8076e50a25b0901f0fb5583ce82be4 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85735-MethodAndPropertyInDocumentTemplate.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85735-MethodAndPropertyInDocumentTemplate.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Deprecation: #85735 - Various method and property in DocumentTemplate
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85759-GeneralUtilitygetHostName.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85759-GeneralUtilitygetHostName.rst
index a91cb41b10bc0ae08b495a738df8d9387d486519..56f248313d58c0381583bcb2dc289ff08ee15970 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85759-GeneralUtilitygetHostName.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85759-GeneralUtilitygetHostName.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Deprecation: #85759 - GeneralUtility::getHostName
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85760-GeneralUtilityunQuoteFilenames.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85760-GeneralUtilityunQuoteFilenames.rst
index ebf6ef5262d5f1072f32964b7893f3197fd1ac12..e41971d6d2600a5021716259606759f168e5dcb5 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85760-GeneralUtilityunQuoteFilenames.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85760-GeneralUtilityunQuoteFilenames.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Deprecation: #85760 - GeneralUtility::unQuoteFilenames
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85761-SaltedPasswordService.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85761-SaltedPasswordService.rst
index afe78662d679c8ea01536a1c18da7119ce017498..f50faf07a81c6b4cd0f716481169d51eee910689 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85761-SaltedPasswordService.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85761-SaltedPasswordService.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Deprecation: #85761 - SaltedPasswordService
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85793-SeveralConstantsFromSystemEnvironmentBuilder.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85793-SeveralConstantsFromSystemEnvironmentBuilder.rst
index f42f52e0dc0100e391f0575d793589330aeee377..884ff9ee722d52782a8ea045700bc690ccb23e23 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85793-SeveralConstantsFromSystemEnvironmentBuilder.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85793-SeveralConstantsFromSystemEnvironmentBuilder.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Deprecation: #85793 - Several constants from SystemEnvironmentBuilder
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85796-SaltedPasswordsCleanups.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85796-SaltedPasswordsCleanups.rst
index 260d74e66a5ec2e207b5f8b16c63063f394f0be5..9c1d86feb806f47e73770921e95f198141216f40 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85796-SaltedPasswordsCleanups.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85796-SaltedPasswordsCleanups.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Deprecation: #85796 - Salted passwords cleanups
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85801-GeneralUtilityexplodeUrl2Array-2ndMethodArgument.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85801-GeneralUtilityexplodeUrl2Array-2ndMethodArgument.rst
index 9ef09672520be5b2be4f45a458707e3c7217c308..86dafb08f7b36bd34ba88ed9540af9983a773b97 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85801-GeneralUtilityexplodeUrl2Array-2ndMethodArgument.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85801-GeneralUtilityexplodeUrl2Array-2ndMethodArgument.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Deprecation: #85801 - GeneralUtility::explodeUrl2Array - 2nd method argument
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85802-MoveFlexFormServiceFromEXTextbaseToEXTcore.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85802-MoveFlexFormServiceFromEXTextbaseToEXTcore.rst
index c38513067972525cd4490616f177c84ea5f2b83f..ea629e7dcf5bfaf0cd1f65b61f7c6001a9f2c3c4 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85802-MoveFlexFormServiceFromEXTextbaseToEXTcore.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85802-MoveFlexFormServiceFromEXTextbaseToEXTcore.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Deprecation: #85802 - Move FlexFormService from EXT:extbase to EXT:core
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85804-SaltedPasswordHashClassDeprecations.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85804-SaltedPasswordHashClassDeprecations.rst
index f66a607260908f337c71964408013f3abcab9994..7ee497d7ec28b8237af53398980375753db08da4 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85804-SaltedPasswordHashClassDeprecations.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85804-SaltedPasswordHashClassDeprecations.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #85804 - Salted password hash class deprecations
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85806-SecondArgumentOfPageRendereraddInlineLanguageLabelArray.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85806-SecondArgumentOfPageRendereraddInlineLanguageLabelArray.rst
index 0bb8d99aac07681a1b9a3b48862422cf6e2b8fdb..55429cc76bc010c2c9f0bfa3ddda111522832f6a 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85806-SecondArgumentOfPageRendereraddInlineLanguageLabelArray.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85806-SecondArgumentOfPageRendereraddInlineLanguageLabelArray.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================================
 Deprecation: #85806 - Second argument of PageRenderer::addInlineLanguageLabelArray
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85807-EnvironmentServiceisEnvironmentInCliMode.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85807-EnvironmentServiceisEnvironmentInCliMode.rst
index a8dee47a4697dcc0bb7218d177b7ec317600ea77..da337cbfe2f2ddb858d8894dfc7ffbacd35b3e09 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85807-EnvironmentServiceisEnvironmentInCliMode.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85807-EnvironmentServiceisEnvironmentInCliMode.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Deprecation: #85807 - EnvironmentService::isEnvironmentInCliMode
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85821-BootstrapMethods.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85821-BootstrapMethods.rst
index a30f7316f7c7c9f90cbdd4c2e74f94f6f0d4f765..b2f2beffb0b7a4c6a4937504a3bfe29fd55b244d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85821-BootstrapMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85821-BootstrapMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================
 Deprecation: #85821 - bootstrap methods
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85822-PageGenerator.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85822-PageGenerator.rst
index db40d9f4f66953db76e96d208c1075fb99faedb8..fa76efa75b4a3a18781b85840582879c9dadb4d2 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85822-PageGenerator.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85822-PageGenerator.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Deprecation: #85822 - Static class TYPO3\CMS\Frontend\Page\PageGenerator
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85833-ExtensionSaltedpasswordsMergedIntoCoreExtension.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85833-ExtensionSaltedpasswordsMergedIntoCoreExtension.rst
index 9ec6995924a37e2a83c1f1dce5906eb78bd2196a..5301214fbc58359022ec133991ecbfda8bda7e2c 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85833-ExtensionSaltedpasswordsMergedIntoCoreExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85833-ExtensionSaltedpasswordsMergedIntoCoreExtension.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Deprecation: #85833 - Extension saltedpasswords merged into core extension
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85836-BackendUtilitygetTCAtypes.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85836-BackendUtilitygetTCAtypes.rst
index ee24245366cc2adf63b2fd209e87fbfdabc99940..d62e28604f7c866e4446f7ac031e1ed87eef5015 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85836-BackendUtilitygetTCAtypes.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85836-BackendUtilitygetTCAtypes.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================
 Deprecation: #85836 - BackendUtility::getTCAtypes
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85858-GeneralUtilityclientInfo.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85858-GeneralUtilityclientInfo.rst
index 2ce782393b1dc985900f609352e9bcdbced9ba5e..51b252c064c7b3fa192be1e56e7c54ac90a8157d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85858-GeneralUtilityclientInfo.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85858-GeneralUtilityclientInfo.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Deprecation: #85858 - GeneralUtility::clientInfo()
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85878-EidUtilityAndVariousTSFEMethods.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85878-EidUtilityAndVariousTSFEMethods.rst
index 3c02ca65240dc138a60d83ca9247f9f748d1b97c..ec90121823f98c7df9b9ddfe5f136d1cd3e55011 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85878-EidUtilityAndVariousTSFEMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85878-EidUtilityAndVariousTSFEMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Deprecation: #85878 - EidUtility and various TSFE methods
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85892-VariousMethodsRegardingSysDomainResolving.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85892-VariousMethodsRegardingSysDomainResolving.rst
index cb7273f4eaf01936868df8ba70546cd1a63dcb35..d12f022faada71ac693b4cf02175caad38dbb0ca 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85892-VariousMethodsRegardingSysDomainResolving.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85892-VariousMethodsRegardingSysDomainResolving.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Deprecation: #85892 - Various methods regarding sys_domain-resolving
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85902-IMGMENUGMENU.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85902-IMGMENUGMENU.rst
index 2f785a966f426ebfa4113dab197999c1be9b3af9..6af0368b5c0f219d2c150410556b0963507d7d97 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85902-IMGMENUGMENU.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85902-IMGMENUGMENU.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================
 Deprecation: #85902 - IMGMENU/GMENU
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85960-CompareUidentDeprecated.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85960-CompareUidentDeprecated.rst
index 08e9833fbf73fe2c50791dcb9ef10fb75f4727e7..9f19f3f321c2426dd52b0e6def8976c38499a302 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85960-CompareUidentDeprecated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85960-CompareUidentDeprecated.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================================================
 Deprecation: #85960 - AbstractUserAuthentication::compareUident and AbstractAuthenticationService->compareUident
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85971-DeprecatePageRepository-getFirstWebPage.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85971-DeprecatePageRepository-getFirstWebPage.rst
index bee0a43eeaae1f95e401c571b3c8cff9cb25661a..3600c6d44ba88e38888a6b974ef2874534eacef0 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85971-DeprecatePageRepository-getFirstWebPage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85971-DeprecatePageRepository-getFirstWebPage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Deprecation: #85971 - PageRepository->getFirstWebPage
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85977-ExtbaseCommandControllersAndCliAnnotation.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85977-ExtbaseCommandControllersAndCliAnnotation.rst
index 13df0838703611a65389b6c494c73118b14b6c45..b674964e6c2415e354c94df730ff2861ffc5e3bb 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85977-ExtbaseCommandControllersAndCliAnnotation.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85977-ExtbaseCommandControllersAndCliAnnotation.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Deprecation: #85977 - Extbase CLI functionality, Command Controllers and @cli Annotation
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85978-GraphicalFunctions-init.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85978-GraphicalFunctions-init.rst
index 67372f9b0695f43bb3a92eea31eb39dbb7510d9c..8beac73fffdae4a6b097988db51abb2800d266a9 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85978-GraphicalFunctions-init.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85978-GraphicalFunctions-init.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Deprecation: #85978 - GraphicalFunctions->init
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85996-ExtensionManagerCommandController.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85996-ExtensionManagerCommandController.rst
index 87e49e17b08fb406a92923eb7daa6c4921325f58..7f06f8862813dd764408a2d978809100f372847d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85996-ExtensionManagerCommandController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85996-ExtensionManagerCommandController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Deprecation: #85996 - ExtensionManager CommandController
@@ -12,9 +12,9 @@ Description
 The following Extension Manager CLI commands have been reimplemented internally with Symfony console
 commands:
 
-* :shell:`extensionmanager:extension:install`, now :shell:`extension:activate`
-* :shell:`extensionmanager:extension:uninstall`, now :shell:`extension:deactivate`
-* :shell:`extensionmanager:extension:dumpclassloadinginformation`, now :shell:`dumpautoload`
+* :bash:`extensionmanager:extension:install`, now :bash:`extension:activate`
+* :bash:`extensionmanager:extension:uninstall`, now :bash:`extension:deactivate`
+* :bash:`extensionmanager:extension:dumpclassloadinginformation`, now :bash:`dumpautoload`
 
 The left-over command controller PHP class :php:`TYPO3\CMS\Extensionmanager\Command\ExtensionCommandController`
 is not in use anymore, and therefore has been marked as deprecated.
@@ -36,9 +36,9 @@ Installations simply using the CLI entrypoint are not affected.
 Migration
 =========
 
-* use :shell:`extension:activate` instead of :shell:`extensionmanager:extension:install`
-* use :shell:`extension:deactivate` instead of :shell:`extensionmanager:extension:uninstall`
-* use :shell:`dumpautoload` instead of :shell:`extensionmanager:extension:dumpclassloadinginformation`
+* use :bash:`extension:activate` instead of :bash:`extensionmanager:extension:install`
+* use :bash:`extension:deactivate` instead of :bash:`extensionmanager:extension:uninstall`
+* use :bash:`dumpautoload` instead of :bash:`extensionmanager:extension:dumpclassloadinginformation`
 
 In order to achieve the same functionality within custom PHP code, it is recommended to use the
 underlying logic within the commands instead of calling or extending the command controller class.
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-86001-WorkspacesTasksMigratedToSymfonyCommands.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-86001-WorkspacesTasksMigratedToSymfonyCommands.rst
index b1bef3eddde0d37fbbcb25c132224d7e79f5bd96..adfbd5778649cc8a70903eed2a3d1693e1d12fbf 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-86001-WorkspacesTasksMigratedToSymfonyCommands.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-86001-WorkspacesTasksMigratedToSymfonyCommands.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Deprecation: #86001 - Workspaces tasks migrated to symfony commands
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-86002-TSFEConstructorWithNo_cacheArgument.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-86002-TSFEConstructorWithNo_cacheArgument.rst
index e424fa23dd7d2a9287640f280044620462c972ec..40f222794731a968e45d048cd2b87c76128bc039 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-86002-TSFEConstructorWithNo_cacheArgument.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-86002-TSFEConstructorWithNo_cacheArgument.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #86002 - TSFE constructor with no_cache argument
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-86046-AdditionalArgumentsInSeveralTypoScriptFrontendControllerMethods.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-86046-AdditionalArgumentsInSeveralTypoScriptFrontendControllerMethods.rst
index 60ed1b28f335228f4542795e81e6cff216025572..c97d5a6996440186390422ccba7595d438e5f516 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-86046-AdditionalArgumentsInSeveralTypoScriptFrontendControllerMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-86046-AdditionalArgumentsInSeveralTypoScriptFrontendControllerMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================================
 Deprecation: #86046 - Additional arguments in several TypoScriptFrontendController methods
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-86109-ClassUserStorageCapabilityService.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-86109-ClassUserStorageCapabilityService.rst
index 036e4bded9197860e5869b017c0437e5e93f25b6..f21141377255aa1a0b093dcce5a4245de926fca1 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-86109-ClassUserStorageCapabilityService.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-86109-ClassUserStorageCapabilityService.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Deprecation: #86109 - Class UserStorageCapabilityService
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-13265-MakeFirstOptionToolbarOpenByDefaultInThePageTree.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-13265-MakeFirstOptionToolbarOpenByDefaultInThePageTree.rst
index 9083d57e0fecce4d3da569186247f1a227c97892..f86136f7bdc561e1d5387d68b35884e618f4e081 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-13265-MakeFirstOptionToolbarOpenByDefaultInThePageTree.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-13265-MakeFirstOptionToolbarOpenByDefaultInThePageTree.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Feature: #13265 - Select first element of PageTree toolbar on initialization
@@ -18,4 +18,4 @@ Impact
 
 The user always sees an open element of the PageTree toolbar.
 
-.. index:: Backend, JavaScript, ext:backend
\ No newline at end of file
+.. index:: Backend, JavaScript, ext:backend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-44297-IntervalPresetsForCronCommandOfSchedulerTask.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-44297-IntervalPresetsForCronCommandOfSchedulerTask.rst
index e2b5aca8023868179b56ac7864ca483e4c2a1a2e..38dc1b095209b651d2122eb67005527447860d88 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-44297-IntervalPresetsForCronCommandOfSchedulerTask.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-44297-IntervalPresetsForCronCommandOfSchedulerTask.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #44297 - Interval presets for cron command of scheduler task
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-57331-SupportMdashInCurrencyViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-57331-SupportMdashInCurrencyViewHelper.rst
index 547f3971cb5b383b7929ee1ab2d597b33daab2db..c52cb3c897b6bc8c38c07e464d1fe2ebb16612b8 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-57331-SupportMdashInCurrencyViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-57331-SupportMdashInCurrencyViewHelper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Feature: #57331 - Support dash in CurrencyViewHelper
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-75806-AddHreflangSupport.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-75806-AddHreflangSupport.rst
index c7f6e8a48ffee2c4e687bb1639c9e93aadded5eb..f8917a65c6fd6564d66c90a48e343c00ff5e45e8 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-75806-AddHreflangSupport.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-75806-AddHreflangSupport.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================
 Feature: #75806 - Add hreflang support
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-83476-LoadMergedJSFilesAsynchronous.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-83476-LoadMergedJSFilesAsynchronous.rst
index da24a12e1cd8c740f360df598393d28bf705923b..c0f14390984055bd3d0e167e2b271cb945c192ac 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-83476-LoadMergedJSFilesAsynchronous.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-83476-LoadMergedJSFilesAsynchronous.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #83476 - Load merged JS files asynchronous
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-83749-FilteringAndPaginationInTheRedirectsModule.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-83749-FilteringAndPaginationInTheRedirectsModule.rst
index ff2118ae910243a04df898179e09184e22dbaac1..cc2c63fab2323e6ca8a167ab12136f5b5d6a179d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-83749-FilteringAndPaginationInTheRedirectsModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-83749-FilteringAndPaginationInTheRedirectsModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #83749 - Filtering and Pagination in the redirects module
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84133-IntroduceVariants.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84133-IntroduceVariants.rst
index be4c4a1a8392e1aae671f596ced815956d7c242e..388a84ecb8fbb8101dcad450c3246f4126706ff8 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84133-IntroduceVariants.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84133-IntroduceVariants.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================
 Feature: #84133 - Introduce variants
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84525-XMLSitemap.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84525-XMLSitemap.rst
index 73e03995dc0eead6571cfc795d3339a4215310f7..103768f783ec40829d6d876457d639d6bcf0cc53 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84525-XMLSitemap.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84525-XMLSitemap.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================
 Feature: #84525 - XML Sitemap
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84584-Re-DesignTheAdminPanel.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84584-Re-DesignTheAdminPanel.rst
index 0560398dd55dc176c090fd9b6ada8700e2312b69..cfd95ffb589d65fabcc679e0baf9bae6feed25fd 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84584-Re-DesignTheAdminPanel.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84584-Re-DesignTheAdminPanel.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Feature: #84584 - Re-Design the admin panel
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84606-AddLogModuleToAdminPanel.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84606-AddLogModuleToAdminPanel.rst
index 1894ca2a696a336efd53d50d710d385ca4debe9b..7cfc6c330e34c97c4114463dc017447219917ea6 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84606-AddLogModuleToAdminPanel.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84606-AddLogModuleToAdminPanel.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Feature: #84606 - Add Log Module to AdminPanel
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84609-AddSQLLogModuleToAdminPanel.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84609-AddSQLLogModuleToAdminPanel.rst
index 5f1b72f3d0df38f1b2dcd106d7177876638cd61c..03f67cdedde974d35f3e6ccd4bae09a265f7f24d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84609-AddSQLLogModuleToAdminPanel.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84609-AddSQLLogModuleToAdminPanel.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Feature: #84609 - Add SQL Log Module to AdminPanel
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84704-OpenSpecificFieldWhenFixingLinksInLinkvalidator.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84704-OpenSpecificFieldWhenFixingLinksInLinkvalidator.rst
index 74c954c6cbb195aa42ecac7acd52d2a7d7a4c36d..eca625f949039c1bae86caa91814e85f8c03767a 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84704-OpenSpecificFieldWhenFixingLinksInLinkvalidator.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84704-OpenSpecificFieldWhenFixingLinksInLinkvalidator.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Feature: #84704 - Open specific field when fixing links in Linkvalidator
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84729-NewTCATypeSlug.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84729-NewTCATypeSlug.rst
index 58674145d54e33f623812b602fcde2d80b29f68e..75fa600ba3c63dd0d5c405c62e363db4ab46b64f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84729-NewTCATypeSlug.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-84729-NewTCATypeSlug.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================
 Feature: #84729 - New TCA type "slug"
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85080-AddPropertyDisableFormElementsAndFinishers.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85080-AddPropertyDisableFormElementsAndFinishers.rst
index 045ca312f565ac7b6abeba2dd38abef44f951bf1..a2a75b11c83868c11eed22d2d1e9a30e5f7e77c7 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85080-AddPropertyDisableFormElementsAndFinishers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85080-AddPropertyDisableFormElementsAndFinishers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Feature: #85080 - Add property to disable form elements and finishers
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85146-ReadEnvironmentVariablesInTypoScript.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85146-ReadEnvironmentVariablesInTypoScript.rst
index cf3c4e9d146e7b8b7d412f862217c462a3186783..8730eac7e2a63186cccee768e95fef5adfc93e88 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85146-ReadEnvironmentVariablesInTypoScript.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85146-ReadEnvironmentVariablesInTypoScript.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #85146 - Read environment variables in TypoScript
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85164-AvailableLanguagesRespectsSiteConfigurationSettings.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85164-AvailableLanguagesRespectsSiteConfigurationSettings.rst
index f85e90f0cfb407f37b9cf1db418bd78c6e6d7657..95b06b7816bc8f3d263789bd92fd4590f99c1abf 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85164-AvailableLanguagesRespectsSiteConfigurationSettings.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85164-AvailableLanguagesRespectsSiteConfigurationSettings.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Feature: #85164 - Available languages respects site configuration settings
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85164-EnableLanguagesPerSite.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85164-EnableLanguagesPerSite.rst
index 5efb3c2e2ab9aa13b89adf1b2021ffe898b28e6f..97824466863782a85e12f584905bf0aba53f0ede 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85164-EnableLanguagesPerSite.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85164-EnableLanguagesPerSite.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #85164 - Enable Languages on a per-site basis
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85236-InfixOptionToDefaultLogFileNamesForFileWriter.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85236-InfixOptionToDefaultLogFileNamesForFileWriter.rst
index 2de4bf9c347b05db49260eaeacf090e35d2d6cc1..0c0ae20d8aa31adfdff61be0261f2dac1be1782d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85236-InfixOptionToDefaultLogFileNamesForFileWriter.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85236-InfixOptionToDefaultLogFileNamesForFileWriter.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Feature: #85236 - Infix option to default log file names for FileWriter
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85247-TraitToDetectPublicDeprecatedMethods.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85247-TraitToDetectPublicDeprecatedMethods.rst
index ed652a00074207edde248411599ae9dfe8425afe..1a42add839ab5fc5dc89bf44607a602643843a56 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85247-TraitToDetectPublicDeprecatedMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85247-TraitToDetectPublicDeprecatedMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #85247 - Trait to detect public deprecated methods
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85256-InstallTYPO3OnSQLite.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85256-InstallTYPO3OnSQLite.rst
index 1eb36992c06e041eb65db6cfb64ea1d7ebe9eb9b..a16d1fc3f37bd5316775ba0d57f73ec8a77eb303 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85256-InstallTYPO3OnSQLite.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85256-InstallTYPO3OnSQLite.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Feature: #85256 - Install TYPO3 on SQLite
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85313-AddNotesFieldToPagesTable.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85313-AddNotesFieldToPagesTable.rst
index d5027bb860008de965004d975c0fd292b5f7531b..21c8e0c6dfb0f11c023ac7f55aa701798c9f0ee3 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85313-AddNotesFieldToPagesTable.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85313-AddNotesFieldToPagesTable.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Feature: #85313 - Add notes field to pages table
@@ -17,4 +17,4 @@ Impact
 
 Users can add notes to each page record to inform other users of important facts or similar.
 
-.. index:: Backend
\ No newline at end of file
+.. index:: Backend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85355-SupportBasicHTML5FieldsInFormEngine.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85355-SupportBasicHTML5FieldsInFormEngine.rst
index 87ef2e44fd8d0476d81d4343c567d87dcbf0444f..a4c298dd2cdd2fe0a829a165ed1e237ee0ce743d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85355-SupportBasicHTML5FieldsInFormEngine.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85355-SupportBasicHTML5FieldsInFormEngine.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #85355 - Support basic HTML5 fields in FormEngine
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85389-ContextAPIForConsistentDataHandling.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85389-ContextAPIForConsistentDataHandling.rst
index 70411af4f805f0765ca2f2a5daff35779860b378..4e6c4d83a0019c225aee1b64b948fbd3385f37d0 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85389-ContextAPIForConsistentDataHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85389-ContextAPIForConsistentDataHandling.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #85389 - Context API for consistent data handling
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85410-AllowTCADescriptionProperty.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85410-AllowTCADescriptionProperty.rst
index 21dca74f7c3ced28359a63f5568fde09d6975eb7..81676b6f269734bb5f880098c7f46ee206f163a5 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85410-AllowTCADescriptionProperty.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85410-AllowTCADescriptionProperty.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Feature: #85410 - Allow TCA description property
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85550-IntroduceContextForTypoScriptDataGetTextProperty.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85550-IntroduceContextForTypoScriptDataGetTextProperty.rst
index e0748df02d8dd6b4a96c11e019e7a197f10c145f..ee28dc90f332b18cffa78a3214e494ed9d021b98 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85550-IntroduceContextForTypoScriptDataGetTextProperty.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85550-IntroduceContextForTypoScriptDataGetTextProperty.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Feature: #85550 - Introduce context for TypoScript data getText property
@@ -9,7 +9,7 @@ See :issue:`85550`
 Description
 ===========
 
-The new context API can now be accessed via the :ts:`getText` property in TypoScript.
+The new context API can now be accessed via the :typoscript:`getText` property in TypoScript.
 
 Example:
 
@@ -28,4 +28,4 @@ and the third part is the property of the aspect.
 
 If a property is an array, it is converted into a comma-separated list.
 
-.. index:: TypoScript, ext:frontend
\ No newline at end of file
+.. index:: TypoScript, ext:frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85590-AddHooksForDatabaseRecordListCSVActions.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85590-AddHooksForDatabaseRecordListCSVActions.rst
index 0440a19a7efe42ba8dff1d87e1a29732375115b5..d8ad1afc8dc964249b07be38bd899fcc4302a5d1 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85590-AddHooksForDatabaseRecordListCSVActions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85590-AddHooksForDatabaseRecordListCSVActions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #85590 - Add hooks for DatabaseRecordList CSV actions
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85678-AddAPIForTitleTags.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85678-AddAPIForTitleTags.rst
index 6c0c2c48a69252b6d8019c002c535ac473ae620b..f4dd2448de8e95dec731cd0f5af472cecbf39d8b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85678-AddAPIForTitleTags.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85678-AddAPIForTitleTags.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================
 Feature: #85678 - Add PageTitle API
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85691-ShowPagePathForReferencesInRecordInfo.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85691-ShowPagePathForReferencesInRecordInfo.rst
index 8e1e30e12bf200d8b157f283b6259cde28811187..ff0224d35769b3b149f3e568d8ca5ed27d4fd5b7 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85691-ShowPagePathForReferencesInRecordInfo.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85691-ShowPagePathForReferencesInRecordInfo.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #85691 - Show page path for references in record info
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85698-NewTypeinputEvalSaltedPassword.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85698-NewTypeinputEvalSaltedPassword.rst
index ccd138df690533f6ca8580472798693c74b16f2c..361cd4d13518e2932d3445550b76b2999525aeb8 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85698-NewTypeinputEvalSaltedPassword.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85698-NewTypeinputEvalSaltedPassword.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #85698 - New type=input eval saltedPassword
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85719-AllowSitesWithoutSchemeOrDomain.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85719-AllowSitesWithoutSchemeOrDomain.rst
index bb10dbc977a0596e87976fa6b83e77e764eaf99d..cf1d1c58e45b7643f63242dcc846c2a72df5df14 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85719-AllowSitesWithoutSchemeOrDomain.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85719-AllowSitesWithoutSchemeOrDomain.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #85719 - Allow sites without scheme or domain
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85828-MoveSymfonyExpressionLanguageHandlingIntoEXTcore.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85828-MoveSymfonyExpressionLanguageHandlingIntoEXTcore.rst
index 65fec4ceeb8b643a278949f4aa63fd56072e8559..ba962242da04e12a9152fd3ce5c6e62092953703 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85828-MoveSymfonyExpressionLanguageHandlingIntoEXTcore.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85828-MoveSymfonyExpressionLanguageHandlingIntoEXTcore.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Feature: #85828 - Move symfony expression language handling into EXT:core
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85829-ImplementSymfonyExpressionLanguageForTypoScriptConditions.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85829-ImplementSymfonyExpressionLanguageForTypoScriptConditions.rst
index c7c18462e98f9357d45637dad44ad9b9c05bfe00..a2c5cd4e105b94c0801cb749632925c5c6278dc9 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85829-ImplementSymfonyExpressionLanguageForTypoScriptConditions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85829-ImplementSymfonyExpressionLanguageForTypoScriptConditions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Feature: #85829 - Implement symfony expression language for TypoScript conditions
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85894-FeatureTogglesInAdminToolsSettings.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85894-FeatureTogglesInAdminToolsSettings.rst
index 07c39ea9aea6f487a4f7ea5e9740209dacabfc48..e94420d9438ef340d1c5c9ad816d1240b08fc5b7 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85894-FeatureTogglesInAdminToolsSettings.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85894-FeatureTogglesInAdminToolsSettings.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #85894 - Feature toggles in Admin Tools Settings
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85900-PseudoSiteHandling.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85900-PseudoSiteHandling.rst
index 7688cbe5befda60dbce60ab265eb4919ce161b26..df7218048d6f3dcb56279bba454b20df601794bb 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85900-PseudoSiteHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85900-PseudoSiteHandling.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================
 Feature: #85900 - Pseudo Site Handling
@@ -24,4 +24,4 @@ Impact
 Extension Developers can now access a site and determine the base URL / Entry Point URL for a site, or access
 all available languages via the SiteInterface object, instead of querying sys_domain or sys_language respectively.
 
-.. index:: PHP-API
\ No newline at end of file
+.. index:: PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85928-UpgradeWizardToMigratePagesToSpeakingURLs.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85928-UpgradeWizardToMigratePagesToSpeakingURLs.rst
index 1edde54600d827e177540f86eaee91be9127630d..aa14874a7cbbd1cfcd8e6f246d79b85183ea4e5e 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85928-UpgradeWizardToMigratePagesToSpeakingURLs.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85928-UpgradeWizardToMigratePagesToSpeakingURLs.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================================
 Feature: #85928 - Upgrade wizard to migrate pages to speaking URLs
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85947-PageBasedURLHandling.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85947-PageBasedURLHandling.rst
index d347c61059c4b55887f6b005399a4b84c50887c6..82cacef470512d0097d29ae0ed2cb663f913b1a2 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85947-PageBasedURLHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85947-PageBasedURLHandling.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Feature: #85947 - Page based URL handling
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85991-ExcludeSymfonyCommandsFromScheduler.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85991-ExcludeSymfonyCommandsFromScheduler.rst
index 4bfc5ec8e8e6a35269b892bbf6f5f609266bc186..521a498b053ef585d00190a2aa3a16554a13303a 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85991-ExcludeSymfonyCommandsFromScheduler.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-85991-ExcludeSymfonyCommandsFromScheduler.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #85991 - Exclude Symfony Commands from Scheduler
@@ -37,7 +37,7 @@ An example file within :file:`EXT:myextension/Configuration/Commands.php` could
        ]
    ];
 
-The command could still be executed via :shell:`.../typo3 admins:delete` but not be set up as
+The command could still be executed via :bash:`.../typo3 admins:delete` but not be set up as
 Scheduler task in the TYPO3 backend.
 
 .. index:: CLI, ext:scheduler
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86001-RegularWorkspaceCleanupTasksAvailableViaCLICommands.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86001-RegularWorkspaceCleanupTasksAvailableViaCLICommands.rst
index 12bcb1fa44cf21cfe0ac6dc5e6aa4d3aa0d10a08..47c16925e2d9f630ff0fe34f432b04a8c09b6e09 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86001-RegularWorkspaceCleanupTasksAvailableViaCLICommands.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86001-RegularWorkspaceCleanupTasksAvailableViaCLICommands.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Feature: #86001 - Regular Workspace cleanup tasks available via CLI commands
@@ -27,4 +27,4 @@ Impact
 It is possible to execute these commands from the CLI context without having to install the scheduler extension
 and to create a scheduler task for that.
 
-.. index:: CLI, ext:workspaces
\ No newline at end of file
+.. index:: CLI, ext:workspaces
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86003-AdminpanelCompositionApi.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86003-AdminpanelCompositionApi.rst
index 1da610fb3604038a3eb5c8ba85a09bcc9950694b..5ff2c371c357e0c970544b254df393c52afec650 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86003-AdminpanelCompositionApi.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86003-AdminpanelCompositionApi.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #86003 - Composition based API for the Adminpanel
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86051-ShowExtensionsViaCLI.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86051-ShowExtensionsViaCLI.rst
index 2f422d512caf2b90ace4c7c514567ed689e83797..f29e25f450fc6c27a2cfd691e3f4eae406b07814 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86051-ShowExtensionsViaCLI.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86051-ShowExtensionsViaCLI.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Feature: #86051 - Show extensions via CLI
@@ -9,20 +9,20 @@ See :issue:`86051`
 Description
 ===========
 
-A new command :shell:`extension:list` is added, which can be executed via Command Line
-:shell:`typo3/sysext/core/bin/typo3 extension:list`.
+A new command :bash:`extension:list` is added, which can be executed via Command Line
+:bash:`typo3/sysext/core/bin/typo3 extension:list`.
 
-This command shows all currently installed (= active) extensions. The option :shell:`--all`
+This command shows all currently installed (= active) extensions. The option :bash:`--all`
 also includes all inactive extensions. If the list of inactive extensions should
-be shown, the command :shell:`--inactive` will show only the extensions available for installation.
+be shown, the command :bash:`--inactive` will show only the extensions available for installation.
 
-Additional description of the extensions can be shown by :shell:`--verbose` / :shell:`-v`.
+Additional description of the extensions can be shown by :bash:`--verbose` / :bash:`-v`.
 
 
 Impact
 ======
 
 In order to show which extensions can be uninstalled or installed via CLI, the new command
-is a good companion for the existing commands :shell:`extension:activate` and :shell:`extension:deactivate`.
+is a good companion for the existing commands :bash:`extension:activate` and :bash:`extension:deactivate`.
 
 .. index:: CLI, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86057-ImprovedTypolinkURLLinkGeneration.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86057-ImprovedTypolinkURLLinkGeneration.rst
index 07ffb6346fc1315bc4e7bcc5e195a07d1d8e5042..ee15736e3f7030463460724bed8aecb949430530 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86057-ImprovedTypolinkURLLinkGeneration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86057-ImprovedTypolinkURLLinkGeneration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #86057 - Improved typolink / URL link generation
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86066-CLICommandsForListingAndShowingSites.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86066-CLICommandsForListingAndShowingSites.rst
index 217a3c8584a4f7169aee4e24a8c78db4cfbf1665..c831d9584155ef1511df6e12d4b8bbcf593038bf 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86066-CLICommandsForListingAndShowingSites.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86066-CLICommandsForListingAndShowingSites.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #86066 - CLI Commands for listing and showing sites
@@ -11,14 +11,14 @@ Description
 
 Two new CLI commands have been added:
 
--  :shell:`site:list`
--  :shell:`site:show`
+-  :bash:`site:list`
+-  :bash:`site:show`
 
-The list command can be executed via :shell:`typo3/sysext/core/bin/typo3 site:list` and will list all
+The list command can be executed via :bash:`typo3/sysext/core/bin/typo3 site:list` and will list all
 configured sites with their configured Identifier, root page, base URL, languages, locales and
 a flag whether or not the site is enabled.
 
-The show command can be executed via :shell:`typo3/sysext/core/bin/typo3 site:show <identifier>`.
+The show command can be executed via :bash:`typo3/sysext/core/bin/typo3 site:show <identifier>`.
 It needs an identifier of a configured site which must be provided after the command name.
 The command will output the complete configuration for the site in the YAML syntax.
 
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86076-NewAPIForUpgradeWizards.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86076-NewAPIForUpgradeWizards.rst
index c1fe020752ca3c83c8329936311dc40d5e7cf0dc..cc4c3fa0d817779ca78762167ee3a70b2c6b4181 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86076-NewAPIForUpgradeWizards.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Feature-86076-NewAPIForUpgradeWizards.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Feature: #86076 - New API for UpgradeWizards
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Important-84280-UnitTestSuppressNoticesRemoved.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Important-84280-UnitTestSuppressNoticesRemoved.rst
index 84d783345a371c3edaefb66fc9757796f2fb6b3f..44cc82530e1df30713e968233d43a6f6d2530331 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Important-84280-UnitTestSuppressNoticesRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Important-84280-UnitTestSuppressNoticesRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Important: #84280 - Unit test suppressNotices removed
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Important-85196-RemovedSimulateUserFromUserSettings.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Important-85196-RemovedSimulateUserFromUserSettings.rst
index 4fbc2e0e2eec1cc45507e17706a81be47aa61af0..5502e1f026b5feeb3675dcbe9c51ff50c6fcd0b0 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Important-85196-RemovedSimulateUserFromUserSettings.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Important-85196-RemovedSimulateUserFromUserSettings.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Important: #85196 - Removed simulate user from user settings
@@ -20,7 +20,7 @@ switch to the target user using the "Switch to user" of the "Backend users"
 module and then navigate to its user settings.
 
 Backend administrators who often need to change other backend user settings
-should consider using adapted User TSconfig :ts:`setup.` details to
+should consider using adapted User TSconfig :typoscript:`setup.` details to
 streamline this workflow.
 
 
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Important-85393-ExtensionManagerOnlyImportsExtensionsCompatibleWithTYPO3V7LTSOrHigher.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Important-85393-ExtensionManagerOnlyImportsExtensionsCompatibleWithTYPO3V7LTSOrHigher.rst
index 8c8f2cb7d41a45b3dc874009b822d4e6eaefa59a..1387569fa5ca24c0017cc6cfc1b030282f5a03eb 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Important-85393-ExtensionManagerOnlyImportsExtensionsCompatibleWithTYPO3V7LTSOrHigher.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Important-85393-ExtensionManagerOnlyImportsExtensionsCompatibleWithTYPO3V7LTSOrHigher.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================================================
 Important: #85393 - Extension Manager only imports extensions compatible with TYPO3 v7 LTS or higher
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Important-85683-DroppedSaltedpasswordOptions.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Important-85683-DroppedSaltedpasswordOptions.rst
index 0a45959e8986f354990d830207f639177de849d9..9bb5b08fe4d213e829531eb9ee8436fa870a01b0 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Important-85683-DroppedSaltedpasswordOptions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Important-85683-DroppedSaltedpasswordOptions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Important: #85683 - Dropped salted passwords options
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Important-85719-PHPPackagesSymfonyComponentsRequirementsRaisedToSymfony41.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Important-85719-PHPPackagesSymfonyComponentsRequirementsRaisedToSymfony41.rst
index 878e4dff9a940b7a82d64b630f81e6f1fea791e8..f193649fb1abfa1ec60200e8cda1f20d8785a259 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Important-85719-PHPPackagesSymfonyComponentsRequirementsRaisedToSymfony41.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Important-85719-PHPPackagesSymfonyComponentsRequirementsRaisedToSymfony41.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================================
 Important: #85719 - PHP Packages: Symfony Components requirements raised to Symfony 4.1
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Important-85833-SaltedpasswordsExtensionMergedIntoCoreExtension.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Important-85833-SaltedpasswordsExtensionMergedIntoCoreExtension.rst
index 12a3549e5066cc0714eaa8c3d4fd1dbc966b84a5..9c477acf21eb5a2c819027f0d1f60578fcbc7bf9 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Important-85833-SaltedpasswordsExtensionMergedIntoCoreExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Important-85833-SaltedpasswordsExtensionMergedIntoCoreExtension.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Important: #85833 - saltedpasswords extension merged into core extension
@@ -20,7 +20,7 @@ Backwards compatibility is given by automatic upgrades of settings when visiting
 the Install Tool.
 
 For composer-based installations this means the dependency to `typo3/cms-saltedpasswords`
-can safely be removed via :shell:`composer remove typo3/cms-saltedpasswords`, although this is
+can safely be removed via :bash:`composer remove typo3/cms-saltedpasswords`, although this is
 not mandatory due to the fact that `typo3/cms-core` is noted as a replacement for
 saltedpasswords in its :file:`composer.json` file.
 
diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Index.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Index.rst
index b2db83015f7bbab6f404dd7eed0734bc0f47a58f..35ca5ec0cd34ab4f6317b049a4901031bfecf419 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 9.4 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Deprecation-86907-DeprecateUsageOfDependencyInjectionWithNonPublicProperties.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Deprecation-86907-DeprecateUsageOfDependencyInjectionWithNonPublicProperties.rst
index 1f7c07f0cb6f37cbfb6923f6d30cc25ca4828418..c2cb47d86005d0434a128143c37ee8258602dcd7 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Deprecation-86907-DeprecateUsageOfDependencyInjectionWithNonPublicProperties.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Deprecation-86907-DeprecateUsageOfDependencyInjectionWithNonPublicProperties.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Deprecation: #86907 - Deprecate usage of dependency injection with non public properties
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Deprecation-87277-FluidClassAliases.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Deprecation-87277-FluidClassAliases.rst
index bcbc56951775ef866fbf6df9dd785229b17a362a..4b4bfed7ca7d22ce4a5050b177f110ad526cd33a 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Deprecation-87277-FluidClassAliases.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Deprecation-87277-FluidClassAliases.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Deprecation: #87277 - Fluid Class Aliases
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-83334-AddImprovedBuildQueryString.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-83334-AddImprovedBuildQueryString.rst
index 23a20bb8ae865fc5d5062aeb646fbd527cf6bd6a..a70eb64b64be7098bd904de42018f3e991c3dd16 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-83334-AddImprovedBuildQueryString.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-83334-AddImprovedBuildQueryString.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Feature: #83334 - Add improved building of query strings
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86331-NativeURLSupportForMountPoints.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86331-NativeURLSupportForMountPoints.rst
index f69334890bbcbce54ab87d46db4ac3f3439d19cc..7b23ff989a719973c73344cf336d60dbbb452671 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86331-NativeURLSupportForMountPoints.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86331-NativeURLSupportForMountPoints.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Feature: #86331 - Native URL support for MountPoints
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86740-AllowRemovalOfSlashInSlug.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86740-AllowRemovalOfSlashInSlug.rst
index 708db6ccc8aea36c45e18062956b40d0a3dafad5..171c2786dd26caecab01a76658347ac52dbd178c 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86740-AllowRemovalOfSlashInSlug.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86740-AllowRemovalOfSlashInSlug.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Feature: #86740 - Replace characters in slug
@@ -61,4 +61,4 @@ The following configuration uses more replacements:
 
 This will change the provided slug `Some Job in city1/city2 (f/m)` to `some-job-in-city1-city2`.
 
-.. index:: Frontend, ext:core
\ No newline at end of file
+.. index:: Frontend, ext:core
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86762-EnhancedFallbackModesForTranslatedContent.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86762-EnhancedFallbackModesForTranslatedContent.rst
index 5accbba657dea0bd1b8dc8bb548406d93cb56221..4c0df6df1e98983cce8f7aa53d3a12a8fae6591f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86762-EnhancedFallbackModesForTranslatedContent.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86762-EnhancedFallbackModesForTranslatedContent.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Feature: #86762 - Enhanced fallback modes for translated content
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86826-RecursiveRecordSitemap.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86826-RecursiveRecordSitemap.rst
index 1f79bca9b43cc11ebe383384fbf6576a2cb74549..575f54326ba43d00d0d98aec79e7bd0e400f4c42 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86826-RecursiveRecordSitemap.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86826-RecursiveRecordSitemap.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================
 Feature: #86826 - Recursive record sitemap
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86881-SupportOfFeaturesInExpressionLanguage.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86881-SupportOfFeaturesInExpressionLanguage.rst
index da78af665825fde0886ed53c9ed2d179025590c0..143368c07e626cc9a157de61fdd640ec845eba86 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86881-SupportOfFeaturesInExpressionLanguage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86881-SupportOfFeaturesInExpressionLanguage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Feature: #86881 - Support of Features in expression language
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86973-TypoScriptGetTextPropertySiteLanguage.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86973-TypoScriptGetTextPropertySiteLanguage.rst
index 6d7fd7fc8466553a6e40c37d002462338c2901c6..e209d7766b91671c0434bd19ddd5eeef580fc449 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86973-TypoScriptGetTextPropertySiteLanguage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-86973-TypoScriptGetTextPropertySiteLanguage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Feature: #86973 - TypoScript getText property siteLanguage
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-87033-NewTypoScriptPropertyConfightmlTagattributes.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-87033-NewTypoScriptPropertyConfightmlTagattributes.rst
index b7ad9d5f9851201dbdaab7c93c85839c8fe79e41..ffa8902ca57df850f28ea3b58e005cc91c7b9a37 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-87033-NewTypoScriptPropertyConfightmlTagattributes.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-87033-NewTypoScriptPropertyConfightmlTagattributes.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Feature: #87033 - New TypoScript Property config.htmlTag.attributes
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-87085-FallbackOptionsForSlugFields.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-87085-FallbackOptionsForSlugFields.rst
index 419ea3792302833291c808c0f67cf6ed48dbd6f9..0fd9df24b020c0be3016967786548e61a9019b13 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-87085-FallbackOptionsForSlugFields.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-87085-FallbackOptionsForSlugFields.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Feature: #87085 - Fallback options for slug fields
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-87380-IntroduceSiteLanguageAwareInterfaceToDenoteSiteLanguageAwareness.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-87380-IntroduceSiteLanguageAwareInterfaceToDenoteSiteLanguageAwareness.rst
index 4c5632bb407a9b5cc32d9bd62585cc50bafadda8..833bbe21dab1ceb721f1752a4a54e730069631a0 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-87380-IntroduceSiteLanguageAwareInterfaceToDenoteSiteLanguageAwareness.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-87380-IntroduceSiteLanguageAwareInterfaceToDenoteSiteLanguageAwareness.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================================
 Feature: #87380 - Introduce SiteLanguageAwareInterface to denote site language awareness
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-87610-New-FAL-API-to-search-for-files.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-87610-New-FAL-API-to-search-for-files.rst
index 19139d74c60e50bd70b29e94a98168e1d2cb3e77..b0187ec34920fd5ce4d90e950b7f12e989699a5b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-87610-New-FAL-API-to-search-for-files.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-87610-New-FAL-API-to-search-for-files.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Feature: #87610 - New FAL API to search for files including their meta data
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-87748-AddSiteProcessor.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-87748-AddSiteProcessor.rst
index ef302215cb9369b5479c357984fda16b7a92c379..2eb37b37e046e1627f263e810da143c385f33ec8 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-87748-AddSiteProcessor.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-87748-AddSiteProcessor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================
 Feature: #87748 - Add SiteProcessor
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-88198-TCA-basedSlugModifiersForExtensions.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-88198-TCA-basedSlugModifiersForExtensions.rst
index 80513b80ed554997b32450914cea31eac15e6b51..4536e182e0ea3f2f6e365f3a2f76bfd9ff2618e2 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-88198-TCA-basedSlugModifiersForExtensions.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-88198-TCA-basedSlugModifiersForExtensions.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================
 Feature: #88198 - TCA-based Slug modifiers for extensions
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-89556-FeatureFlagBetaTranslationServer.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-89556-FeatureFlagBetaTranslationServer.rst
index 3995a286d5877bb6623a51be429758f6028f53e8..4751cb1439ec9c1ac45bfa12d62a5964589c413e 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-89556-FeatureFlagBetaTranslationServer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-89556-FeatureFlagBetaTranslationServer.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================
 Feature: #89526 - FeatureFlag: newTranslationServer
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-90328-SupportOfMacedonian.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-90328-SupportOfMacedonian.rst
index 45d089508bcc64e4dc10a4f6b33ebc42322ff027..625b7da50501c35b52be60dc1e78272ec31c69e5 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-90328-SupportOfMacedonian.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-90328-SupportOfMacedonian.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Feature: #90328 - Support of Macedonian (MK)
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-91354-IntegrateServerResponseSecurityChecks.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-91354-IntegrateServerResponseSecurityChecks.rst
index 022479ba94604ee29a115fdc87ca534e4784d0b3..8dd71d5f249673b18146a830ce23518a565ca81d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-91354-IntegrateServerResponseSecurityChecks.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-91354-IntegrateServerResponseSecurityChecks.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Feature: #91354 - Integrate server response security checks
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-94825-SanitizeHtmlFluidViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-94825-SanitizeHtmlFluidViewHelper.rst
index c2fe1d5d6d693e3634bd4f94bfafbcdc5bd19def..9613f185e23a09e50b1139bad289440bd5b3e34c 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-94825-SanitizeHtmlFluidViewHelper.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Feature-94825-SanitizeHtmlFluidViewHelper.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #94825 - New f:sanitize.html Fluid ViewHelper
@@ -43,7 +43,7 @@ When to use the different ViewHelpers:
 
 Use this for wrapping fields produced by RTE fields, which parses
 HTML and adds attributes, replaces TYPO3-internal links to pages or files,
-based on :ts:`lib.parseFunc_RTE`. For this reason, it is recommended to use
+based on :typoscript:`lib.parseFunc_RTE`. For this reason, it is recommended to use
 this ViewHelper mainly in Frontend rendering.
 
 This ViewHelper calls TYPO3's "parseFunc", which means that `htmlSanitize` is
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-65636-AllowMetaDataEditingOnReadOnlyStorages.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-65636-AllowMetaDataEditingOnReadOnlyStorages.rst
index 5300168ff3a62117945e5e7c81a9aefaf9324480..3131bc5eaea22881200610130ac18cf59a42a252 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-65636-AllowMetaDataEditingOnReadOnlyStorages.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-65636-AllowMetaDataEditingOnReadOnlyStorages.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Important: #65636 - File meta data can now be edited on read only storages
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-76166-X-UA-CompatibleNotSetInBackendAnymore.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-76166-X-UA-CompatibleNotSetInBackendAnymore.rst
index 9f70293f3f686577a54b4e75dda52b65ef0ffb27..0e86b36ab52cec5cecb281e56cb410b54347ab4c 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-76166-X-UA-CompatibleNotSetInBackendAnymore.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-76166-X-UA-CompatibleNotSetInBackendAnymore.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Important: #76166 - X-UA-Compatible not set in backend anymore
@@ -15,4 +15,4 @@ instead via server configuration, the tag is not rendered by default in the back
 The TYPO3 default :file:`.htaccess` and :file:`web.config` files already contain the corresponding settings.
 If you are using Internet Explorer configured to use compat mode by default, you may need to set these settings to ensure `edge` mode.
 
-.. index:: Backend, ext:backend
\ No newline at end of file
+.. index:: Backend, ext:backend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-84105-StreamlineDeprecationLogHandling.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-84105-StreamlineDeprecationLogHandling.rst
index 8306612de85da0facd2def2d264a9bdce412c204..105bff51143c662fc19e8649c61a65888b599197 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-84105-StreamlineDeprecationLogHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-84105-StreamlineDeprecationLogHandling.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Important: #84105 - Streamline deprecation log handling
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-84985-UnifiedWorkspaceRestrictionForDatabaseQueries.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-84985-UnifiedWorkspaceRestrictionForDatabaseQueries.rst
index b0befb4ca76d04770bdcbbc94ffdff231d8252b5..997b3fd7b99fe807b0dd5407796ff9d7baf131f6 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-84985-UnifiedWorkspaceRestrictionForDatabaseQueries.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-84985-UnifiedWorkspaceRestrictionForDatabaseQueries.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Important: #84985 - Unified Workspace Restriction for Database Queries
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-86577-QueryParametersAreNowIncludedInCanonicalizedUrls.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-86577-QueryParametersAreNowIncludedInCanonicalizedUrls.rst
index 81711e0dd3631ef044b3930ab0b857313460bb6e..40169a3f3e9f4d60ace77fabbad776badff5f511 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-86577-QueryParametersAreNowIncludedInCanonicalizedUrls.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-86577-QueryParametersAreNowIncludedInCanonicalizedUrls.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Important: #86577 - Query parameters are now included in canonicalized URLs
@@ -11,7 +11,7 @@ Description
 
 Canonicalized URLs include all query parameters which are needed to define what content to show
 on a page. These URLs are used for the canonical URL and the hreflang URLs.
-This is especially important with for example detail pages of records. The query parameters are 
+This is especially important with for example detail pages of records. The query parameters are
 crucial to show the right content.
 
 Possibility to define query parameters to be included in canonicalized URLs
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-86785-ExcludeLoggerFromSerialisationForSchedulerTasks.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-86785-ExcludeLoggerFromSerialisationForSchedulerTasks.rst
index 5fd59bea15a8c203df7d37a303963ccf1e271a77..1fb36ba647b0bf1b8b579c7e4dc3a0177618e29f 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-86785-ExcludeLoggerFromSerialisationForSchedulerTasks.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-86785-ExcludeLoggerFromSerialisationForSchedulerTasks.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Important: #86785 - Exclude logger from serialisation on save for scheduler task
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-86895-RouteAspectsTakePrecedenceOverRequirements.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-86895-RouteAspectsTakePrecedenceOverRequirements.rst
index 65efce96b12d43c049f252179bc8cccf87eb9240..8873a1c0a676f28b1fba9b9c11abf1a6aa77222c 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-86895-RouteAspectsTakePrecedenceOverRequirements.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-86895-RouteAspectsTakePrecedenceOverRequirements.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Important: #86895 - Route aspects take precedence over requirements
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-86994-IndexedSearchWithRouteEnhancers.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-86994-IndexedSearchWithRouteEnhancers.rst
index 55943346d52d866174fdf26a2ed7e665d1177b93..e3f44d23fcd5425ba85030d586e7be8c5ea3f0e0 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-86994-IndexedSearchWithRouteEnhancers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-86994-IndexedSearchWithRouteEnhancers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Important: #86994 - Indexed Search indexes pages using route enhancers
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-87028-AccessObjectsFromObjectStorageUsingNumericValue.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-87028-AccessObjectsFromObjectStorageUsingNumericValue.rst
index d4ce3d9779f7fe9aeed77a29fe55d7d270f76a12..474f36a24ca74fc61b70402970863313f3cd70b6 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-87028-AccessObjectsFromObjectStorageUsingNumericValue.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-87028-AccessObjectsFromObjectStorageUsingNumericValue.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================================
 Important: #87028 - Access objects from `ObjectStorage` using numeric value
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-87518-UsePreparedStatementsForPdo_mysqlPerDefault.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-87518-UsePreparedStatementsForPdo_mysqlPerDefault.rst
index 19485e5ddd684cbe0073cfb5f2e6271f6ca8c2bd..51030fb4d2048b5a9bfac2c46509d8fdd3393692 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-87518-UsePreparedStatementsForPdo_mysqlPerDefault.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-87518-UsePreparedStatementsForPdo_mysqlPerDefault.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Important: #87518 - Use prepared statements for pdo_mysql per default
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-87980-PageIsBeingGeneratedMessageHasBeenRemoved.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-87980-PageIsBeingGeneratedMessageHasBeenRemoved.rst
index 714c1baf4a8b0b76b7557004254efb101cf05265..e104c52fcb0b2f3199c557d04f76e5b6e35c4060 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-87980-PageIsBeingGeneratedMessageHasBeenRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-87980-PageIsBeingGeneratedMessageHasBeenRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Important: #87980 - "Page is being generated" message has been removed
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-88045-LocalesDependenciesConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-88045-LocalesDependenciesConfiguration.rst
index 279f029a461be032114fbfbd7526739f12bd7f16..a0c636a36f778042ab4bc4e912c7a30857c868fd 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-88045-LocalesDependenciesConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-88045-LocalesDependenciesConfiguration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Important: #88045 - Locales dependencies configuration
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-88720-RespectSiteForPersistedMappers.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-88720-RespectSiteForPersistedMappers.rst
index ebfc8d3040593c17d4e70e031722063777e3742f..ec822f307e11b990b00c5415b707e0458dd70f7d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-88720-RespectSiteForPersistedMappers.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-88720-RespectSiteForPersistedMappers.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Important: #88720 - Respect site for persisted mappers
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-88824-AddCacheForErrorPageHandling.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-88824-AddCacheForErrorPageHandling.rst
index 2688a87e25d178b6a0ef97381de79bd5aa90bbbe..efab56d21c949827a940b8e34d28bf000c65a811 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-88824-AddCacheForErrorPageHandling.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-88824-AddCacheForErrorPageHandling.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================
 Important: #88824 - Add cache for error page handling
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-89269-IntroduceUpgradeWizardForInvalidBackendUserConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-89269-IntroduceUpgradeWizardForInvalidBackendUserConfiguration.rst
index 7eafeab17a51cd5bea1994fef81b672326ac8355..e31f8e1f394cd1e06f539098749f177d7fc5197b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-89269-IntroduceUpgradeWizardForInvalidBackendUserConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-89269-IntroduceUpgradeWizardForInvalidBackendUserConfiguration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================================
 Important: #89269 - Introduce Upgrade Wizard for invalid Backend User configuration
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-90911-PackageAlgo26-matthiasidna-convertRemoved.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-90911-PackageAlgo26-matthiasidna-convertRemoved.rst
index d19708d37db85a2e3dce454ce08b3018f4a2ef94..71421368a11d9b0043616f8e0baf35b08b206aef 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-90911-PackageAlgo26-matthiasidna-convertRemoved.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-90911-PackageAlgo26-matthiasidna-convertRemoved.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Important: #90911 - Package algo26-matthias/idna-convert removed
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-91242-IntroduceBackendRouteReferrerCheck.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-91242-IntroduceBackendRouteReferrerCheck.rst
index e21999943c956b4765f7f60e508c9d334de47ab7..e9a956351084d3f878e8018c5ce5cffb4b4d971e 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-91242-IntroduceBackendRouteReferrerCheck.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-91242-IntroduceBackendRouteReferrerCheck.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Important: #91242 - Introduce Backend Route Referrer Check
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-92836-IntroduceSudoModeForInstallToolAccessedViaBackend.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-92836-IntroduceSudoModeForInstallToolAccessedViaBackend.rst
index 65d4cccbcd4cc5e8f14628751543691dc77e1ea1..15256bf4d587df160d12066a15a30ade657ce974 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-92836-IntroduceSudoModeForInstallToolAccessedViaBackend.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-92836-IntroduceSudoModeForInstallToolAccessedViaBackend.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Important: #92836 - Introduce sudo mode for Install Tool accessed via backend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-94484-IntroduceHTMLSanitizer.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-94484-IntroduceHTMLSanitizer.rst
index a2469705dd86df4dd09eb732e04f2037b61a856b..36e2a14c7b8075322b3df29be1edfeeb1f83f218 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-94484-IntroduceHTMLSanitizer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-94484-IntroduceHTMLSanitizer.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================
 Important: #94484 - Introduce HTML Sanitizer
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-94492-IntroduceSVGSanitizer.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-94492-IntroduceSVGSanitizer.rst
index ed081f4820d0b0ed952dd4b886197ffce9039cda..7ab690c7b97565d25d21e6f0681247ae2fd019aa 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-94492-IntroduceSVGSanitizer.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Important-94492-IntroduceSVGSanitizer.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Important: #94492 - Introduce SVG Sanitizer
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5.x/Index.rst b/typo3/sysext/core/Documentation/Changelog/9.5.x/Index.rst
index 1ec73d319791e70513848c2e7cafa769ef0b11e8..2609d86bf36606de87a68d313f40c43cfaff7004 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5.x/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5.x/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============
 9.5.x Changes
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Breaking-86492-RemovedStdWrapSupportForConfigadditionalHeaders.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Breaking-86492-RemovedStdWrapSupportForConfigadditionalHeaders.rst
index cf8d7e7fbb6d22dde3c8428cd7d308d646d7a931..5875f66e07ab0fcf4ca52c6b42480800d9f5d4cc 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Breaking-86492-RemovedStdWrapSupportForConfigadditionalHeaders.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Breaking-86492-RemovedStdWrapSupportForConfigadditionalHeaders.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================================
 Breaking: #86492 - Removed stdWrap support for config.additionalHeaders
@@ -9,14 +9,14 @@ See :issue:`86492`
 Description
 ===========
 
-The feature to use :ts:`stdWrap` for :ts:`config.additionalHeaders` has been removed due to
+The feature to use :typoscript:`stdWrap` for :typoscript:`config.additionalHeaders` has been removed due to
 an incompatibility with page caching.
 
 
 Impact
 ======
 
-:ts:`stdWrap` cannot be used anymore to manipulate additional headers set via TypoScript.
+:typoscript:`stdWrap` cannot be used anymore to manipulate additional headers set via TypoScript.
 
 
 Affected Installations
@@ -32,4 +32,4 @@ For the time being there will be no TypoScript based solution for dynamic HTTP h
 
 Consider implementing a PSR-15 middleware to add advanced logic for additional frontend response headers.
 
-.. index:: Frontend, TypoScript, NotScanned, ext:frontend
\ No newline at end of file
+.. index:: Frontend, TypoScript, NotScanned, ext:frontend
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-83793-FALResourceStorage-dumpFileContents.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-83793-FALResourceStorage-dumpFileContents.rst
index d73a33b54c152507e26a0a5ce4c43ccd2361b3e7..ad53c478b26e19046bbc7b2d90332eeaebb4fd46 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-83793-FALResourceStorage-dumpFileContents.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-83793-FALResourceStorage-dumpFileContents.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #83793 - FAL ResourceStorage->dumpFileContents()
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-84196-BackendControllerActionsDoNotReceivePreparedResponse.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-84196-BackendControllerActionsDoNotReceivePreparedResponse.rst
index 3787eede22addf562c0c12fac2e655a1fd45b92f..ac6fd4d54b1a83e5d9b828f51089a272bfbc3d09 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-84196-BackendControllerActionsDoNotReceivePreparedResponse.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-84196-BackendControllerActionsDoNotReceivePreparedResponse.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================================
 Deprecation: #84196 - Backend controller actions do not receive prepared response
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-85031-ProtectedImportExportController.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-85031-ProtectedImportExportController.rst
index 7be1d970a01de451683ff16a4efff87cafe78e89..1c30e80f9c4cda7827a7357ff3010bc84cac7265 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-85031-ProtectedImportExportController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-85031-ProtectedImportExportController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Deprecation: #85031 - Protected ImportExportController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-85970-FileContentObject.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-85970-FileContentObject.rst
index c2c1f2a8ac8fcb0a1ea76e839c7560006c6878d1..df578e1d87017296adc582418065565be0310152 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-85970-FileContentObject.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-85970-FileContentObject.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================
 Deprecation: #85970 - FILE content object
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-85980-InternalAnnotationInExtbaseCommands.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-85980-InternalAnnotationInExtbaseCommands.rst
index 515ac49cd36a3ca98d389508e749969cf6922f93..30970509f17c4007991b05be7365f4cf71decf14 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-85980-InternalAnnotationInExtbaseCommands.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-85980-InternalAnnotationInExtbaseCommands.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Deprecation: #85980 - @internal annotation in extbase commands
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-85981-AnnotationFlushesCaches.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-85981-AnnotationFlushesCaches.rst
index 5b406a30c202fa5206f5bde98689168c55bd70de..234c796654dd5927ad86599f5bc664da2d22aed8 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-85981-AnnotationFlushesCaches.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-85981-AnnotationFlushesCaches.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Deprecation: #83094 - Annotation @flushesCaches
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86047-TSFEPropertiesMethodsAndChangeVisibility.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86047-TSFEPropertiesMethodsAndChangeVisibility.rst
index e6300a372e5e39a169177c4c8a73e1646855a4f7..2cc4db71c5b5197891ebc53b545bc2d148344a34 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86047-TSFEPropertiesMethodsAndChangeVisibility.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86047-TSFEPropertiesMethodsAndChangeVisibility.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================
 Deprecation: #86047 - TSFE properties / methods and change visibility
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86068-OldConditionSyntax.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86068-OldConditionSyntax.rst
index cc31db51f54c3605afafc21038b65ce1036358e3..addf677c473e97560e2fc34b02f26016ac4ea613 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86068-OldConditionSyntax.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86068-OldConditionSyntax.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================
 Deprecation: #86068 - old condition syntax
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86110-FrontendEditingController.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86110-FrontendEditingController.rst
index 5e08018a7e082c7e5d80474ec8d03c84263560fa..681d878e7b8df3638e77453220460c88da51e503 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86110-FrontendEditingController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86110-FrontendEditingController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Deprecation: #86110 - FrontendEditingController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86163-TCATypeuserWithoutRenderType.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86163-TCATypeuserWithoutRenderType.rst
index fcf6e69673662f5a19d0ecd142d009820f9306f4..97715a9240ba163420cbcdadd92e9fbf6a658dd9 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86163-TCATypeuserWithoutRenderType.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86163-TCATypeuserWithoutRenderType.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================
 Deprecation: #86163 - TCA type="user" without renderType
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86178-ClassElementBrowserFramesetController.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86178-ClassElementBrowserFramesetController.rst
index 7f5a870a4873517510dbe8c53605439e412e4208..febd52462ee691cca77fd2e8f15961465656a541 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86178-ClassElementBrowserFramesetController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86178-ClassElementBrowserFramesetController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================
 Deprecation: #86178 - Class ElementBrowserFramesetController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86179-ProtectedRenderMethodInBackendController.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86179-ProtectedRenderMethodInBackendController.rst
index b8ee3422a7ce808be9fc53208e9ac202d204a764..dd2aafbd346a749cc0ac1bea8e141e50a4b6dff3 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86179-ProtectedRenderMethodInBackendController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86179-ProtectedRenderMethodInBackendController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================================
 Deprecation: #86179 - Protected render() method in BackendController
@@ -33,4 +33,4 @@ Migration
 Use route target :php:`main` instead that calls method :php:`mainAction` and returns a
 proper PSR-7 Response object.
 
-.. index:: Backend, PHP-API, NotScanned
\ No newline at end of file
+.. index:: Backend, PHP-API, NotScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86180-ProtectedMethodsInSetupModuleController.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86180-ProtectedMethodsInSetupModuleController.rst
index 919cd71b48ece6b20f251bf37216c6a8b9c3d9aa..144d0fbafdf9b0cf330b2ceb71916cd15a5b2aee 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86180-ProtectedMethodsInSetupModuleController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86180-ProtectedMethodsInSetupModuleController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================
 Deprecation: #86180 - Protected methods in SetupModuleController
@@ -34,4 +34,4 @@ Migration
 
 Use the entry method :php:`mainAction()` that returns a PSR-7 response object.
 
-.. index:: Backend, PHP-API, PartiallyScanned, ext:setup
\ No newline at end of file
+.. index:: Backend, PHP-API, PartiallyScanned, ext:setup
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86182-ProtectedTaskModuleController.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86182-ProtectedTaskModuleController.rst
index bc2bacb55d9b59b00de515235c37baabb2574b09..b19d6f3270fbc0dcb4517801feb933eeaa3dc4c5 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86182-ProtectedTaskModuleController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86182-ProtectedTaskModuleController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Deprecation: #86182 - Protected TaskModuleController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86184-ProtectedMethodsInReportController.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86184-ProtectedMethodsInReportController.rst
index dce168dab3405484cc9f830bd8d74ec822678593..29feffccc2580a544c25e3fce7a1cfa8af3ab225 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86184-ProtectedMethodsInReportController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86184-ProtectedMethodsInReportController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================================
 Deprecation: #86184 - Protected methods in ReportController
@@ -33,4 +33,4 @@ Migration
 
 No migration possible.
 
-.. index:: Backend, PHP-API, NotScanned, ext:reports
\ No newline at end of file
+.. index:: Backend, PHP-API, NotScanned, ext:reports
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86192-ProtectedMethodsInElementBrowserController.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86192-ProtectedMethodsInElementBrowserController.rst
index 0c686616039896ec383f2a6d9a7f1da2801b0ac8..14767c8a969e6fc5c5a7b03a75b03b050e1b87c4 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86192-ProtectedMethodsInElementBrowserController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86192-ProtectedMethodsInElementBrowserController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Deprecation: #86192 - Protected methods in ElementBrowserController
@@ -32,4 +32,4 @@ Migration
 
 Use the entry method :php:`mainAction()` that returns a PSR-7 response object.
 
-.. index:: Backend, PHP-API, NotScanned, ext:recordlist
\ No newline at end of file
+.. index:: Backend, PHP-API, NotScanned, ext:recordlist
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86193-ProtectMethodsInAbstractLinkBrowserController.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86193-ProtectMethodsInAbstractLinkBrowserController.rst
index f7990546f780af16fffdac47dc640a1e863b7a67..fca3e86f32cad9208a5adb00080553815152c086 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86193-ProtectMethodsInAbstractLinkBrowserController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86193-ProtectMethodsInAbstractLinkBrowserController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================================
 Deprecation: #86193 - Protect methods in AbstractLinkBrowserController
@@ -37,4 +37,4 @@ Migration
 
 No migration possible.
 
-.. index:: Backend, PHP-API, FullyScanned, ext:reports
\ No newline at end of file
+.. index:: Backend, PHP-API, FullyScanned, ext:reports
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86197-ProtectedFileListController.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86197-ProtectedFileListController.rst
index ccb0c9ced17ed5ea2b206023d7f19771b8e9c6ee..0e34c150176c6937602a8a29d37015147ffc11de 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86197-ProtectedFileListController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86197-ProtectedFileListController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Deprecation: #86197 - Protected FileListController
@@ -55,4 +55,4 @@ Migration
 
 No migration possible.
 
-.. index:: Backend, PHP-API, NotScanned, ext:filelist
\ No newline at end of file
+.. index:: Backend, PHP-API, NotScanned, ext:filelist
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86198-ProtectedRecordListController.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86198-ProtectedRecordListController.rst
index 2685c83578071fff37320047175a576505f37a31..5b70329d0989a4a3c3f57250f42292eb43ac90cd 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86198-ProtectedRecordListController.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86198-ProtectedRecordListController.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Deprecation: #86198 - Protected RecordListController
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86207-ProtectedTstemplateExtension.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86207-ProtectedTstemplateExtension.rst
index f0b1872815290e68e1a1724acb7006be9ea6be4b..0979b6434f1b93a6c640918a8f45ab21a10a5f21 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86207-ProtectedTstemplateExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86207-ProtectedTstemplateExtension.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ====================================================
 Deprecation: #86207 - Protected tstemplate extension
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86210-ProtectedInfoExtension.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86210-ProtectedInfoExtension.rst
index b0f115e377e347fc9d23c8b4f76a491597991bbb..23851b23d66a9377feeec71af65fe23113593b08 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86210-ProtectedInfoExtension.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86210-ProtectedInfoExtension.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================
 Deprecation: #86210 - Protected info extension
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86225-ClassesBaseScriptClassAndAbstractFunctionModule.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86225-ClassesBaseScriptClassAndAbstractFunctionModule.rst
index 0868bcf3b1420159dc4bf5d92e5687627e0c7939..7c34bf773761cca46c94c8369b99d082e1010afd 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86225-ClassesBaseScriptClassAndAbstractFunctionModule.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86225-ClassesBaseScriptClassAndAbstractFunctionModule.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ========================================================================
 Deprecation: #86225 - Classes BaseScriptClass and AbstractFunctionModule
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86270-ExtbaseXclassViaTypoScriptSettings.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86270-ExtbaseXclassViaTypoScriptSettings.rst
index 91c8f189985f745dcc14ef65b3e09e9b96119161..ea8d7b01e7a8d1f3590b31b4240c1bb3dba289b5 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86270-ExtbaseXclassViaTypoScriptSettings.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86270-ExtbaseXclassViaTypoScriptSettings.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Deprecation: #86270 - config.tx_extbase.objects and plugin.tx_%plugin%.objects
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86279-VariousHooksAndPSR-15Middlewares.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86279-VariousHooksAndPSR-15Middlewares.rst
index ffd4db5321b2042563ad4a15aea7ecf30eacf696..458ae740f2afa2a705b90ffc959cb2d07e0e022b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86279-VariousHooksAndPSR-15Middlewares.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86279-VariousHooksAndPSR-15Middlewares.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================
 Deprecation: #86279 - Various Hooks and PSR-15 Middlewares
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86288-FrontendBackendUserAuthenticationMethods.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86288-FrontendBackendUserAuthenticationMethods.rst
index 484debf9cc40f0284ad5daffd6146a0745d692b6..589847073148499449c1865498c61759044f09ad 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86288-FrontendBackendUserAuthenticationMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86288-FrontendBackendUserAuthenticationMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Deprecation: #86288 - FrontendBackendUserAuthentication methods
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86320-MarkInternalTSFEPropertiesAsProtected.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86320-MarkInternalTSFEPropertiesAsProtected.rst
index c1f437fdb7aa90f69f988b121b3e6742b2f53b06..f4a98bf38a5d0d0a96592b759110462896d33e3d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86320-MarkInternalTSFEPropertiesAsProtected.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86320-MarkInternalTSFEPropertiesAsProtected.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Deprecation: #86320 - Mark internal $TSFE properties as protected
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86323-ConfigurationKeySiteInYAMLSiteConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86323-ConfigurationKeySiteInYAMLSiteConfiguration.rst
index f78f0a2ae46eb9e1dd8ecab7925dee0312b99708..6c137f6c3fa8e12537c694f4dc50ce6f2d5ebd5a 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86323-ConfigurationKeySiteInYAMLSiteConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86323-ConfigurationKeySiteInYAMLSiteConfiguration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================
 Deprecation: #86323 - Configuration key "site" in YAML site configuration
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86338-ChangeVisibilityOfPageRepository-init.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86338-ChangeVisibilityOfPageRepository-init.rst
index 6fbc15046f5ebcabfbf84cc8a5e3cc15984c47f6..b59844b755f01d03d65f5494d222bae5e2307746 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86338-ChangeVisibilityOfPageRepository-init.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86338-ChangeVisibilityOfPageRepository-init.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Deprecation: #86338 - Change visibility of PageRepository->init
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86353-CacheManagerUsageInExt_localconfphp.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86353-CacheManagerUsageInExt_localconfphp.rst
index de21c24009fef2628a1d899b96769bd1580ce90d..6cfdc69c26591ad4516897ae34d7bc283ff2fca0 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86353-CacheManagerUsageInExt_localconfphp.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86353-CacheManagerUsageInExt_localconfphp.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================
 Deprecation: #86353 - CacheManager usage in ext_localconf.php
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86366-MethodsInAbstractUpdate.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86366-MethodsInAbstractUpdate.rst
index 0c00a81da0fd172beec1ba749c917487630c47e2..cb5e795c08bcc4f69212f0d75de68039e823ade8 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86366-MethodsInAbstractUpdate.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86366-MethodsInAbstractUpdate.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================
 Deprecation: #86366 - Methods in AbstractUpdate
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86389-GeneralUtility_GETsetAndTSFE-mergingWithGetVars.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86389-GeneralUtility_GETsetAndTSFE-mergingWithGetVars.rst
index 3f9b9617123a3119dacf9c392abdd7d1a3f5db60..08273a693b50053cd6149d2b524ca16457b8fa38 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86389-GeneralUtility_GETsetAndTSFE-mergingWithGetVars.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86389-GeneralUtility_GETsetAndTSFE-mergingWithGetVars.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================================
 Deprecation: #86389 - GeneralUtility::_GETset() and TSFE->mergingWithGetVars()
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86404-GLOBALSTYPO3_LOADED_EXT.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86404-GLOBALSTYPO3_LOADED_EXT.rst
index c8965edb9b54df2464c6285aca5f0f411043a720..469d11c8fc09dfb48c824b1b622c17ba5eb41301 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86404-GLOBALSTYPO3_LOADED_EXT.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86404-GLOBALSTYPO3_LOADED_EXT.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Deprecation: #86404 - $GLOBALS['TYPO3_LOADED_EXT']
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86406-TCATypeGroupInternal_typeFileAndFile_reference.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86406-TCATypeGroupInternal_typeFileAndFile_reference.rst
index db86b663124750e45d4f9d53b086e88ac4ea45ff..46f9b7648b8f3c477cd1637c12cca4e44701a1dd 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86406-TCATypeGroupInternal_typeFileAndFile_reference.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86406-TCATypeGroupInternal_typeFileAndFile_reference.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Deprecation: #86406 - TCA type group internal_type file and file_reference
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86411-TSFE-makeCacheHash.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86411-TSFE-makeCacheHash.rst
index 7d5b1de28d1708126bafb419bbf5d71421b55be4..d1ad188e1d96dfb86cf1938b971e0716520e6ce2 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86411-TSFE-makeCacheHash.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86411-TSFE-makeCacheHash.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===========================================
 Deprecation: #86411 - TSFE->makeCacheHash()
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86433-VariousStdWrapFunctionsAndContentObjectRenderer-relatedMethods.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86433-VariousStdWrapFunctionsAndContentObjectRenderer-relatedMethods.rst
index a9cb6f4233500e2a1d284bd637915f730a135e74..144aaed97b9138a7fff4fc4c8d088e9d01e7856b 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86433-VariousStdWrapFunctionsAndContentObjectRenderer-relatedMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86433-VariousStdWrapFunctionsAndContentObjectRenderer-relatedMethods.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =========================================================================================
 Deprecation: #86433 - Various stdWrap functions and ContentObjectRenderer-related methods
@@ -9,11 +9,11 @@ See :issue:`86433`
 Description
 ===========
 
-The following TypoScript :ts:`stdWrap` sub-properties and functions have been marked as deprecated:
+The following TypoScript :typoscript:`stdWrap` sub-properties and functions have been marked as deprecated:
 
-* :ts:`stdWrap.addParams`
-* :ts:`stdWrap.filelist`
-* :ts:`stdWrap.filelink`
+* :typoscript:`stdWrap.addParams`
+* :typoscript:`stdWrap.filelist`
+* :typoscript:`stdWrap.filelink`
 
 In conjunction with the properties, the following methods of class :php:`TYPO3\CMS\Frontend\ContentObjectRenderer` have been marked as deprecated:
 
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86438-PageRenderer-loadJQuery.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86438-PageRenderer-loadJQuery.rst
index fec3e8f98ac6ac6cc55d64ec4261654b88ffcc7b..c74b3c3c7d1739d2af9ac6122564bf76acd650ea 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86438-PageRenderer-loadJQuery.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86438-PageRenderer-loadJQuery.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================
 Deprecation: #86438 - PageRenderer->loadJQuery()
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86439-MarkSeveralMethodsWithinTemplateServiceAsInternal.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86439-MarkSeveralMethodsWithinTemplateServiceAsInternal.rst
index 9dd80d60935e2105276f3ff2e202c48833ff0597..6c3f94ac0644ef22fdc2d45b82de025db81152b0 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86439-MarkSeveralMethodsWithinTemplateServiceAsInternal.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86439-MarkSeveralMethodsWithinTemplateServiceAsInternal.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Deprecation: #86439 - Mark several methods within TemplateService as internal
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86440-InternalMethodsAndPropertiesWithinRteHtmlParser.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86440-InternalMethodsAndPropertiesWithinRteHtmlParser.rst
index feec10c24265c84a42003c1789da970b59210788..577559d9a43a423d1210da18b9bd76cf5f1b138a 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86440-InternalMethodsAndPropertiesWithinRteHtmlParser.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86440-InternalMethodsAndPropertiesWithinRteHtmlParser.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================================================
 Deprecation: #86440 - Internal Methods and properties within RteHtmlParser
@@ -41,8 +41,8 @@ The following methods have changed visibility from public to protected and shoul
 
 The following processing options (`RTE.proc.`) have been marked as deprecated:
 
-* :ts:`keepPDIVattribs`
-* :ts:`dontRemoveUnknownTags_db`
+* :typoscript:`keepPDIVattribs`
+* :typoscript:`dontRemoveUnknownTags_db`
 
 
 Impact
@@ -61,7 +61,7 @@ TYPO3 installations with extensions or custom usages for RTE handling (e.g. `l10
 Migration
 =========
 
-Migrate to use the public API only and use other options (such as :ts:`allowAttributes` instead of
-:ts:`dontRemoveUnknownTags_db`) in order to only run certain instructions on the RteHtmlParser object.
+Migrate to use the public API only and use other options (such as :typoscript:`allowAttributes` instead of
+:typoscript:`dontRemoveUnknownTags_db`) in order to only run certain instructions on the RteHtmlParser object.
 
 .. index:: RTE, FullyScanned, PHP-API
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86441-VariousMethodsAndPropertiesInsideBackendUserAuthentication.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86441-VariousMethodsAndPropertiesInsideBackendUserAuthentication.rst
index 5a44941519767d0dd4d2f5a56fad3a1049e21c03..e1e9983194c9280cdcb7f944b94bfe29e58ac627 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86441-VariousMethodsAndPropertiesInsideBackendUserAuthentication.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86441-VariousMethodsAndPropertiesInsideBackendUserAuthentication.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =====================================================================================
 Deprecation: #86441 - Various methods and properties inside BackendUserAuthentication
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86461-MarkVariousTypoScriptParsingFunctionalityAsInternal.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86461-MarkVariousTypoScriptParsingFunctionalityAsInternal.rst
index 359c303036efa3d07646345545ae629f79843aaa..e6800aecde0772078935353906d6557035144fda 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86461-MarkVariousTypoScriptParsingFunctionalityAsInternal.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86461-MarkVariousTypoScriptParsingFunctionalityAsInternal.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================================
 Deprecation: #86461 - Mark various TypoScript parsing functionality as internal
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86466-AbstractUserAuthentication-fetchUserRecord.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86466-AbstractUserAuthentication-fetchUserRecord.rst
index c8a1a20be30ba007c2fba24155bcad570ecaebf0..aef274c5006ad36e2c0de1302f08e50a74d02f91 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86466-AbstractUserAuthentication-fetchUserRecord.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86466-AbstractUserAuthentication-fetchUserRecord.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =================================================================
 Deprecation: #86466 - AbstractUserAuthentication->fetchUserRecord
@@ -35,4 +35,4 @@ Migration
 If used within authentication services, use :php:`$this->fetchUserRecord()` instead, otherwise
 copy the method around.
 
-.. index:: PHP-API, FullyScanned
\ No newline at end of file
+.. index:: PHP-API, FullyScanned
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86486-TypoScriptFrontendController-processOutput.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86486-TypoScriptFrontendController-processOutput.rst
index 69629e6c4fb80d28f60ed02dfca832f18bcf3d45..8e340f3b878dc28a6086026ddd459d0dbbada967 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86486-TypoScriptFrontendController-processOutput.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Deprecation-86486-TypoScriptFrontendController-processOutput.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================================================================
 Deprecation: #86486 - TypoScriptFrontendController->processOutput()
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-20051-SupportTheCanonicalTag.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-20051-SupportTheCanonicalTag.rst
index 8bbe4a2e85f06191845eac0c4df7e5a318bfe103..fe1204d6329705bb33d1f12b6901eda22eabe2ed 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-20051-SupportTheCanonicalTag.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-20051-SupportTheCanonicalTag.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================
 Feature: #20051 - Support the "canonical" tag
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-80398-Utf8mb4OnMysqlByDefaultForNewInstances.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-80398-Utf8mb4OnMysqlByDefaultForNewInstances.rst
index e6c98aa295e26e2bb497a064b269ac226a38b725..8498f024058d264aebdb92f751dff31d3deeb7a3 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-80398-Utf8mb4OnMysqlByDefaultForNewInstances.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-80398-Utf8mb4OnMysqlByDefaultForNewInstances.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===============================================================
 Feature: #80398 - utf8mb4 on mysql by default for new instances
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86160-PageTypeEnhancerForMappingTypeParameter.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86160-PageTypeEnhancerForMappingTypeParameter.rst
index 1e9dee368c9dd6c39d7afeff14649c98666e2f08..3175a6b5a3f7893420b6c4077764540f9d9e585c 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86160-PageTypeEnhancerForMappingTypeParameter.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86160-PageTypeEnhancerForMappingTypeParameter.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==============================================================
 Feature: #86160 - PageTypeEnhancer for mapping &type parameter
@@ -50,7 +50,7 @@ Now configure the Route Enhancer in your site's :file:`config.yaml` file like th
             '.json': 26
 
 
-The :yaml:`map` allows to add a filename or a file ending and map this to a :ts:`page.typeNum` value.
+The :yaml:`map` allows to add a filename or a file ending and map this to a :typoscript:`page.typeNum` value.
 
 It is also possible to set :yaml:`default` to e.g. ".html" to add a ".html" suffix to all default pages.
 
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86214-ImplementStaticRoutes.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86214-ImplementStaticRoutes.rst
index 015c0e3ae391ade024d129454f927048b02c0b97..ba0506fa23ff3fd7c5f6264cffe76f3df4c1da39 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86214-ImplementStaticRoutes.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86214-ImplementStaticRoutes.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 .. highlight:: yaml
 
 =========================================
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86303-VariantsForSitesBase.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86303-VariantsForSitesBase.rst
index b0a167e5640393a7b9184b26f8cc9678a1fa29c3..3415157d6a9f57374444d6135fa6e438c0dc492e 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86303-VariantsForSitesBase.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86303-VariantsForSitesBase.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==========================================
 Feature: #86303 - Variants for site's base
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86365-RoutingEnhancersAndAspects.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86365-RoutingEnhancersAndAspects.rst
index 517ba15c63bc50c618a63fab499bfcb0af9fad78..ee1b34a850b604719061f32123517cd39827c323 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86365-RoutingEnhancersAndAspects.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86365-RoutingEnhancersAndAspects.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 .. highlight:: yaml
 
 ===============================================
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86409-AllowUsageOfEnvironmentVariablesInSiteConfiguration.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86409-AllowUsageOfEnvironmentVariablesInSiteConfiguration.rst
index af880f030da87a8c964b00efb30cf028eef67981..4631536f29c45519e6cbdf5ea5ee7af46aecf690 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86409-AllowUsageOfEnvironmentVariablesInSiteConfiguration.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86409-AllowUsageOfEnvironmentVariablesInSiteConfiguration.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ============================================================================
 Feature: #86409 - Allow usage of environment variables in site configuration
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86422-TypoScriptGetTextPropertySite.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86422-TypoScriptGetTextPropertySite.rst
index fc392d1b3f2fcab401038de17e5cf6a7aff03f94..a972b715986a6d833aedec5a76179eca9504918c 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86422-TypoScriptGetTextPropertySite.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86422-TypoScriptGetTextPropertySite.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Feature: #86422 - TypoScript getText property site
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86457-TCATypeSlugAddsAPrependingSlash.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86457-TCATypeSlugAddsAPrependingSlash.rst
index d216203f2d1aefdb07f859a6044230e30d9a1d42..226d0389d015b927f0b5ef17b183c29869bb20fd 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86457-TCATypeSlugAddsAPrependingSlash.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-86457-TCATypeSlugAddsAPrependingSlash.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =======================================================
 Feature: #86457 - TCA Type Slug adds a prepending slash
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-90115-KinyarwandaLanguage.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-90115-KinyarwandaLanguage.rst
index 0f8236c40a1b05720633d64176d76855d47d863b..6a96327d021ccb5945e88128df7b11fffe7ae419 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Feature-90115-KinyarwandaLanguage.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Feature-90115-KinyarwandaLanguage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ======================================================
 Feature: #90115 - Add support for Kinyarwanda language
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Important-82363-MakeExtBaseTranslationHandlingConsistentWithTyposcript.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Important-82363-MakeExtBaseTranslationHandlingConsistentWithTyposcript.rst
index 60fba5b8042f42f699d9e800d25e236168d80ba8..dc993e987a31f3d995cf8b84b0a2cf18ddacb009 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Important-82363-MakeExtBaseTranslationHandlingConsistentWithTyposcript.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Important-82363-MakeExtBaseTranslationHandlingConsistentWithTyposcript.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ================================================================================
 Important: #82363 - Make Extbase translation handling consistent with TypoScript
@@ -27,13 +27,13 @@ Impact
 Users relying on the old behaviour can disable the feature switch.
 
 The change modifies how Extbase interprets the TypoScript settings
-:ts:`config.sys_language_mode` and :ts:`config.sys_language_overlay` and the
+:typoscript:`config.sys_language_mode` and :typoscript:`config.sys_language_overlay` and the
 :php:`Typo3QuerySettings` properties :php:`languageOverlayMode` and :php:`languageMode`.
 
 Changes in the rendering:
 
 1) Setting :php:`Typo3QuerySettings->languageMode` does **not** influence how Extbase queries records anymore.
-   The corresponding TypoScript setting :ts:`config.sys_language_mode` is used by the core
+   The corresponding TypoScript setting :typoscript:`config.sys_language_mode` is used by the core
    to decide what to do when a page is not translated to the given language (display 404, or try page with different language).
    Users who used to set :php:`Typo3QuerySettings->languageMode` to `strict` should use
    :php:`Typo3QuerySettings->setLanguageOverlayMode('hideNonTranslated')` to get translated records only.
@@ -69,8 +69,8 @@ Changes in the rendering:
    record in the TYPO3 Backend.
 
 Note that by default :php:`Typo3QuerySettings` uses the global TypoScript configuration like
-:ts:`config.sys_language_overlay` and :php:`$GLOBALS['TSFE']->sys_language_content`
-(calculated based on :ts:`config.sys_language_uid` and :ts:`config.sys_language_mode`).
+:typoscript:`config.sys_language_overlay` and :php:`$GLOBALS['TSFE']->sys_language_content`
+(calculated based on :typoscript:`config.sys_language_uid` and :typoscript:`config.sys_language_mode`).
 So you need to change :php:`Typo3QuerySettings` manually only if your Extbase code should
 behave different than other `tt_content` rendering.
 
@@ -84,12 +84,12 @@ See :php:`QueryLocalizedDataTest->queryFirst5Posts()`.
 Following examples show how to query data in Extbase in different scenarios, independent of the global TS settings:
 
 1) Fetch records from the language uid=1 only, with no overlays.
-   Previously (:ts:`consistentTranslationOverlayHandling = 0`):
+   Previously (:typoscript:`consistentTranslationOverlayHandling = 0`):
 
    It was not possible.
 
 
-   Now (:ts:`consistentTranslationOverlayHandling = 1`):
+   Now (:typoscript:`consistentTranslationOverlayHandling = 1`):
 
 .. code-block:: php
 
@@ -98,7 +98,7 @@ Following examples show how to query data in Extbase in different scenarios, ind
     $querySettings->setLanguageOverlayMode(false);
 
 2) Fetch records from the language uid=1, with overlay, but hide non-translated records
-   Previously (:ts:`consistentTranslationOverlayHandling = 0`):
+   Previously (:typoscript:`consistentTranslationOverlayHandling = 0`):
 
 .. code-block:: php
 
@@ -106,7 +106,7 @@ Following examples show how to query data in Extbase in different scenarios, ind
     $querySettings->setLanguageUid(1);
     $querySettings->setLanguageMode('strict');
 
-   Now (:ts:`consistentTranslationOverlayHandling = 1`):
+   Now (:typoscript:`consistentTranslationOverlayHandling = 1`):
 
 .. code-block:: php
 
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Important-85560-LocationOfXLFLabelsChanged.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Important-85560-LocationOfXLFLabelsChanged.rst
index 360ebec60c8501ec9bf48f27d55ba1fc9bcb666e..b76c60f5af5dc550c5cafa08d9970b133b80f854 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Important-85560-LocationOfXLFLabelsChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Important-85560-LocationOfXLFLabelsChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 ==================================================
 Important: #85560 - Location of XLF labels changed
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Important-86173-LocationOfSuppliedHtaccessWebconfigFilesChanged.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Important-86173-LocationOfSuppliedHtaccessWebconfigFilesChanged.rst
index b22b1937da6adb462445ad412fd60b9761c9b85d..3272caec00e4ed02cf94824863a022e1c03e6b53 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Important-86173-LocationOfSuppliedHtaccessWebconfigFilesChanged.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Important-86173-LocationOfSuppliedHtaccessWebconfigFilesChanged.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 =============================================================================
 Important: #86173 - Location of supplied .htaccess / web.config files changed
diff --git a/typo3/sysext/core/Documentation/Changelog/9.5/Index.rst b/typo3/sysext/core/Documentation/Changelog/9.5/Index.rst
index 18651685b7f4c055b701e9fb644ec563b2f91a1c..f976614d46a7e32bd162558436cf93c309b97535 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.5/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.5/Index.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 9.5 Changes
 ===========
diff --git a/typo3/sysext/core/Documentation/Changelog/Howto.rst b/typo3/sysext/core/Documentation/Changelog/Howto.rst
index 9723d995e7705ad2441d91a8bd3e5991ff9d6b54..add93bcf18a44dba9d9a6fc7b4793c17204c0b87 100644
--- a/typo3/sysext/core/Documentation/Changelog/Howto.rst
+++ b/typo3/sysext/core/Documentation/Changelog/Howto.rst
@@ -1,5 +1,5 @@
 
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 ===================
 Documenting Changes
diff --git a/typo3/sysext/core/Documentation/Includes.rst.txt b/typo3/sysext/core/Documentation/Includes.rst.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b981f2fb564945207dbcf79d890d4b7c02087fc8
--- /dev/null
+++ b/typo3/sysext/core/Documentation/Includes.rst.txt
@@ -0,0 +1,35 @@
+.. 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:: css(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
diff --git a/typo3/sysext/core/Documentation/Includes.txt b/typo3/sysext/core/Documentation/Includes.txt
deleted file mode 100644
index 430adcfe20f0ce1834c8abfcf4622495ca154545..0000000000000000000000000000000000000000
--- a/typo3/sysext/core/Documentation/Includes.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-.. This is 'Includes.txt'. It is included at the very top of each and
-   every ReST source file in THIS documentation project (= manual).
-
-.. role:: aspect (emphasis)
-.. role:: css(code)
-.. role:: html(code)
-.. role:: js(code)
-.. role:: php(code)
-.. role:: typoscript(code)
-.. role:: typescript(code)
-.. role:: shell(code)
-.. role:: sql(code)
-.. role:: yaml(code)
-
-.. role:: ts(typoscript)
-   :class: typoscript
-.. role:: javascript(js)
-   :class: js
-
-.. default-role:: code
-.. highlight:: php
diff --git a/typo3/sysext/core/Documentation/Index.rst b/typo3/sysext/core/Documentation/Index.rst
index a78222370e582ad6a32674e99cd2aadbed1a6c6d..870b6a57831dab610051d1b4db4f8912cc104589 100644
--- a/typo3/sysext/core/Documentation/Index.rst
+++ b/typo3/sysext/core/Documentation/Index.rst
@@ -1,18 +1,48 @@
+.. include:: /Includes.rst.txt
 
-.. include:: Includes.txt
+==========
+TYPO3 Core
+==========
 
-========================
-TYPO3 CMS Core ChangeLog
-========================
+:Extension key:
+   core
 
-:Rendered: |today|
+:Package name:
+   typo3/cms-core
 
-Every change to the TYPO3 Core which might affect your site is documented here.
+:Version:
+   |release|
+
+:Language:
+   en
+
+:Author:
+   TYPO3 contributors
+
+:License:
+   This document is published under the
+   `Creative Commons BY 4.0 <https://creativecommons.org/licenses/by/4.0/>`__
+   license.
+
+:Rendered:
+   |today|
+
+----
+
+This extension provides the TYPO3 API, i.e. the core functionalities, which can
+be used and extended in any other TYPO3 extension.
+
+*Note:* Every change to the TYPO3 Core which might affect your site is
+documented here.
+
+----
+
+**Table of Contents:**
 
 .. toctree::
+   :maxdepth: 1
    :titlesonly:
 
-   Sitemap/Index
    Changelog-12
    Changelog-11
    Changelog-10
@@ -20,3 +50,11 @@ Every change to the TYPO3 Core which might affect your site is documented here.
    Changelog-8
    Changelog-7
    Changelog/Howto
+
+.. Meta Menu
+
+.. toctree::
+   :hidden:
+
+   Sitemap
+   genindex
diff --git a/typo3/sysext/core/Documentation/Settings.cfg b/typo3/sysext/core/Documentation/Settings.cfg
index f2fda41d05a3bada40696fce61cc7776e1957ec0..5f37bd94714a43b78cb4278be4f1eb96dedc641c 100644
--- a/typo3/sysext/core/Documentation/Settings.cfg
+++ b/typo3/sysext/core/Documentation/Settings.cfg
@@ -1,50 +1,63 @@
-[general]
-
-project     = TYPO3 CMS Core ChangeLog
-version     = latest (12-dev)
-release     = latest (12-dev)
-t3author    = TYPO3 CMS Core Team
-copyright   = 1997-2021
-
-description = This documentation contains the changelog
-    of TYPO3's Core library. The Core library holds core
-    functions like authentication and TCA configuration
-    of basic tables like tt_content.
-
+# More information about this file:
+# https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#settings-cfg
 
-[intersphinx_mapping]
-
-; uncomment only what you actually use, as on each build an extra
-; inventory file is downloaded for each mapping used.
-
-h2document    = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
-t3coreapi     = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
-t3tsref       = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
+[general]
 
-; see https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/DirectoryFilenames.html#settings-cfg
+project     = Core
+version     = main (development)
+release     = main (development)
+copyright   = since 1997 by the TYPO3 contributors
 
 [html_theme_options]
 
-# Add 'Edit me on Github' button
-github_branch             = main
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/core/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = main
+path_to_documentation_dir  = typo3/sysext/core/Documentation
 
-# show as related links
-project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+# Footer links
+project_home         = https://extensions.typo3.org/extension/core/
+project_contact      = https://typo3.slack.com/archives/C025BQLFA
 project_repository   = https://github.com/typo3/typo3
+project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+project_discussions  =
 
+use_opensearch       =
 
+[intersphinx_mapping]
 
-# This section [notify] is brand new (31.08.2016) and used by the toolchain "RenderDocumentation".
-# That toolchain is still in development but already used for sysext:core
-
-
-[notify]
-
-# comma separated list of pure emails
-# users will receive an email when a new build has been made.
-# If one email is 'no' then no email will be send to anybody.
-
-about_new_build = no
-
+# Official TYPO3 manuals
+h2document     = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
+# t3cheatsheets  = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/
+# t3contribute   = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/
+t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
+# t3docteam      = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
+# t3editors      = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
+# t3extbasebook  = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/
+# t3extexample   = https://docs.typo3.org/m/typo3/guide-example-extension-manual/main/en-us/
+# t3home         = https://docs.typo3.org/
+# t3install      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+# t3l10n         = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3sitepackage  = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
+# t3start        = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
+# t3tca          = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
+# t3templating   = https://docs.typo3.org/m/typo3/tutorial-templating/main/en-us/
+# t3translate    = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3tsconfig     = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
+t3tsref        = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
+# t3ts45         = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/
+# t3viewhelper   = https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/
+# t3upgrade      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+
+# TYPO3 system extensions
+# ext_adminpanel     = https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/
+# ext_core           = https://docs.typo3.org/c/typo3/cms-core/main/en-us/
+# ext_dashboard      = https://docs.typo3.org/c/typo3/cms-dashboard/main/en-us/
+# ext_felogin        = https://docs.typo3.org/c/typo3/cms-felogin/main/en-us/
+# ext_form           = https://docs.typo3.org/c/typo3/cms-form/main/en-us/
+# ext_fsc            = https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us/
+# ext_indexed_search = https://docs.typo3.org/c/typo3/cms-indexed-search/main/en-us/
+# ext_rte_ckeditor   = https://docs.typo3.org/c/typo3/cms-rte-ckeditor/main/en-us/
+# ext_scheduler      = https://docs.typo3.org/c/typo3/cms-scheduler/main/en-us/
+# ext_seo            = https://docs.typo3.org/c/typo3/cms-seo/main/en-us/
+# ext_workspaces     = https://docs.typo3.org/c/typo3/cms-workspaces/main/en-us/
diff --git a/typo3/sysext/core/Documentation/Sitemap.rst b/typo3/sysext/core/Documentation/Sitemap.rst
new file mode 100644
index 0000000000000000000000000000000000000000..09d3c6f56e97422d5e402797988ad9ab0b994777
--- /dev/null
+++ b/typo3/sysext/core/Documentation/Sitemap.rst
@@ -0,0 +1,9 @@
+:template: sitemap.html
+
+.. include:: /Includes.rst.txt
+
+=======
+Sitemap
+=======
+
+.. The sitemap.html template will insert here the page tree automatically.
diff --git a/typo3/sysext/core/Documentation/Sitemap/Index.rst b/typo3/sysext/core/Documentation/Sitemap/Index.rst
deleted file mode 100644
index 03c481c03e4eb7e337c4a6125b2fe64ef76dc0b2..0000000000000000000000000000000000000000
--- a/typo3/sysext/core/Documentation/Sitemap/Index.rst
+++ /dev/null
@@ -1,11 +0,0 @@
-:template: sitemap.html
-
-.. _Sitemap:
-
-======================
-Sitemap
-======================
-
-.. template 'sitemap.html' will insert the toctree as a sitemap here
-   below normal contents
-
diff --git a/typo3/sysext/core/Documentation/genindex.rst b/typo3/sysext/core/Documentation/genindex.rst
new file mode 100644
index 0000000000000000000000000000000000000000..806ec56a77c4fd96f61bccba17e471c1d273b5cc
--- /dev/null
+++ b/typo3/sysext/core/Documentation/genindex.rst
@@ -0,0 +1,7 @@
+.. include:: /Includes.rst.txt
+
+=====
+Index
+=====
+
+.. Sphinx will insert here the general index automatically.
diff --git a/typo3/sysext/core/README.rst b/typo3/sysext/core/README.rst
index a4be64717b9d3b451b643cc1c0f1bad6b4096acf..908fb05c853df088226744577dd0802d2eb830e3 100644
--- a/typo3/sysext/core/README.rst
+++ b/typo3/sysext/core/README.rst
@@ -1,11 +1,11 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+========================
+TYPO3 extension ``core``
+========================
 
-===============================
-TYPO3 CMS Core (typo3/cms-core)
-===============================
+This extension provides the TYPO3 API, i.e. the core functionalities, which can
+be used and extended in any other TYPO3 extension.
 
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/core/
diff --git a/typo3/sysext/dashboard/Documentation/Configuration/Index.rst b/typo3/sysext/dashboard/Documentation/Configuration/Index.rst
index dd225c884af349680b03324208b85782b1be3c90..6ce20c1d420401efb09e8b80b796a57fd3947df2 100644
--- a/typo3/sysext/dashboard/Documentation/Configuration/Index.rst
+++ b/typo3/sysext/dashboard/Documentation/Configuration/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _configuration:
 
diff --git a/typo3/sysext/dashboard/Documentation/Configuration/PermissionHandlingOfWidgets.rst b/typo3/sysext/dashboard/Documentation/Configuration/PermissionHandlingOfWidgets.rst
index 9cab3fea65722753621a220a386f822bd387d7e4..86c98cec213239559828f318f877bd39a758bc4b 100644
--- a/typo3/sysext/dashboard/Documentation/Configuration/PermissionHandlingOfWidgets.rst
+++ b/typo3/sysext/dashboard/Documentation/Configuration/PermissionHandlingOfWidgets.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _permission-handling-of-widgets:
 
diff --git a/typo3/sysext/dashboard/Documentation/Configuration/WidgetGroupCreation.rst b/typo3/sysext/dashboard/Documentation/Configuration/WidgetGroupCreation.rst
index 970f4d5621d08dbfbca087398ce551a9871f66e6..20043a8d0e7022d0be8aaf145ab2a8079a27a667 100644
--- a/typo3/sysext/dashboard/Documentation/Configuration/WidgetGroupCreation.rst
+++ b/typo3/sysext/dashboard/Documentation/Configuration/WidgetGroupCreation.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. highlight:: php
 
diff --git a/typo3/sysext/dashboard/Documentation/Configuration/WidgetPresets.rst b/typo3/sysext/dashboard/Documentation/Configuration/WidgetPresets.rst
index 5c383c08980419f59d806a034c86c812a4f74585..5e60683843f097d87603efbf3f988da30b45c9ba 100644
--- a/typo3/sysext/dashboard/Documentation/Configuration/WidgetPresets.rst
+++ b/typo3/sysext/dashboard/Documentation/Configuration/WidgetPresets.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. highlight:: php
 
@@ -93,4 +93,4 @@ If nothing is configured, ``default`` will be used as identifier.
    explains how to set or register TSconfig for user.
 
    :ref:`t3coreapi:typoscript-syntax-syntax-value-modification` explains the usage of
-   :ts:`:=` TypoScript operator.
+   :typoscript:`:=` TypoScript operator.
diff --git a/typo3/sysext/dashboard/Documentation/Configuration/WidgetRegistration.rst b/typo3/sysext/dashboard/Documentation/Configuration/WidgetRegistration.rst
index 8dd2ba21aded07b6f36e9d60be64be73d1d08c9f..0d2c81cbd93bb904d0d336a66076eacd2d1f9f5c 100644
--- a/typo3/sysext/dashboard/Documentation/Configuration/WidgetRegistration.rst
+++ b/typo3/sysext/dashboard/Documentation/Configuration/WidgetRegistration.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 Widgets need to be provided by an extension, e.g. by ext:dashboard.
 They are provided as a PHP class with specific feature sets.
diff --git a/typo3/sysext/dashboard/Documentation/Configuration/WidgetSettings.rst b/typo3/sysext/dashboard/Documentation/Configuration/WidgetSettings.rst
index e0875f71cc85519b65c8c58906057cc3f7c4245a..e70fd40c9acc34fd850b8aca22c2835c007e051e 100644
--- a/typo3/sysext/dashboard/Documentation/Configuration/WidgetSettings.rst
+++ b/typo3/sysext/dashboard/Documentation/Configuration/WidgetSettings.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _adjust-settings-of-widget:
 
diff --git a/typo3/sysext/dashboard/Documentation/Configuration/WidgetTemplate.rst b/typo3/sysext/dashboard/Documentation/Configuration/WidgetTemplate.rst
index 2f0c95a590b10cb47e69af80f221d10c2fd03c6e..14240aff3a4713c2e2a2c81b42f2585221002153 100644
--- a/typo3/sysext/dashboard/Documentation/Configuration/WidgetTemplate.rst
+++ b/typo3/sysext/dashboard/Documentation/Configuration/WidgetTemplate.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _adjust-template-of-widget:
 
@@ -10,8 +10,8 @@ When adding own widgets, it might be necessary to provide custom templates.
 In such a case the file path containing the template files needs to be added.
 
 This is done using a :file:`Configuration/page.tsconfig` file, see
-:doc:`changelog <t3core:Changelog/12.0/Feature-96812-OverrideBackendTemplatesWithTSconfig>` and
-:doc:`changelog <t3core:Changelog/12.0/Feature-96614-AutomaticInclusionOfPageTsConfigOfExtensions.rst>`
+:doc:`changelog <ext_core:Changelog/12.0/Feature-96812-OverrideBackendTemplatesWithTSconfig>` and
+:doc:`changelog <ext_core:Changelog/12.0/Feature-96614-AutomaticInclusionOfPageTsConfigOfExtensions>`
 for details on this:
 
 .. code-block:: typoscript
diff --git a/typo3/sysext/dashboard/Documentation/Developer/AddingButtons.rst b/typo3/sysext/dashboard/Documentation/Developer/AddingButtons.rst
index 43cc6db225dc019255f4699aa5f17ef8b010715c..7f82f4f7f762530d2444d49173d33da1e4000f6b 100644
--- a/typo3/sysext/dashboard/Documentation/Developer/AddingButtons.rst
+++ b/typo3/sysext/dashboard/Documentation/Developer/AddingButtons.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. highlight:: php
 
diff --git a/typo3/sysext/dashboard/Documentation/Developer/GraphWidgetImplementation.rst b/typo3/sysext/dashboard/Documentation/Developer/GraphWidgetImplementation.rst
index da287bfe6c177fbdee085c335de65659a1a8b9ed..33fce423d5ad720752be67c11dfeffd37e77faec 100644
--- a/typo3/sysext/dashboard/Documentation/Developer/GraphWidgetImplementation.rst
+++ b/typo3/sysext/dashboard/Documentation/Developer/GraphWidgetImplementation.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. highlight:: php
 
diff --git a/typo3/sysext/dashboard/Documentation/Developer/Index.rst b/typo3/sysext/dashboard/Documentation/Developer/Index.rst
index ea659d217169b05a6115719408517a68f825def7..39a30671bec528f918ae306341370e9c3ac0aa01 100644
--- a/typo3/sysext/dashboard/Documentation/Developer/Index.rst
+++ b/typo3/sysext/dashboard/Documentation/Developer/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _for-developer:
 
diff --git a/typo3/sysext/dashboard/Documentation/Developer/Interfaces.rst b/typo3/sysext/dashboard/Documentation/Developer/Interfaces.rst
index 6df1487bbbd9f89cb1fec7b27d99290fb509d3b7..786628ef5cc8e73e167786747fd2e43247d6f15c 100644
--- a/typo3/sysext/dashboard/Documentation/Developer/Interfaces.rst
+++ b/typo3/sysext/dashboard/Documentation/Developer/Interfaces.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. highlight:: php
 
diff --git a/typo3/sysext/dashboard/Documentation/Developer/MakeRefreshable.rst b/typo3/sysext/dashboard/Documentation/Developer/MakeRefreshable.rst
index 35bb8523f8c131f30ddfeff7e03927af0084391f..ae0518cea081dada8e06f35de3783dd8375a79fb 100644
--- a/typo3/sysext/dashboard/Documentation/Developer/MakeRefreshable.rst
+++ b/typo3/sysext/dashboard/Documentation/Developer/MakeRefreshable.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. highlight:: php
 
@@ -67,7 +67,7 @@ even when the :yaml:`refreshAvailable` option is not defined, or set to `false`.
 This will give developers the option to refresh the widgets whenever they think
 it is appropriate.
 
-To refresh a widget, dispatch the :javascript:`widgetRefresh` event on the
+To refresh a widget, dispatch the :js:`widgetRefresh` event on the
 widget container (the :html:`div` element with the :html:`dashboard-item` class).
 You can identify the container by the data attribute :html:`widget-hash`, which
 is a unique hash for every widget, even if you have more widgets of the same
diff --git a/typo3/sysext/dashboard/Documentation/Developer/WidgetImplementation.rst b/typo3/sysext/dashboard/Documentation/Developer/WidgetImplementation.rst
index 81d67a1357ef64ae1137bad6b5cf564aca012a0c..17c20e4a4f09473b2e35f56aa3edee7c0db51f4a 100644
--- a/typo3/sysext/dashboard/Documentation/Developer/WidgetImplementation.rst
+++ b/typo3/sysext/dashboard/Documentation/Developer/WidgetImplementation.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. highlight:: php
 
diff --git a/typo3/sysext/dashboard/Documentation/Editor/Index.rst b/typo3/sysext/dashboard/Documentation/Editor/Index.rst
index 3a89a1b4a88839b04eee48c1b7babd9a09c91a94..cadc5ec6aab0b4c3b74e2caae7474791e3ce06b8 100644
--- a/typo3/sysext/dashboard/Documentation/Editor/Index.rst
+++ b/typo3/sysext/dashboard/Documentation/Editor/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _for-editors:
 
diff --git a/typo3/sysext/dashboard/Documentation/Includes.rst.txt b/typo3/sysext/dashboard/Documentation/Includes.rst.txt
new file mode 100644
index 0000000000000000000000000000000000000000..786bcc0a938eccd362d243dbf1565f2001f3f32c
--- /dev/null
+++ b/typo3/sysext/dashboard/Documentation/Includes.rst.txt
@@ -0,0 +1,34 @@
+.. 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 YAML syntax highlighting
+
+.. highlight:: yaml
diff --git a/typo3/sysext/dashboard/Documentation/Includes.txt b/typo3/sysext/dashboard/Documentation/Includes.txt
deleted file mode 100644
index a6751f80e0714d88cd84ecfc79873349b4840167..0000000000000000000000000000000000000000
--- a/typo3/sysext/dashboard/Documentation/Includes.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-.. This is 'Includes.txt'. It is included at the very top of each and
-   every ReST source file in THIS documentation project (= manual).
-
-.. role:: aspect (emphasis)
-.. role:: html(code)
-.. role:: js(code)
-.. role:: php(code)
-.. role:: typoscript(code)
-.. role:: typescript(code)
-.. role:: shell(code)
-.. role:: sql(code)
-.. role:: yaml(code)
-
-.. role:: ts(typoscript)
-   :class: typoscript
-.. role:: javascript(js)
-   :class: js
-
-.. default-role:: code
-.. highlight:: yaml
diff --git a/typo3/sysext/dashboard/Documentation/Index.rst b/typo3/sysext/dashboard/Documentation/Index.rst
index 417886eafaacc16e3db01528634221cc18d7f7e3..7445304017ff78930562c2144273599a57866b5c 100644
--- a/typo3/sysext/dashboard/Documentation/Index.rst
+++ b/typo3/sysext/dashboard/Documentation/Index.rst
@@ -1,57 +1,42 @@
-.. include:: Includes.txt
+.. include:: /Includes.rst.txt
 
-.. _start:
-
-========================
-Dashboard Core extension
-========================
+===============
+TYPO3 Dashboard
+===============
 
 :Extension key:
-      dashboard
+   dashboard
+
+:Package name:
+   typo3/cms-dashboard
 
 :Version:
-      |release|
+   |release|
 
 :Language:
-      en
-
-:Description:
-      Manual for our dashboard extension, which adds a dashboard with widgets to TYPO3.
-
-:Keywords:
-      dashboard, widgets
-
-:Copyright:
-      2020-2021
+   en
 
 :Author:
-      TYPO3 CMS Core Development Team
+   TYPO3 contributors
 
 :License:
-      Open Content License available from `www.opencontent.org/opl.shtml
-      <http://www.opencontent.org/opl.shtml>`_
+   This document is published under the
+   `Open Content License <https://www.openhub.net/licenses/opl>`__.
 
 :Rendered:
-      |today|
-
-The content of this document is related to TYPO3,
-a GNU/GPL CMS/Framework available from `www.typo3.org
-<http://www.typo3.org/>`_
+   |today|
 
-**TYPO3**
+----
 
-The content of this document is related to TYPO3 CMS,
-a GNU/GPL CMS/Framework available from `typo3.org
-<https://typo3.org/>`_ .
+This TYPO3 backend module is used to configure and create backend widgets.
 
-**For Contributors**
+----
 
-You are welcome to help improve this guide. Just click on "Edit on GitHub"
-on the top right to submit your change request.
-
-**Table of Contents**
+**Table of Contents:**
 
 .. toctree::
+   :maxdepth: 2
+   :titlesonly:
 
    Introduction/Index
    Installation/Index
@@ -59,3 +44,11 @@ on the top right to submit your change request.
    Configuration/Index
    Developer/Index
    Widgets/Index
+
+.. Meta Menu
+
+.. toctree::
+   :hidden:
+
+   Sitemap
+   genindex
diff --git a/typo3/sysext/dashboard/Documentation/Installation/Index.rst b/typo3/sysext/dashboard/Documentation/Installation/Index.rst
index cec7a9e2d45b1c0890c98b551ce323a43eec25ca..29570a015f1547447883a430a6a8316c416123d3 100644
--- a/typo3/sysext/dashboard/Documentation/Installation/Index.rst
+++ b/typo3/sysext/dashboard/Documentation/Installation/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 .. highlight:: bash
 
 .. _installation:
diff --git a/typo3/sysext/dashboard/Documentation/Introduction/Index.rst b/typo3/sysext/dashboard/Documentation/Introduction/Index.rst
index 38d84534d4fd6654fbb0c74f753dec37255ce656..b55eadd457170cbe5526f574b1e6391d999d34a9 100644
--- a/typo3/sysext/dashboard/Documentation/Introduction/Index.rst
+++ b/typo3/sysext/dashboard/Documentation/Introduction/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _introduction:
 
diff --git a/typo3/sysext/dashboard/Documentation/Settings.cfg b/typo3/sysext/dashboard/Documentation/Settings.cfg
index d1b81d036b68e562feba2b43c6caea8d32b91930..d830fbbb72c5932129f390b82218d36aa920f7c2 100644
--- a/typo3/sysext/dashboard/Documentation/Settings.cfg
+++ b/typo3/sysext/dashboard/Documentation/Settings.cfg
@@ -1,38 +1,63 @@
-[general]
+# More information about this file:
+# https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#settings-cfg
 
-; endless list of all of the general simple settings
-; you can use in 'conf.py'
+[general]
 
 project     = Dashboard
-version     = latest (10-dev)
-release     = latest (10-dev)
-t3author    = TYPO3 Core Team + Contributors, TYPO3 Documentation Team
-copyright   = 2020-2021
-
-description = This documentation is about TYPO3's system extension
-              "dashboard" which provides provides dashboard with widgets
+version     = main (development)
+release     = main (development)
+copyright   = since 2020 by the TYPO3 contributors
 
 [html_theme_options]
 
-; for theme t3SphinxThemeRtd
-
-# Add 'Edit me on Github' button
-github_branch             = main
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/dashboard/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = main
+path_to_documentation_dir  = typo3/sysext/dashboard/Documentation
 
-# show as related links
-project_contact      =
-project_home         = https://forge.typo3.org/projects/typo3cms-core
-project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+# Footer links
+project_home         = https://extensions.typo3.org/extension/dashboard/
+project_contact      = https://typo3.slack.com/archives/C025BQLFA
 project_repository   = https://github.com/typo3/typo3
+project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+project_discussions  =
 
+use_opensearch       =
 
 [intersphinx_mapping]
 
-# These are common mappings. Uncomment only what you really use!
-
-t3coreapi = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
-t3sitepackage = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
-t3tsconfig = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
-t3core = https://docs.typo3.org/c/typo3/cms-core/master/en-us/
+# Official TYPO3 manuals
+# h2document     = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
+# t3cheatsheets  = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/
+# t3contribute   = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/
+t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
+# t3docteam      = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
+# t3editors      = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
+# t3extbasebook  = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/
+# t3extexample   = https://docs.typo3.org/m/typo3/guide-example-extension-manual/main/en-us/
+# t3home         = https://docs.typo3.org/
+# t3install      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+# t3l10n         = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3sitepackage  = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
+# t3start        = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
+# t3tca          = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
+# t3templating   = https://docs.typo3.org/m/typo3/tutorial-templating/main/en-us/
+# t3translate    = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+t3tsconfig     = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
+# t3tsref        = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
+# t3ts45         = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/
+# t3viewhelper   = https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/
+# t3upgrade      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+
+# TYPO3 system extensions
+# ext_adminpanel     = https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/
+ext_core           = https://docs.typo3.org/c/typo3/cms-core/main/en-us/
+# ext_dashboard      = https://docs.typo3.org/c/typo3/cms-dashboard/main/en-us/
+# ext_felogin        = https://docs.typo3.org/c/typo3/cms-felogin/main/en-us/
+# ext_form           = https://docs.typo3.org/c/typo3/cms-form/main/en-us/
+# ext_fsc            = https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us/
+# ext_indexed_search = https://docs.typo3.org/c/typo3/cms-indexed-search/main/en-us/
+# ext_rte_ckeditor   = https://docs.typo3.org/c/typo3/cms-rte-ckeditor/main/en-us/
+# ext_scheduler      = https://docs.typo3.org/c/typo3/cms-scheduler/main/en-us/
+# ext_seo            = https://docs.typo3.org/c/typo3/cms-seo/main/en-us/
+# ext_workspaces     = https://docs.typo3.org/c/typo3/cms-workspaces/main/en-us/
diff --git a/typo3/sysext/dashboard/Documentation/Sitemap.rst b/typo3/sysext/dashboard/Documentation/Sitemap.rst
new file mode 100644
index 0000000000000000000000000000000000000000..09d3c6f56e97422d5e402797988ad9ab0b994777
--- /dev/null
+++ b/typo3/sysext/dashboard/Documentation/Sitemap.rst
@@ -0,0 +1,9 @@
+:template: sitemap.html
+
+.. include:: /Includes.rst.txt
+
+=======
+Sitemap
+=======
+
+.. The sitemap.html template will insert here the page tree automatically.
diff --git a/typo3/sysext/dashboard/Documentation/Widgets/BarChartWidget.rst b/typo3/sysext/dashboard/Documentation/Widgets/BarChartWidget.rst
index 854532307bb3caba052cf48c31e528e32625eba1..ccf45ff21694fbd286ca723573098af0da8b4775 100644
--- a/typo3/sysext/dashboard/Documentation/Widgets/BarChartWidget.rst
+++ b/typo3/sysext/dashboard/Documentation/Widgets/BarChartWidget.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. highlight:: php
 
diff --git a/typo3/sysext/dashboard/Documentation/Widgets/CTAButtonWidget.rst b/typo3/sysext/dashboard/Documentation/Widgets/CTAButtonWidget.rst
index 901760f1816fdfde4b5682269d01374fc6d24f29..fc7069ebf4f5cecde6bd19508910ebbbbd9d9e3e 100644
--- a/typo3/sysext/dashboard/Documentation/Widgets/CTAButtonWidget.rst
+++ b/typo3/sysext/dashboard/Documentation/Widgets/CTAButtonWidget.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _cta-button-widget:
 
diff --git a/typo3/sysext/dashboard/Documentation/Widgets/DoughnutChartWidget.rst b/typo3/sysext/dashboard/Documentation/Widgets/DoughnutChartWidget.rst
index 777c6d4df633b066439427ef70623d971e4119f2..51048836ab74c55978c62996d03d385b86e62db4 100644
--- a/typo3/sysext/dashboard/Documentation/Widgets/DoughnutChartWidget.rst
+++ b/typo3/sysext/dashboard/Documentation/Widgets/DoughnutChartWidget.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _doughnut-chart-widget:
 
diff --git a/typo3/sysext/dashboard/Documentation/Widgets/Index.rst b/typo3/sysext/dashboard/Documentation/Widgets/Index.rst
index 9e723ca58ec2acfc58f0689ba98863c653b28aed..2a99ed90aeb7438425195742c4c735aab74412f5 100644
--- a/typo3/sysext/dashboard/Documentation/Widgets/Index.rst
+++ b/typo3/sysext/dashboard/Documentation/Widgets/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _widgets:
 
diff --git a/typo3/sysext/dashboard/Documentation/Widgets/ListWidget.rst b/typo3/sysext/dashboard/Documentation/Widgets/ListWidget.rst
index 0f0962d5489850530b1c04bae114868788392dd2..781119695bb42b13178bafa3c5b798372e28d095 100644
--- a/typo3/sysext/dashboard/Documentation/Widgets/ListWidget.rst
+++ b/typo3/sysext/dashboard/Documentation/Widgets/ListWidget.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _list-widget:
 
diff --git a/typo3/sysext/dashboard/Documentation/Widgets/NumberWithIconWidget.rst b/typo3/sysext/dashboard/Documentation/Widgets/NumberWithIconWidget.rst
index 59c9c34f4f39ffd4552ec8da8df4731adaa91c2c..0b84bbb6107b58034d4eba064b47071af75e0431 100644
--- a/typo3/sysext/dashboard/Documentation/Widgets/NumberWithIconWidget.rst
+++ b/typo3/sysext/dashboard/Documentation/Widgets/NumberWithIconWidget.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _number-widget:
 
diff --git a/typo3/sysext/dashboard/Documentation/Widgets/RssWidget.rst b/typo3/sysext/dashboard/Documentation/Widgets/RssWidget.rst
index 4cc2a42a564d53a9068a4394fc1af1f8a0fd975a..48ebb6cc8a925a573bd479d6671cb4ff7f8c2450 100644
--- a/typo3/sysext/dashboard/Documentation/Widgets/RssWidget.rst
+++ b/typo3/sysext/dashboard/Documentation/Widgets/RssWidget.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _rss-widget:
 
diff --git a/typo3/sysext/dashboard/Documentation/genindex.rst b/typo3/sysext/dashboard/Documentation/genindex.rst
new file mode 100644
index 0000000000000000000000000000000000000000..806ec56a77c4fd96f61bccba17e471c1d273b5cc
--- /dev/null
+++ b/typo3/sysext/dashboard/Documentation/genindex.rst
@@ -0,0 +1,7 @@
+.. include:: /Includes.rst.txt
+
+=====
+Index
+=====
+
+.. Sphinx will insert here the general index automatically.
diff --git a/typo3/sysext/dashboard/README.rst b/typo3/sysext/dashboard/README.rst
index ba07ab0ee53e50b53c335fb7a3dfa72800704145..2bd5770df9832aac9e73b6360dc4b2c71b7c4d93 100644
--- a/typo3/sysext/dashboard/README.rst
+++ b/typo3/sysext/dashboard/README.rst
@@ -1,13 +1,10 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+=============================
+TYPO3 extension ``dashboard``
+=============================
 
-=========================================
-TYPO3 CMS Dashboard (typo3/cms-dashboard)
-=========================================
+This TYPO3 backend module is used to configure and create backend widgets.
 
-TYPO3 backend module used to configure and create backend widgets.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org/c/typo3/cms-dashboard/main/en-us/
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-dashboard/main/en-us/
+:TER:         https://extensions.typo3.org/extension/dashboard/
diff --git a/typo3/sysext/extbase/README.rst b/typo3/sysext/extbase/README.rst
index 0a0f41d9c47b9ba8d76e71e153a5c29e1ce11be5..db1874c045f5ec1a3810d2efba2da61b5ed340af 100644
--- a/typo3/sysext/extbase/README.rst
+++ b/typo3/sysext/extbase/README.rst
@@ -1,13 +1,11 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+===========================
+TYPO3 extension ``extbase``
+===========================
 
-=====================================
-TYPO3 CMS Extbase (typo3/cms-extbase)
-=====================================
+This is an extension framework to create TYPO3 frontend plugins and TYPO3
+backend modules.
 
-Extension framework to create TYPO3 frontend plugins and TYPO3 backend modules.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/extbase/
diff --git a/typo3/sysext/extensionmanager/README.rst b/typo3/sysext/extensionmanager/README.rst
index 03d9fe0dc29eb2d075110453fbcf34329d57cd66..0fbc92997cc7689a5a9292cbb643e3e1de4f2299 100644
--- a/typo3/sysext/extensionmanager/README.rst
+++ b/typo3/sysext/extensionmanager/README.rst
@@ -1,13 +1,10 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+====================================
+TYPO3 extension ``extensionmanager``
+====================================
 
-========================================================
-TYPO3 CMS Extension Manager (typo3/cms-extensionmanager)
-========================================================
+The Extension Manager is the backend module for viewing and managing extensions.
 
-Backend module (Admin Tools>Extensions) for viewing and managing extensions.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/extensionmanager/
diff --git a/typo3/sysext/felogin/Documentation/Configuration/Index.rst b/typo3/sysext/felogin/Documentation/Configuration/Index.rst
index 6c430e108c6adcf4e7bc225b5d84e1d552fae754..790a01d5a5fa2b8acafbfc2fe48fa2c0cc162d81 100644
--- a/typo3/sysext/felogin/Documentation/Configuration/Index.rst
+++ b/typo3/sysext/felogin/Documentation/Configuration/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/felogin/Documentation/Events/Index.rst b/typo3/sysext/felogin/Documentation/Events/Index.rst
index a77bf23956ffbd4157a8b6b3a71ce280d7bcfdcc..ef8a11e2358c177b6a2bde81fa1f0e3102cbcb50 100644
--- a/typo3/sysext/felogin/Documentation/Events/Index.rst
+++ b/typo3/sysext/felogin/Documentation/Events/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/felogin/Documentation/Examples/Index.rst b/typo3/sysext/felogin/Documentation/Examples/Index.rst
index 92a2598658b0e7cb7cba12c35d59712b0f880b7f..0fd6c9d44d0709c9eb5bb4cc243f15d1d319064e 100644
--- a/typo3/sysext/felogin/Documentation/Examples/Index.rst
+++ b/typo3/sysext/felogin/Documentation/Examples/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/felogin/Documentation/Includes.rst.txt b/typo3/sysext/felogin/Documentation/Includes.rst.txt
new file mode 100644
index 0000000000000000000000000000000000000000..af7f7005ee325b1b6517f153d183a7ddc8f086b7
--- /dev/null
+++ b/typo3/sysext/felogin/Documentation/Includes.rst.txt
@@ -0,0 +1,34 @@
+.. 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
diff --git a/typo3/sysext/felogin/Documentation/Includes.txt b/typo3/sysext/felogin/Documentation/Includes.txt
deleted file mode 100644
index 6f6d15ac0e57db62d01a3a8628cc57cc968473e3..0000000000000000000000000000000000000000
--- a/typo3/sysext/felogin/Documentation/Includes.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. This is 'Includes.txt'. It is included at the very top of each and
-   every ReST source file in this documentation project (= manual).
-
-
-.. ==================================================
-.. DEFINE SOME TEXTROLES
-.. --------------------------------------------------
-
-.. role::   typoscript(code)
-
-.. role::   ts(typoscript)
-   :class:  typoscript
-
-.. role::   php(code)
-
-.. highlight:: php
diff --git a/typo3/sysext/felogin/Documentation/Index.rst b/typo3/sysext/felogin/Documentation/Index.rst
index 556e859a11634dee2a98322987c574191385cc07..d16e051b88bc2187ba522b298244e5c6c441f05b 100644
--- a/typo3/sysext/felogin/Documentation/Index.rst
+++ b/typo3/sysext/felogin/Documentation/Index.rst
@@ -1,59 +1,43 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
+.. include:: /Includes.rst.txt
 
-.. include:: Includes.txt
-
-
-.. _start:
-
-==============
-Frontend Login
-==============
+====================
+TYPO3 Frontend Login
+====================
 
 :Extension key:
-      felogin
+   felogin
+
+:Package name:
+   typo3/cms-felogin
 
 :Version:
-      |release|
+   |release|
 
 :Language:
-      en
-
-:Description:
-      Manual for the Frontend login box.
-
-:Keywords:
-      felogin, frontend login
-
-:Copyright:
-      2000-2021
+   en
 
 :Author:
-      TYPO3 CMS Core Development Team
+   TYPO3 contributors
 
 :License:
-      Open Content License available from `www.opencontent.org/opl.shtml
-      <http://www.opencontent.org/opl.shtml>`_
+   This document is published under the
+   `Open Content License <https://www.openhub.net/licenses/opl>`__.
 
 :Rendered:
-      |today|
-
-The content of this document is related to TYPO3,
-
-a GNU/GPL CMS/Framework available from `www.typo3.org
-<http://www.typo3.org/>`_
+   |today|
 
+----
 
+This extension provides a template-based plugin that allows website users to log
+in to the TYPO3 frontend.
 
+----
 
-**Table of Contents**
+**Table of Contents:**
 
 .. toctree::
-   :maxdepth: 5
+   :maxdepth: 2
    :titlesonly:
-   :glob:
 
    Introduction/Index
    UsersManual/Index
@@ -62,5 +46,11 @@ a GNU/GPL CMS/Framework available from `www.typo3.org
    Events/Index
    Examples/Index
    KnownProblems/Index
-   Targets
 
+.. Meta Menu
+
+.. toctree::
+   :hidden:
+
+   Sitemap
+   genindex
diff --git a/typo3/sysext/felogin/Documentation/Introduction/Index.rst b/typo3/sysext/felogin/Documentation/Introduction/Index.rst
index 462d8dfa78621d14e9d283075a112d2fe41ea4d8..d91e8ee4a4b2b42f4e707e26bf93de7a8e2bf1b0 100644
--- a/typo3/sysext/felogin/Documentation/Introduction/Index.rst
+++ b/typo3/sysext/felogin/Documentation/Introduction/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/felogin/Documentation/KnownProblems/Index.rst b/typo3/sysext/felogin/Documentation/KnownProblems/Index.rst
index 18031a54a44f9548d8727038fe1a4acecfa1b31a..ce0da51967b11a1e87778f57ee07529e9609bbef 100644
--- a/typo3/sysext/felogin/Documentation/KnownProblems/Index.rst
+++ b/typo3/sysext/felogin/Documentation/KnownProblems/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/felogin/Documentation/LoginMechanism/Display/Index.rst b/typo3/sysext/felogin/Documentation/LoginMechanism/Display/Index.rst
index ad39da89b36b830e00fbc91670c949ca9f95be36..5dbbf945440a3b9064f9f34ec1a5e97090ebe261 100644
--- a/typo3/sysext/felogin/Documentation/LoginMechanism/Display/Index.rst
+++ b/typo3/sysext/felogin/Documentation/LoginMechanism/Display/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/felogin/Documentation/LoginMechanism/Index.rst b/typo3/sysext/felogin/Documentation/LoginMechanism/Index.rst
index 27bda1e585685e1bf7034e35071c390f4711f33e..ea57c9549ae4d9184e9436092d3f71c8c6dacc78 100644
--- a/typo3/sysext/felogin/Documentation/LoginMechanism/Index.rst
+++ b/typo3/sysext/felogin/Documentation/LoginMechanism/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/felogin/Documentation/LoginMechanism/LoginProcess/Index.rst b/typo3/sysext/felogin/Documentation/LoginMechanism/LoginProcess/Index.rst
index 69e48454603909cfc6b893b2bbf7c384d88b0c9e..e284b230ed97f249f5bd8379dc01fb678f2b8c03 100644
--- a/typo3/sysext/felogin/Documentation/LoginMechanism/LoginProcess/Index.rst
+++ b/typo3/sysext/felogin/Documentation/LoginMechanism/LoginProcess/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/felogin/Documentation/LoginMechanism/RedirectModes/Index.rst b/typo3/sysext/felogin/Documentation/LoginMechanism/RedirectModes/Index.rst
index 36cf273a391ca0539de1ce29876f1b3e5e9fdeb7..eddeac3faab95774e83fec5720ab6a409a49cbba 100644
--- a/typo3/sysext/felogin/Documentation/LoginMechanism/RedirectModes/Index.rst
+++ b/typo3/sysext/felogin/Documentation/LoginMechanism/RedirectModes/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _redirect-modes:
diff --git a/typo3/sysext/felogin/Documentation/Settings.cfg b/typo3/sysext/felogin/Documentation/Settings.cfg
index 9e9c06376c7308bddf61efab68078d34b1853696..98469e88b5df3887de0da97de05e57d13f0624f2 100644
--- a/typo3/sysext/felogin/Documentation/Settings.cfg
+++ b/typo3/sysext/felogin/Documentation/Settings.cfg
@@ -1,23 +1,63 @@
-[general]
-
-project     = Frontend Login for Website Users
-version     = latest (10-dev)
-release     = latest (10-dev)
-t3author    = Steffen Kamper
-copyright   = 1997-2021
+# More information about this file:
+# https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#settings-cfg
 
-description = This is the documentation of TYPO3's system
-      extension 'felogin' which is a template-based frontend
-      plugin to enable frontend login for website users.
+[general]
 
+project     = Frontend Login
+version     = main (development)
+release     = main (development)
+copyright   = since 2008 by the TYPO3 contributors
 
 [html_theme_options]
 
-# Add 'Edit me on Github' button
-github_branch             = main
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/felogin/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = main
+path_to_documentation_dir  = typo3/sysext/felogin/Documentation
 
-# show as related links
-project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+# Footer links
+project_home         = https://extensions.typo3.org/extension/felogin/
+project_contact      = https://typo3.slack.com/archives/C025BQLFA
 project_repository   = https://github.com/typo3/typo3
+project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+project_discussions  =
+
+use_opensearch       =
+
+[intersphinx_mapping]
+
+# Official TYPO3 manuals
+# h2document     = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
+# t3cheatsheets  = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/
+# t3contribute   = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/
+# t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
+# t3docteam      = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
+# t3editors      = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
+# t3extbasebook  = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/
+# t3extexample   = https://docs.typo3.org/m/typo3/guide-example-extension-manual/main/en-us/
+# t3home         = https://docs.typo3.org/
+# t3install      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+# t3l10n         = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3sitepackage  = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
+# t3start        = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
+# t3tca          = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
+# t3templating   = https://docs.typo3.org/m/typo3/tutorial-templating/main/en-us/
+# t3translate    = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3tsconfig     = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
+# t3tsref        = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
+# t3ts45         = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/
+# t3viewhelper   = https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/
+# t3upgrade      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+
+# TYPO3 system extensions
+# ext_adminpanel     = https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/
+# ext_core           = https://docs.typo3.org/c/typo3/cms-core/main/en-us/
+# ext_dashboard      = https://docs.typo3.org/c/typo3/cms-dashboard/main/en-us/
+# ext_felogin        = https://docs.typo3.org/c/typo3/cms-felogin/main/en-us/
+# ext_form           = https://docs.typo3.org/c/typo3/cms-form/main/en-us/
+# ext_fsc            = https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us/
+# ext_indexed_search = https://docs.typo3.org/c/typo3/cms-indexed-search/main/en-us/
+# ext_rte_ckeditor   = https://docs.typo3.org/c/typo3/cms-rte-ckeditor/main/en-us/
+# ext_scheduler      = https://docs.typo3.org/c/typo3/cms-scheduler/main/en-us/
+# ext_seo            = https://docs.typo3.org/c/typo3/cms-seo/main/en-us/
+# ext_workspaces     = https://docs.typo3.org/c/typo3/cms-workspaces/main/en-us/
diff --git a/typo3/sysext/felogin/Documentation/Sitemap.rst b/typo3/sysext/felogin/Documentation/Sitemap.rst
new file mode 100644
index 0000000000000000000000000000000000000000..09d3c6f56e97422d5e402797988ad9ab0b994777
--- /dev/null
+++ b/typo3/sysext/felogin/Documentation/Sitemap.rst
@@ -0,0 +1,9 @@
+:template: sitemap.html
+
+.. include:: /Includes.rst.txt
+
+=======
+Sitemap
+=======
+
+.. The sitemap.html template will insert here the page tree automatically.
diff --git a/typo3/sysext/felogin/Documentation/Targets.rst b/typo3/sysext/felogin/Documentation/Targets.rst
deleted file mode 100644
index f8ba588e0b27ea121636de63425ef70338e3acb1..0000000000000000000000000000000000000000
--- a/typo3/sysext/felogin/Documentation/Targets.rst
+++ /dev/null
@@ -1,13 +0,0 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: Includes.txt
-
-.. _index-labels-for-crossreferencing:
-
-Index: Labels for Crossreferencing
-==================================
-
-.. ref-targets-list::
diff --git a/typo3/sysext/felogin/Documentation/UsersManual/Index.rst b/typo3/sysext/felogin/Documentation/UsersManual/Index.rst
index 9cae369c5e9a75b8146d9e1edca8faac7b6fa54a..06a7c4c8e605b9cdbd31dd0944fb759c89089268 100644
--- a/typo3/sysext/felogin/Documentation/UsersManual/Index.rst
+++ b/typo3/sysext/felogin/Documentation/UsersManual/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/felogin/Documentation/genindex.rst b/typo3/sysext/felogin/Documentation/genindex.rst
new file mode 100644
index 0000000000000000000000000000000000000000..806ec56a77c4fd96f61bccba17e471c1d273b5cc
--- /dev/null
+++ b/typo3/sysext/felogin/Documentation/genindex.rst
@@ -0,0 +1,7 @@
+.. include:: /Includes.rst.txt
+
+=====
+Index
+=====
+
+.. Sphinx will insert here the general index automatically.
diff --git a/typo3/sysext/felogin/README.rst b/typo3/sysext/felogin/README.rst
index f18217bde6308ae79103104dc45d188d940a0b24..9c569a6d26fa41a17e3a91fd4a8da93f25bb3776 100644
--- a/typo3/sysext/felogin/README.rst
+++ b/typo3/sysext/felogin/README.rst
@@ -1,13 +1,11 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+===========================
+TYPO3 extension ``felogin``
+===========================
 
-============================================
-TYPO3 CMS Frontend Login (typo3/cms-felogin)
-============================================
+This extension provides a template-based plugin that allows website users to log
+in to the TYPO3 frontend.
 
-A template-based plugin used to log in website users in the TYPO3 frontend.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org/c/typo3/cms-felogin/main/en-us/
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-felogin/main/en-us/
+:TER:         https://extensions.typo3.org/extension/felogin/
diff --git a/typo3/sysext/filelist/README.rst b/typo3/sysext/filelist/README.rst
index ec14b45bd70dc8907f724c7e4c2a364ce86f8e03..c05a8c0a168bf460a053c14f87d616a8a5604ff1 100644
--- a/typo3/sysext/filelist/README.rst
+++ b/typo3/sysext/filelist/README.rst
@@ -1,16 +1,13 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+============================
+TYPO3 extension ``filelist``
+============================
 
-=======================================
-TYPO3 CMS Filelist (typo3/cms-filelist)
-=======================================
+This TYPO3 backend module (File>Filelist) is used for managing files.
 
-TYPO3 backend module (File>Filelist) used for managing files.
+It makes files in the defined storages available in the backend (upload, delete,
+copy etc.). The default storage is fileadmin/.
 
-Makes files in the defined storages available in the backend (upload, delete,
-copy etc.). The default storage is fileadmin.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/filelist/
diff --git a/typo3/sysext/filemetadata/README.rst b/typo3/sysext/filemetadata/README.rst
index 2e1b1274bf1c1403bae9e776c6e8a8e05df808e7..a1f2033bb396067b4d633a2cc5ddbfcf669b5377 100644
--- a/typo3/sysext/filemetadata/README.rst
+++ b/typo3/sysext/filemetadata/README.rst
@@ -1,13 +1,10 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+================================
+TYPO3 extension ``filemetadata``
+================================
 
-=================================================
-TYPO3  CMS File Metadata (typo3/cms-filemetadata)
-=================================================
+This extension adds additional metadata to the file management.
 
-Adds additional metadata to file management.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/filemetadata/
diff --git a/typo3/sysext/fluid/README.rst b/typo3/sysext/fluid/README.rst
index b2abecfa89e0dbf9861d8e75cab0d27a2c78d273..2b90dbe579bf80fa2bdd7d799f800a1d0a7df01b 100644
--- a/typo3/sysext/fluid/README.rst
+++ b/typo3/sysext/fluid/README.rst
@@ -1,13 +1,10 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+=========================
+TYPO3 extension ``fluid``
+=========================
 
-=============================================
-TYPO3 CMS Fluid Integration (typo3/cms-fluid)
-=============================================
+This extension integrates the Fluid templating engine into TYPO3.
 
-Integration of the Fluid templating engine into TYPO3.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/
+:TER:         https://extensions.typo3.org/extension/fluid/
diff --git a/typo3/sysext/fluid_styled_content/Documentation/FirstSteps/DisplayContent.rst b/typo3/sysext/fluid_styled_content/Documentation/FirstSteps/DisplayContent.rst
index 55bb3fb6f03b113c21eba1413111aac552bf548b..9381048631ed716f40f2020b3e4cb2fb332a6015 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/FirstSteps/DisplayContent.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/FirstSteps/DisplayContent.rst
@@ -11,7 +11,7 @@ you can use predefined :ref:`CONTENT <t3tsref:cobj-content>` objects or
 the :ref:`DatabaseQueryProcessor <t3tsref:DatabaseQueryProcessor>`.
 
 It is advised to make all your changes in a custom extension, visit the
-:ref:`site package documentation <t3sitepackage:start>` to find out more.
+:doc:`site package documentation <t3sitepackage:Index>` to find out more.
 
 .. _inserting-content-page-template-fluidtemplate:
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/Includes.rst.txt b/typo3/sysext/fluid_styled_content/Documentation/Includes.rst.txt
index f41f32a0f9c84ae4143a966762565b8458fdbbd7..af7f7005ee325b1b6517f153d183a7ddc8f086b7 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/Includes.rst.txt
+++ b/typo3/sysext/fluid_styled_content/Documentation/Includes.rst.txt
@@ -1,13 +1,34 @@
-.. This is 'Includes.rst.txt'. It is included at the very top of each and
-.. every ReST source file in this documentation project (= manual).
+.. More information about this file:
+   https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#includes-rst-txt
 
-.. role::   typoscript(code)
+.. ----------
+.. text roles
+.. ----------
 
-.. role::   ts(typoscript)
-   :class:  typoscript
+.. 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::   php(code)
+.. role:: tsconfig(code)
+   :class: typoscript
 
-.. highlight:: php
+.. 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
diff --git a/typo3/sysext/fluid_styled_content/Documentation/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/Index.rst
index cf8e3fbeebd3d8ad1df61b7103bb20b11d0faec6..2312bbe6d43fdf738a2a6763b5f9434a7d962cae 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/Index.rst
@@ -1,53 +1,54 @@
 .. include:: /Includes.rst.txt
 
-
-.. _start:
-
-===============================
-Content Elements based on Fluid
-===============================
+=====================================
+TYPO3 Content Elements based on Fluid
+=====================================
 
 :Extension key:
-      fluid_styled_content
+   fluid_styled_content
+
+:Package name:
+   typo3/cms-fluid-styled-content
 
 :Version:
-      |release|
+   |release|
 
 :Language:
-      en
-
-:Description:
-      The TYPO3 system extension *fluid_styled_content* provides content
-      elements and uses Fluid to render the frontend output.
-
-:Keywords:
-      frontend, content, fluid
-
-:Copyright:
-      since 2015
+   en
 
 :Author:
-      TYPO3 CMS Core Development Team
+   TYPO3 contributors
 
 :License:
-      Open Content License available from http://www.opencontent.org/opl.shtml
+   This document is published under the
+   `Open Content License <https://www.openhub.net/licenses/opl>`__.
 
 :Rendered:
-      |today|
+   |today|
+
+----
 
-The content of this document is related to TYPO3,
-a GNU/GPL CMS/Framework available from https://typo3.org.
+This extension provides Fluid templating for TYPO3 content elements.
 
-**Table of Contents**
+----
+
+**Table of Contents:**
+
+.. toctree::
+   :maxdepth: 2
+   :titlesonly:
+
+   Introduction/Index
+   Installation/Index
+   FirstSteps/Index
+   Configuration/Index
+   ContentElements/Index
+   AddingYourOwnContentElements/Index
+
+.. Meta Menu
 
 .. toctree::
-    :maxdepth: 5
-    :glob:
-
-    Introduction/Index
-    Installation/Index
-    FirstSteps/Index
-    Configuration/Index
-    ContentElements/Index
-    AddingYourOwnContentElements/Index
-    Targets
+   :hidden:
+
+   Sitemap
+   genindex
diff --git a/typo3/sysext/fluid_styled_content/Documentation/Settings.cfg b/typo3/sysext/fluid_styled_content/Documentation/Settings.cfg
index ccc47ca3e5e042010c11016e071b8549668245c2..a6f9988b6bf5ceadd821fd3ac0de2aabd464a2c8 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/Settings.cfg
+++ b/typo3/sysext/fluid_styled_content/Documentation/Settings.cfg
@@ -1,43 +1,63 @@
-[general]
-
-; endless list of all of the general simple settings
-; you can use in 'conf.py'
+# More information about this file:
+# https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#settings-cfg
 
-project     = Content Elements based on Fluid (fluid_styled_content)
-version     = latest (12-dev)
-release     = latest (12-dev)
-t3author    = TYPO3 Core Team + Contributors, TYPO3 Documentation Team
-copyright   = since 2015
+[general]
 
-description = This documentation is about the TYPO3 system extension "fluid_styled_content",
-              which provides content elements and uses Fluid to render the frontend output.
+project     = Fluid Styled Content
+version     = main (development)
+release     = main (development)
+copyright   = since 2015 by the TYPO3 contributors
 
 [html_theme_options]
 
-; for theme t3SphinxThemeRtd
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = main
+path_to_documentation_dir  = typo3/sysext/fluid_styled_content/Documentation
 
-# Add 'Edit me on Github' button
-github_branch             = main
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/fluid_styled_content/Documentation
-
-# show as related links
-
-project_contact      =
-project_discussions  =
-project_home         = https://forge.typo3.org/projects/typo3cms-core
-project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+# Footer links
+project_home         = https://extensions.typo3.org/extension/fluid_styled_content/
+project_contact      = https://typo3.slack.com/archives/C025BQLFA
 project_repository   = https://github.com/typo3/typo3
+project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+project_discussions  =
+
 use_opensearch       =
 
 [intersphinx_mapping]
 
-t3coreapi       = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
-t3install       = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
-t3sitepackage   = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
-t3start         = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
-t3tsref         = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
-
-[extlinks]
-
-t3ext = https://extensions.typo3.org/extension/%s | EXT:
+# Official TYPO3 manuals
+# h2document     = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
+# t3cheatsheets  = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/
+# t3contribute   = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/
+t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
+# t3docteam      = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
+# t3editors      = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
+# t3extbasebook  = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/
+# t3extexample   = https://docs.typo3.org/m/typo3/guide-example-extension-manual/main/en-us/
+# t3home         = https://docs.typo3.org/
+t3install      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+# t3l10n         = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+t3sitepackage  = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
+t3start        = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
+# t3tca          = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
+# t3templating   = https://docs.typo3.org/m/typo3/tutorial-templating/main/en-us/
+# t3translate    = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3tsconfig     = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
+t3tsref        = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
+# t3ts45         = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/
+# t3viewhelper   = https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/
+# t3upgrade      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+
+# TYPO3 system extensions
+# ext_adminpanel     = https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/
+# ext_core           = https://docs.typo3.org/c/typo3/cms-core/main/en-us/
+# ext_dashboard      = https://docs.typo3.org/c/typo3/cms-dashboard/main/en-us/
+# ext_felogin        = https://docs.typo3.org/c/typo3/cms-felogin/main/en-us/
+# ext_form           = https://docs.typo3.org/c/typo3/cms-form/main/en-us/
+# ext_fsc            = https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us/
+# ext_indexed_search = https://docs.typo3.org/c/typo3/cms-indexed-search/main/en-us/
+# ext_rte_ckeditor   = https://docs.typo3.org/c/typo3/cms-rte-ckeditor/main/en-us/
+# ext_scheduler      = https://docs.typo3.org/c/typo3/cms-scheduler/main/en-us/
+# ext_seo            = https://docs.typo3.org/c/typo3/cms-seo/main/en-us/
+# ext_workspaces     = https://docs.typo3.org/c/typo3/cms-workspaces/main/en-us/
diff --git a/typo3/sysext/fluid_styled_content/Documentation/Sitemap.rst b/typo3/sysext/fluid_styled_content/Documentation/Sitemap.rst
index 61062c0b44a27fae5efbd690e0ab040e0cab853a..09d3c6f56e97422d5e402797988ad9ab0b994777 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/Sitemap.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/Sitemap.rst
@@ -1,14 +1,9 @@
-:orphan:
+:template: sitemap.html
 
 .. include:: /Includes.rst.txt
 
-.. only:: html
+=======
+Sitemap
+=======
 
-   .. _Sitemap:
-
-   Sitemap
-   =======
-
-   .. toctree::
-
-      Index
+.. The sitemap.html template will insert here the page tree automatically.
diff --git a/typo3/sysext/fluid_styled_content/Documentation/Targets.rst b/typo3/sysext/fluid_styled_content/Documentation/Targets.rst
deleted file mode 100644
index 219d2eb2cfe1adc45b8d7ac87975cbf8d9d56db9..0000000000000000000000000000000000000000
--- a/typo3/sysext/fluid_styled_content/Documentation/Targets.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-.. include:: /Includes.rst.txt
-
-.. _labels-for-crossreferencing:
-
-============================
-Labels for cross-referencing
-============================
-
-.. ref-targets-list::
-
diff --git a/typo3/sysext/fluid_styled_content/Documentation/genindex.rst b/typo3/sysext/fluid_styled_content/Documentation/genindex.rst
new file mode 100644
index 0000000000000000000000000000000000000000..806ec56a77c4fd96f61bccba17e471c1d273b5cc
--- /dev/null
+++ b/typo3/sysext/fluid_styled_content/Documentation/genindex.rst
@@ -0,0 +1,7 @@
+.. include:: /Includes.rst.txt
+
+=====
+Index
+=====
+
+.. Sphinx will insert here the general index automatically.
diff --git a/typo3/sysext/fluid_styled_content/README.rst b/typo3/sysext/fluid_styled_content/README.rst
index 481941f0ded72ebc172a8452beb7bda4b7ec7f20..8c1234e23882a9667e698e3049dea5f885d1704b 100644
--- a/typo3/sysext/fluid_styled_content/README.rst
+++ b/typo3/sysext/fluid_styled_content/README.rst
@@ -1,13 +1,10 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+========================================
+TYPO3 extension ``fluid_styled_content``
+========================================
 
-===============================================================
-TYPO3 CMS Fluid Styled Content (typo3/cms-fluid-styled-content)
-===============================================================
+This extension provides Fluid templating for TYPO3 content elements.
 
-Fluid templates for TYPO3 content elements.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us/
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us/
+:TER:         https://extensions.typo3.org/extension/fluid_styled_content/
diff --git a/typo3/sysext/form/Documentation/I/Concepts/FormEditor/Index.rst b/typo3/sysext/form/Documentation/I/Concepts/FormEditor/Index.rst
index 6a6e6f48b05a22557c4ee7ab04011d954289861e..3c350cb875266a98f395e63755a3c07f6c57e61a 100644
--- a/typo3/sysext/form/Documentation/I/Concepts/FormEditor/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Concepts/FormEditor/Index.rst
@@ -309,6 +309,7 @@ The following YAML configuration registers an additional JavaScript module.
                    10: '@my-vendor/my-site-package/backend/form-editor/view-model.js'
 
 .. code-block:: php
+
    # Configuration/JavaScriptModules.php
    <?php
 
diff --git a/typo3/sysext/form/Documentation/I/Concepts/FrontendRendering/Index.rst b/typo3/sysext/form/Documentation/I/Concepts/FrontendRendering/Index.rst
index 83c01fa5ae2034aac385ffe047453a50ca33aa44..869fa65ef02b05473ee5e9826d1604b0d5deb871 100644
--- a/typo3/sysext/form/Documentation/I/Concepts/FrontendRendering/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Concepts/FrontendRendering/Index.rst
@@ -398,7 +398,7 @@ Pure YAML is sufficient to add simple, static values:
 This will produce the label: `This is a useful feature`.
 
 Alternatively, translation arguments can be set via
-:ts:`formDefinitionOverrides` in TypoScript. A common usecase is a checkbox for
+:typoscript:`formDefinitionOverrides` in TypoScript. A common usecase is a checkbox for
 user confirmation linking to details of the topic. Here it makes sense to use
 YAML hashes instead of YAML lists to give sections named keys. This simplifies
 references in TypoScript a lot since named keys are way more readable and also
diff --git a/typo3/sysext/form/Documentation/Includes.rst.txt b/typo3/sysext/form/Documentation/Includes.rst.txt
index e5c63d2f04aae3cdedbdd6cea4c9556bd661a528..af7f7005ee325b1b6517f153d183a7ddc8f086b7 100644
--- a/typo3/sysext/form/Documentation/Includes.rst.txt
+++ b/typo3/sysext/form/Documentation/Includes.rst.txt
@@ -1,19 +1,34 @@
-.. This is 'Includes.rst.txt'. It is included at the very top of each and
-   every ReST source file in THIS documentation project (= manual).
+.. More information about this file:
+   https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#includes-rst-txt
 
-.. role:: aspect (emphasis)
+.. ----------
+.. text roles
+.. ----------
+
+.. role:: aspect(emphasis)
+.. role:: bash(code)
 .. role:: html(code)
 .. role:: js(code)
 .. role:: php(code)
-.. role:: sep (strong)
-.. role:: typoscript(code)
+.. role:: rst(code)
+.. role:: sep(strong)
+.. role:: sql(code)
 
-.. role:: ts(typoscript)
+.. role:: tsconfig(code)
    :class: typoscript
 
+.. role:: typoscript(code)
+.. role:: xml(code)
+   :class: html
+
+.. role:: yaml(code)
+
 .. default-role:: code
-.. highlight:: php
 
-.. special in this manual:
+.. ---------
+.. highlight
+.. ---------
 
-.. role:: yaml(code)
+.. By default, code blocks use PHP syntax highlighting
+
+.. highlight:: php
diff --git a/typo3/sysext/form/Documentation/Index.rst b/typo3/sysext/form/Documentation/Index.rst
index 2bfe01e0f424a098e98913c96eddb1a02b36410f..d9ff6f8115ec8c4f802fa8ad8d6f9e5bca3307c0 100644
--- a/typo3/sysext/form/Documentation/Index.rst
+++ b/typo3/sysext/form/Documentation/Index.rst
@@ -1,54 +1,55 @@
 .. include:: /Includes.rst.txt
 
-
-.. _Start:
-
-====
-Form
-====
-
+==========
+TYPO3 Form
+==========
 
 :Extension key:
    form
 
+:Package name:
+   typo3/cms-form
+
 :Version:
-   latest (10-dev)
+   |release|
 
 :Language:
    en
 
-:Description:
-   Form framework, form editor and plugin
-
-
-:Keywords:
-   form
-
-:Copyright:
-   2000-2021
-
 :Author:
-   TRITUM GmbH
+   TRITUM GmbH & TYPO3 contributors
 
 :License:
-   Open Content License available from `www.opencontent.org/openpub/
-   <http://www.opencontent.org/openpub/>`_
+   This document is published under the
+   `Open Content License <https://www.openhub.net/licenses/opl>`__.
 
 :Rendered:
    |today|
 
-The content of this document is related to TYPO3,
-a GNU/GPL CMS/Framework available from https://typo3.org/
+----
 
+This is a flexible TYPO3 frontend form framework that allows editors,
+integrators and developers alike to create all kinds of forms.
+
+----
+
+**Table of Contents:**
 
 .. toctree::
-   :hidden:
+   :maxdepth: 2
+   :titlesonly:
 
-   Sitemap/Index
    Introduction/Index
    QuickStartForEditors/Index
    QuickStartForIntegrators/Index
    D/Index
    I/Index
    E/Index
-   Targets
+
+.. Meta Menu
+
+.. toctree::
+   :hidden:
+
+   Sitemap
+   genindex
diff --git a/typo3/sysext/form/Documentation/Settings.cfg b/typo3/sysext/form/Documentation/Settings.cfg
index f0cf5d9cc085fce57631c279190ac943acf8b131..647c43163dc0be0364694667a6a7313e2775f179 100644
--- a/typo3/sysext/form/Documentation/Settings.cfg
+++ b/typo3/sysext/form/Documentation/Settings.cfg
@@ -1,29 +1,63 @@
-[general]
-
-project     = Form Framework
-version     = latest (10-dev)
-release     = latest (10-dev)
-t3author    = TRITUM GmbH
-copyright   = 1997-2021
+# More information about this file:
+# https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#settings-cfg
 
-description = This is the documentation of TYPO3's system
-   extension 'form'. The extension implements a very
-   flexible form framework. It ships the "Forms" backend
-   module and a plugin.
+[general]
 
+project     = Form
+version     = main (development)
+release     = main (development)
+copyright   = since 2011 by the TYPO3 contributors
 
 [html_theme_options]
 
-# Add 'Edit on Github' button
-github_branch             = main
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/form/Documentation
-project_repository        = https://github.com/typo3/typo3
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = main
+path_to_documentation_dir  = typo3/sysext/form/Documentation
 
-# show as related links
+# Footer links
+project_home         = https://extensions.typo3.org/extension/form/
+project_contact      = https://typo3.slack.com/archives/C025BQLFA
+project_repository   = https://github.com/typo3/typo3
 project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+project_discussions  =
+
+use_opensearch       =
 
 [intersphinx_mapping]
-# allow linking via intersphinx to other documentation projects
-t3coreapi     = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
-t3extbasebook = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/
+
+# Official TYPO3 manuals
+# h2document     = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
+# t3cheatsheets  = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/
+# t3contribute   = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/
+t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
+# t3docteam      = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
+# t3editors      = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
+t3extbasebook  = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/
+# t3extexample   = https://docs.typo3.org/m/typo3/guide-example-extension-manual/main/en-us/
+# t3home         = https://docs.typo3.org/
+# t3install      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+# t3l10n         = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3sitepackage  = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
+# t3start        = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
+# t3tca          = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
+# t3templating   = https://docs.typo3.org/m/typo3/tutorial-templating/main/en-us/
+# t3translate    = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3tsconfig     = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
+# t3tsref        = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
+# t3ts45         = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/
+# t3viewhelper   = https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/
+# t3upgrade      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+
+# TYPO3 system extensions
+# ext_adminpanel     = https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/
+# ext_core           = https://docs.typo3.org/c/typo3/cms-core/main/en-us/
+# ext_dashboard      = https://docs.typo3.org/c/typo3/cms-dashboard/main/en-us/
+# ext_felogin        = https://docs.typo3.org/c/typo3/cms-felogin/main/en-us/
+# ext_form           = https://docs.typo3.org/c/typo3/cms-form/main/en-us/
+# ext_fsc            = https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us/
+# ext_indexed_search = https://docs.typo3.org/c/typo3/cms-indexed-search/main/en-us/
+# ext_rte_ckeditor   = https://docs.typo3.org/c/typo3/cms-rte-ckeditor/main/en-us/
+# ext_scheduler      = https://docs.typo3.org/c/typo3/cms-scheduler/main/en-us/
+# ext_seo            = https://docs.typo3.org/c/typo3/cms-seo/main/en-us/
+# ext_workspaces     = https://docs.typo3.org/c/typo3/cms-workspaces/main/en-us/
diff --git a/typo3/sysext/form/Documentation/Sitemap.rst b/typo3/sysext/form/Documentation/Sitemap.rst
new file mode 100644
index 0000000000000000000000000000000000000000..09d3c6f56e97422d5e402797988ad9ab0b994777
--- /dev/null
+++ b/typo3/sysext/form/Documentation/Sitemap.rst
@@ -0,0 +1,9 @@
+:template: sitemap.html
+
+.. include:: /Includes.rst.txt
+
+=======
+Sitemap
+=======
+
+.. The sitemap.html template will insert here the page tree automatically.
diff --git a/typo3/sysext/form/Documentation/Sitemap/Index.rst b/typo3/sysext/form/Documentation/Sitemap/Index.rst
deleted file mode 100644
index 1549d9922e229908aaf0140ec9667b8849adfefa..0000000000000000000000000000000000000000
--- a/typo3/sysext/form/Documentation/Sitemap/Index.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-:template: sitemap.html
-
-.. _Sitemap:
-
-=======
-Sitemap
-=======
-
-.. template 'sitemap.html' will insert the toctree as a sitemap here
-   below normal contents
diff --git a/typo3/sysext/form/Documentation/Targets.rst b/typo3/sysext/form/Documentation/Targets.rst
deleted file mode 100644
index 2b78941d5719d225e47e0b6a0c6714e52f5864e4..0000000000000000000000000000000000000000
--- a/typo3/sysext/form/Documentation/Targets.rst
+++ /dev/null
@@ -1,12 +0,0 @@
-.. include:: /Includes.rst.txt
-
-
-===========
-Linktargets
-===========
-
-
-Targets For Cross-Referencing
-=============================
-
-.. ref-targets-list::
diff --git a/typo3/sysext/form/Documentation/genindex.rst b/typo3/sysext/form/Documentation/genindex.rst
new file mode 100644
index 0000000000000000000000000000000000000000..806ec56a77c4fd96f61bccba17e471c1d273b5cc
--- /dev/null
+++ b/typo3/sysext/form/Documentation/genindex.rst
@@ -0,0 +1,7 @@
+.. include:: /Includes.rst.txt
+
+=====
+Index
+=====
+
+.. Sphinx will insert here the general index automatically.
diff --git a/typo3/sysext/form/README.rst b/typo3/sysext/form/README.rst
index eff77655264449477cfd1a08a480bf01430f7ef1..6b9eb96bac45b28750f43016142c9536cc8c13e3 100644
--- a/typo3/sysext/form/README.rst
+++ b/typo3/sysext/form/README.rst
@@ -1,13 +1,11 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+========================
+TYPO3 extension ``form``
+========================
 
-===============================
-TYPO3 CMS Form (typo3/cms-form)
-===============================
+This is a flexible TYPO3 frontend form framework that allows editors,
+integrators and developers alike to create all kinds of forms.
 
-Flexible TYPO3 frontend form framework that comes with a backend editor interface.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org/c/typo3/cms-form/main/en-us
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-form/main/en-us/
+:TER:         https://extensions.typo3.org/extension/form/
diff --git a/typo3/sysext/frontend/README.rst b/typo3/sysext/frontend/README.rst
index cfd4ad1edfb207eb3ddd52a9d0d0b354e28fe3bb..262bfe8354fce60d9945c1b106fd7061b20f280d 100644
--- a/typo3/sysext/frontend/README.rst
+++ b/typo3/sysext/frontend/README.rst
@@ -1,11 +1,12 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+============================
+TYPO3 extension ``frontend``
+============================
 
-=======================================
-TYPO3 CMS Frontend (typo3/cms-frontend)
-=======================================
+This extension covers frontend rendering features, such as TypoScript
+configuration or caching, and basic frontend plugins, such as page and content
+element rendering.
 
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/frontend/
diff --git a/typo3/sysext/impexp/Documentation/Includes.rst.txt b/typo3/sysext/impexp/Documentation/Includes.rst.txt
index 6b9c8cfdbe0d6dba8b0205c02f463531762998d0..469841d32a762123eb6506894a36d73da8f8e3db 100644
--- a/typo3/sysext/impexp/Documentation/Includes.rst.txt
+++ b/typo3/sysext/impexp/Documentation/Includes.rst.txt
@@ -1,18 +1,34 @@
-.. This is 'Includes.txt'. It is included at the very top of each and
-   every ReST source file in THIS documentation project (= manual).
+.. More information about this file:
+   https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#includes-rst-txt
 
-.. role:: aspect (emphasis)
+.. ----------
+.. text roles
+.. ----------
+
+.. role:: aspect(emphasis)
 .. role:: bash(code)
 .. role:: html(code)
 .. role:: js(code)
 .. role:: php(code)
-.. role:: sep (strong)
+.. role:: rst(code)
+.. role:: sep(strong)
 .. role:: sql(code)
-.. role:: typoscript(code)
-.. role:: yaml(code)
 
-.. role:: ts(typoscript)
+.. 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
diff --git a/typo3/sysext/impexp/Documentation/Index.rst b/typo3/sysext/impexp/Documentation/Index.rst
index 9b88327d4404d7a0aea2ca096b6df22c7a1d2f2a..9487ac6a5c535607ebe1fad970b8c5591fa64ac4 100644
--- a/typo3/sysext/impexp/Documentation/Index.rst
+++ b/typo3/sysext/impexp/Documentation/Index.rst
@@ -1,50 +1,42 @@
 .. include:: /Includes.rst.txt
 
-.. _start:
-
-===============
-Import / Export
-===============
+=====================
+TYPO3 Import / Export
+=====================
 
 :Extension key:
    impexp
 
+:Package name:
+   typo3/cms-impexp
+
 :Version:
    |release|
 
 :Language:
    en
 
-:Description:
-   Manual for the TYPO3 import/export tool.
-
-:Keywords:
-   import, export, content
-
-:Authors:
-   TYPO3 CMS Core Development Team
+:Author:
+   TYPO3 contributors
 
 :License:
-   Open Content License available from http://www.opencontent.org/opl.shtml
+   This document is published under the
+   `Open Content License <https://www.openhub.net/licenses/opl>`__.
 
 :Rendered:
    |today|
 
-Import and export pages, content and files from TYPO3 to XML and T3D format.
-
-**TYPO3**
+----
 
-The content of this document is related to TYPO3 CMS,
-a GNU/GPL CMS/Framework available from `typo3.org <https://typo3.org/>`_ .
+This is a tool for importing and exporting records using XML or the custom T3D
+format.
 
-**For Contributors**
+----
 
-You are welcome to help improve this guide. Just click on "Edit on GitHub"
-on the top right to submit your change request.
-
-**Table of Contents**
+**Table of Contents:**
 
 .. toctree::
+   :maxdepth: 2
    :titlesonly:
 
    Introduction/Index
@@ -52,4 +44,11 @@ on the top right to submit your change request.
    Usage/Index
    Security/Index
    KnownProblems/Index
+
+.. Meta Menu
+
+.. toctree::
+   :hidden:
+
    Sitemap
+   genindex
diff --git a/typo3/sysext/impexp/Documentation/Settings.cfg b/typo3/sysext/impexp/Documentation/Settings.cfg
index 7697be919ca559fd98309f6f23749b6ec3b98513..db3249ef7e690307fad4d2360ee6841a1e48ca7d 100644
--- a/typo3/sysext/impexp/Documentation/Settings.cfg
+++ b/typo3/sysext/impexp/Documentation/Settings.cfg
@@ -1,24 +1,63 @@
+# More information about this file:
+# https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#settings-cfg
+
 [general]
 
 project     = Import / Export
-release     = latest
-copyright   = by TYPO3 Core Team + Contributors, TYPO3 Documentation Team
-t3author    = TYPO3 Core Team + Contributors, TYPO3 Documentation Team
+version     = main (development)
+release     = main (development)
+copyright   = since 1997 by the TYPO3 contributors
 
 [html_theme_options]
 
-github_branch             = main
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/impexp/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = main
+path_to_documentation_dir  = typo3/sysext/impexp/Documentation
 
-# Show as related links
-project_home         = https://forge.typo3.org/projects/typo3cms-core
-project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+# Footer links
+project_home         = https://extensions.typo3.org/extension/impexp/
+project_contact      = https://typo3.slack.com/archives/C025BQLFA
 project_repository   = https://github.com/typo3/typo3
+project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+project_discussions  =
 
+use_opensearch       =
 
 [intersphinx_mapping]
 
-t3coreapi     = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
-t3tsconfig    = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
-
+# Official TYPO3 manuals
+# h2document     = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
+# t3cheatsheets  = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/
+# t3contribute   = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/
+t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
+# t3docteam      = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
+# t3editors      = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
+# t3extbasebook  = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/
+# t3extexample   = https://docs.typo3.org/m/typo3/guide-example-extension-manual/main/en-us/
+# t3home         = https://docs.typo3.org/
+# t3install      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+# t3l10n         = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3sitepackage  = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
+# t3start        = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
+# t3tca          = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
+# t3templating   = https://docs.typo3.org/m/typo3/tutorial-templating/main/en-us/
+# t3translate    = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+t3tsconfig     = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
+# t3tsref        = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
+# t3ts45         = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/
+# t3viewhelper   = https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/
+# t3upgrade      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+
+# TYPO3 system extensions
+# ext_adminpanel     = https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/
+# ext_core           = https://docs.typo3.org/c/typo3/cms-core/main/en-us/
+# ext_dashboard      = https://docs.typo3.org/c/typo3/cms-dashboard/main/en-us/
+# ext_felogin        = https://docs.typo3.org/c/typo3/cms-felogin/main/en-us/
+# ext_form           = https://docs.typo3.org/c/typo3/cms-form/main/en-us/
+# ext_fsc            = https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us/
+# ext_indexed_search = https://docs.typo3.org/c/typo3/cms-indexed-search/main/en-us/
+# ext_rte_ckeditor   = https://docs.typo3.org/c/typo3/cms-rte-ckeditor/main/en-us/
+# ext_scheduler      = https://docs.typo3.org/c/typo3/cms-scheduler/main/en-us/
+# ext_seo            = https://docs.typo3.org/c/typo3/cms-seo/main/en-us/
+# ext_workspaces     = https://docs.typo3.org/c/typo3/cms-workspaces/main/en-us/
diff --git a/typo3/sysext/impexp/Documentation/Sitemap.rst b/typo3/sysext/impexp/Documentation/Sitemap.rst
index 9617022a6356c18274dc671905247834d01f55f0..09d3c6f56e97422d5e402797988ad9ab0b994777 100644
--- a/typo3/sysext/impexp/Documentation/Sitemap.rst
+++ b/typo3/sysext/impexp/Documentation/Sitemap.rst
@@ -1,9 +1,9 @@
 :template: sitemap.html
 
-.. _sitemap:
+.. include:: /Includes.rst.txt
 
 =======
 Sitemap
 =======
 
-.. template 'sitemap.html' will insert the toctree as a sitemap here below normal contents
+.. The sitemap.html template will insert here the page tree automatically.
diff --git a/typo3/sysext/impexp/Documentation/genindex.rst b/typo3/sysext/impexp/Documentation/genindex.rst
new file mode 100644
index 0000000000000000000000000000000000000000..806ec56a77c4fd96f61bccba17e471c1d273b5cc
--- /dev/null
+++ b/typo3/sysext/impexp/Documentation/genindex.rst
@@ -0,0 +1,7 @@
+.. include:: /Includes.rst.txt
+
+=====
+Index
+=====
+
+.. Sphinx will insert here the general index automatically.
diff --git a/typo3/sysext/impexp/README.rst b/typo3/sysext/impexp/README.rst
index e89210caa7644f37bafa33c0ad96a2c1e66c45bc..82080ec371678243be3420ee0e77c3f7f3e7ff0e 100644
--- a/typo3/sysext/impexp/README.rst
+++ b/typo3/sysext/impexp/README.rst
@@ -1,13 +1,11 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+==========================
+TYPO3 extension ``impexp``
+==========================
 
-==========================================
-TYPO3 CMS Import/Export (typo3/cms-impexp)
-==========================================
+This is a tool for importing and exporting records using XML or the custom T3D
+format.
 
-Tool for importing and exporting records using XML or the custom T3D format.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org/c/typo3/cms-impexp/main/en-us/
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-impexp/main/en-us/
+:TER:         https://extensions.typo3.org/extension/impexp/
diff --git a/typo3/sysext/indexed_search/Documentation/Administration/Index.rst b/typo3/sysext/indexed_search/Documentation/Administration/Index.rst
index dcafc4769ff9c6811372f8b264148752ddfa7135..71679e614eab44e1c4b43cfabe7c0f6cfcf7191c 100644
--- a/typo3/sysext/indexed_search/Documentation/Administration/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/Administration/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/AnalysingIndexedData/Index.rst b/typo3/sysext/indexed_search/Documentation/AnalysingIndexedData/Index.rst
index 446f00fb33058d083a47845c712e8381f1ef8dfa..94177c287d996a74bb96e649834ba4a533c7c2bf 100644
--- a/typo3/sysext/indexed_search/Documentation/AnalysingIndexedData/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/AnalysingIndexedData/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/Configuration/FluidTemplating/Index.rst b/typo3/sysext/indexed_search/Documentation/Configuration/FluidTemplating/Index.rst
index 45a47c1f351e415f8a86adf0094320cdc3cbee51..1972e0661d5a40bbea1c95ad47e4ead3e0dc26b3 100644
--- a/typo3/sysext/indexed_search/Documentation/Configuration/FluidTemplating/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/Configuration/FluidTemplating/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/Configuration/General/Index.rst b/typo3/sysext/indexed_search/Documentation/Configuration/General/Index.rst
index ce0d5451bf8ff967e5f08e6d590d7dfa2601eeb1..484513993509295c3e205f1f84f9b925d8707a06 100644
--- a/typo3/sysext/indexed_search/Documentation/Configuration/General/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/Configuration/General/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/Configuration/Index.rst b/typo3/sysext/indexed_search/Documentation/Configuration/Index.rst
index 460ed9247f9190a14942da18581704fc49473e07..ff81cf81a319b5829e92d62d944b11c78a920f38 100644
--- a/typo3/sysext/indexed_search/Documentation/Configuration/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/Configuration/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/Configuration/TypoScript/Index.rst b/typo3/sysext/indexed_search/Documentation/Configuration/TypoScript/Index.rst
index 9e48c1479b94388ee9da7774431acba82041c5e8..c052432b902212ce10dcadc4dc381be295a0702d 100644
--- a/typo3/sysext/indexed_search/Documentation/Configuration/TypoScript/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/Configuration/TypoScript/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/DatabaseTables/Index.rst b/typo3/sysext/indexed_search/Documentation/DatabaseTables/Index.rst
index 280f5837cbd253a87562bfc64dcaa78c5bcf1f8d..902762d3ad24727070988fab66742b637f701ca9 100644
--- a/typo3/sysext/indexed_search/Documentation/DatabaseTables/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/DatabaseTables/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexFulltext/Index.rst b/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexFulltext/Index.rst
index 421fa9b866308e2d47071db9a00b0237841c665d..9ddbec6b2cd80c37424e28668b3cc3e84810b0dc 100644
--- a/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexFulltext/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexFulltext/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexGrlist/Index.rst b/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexGrlist/Index.rst
index c111d0e4ef51c15fe904ddd66892d0d1c0209ad2..8c39bafe77c9c742dfd7d3b47487c980cc6b0e23 100644
--- a/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexGrlist/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexGrlist/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexPhash/Index.rst b/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexPhash/Index.rst
index 2c4899d48452a01446b5399fe4fa7efcd57b0f6b..c0fdd6e97fbff6d8da11bd1d1cdef1427ade9253 100644
--- a/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexPhash/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexPhash/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexSection/Index.rst b/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexSection/Index.rst
index d0cbcf4c0373ecfe788f60232f2c7eeffd4e7f99..c32317fae56a3e11b71f5b994262f0ccd70d849d 100644
--- a/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexSection/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexSection/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexWordsIndexRel/Index.rst b/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexWordsIndexRel/Index.rst
index 5219cc2c09eabe15168cb8ad4a346438625d6b46..2702388103c098d8b96a1040c019f61b3be8b13a 100644
--- a/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexWordsIndexRel/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/DatabaseTables/IndexWordsIndexRel/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/Includes.rst.txt b/typo3/sysext/indexed_search/Documentation/Includes.rst.txt
new file mode 100644
index 0000000000000000000000000000000000000000..af7f7005ee325b1b6517f153d183a7ddc8f086b7
--- /dev/null
+++ b/typo3/sysext/indexed_search/Documentation/Includes.rst.txt
@@ -0,0 +1,34 @@
+.. 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
diff --git a/typo3/sysext/indexed_search/Documentation/Includes.txt b/typo3/sysext/indexed_search/Documentation/Includes.txt
deleted file mode 100644
index 6f6d15ac0e57db62d01a3a8628cc57cc968473e3..0000000000000000000000000000000000000000
--- a/typo3/sysext/indexed_search/Documentation/Includes.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. This is 'Includes.txt'. It is included at the very top of each and
-   every ReST source file in this documentation project (= manual).
-
-
-.. ==================================================
-.. DEFINE SOME TEXTROLES
-.. --------------------------------------------------
-
-.. role::   typoscript(code)
-
-.. role::   ts(typoscript)
-   :class:  typoscript
-
-.. role::   php(code)
-
-.. highlight:: php
diff --git a/typo3/sysext/indexed_search/Documentation/Index.rst b/typo3/sysext/indexed_search/Documentation/Index.rst
index d4d1cf6d902fcb90ab484215cd9df2dad76661a8..5582f02a75fa732a477aede8c29eed2e410a1b53 100644
--- a/typo3/sysext/indexed_search/Documentation/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/Index.rst
@@ -1,59 +1,44 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
+.. include:: /Includes.rst.txt
 
-.. include:: Includes.txt
-
-
-.. _start:
-
-==============
-Indexed Search
-==============
+====================
+TYPO3 Indexed Search
+====================
 
 :Extension key:
-      indexed_search
+   indexed_search
+
+:Package name:
+   typo3/cms-indexed-search
 
 :Version:
-      |release|
+   |release|
 
 :Language:
-      en
-
-:Description:
-      Documentation for the system extension "indexed_search".
-
-:Keywords:
-      indexed search, reference, forDevelopers, forAdvanced
-
-:Copyright:
-      2000-2021
+   en
 
 :Author:
-      TYPO3 CMS Core Development Team
+   TYPO3 contributors
 
 :License:
-      Open Content License available from `www.opencontent.org/opl.shtml
-      <http://www.opencontent.org/opl.shtml>`_
+   This document is published under the
+   `Open Content License <https://www.openhub.net/licenses/opl>`__.
 
 :Rendered:
-      |today|
-
-The content of this document is related to TYPO3,
-
-a GNU/GPL CMS/Framework available from `www.typo3.org
-<http://www.typo3.org/>`_
+   |today|
 
+----
 
+This extension provides indexing functionality for TYPO3 pages and records as
+well as files including PDF, Word, HTML and plain text. It also features a
+backend module for statistics of the indexer and a frontend plugin.
 
+----
 
-**Table of Contents**
+**Table of Contents:**
 
 .. toctree::
-   :maxdepth: 5
+   :maxdepth: 2
    :titlesonly:
-   :glob:
 
    Introduction/Index
    UserManual/Index
@@ -64,5 +49,11 @@ a GNU/GPL CMS/Framework available from `www.typo3.org
    AnalysingIndexedData/Index
    DatabaseTables/Index
    KnownProblems/Index
-   Targets
 
+.. Meta Menu
+
+.. toctree::
+   :hidden:
+
+   Sitemap
+   genindex
diff --git a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/Configurations/Index.rst b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/Configurations/Index.rst
index 61bdd8e7cbf9732c8afc1e05c02991d92e141061..e99c95646f2eca5e08e6aff4189e4fc3e87b2b80 100644
--- a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/Configurations/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/Configurations/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _about-indexing-configurations:
diff --git a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/CrawlerSetup/Index.rst b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/CrawlerSetup/Index.rst
index 09fb9110c0700cd5f864f87e65db582de8bc7ef2..7ee3b0e55d05886f2e383026fecd667c23729b09 100644
--- a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/CrawlerSetup/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/CrawlerSetup/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/DisableFrontendIndexing/Index.rst b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/DisableFrontendIndexing/Index.rst
index bb410d8b76482703f07f4a8f5488d0cc029aeb22..fd4b469fa6ebf51ac95b3466545e31d20a45adcb 100644
--- a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/DisableFrontendIndexing/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/DisableFrontendIndexing/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _disable-frontend-indexing:
diff --git a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/Grouping/Index.rst b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/Grouping/Index.rst
index 4d92c5f924b8ede5302cb5f2f9096c3368fda13e..97f555a32414972cd5a113187ca35a8d7ac9c6b6 100644
--- a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/Grouping/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/Grouping/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _grouping-indexing-configurations:
diff --git a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/Index.rst b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/Index.rst
index a3d0caff96c1b84845a8d6714f94e6cb540225fb..6c44a35c879c8678bf81b7e8b16b7ccef1d1c95d 100644
--- a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/IndexingDirectories/Index.rst b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/IndexingDirectories/Index.rst
index f1609ea8ca2a255462c88ef4e8d3cf9fda22a405..88f31b66d951ef5b381c881b6e76e57ff8b4d362 100644
--- a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/IndexingDirectories/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/IndexingDirectories/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _indexing-directories-of-files-filepath-on-server:
diff --git a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/IndexingExternals/Index.rst b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/IndexingExternals/Index.rst
index d055dba0f1dfd184d6af0c8867a9d0cf840ed073..1db8be625b792e703476b84048cae48e36cf289b 100644
--- a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/IndexingExternals/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/IndexingExternals/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _indexing-external-websites:
diff --git a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/IndexingFilesSeparately/Index.rst b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/IndexingFilesSeparately/Index.rst
index 91b05e1995ea04dd3d26aaee1ac828f64ddafe9d..2084c4505017039f62aaa458009bc696ffed68a0 100644
--- a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/IndexingFilesSeparately/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/IndexingFilesSeparately/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _indexing-files-separately:
diff --git a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/PeriodicIndexingRecords/Index.rst b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/PeriodicIndexingRecords/Index.rst
index 3269258ac347f983228ed9130666d0d3bd436e4d..0dfc19be3a1abf4701ff48b8fcfe8c417e4e21ce 100644
--- a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/PeriodicIndexingRecords/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/PeriodicIndexingRecords/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _periodic-indexing-records:
diff --git a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/PeriodicIndexingWebsite/Index.rst b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/PeriodicIndexingWebsite/Index.rst
index fb0216c856c837e2e14baabf55b821b07a9c9119..751b26d5aa92e424036e30b23f87a0ce0301453c 100644
--- a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/PeriodicIndexingWebsite/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/PeriodicIndexingWebsite/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _periodic-indexing-website:
diff --git a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/ShowingResults/Index.rst b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/ShowingResults/Index.rst
index a4fc2660cd49b26e3b97e7f2828920d21fdb335e..c6a2d57c4b9e5a5478865e8446224089c5902607 100644
--- a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/ShowingResults/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/ShowingResults/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _showing-search-results:
diff --git a/typo3/sysext/indexed_search/Documentation/Introduction/Index.rst b/typo3/sysext/indexed_search/Documentation/Introduction/Index.rst
index a47e5e197138e43893207ff127a8e7f9d40477e3..dd28c3da6d94b42626111f5cc55e416bdbe7d3e0 100644
--- a/typo3/sysext/indexed_search/Documentation/Introduction/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/Introduction/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/KnownProblems/Index.rst b/typo3/sysext/indexed_search/Documentation/KnownProblems/Index.rst
index 3859bc59ae1ba472f94f86f69fe1217a0e80978b..3e76226f3757e56d636de1714ad83c34e6f2b119 100644
--- a/typo3/sysext/indexed_search/Documentation/KnownProblems/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/KnownProblems/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/Settings.cfg b/typo3/sysext/indexed_search/Documentation/Settings.cfg
index ed576e0a25abea3bf9c8ea3b5b3566e6f963f5a8..3a8882204713aa896b47ab261532370f1eaf9a48 100644
--- a/typo3/sysext/indexed_search/Documentation/Settings.cfg
+++ b/typo3/sysext/indexed_search/Documentation/Settings.cfg
@@ -1,30 +1,63 @@
-[general]
-
-project     = Indexed Search Engine
-version     = latest (10-dev)
-release     = latest (10-dev)
-t3author    = Kasper Skaarhoj
-copyright   = 1997-2021
+# More information about this file:
+# https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#settings-cfg
 
-description = This is the documentation of TYPO3's system
-      extension 'indexed_search'. The extension is a search
-      engine for TYPO3 pages and files in different formats
-      like PDF, Word, HTML or TEXT. It consists of the indexer,
-      a backend module, a frontend plugin and more.
+[general]
 
+project     = Indexed Search
+version     = main (development)
+release     = main (development)
+copyright   = since 1997 by the TYPO3 contributors
 
-[intersphinx_mapping]
+[html_theme_options]
 
-t3tsref     = https://docs.typo3.org/typo3cms/TyposcriptReference/
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = main
+path_to_documentation_dir  = typo3/sysext/indexed_search/Documentation
 
+# Footer links
+project_home         = https://extensions.typo3.org/extension/indexed_search/
+project_contact      = https://typo3.slack.com/archives/C025BQLFA
+project_repository   = https://github.com/typo3/typo3
+project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+project_discussions  =
 
-[html_theme_options]
+use_opensearch       =
 
-# Add 'Edit me on Github' button
-github_branch             = main
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/indexed_search/Documentation
+[intersphinx_mapping]
 
-# show as related links
-project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
-project_repository   = https://github.com/typo3/typo3
+# Official TYPO3 manuals
+# h2document     = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
+# t3cheatsheets  = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/
+# t3contribute   = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/
+# t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
+# t3docteam      = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
+# t3editors      = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
+# t3extbasebook  = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/
+# t3extexample   = https://docs.typo3.org/m/typo3/guide-example-extension-manual/main/en-us/
+# t3home         = https://docs.typo3.org/
+# t3install      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+# t3l10n         = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3sitepackage  = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
+# t3start        = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
+# t3tca          = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
+# t3templating   = https://docs.typo3.org/m/typo3/tutorial-templating/main/en-us/
+# t3translate    = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3tsconfig     = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
+t3tsref        = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
+# t3ts45         = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/
+# t3viewhelper   = https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/
+# t3upgrade      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+
+# TYPO3 system extensions
+# ext_adminpanel     = https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/
+# ext_core           = https://docs.typo3.org/c/typo3/cms-core/main/en-us/
+# ext_dashboard      = https://docs.typo3.org/c/typo3/cms-dashboard/main/en-us/
+# ext_felogin        = https://docs.typo3.org/c/typo3/cms-felogin/main/en-us/
+# ext_form           = https://docs.typo3.org/c/typo3/cms-form/main/en-us/
+# ext_fsc            = https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us/
+# ext_indexed_search = https://docs.typo3.org/c/typo3/cms-indexed-search/main/en-us/
+# ext_rte_ckeditor   = https://docs.typo3.org/c/typo3/cms-rte-ckeditor/main/en-us/
+# ext_scheduler      = https://docs.typo3.org/c/typo3/cms-scheduler/main/en-us/
+# ext_seo            = https://docs.typo3.org/c/typo3/cms-seo/main/en-us/
+# ext_workspaces     = https://docs.typo3.org/c/typo3/cms-workspaces/main/en-us/
diff --git a/typo3/sysext/indexed_search/Documentation/Sitemap.rst b/typo3/sysext/indexed_search/Documentation/Sitemap.rst
new file mode 100644
index 0000000000000000000000000000000000000000..09d3c6f56e97422d5e402797988ad9ab0b994777
--- /dev/null
+++ b/typo3/sysext/indexed_search/Documentation/Sitemap.rst
@@ -0,0 +1,9 @@
+:template: sitemap.html
+
+.. include:: /Includes.rst.txt
+
+=======
+Sitemap
+=======
+
+.. The sitemap.html template will insert here the page tree automatically.
diff --git a/typo3/sysext/indexed_search/Documentation/Targets.rst b/typo3/sysext/indexed_search/Documentation/Targets.rst
deleted file mode 100644
index f8ba588e0b27ea121636de63425ef70338e3acb1..0000000000000000000000000000000000000000
--- a/typo3/sysext/indexed_search/Documentation/Targets.rst
+++ /dev/null
@@ -1,13 +0,0 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: Includes.txt
-
-.. _index-labels-for-crossreferencing:
-
-Index: Labels for Crossreferencing
-==================================
-
-.. ref-targets-list::
diff --git a/typo3/sysext/indexed_search/Documentation/TechnicalDetails/AccessRestrictedPages/Index.rst b/typo3/sysext/indexed_search/Documentation/TechnicalDetails/AccessRestrictedPages/Index.rst
index 3120d258ef6fdccdb8b807456f9ddee07493e277..5147fd5bd0a0e06ac888e73ec4f525f38b5090c1 100644
--- a/typo3/sysext/indexed_search/Documentation/TechnicalDetails/AccessRestrictedPages/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/TechnicalDetails/AccessRestrictedPages/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/TechnicalDetails/ExternalMedia/Index.rst b/typo3/sysext/indexed_search/Documentation/TechnicalDetails/ExternalMedia/Index.rst
index d0d9801e4e486ff67377e8ea2446dd5f19dd4b6e..e31b9fcb828dc5a7db92db3221d1eeb265991fc0 100644
--- a/typo3/sysext/indexed_search/Documentation/TechnicalDetails/ExternalMedia/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/TechnicalDetails/ExternalMedia/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/TechnicalDetails/HowPagesAreIndexed/Index.rst b/typo3/sysext/indexed_search/Documentation/TechnicalDetails/HowPagesAreIndexed/Index.rst
index f65325e45d82c7d54144e5e12b68e3fad7bf3c51..c592bcef28bf2351523ada70d3a02917039dbce8 100644
--- a/typo3/sysext/indexed_search/Documentation/TechnicalDetails/HowPagesAreIndexed/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/TechnicalDetails/HowPagesAreIndexed/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/TechnicalDetails/HtmlContent/Index.rst b/typo3/sysext/indexed_search/Documentation/TechnicalDetails/HtmlContent/Index.rst
index 34e787383397caddc9675331923f2f6106154d1d..64e38c5e3cde3b83c13cd6f1e6e66bea3515bb8c 100644
--- a/typo3/sysext/indexed_search/Documentation/TechnicalDetails/HtmlContent/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/TechnicalDetails/HtmlContent/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
@@ -41,4 +36,4 @@ Rules:
    marker is included.
 
 #. If there are multiple marker pairs in HTML, content from in between
-   all pairs is included.
\ No newline at end of file
+   all pairs is included.
diff --git a/typo3/sysext/indexed_search/Documentation/TechnicalDetails/Index.rst b/typo3/sysext/indexed_search/Documentation/TechnicalDetails/Index.rst
index 80c2798ad4e81fce1c42b1b3447dff569ea1f0f1..c957ba3a9d40f4151e74f193023619fb1fa1e4b6 100644
--- a/typo3/sysext/indexed_search/Documentation/TechnicalDetails/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/TechnicalDetails/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/TechnicalDetails/UseOfHashes/Index.rst b/typo3/sysext/indexed_search/Documentation/TechnicalDetails/UseOfHashes/Index.rst
index 99aa5b54d9e2d90a9fb540cb3aed6abe0d48d965..fb86aebee06248f826bc9b6a1d4df1feb669317f 100644
--- a/typo3/sysext/indexed_search/Documentation/TechnicalDetails/UseOfHashes/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/TechnicalDetails/UseOfHashes/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/UserManual/Index.rst b/typo3/sysext/indexed_search/Documentation/UserManual/Index.rst
index e2ace1e904e4e2fb15b87dd7c4f1d4bfb94c2cfa..51c005878792be803c6dc1ea720dc1cd688f8c38 100644
--- a/typo3/sysext/indexed_search/Documentation/UserManual/Index.rst
+++ b/typo3/sysext/indexed_search/Documentation/UserManual/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/indexed_search/Documentation/genindex.rst b/typo3/sysext/indexed_search/Documentation/genindex.rst
new file mode 100644
index 0000000000000000000000000000000000000000..806ec56a77c4fd96f61bccba17e471c1d273b5cc
--- /dev/null
+++ b/typo3/sysext/indexed_search/Documentation/genindex.rst
@@ -0,0 +1,7 @@
+.. include:: /Includes.rst.txt
+
+=====
+Index
+=====
+
+.. Sphinx will insert here the general index automatically.
diff --git a/typo3/sysext/indexed_search/README.rst b/typo3/sysext/indexed_search/README.rst
index f2bc947f086d60f8400a4269db2f6c80d2312491..e1eaf8a308f41d0501be7396351612ada4be0c1b 100644
--- a/typo3/sysext/indexed_search/README.rst
+++ b/typo3/sysext/indexed_search/README.rst
@@ -1,15 +1,12 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+==================================
+TYPO3 extension ``indexed_search``
+==================================
 
-===================================================
-TYPO3 CMS Indexed Search (typo3/cms-indexed-search)
-===================================================
+This extension provides indexing functionality for TYPO3 pages and records as
+well as files including PDF, Word, HTML and plain text. It also features a
+backend module for statistics of the indexer and a frontend plugin.
 
-Provides indexing functionality for TYPO3 pages and records as well as files including
-PDF, Word, HTML and plain text.
-It also features a backend module for statistics of the indexer and a frontend plugin.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org/c/typo3/cms-indexed-search/main/en-us/
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-indexed-search/main/en-us/
+:TER:         https://extensions.typo3.org/extension/indexed_search/
diff --git a/typo3/sysext/info/README.rst b/typo3/sysext/info/README.rst
index 9523bc88c453c91a126490a4463d34333fc39391..dcf4d1ec0e981802dc1b7bfca2399f4b9b26c1c3 100644
--- a/typo3/sysext/info/README.rst
+++ b/typo3/sysext/info/README.rst
@@ -1,14 +1,11 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+========================
+TYPO3 extension ``info``
+========================
 
-===============================
-TYPO3 CMS Info (typo3/cms-info)
-===============================
+This TYPO3 backend module displays general information, such as a page tree
+overview and localization information.
 
-TYPO3 backend module for displaying information, such as a pagetree overview and
-localization information.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/info/
diff --git a/typo3/sysext/install/README.rst b/typo3/sysext/install/README.rst
index afe9c75b3db8e091dd25e02d11e51c4bdf4ba99d..d4de834bda46a0023e5546e8bbfe78c8115f8355 100644
--- a/typo3/sysext/install/README.rst
+++ b/typo3/sysext/install/README.rst
@@ -1,10 +1,6 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
-
-==========================================
-TYPO3 CMS Install Tool (typo3/cms-install)
-==========================================
+===========================
+TYPO3 extension ``install``
+===========================
 
 The Install Tool is used for installation, upgrade, system administration and
 setup tasks.
@@ -16,6 +12,7 @@ available for system maintainers.
 Functionality via CLI is also provided, e.g. the upgrade wizards or the
 installer can be executed on the command line.
 
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/install/
diff --git a/typo3/sysext/linkvalidator/Documentation/Administration/Index.rst b/typo3/sysext/linkvalidator/Documentation/Administration/Index.rst
index f6f054e80f6825330fed0be896272d65a57df2cb..4cd18686c8cafef61497d589d7894b0843851347 100644
--- a/typo3/sysext/linkvalidator/Documentation/Administration/Index.rst
+++ b/typo3/sysext/linkvalidator/Documentation/Administration/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _administration:
 
diff --git a/typo3/sysext/linkvalidator/Documentation/Configuration/Index.rst b/typo3/sysext/linkvalidator/Documentation/Configuration/Index.rst
index 2b7f1f8749ab78162bd2019ed5cfa4a88161b2f1..dcfd8ae3c7c13c847a1379f55c6d929271ceb635 100644
--- a/typo3/sysext/linkvalidator/Documentation/Configuration/Index.rst
+++ b/typo3/sysext/linkvalidator/Documentation/Configuration/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. highlight:: typoscript
 
@@ -47,7 +42,7 @@ Reference
 You can set the following options in the TSconfig for a page (for example the
 root page) and override them in user or groups TSconfig. You must
 prefix them with mod.linkvalidator, for example
-:ts:`mod.linkvalidator.searchFields.pages = canonical_link`.
+:typoscript:`mod.linkvalidator.searchFields.pages = canonical_link`.
 
 
 .. _searchfields-key:
@@ -66,7 +61,7 @@ searchFields.[key]
    Description
          Comma separated list of table fields in which to check for
          broken links. LinkValidator only checks fields that have
-         been defined in :ts:`searchFields`.
+         been defined in :typoscript:`searchFields`.
 
          LinkValidator ships with sensible defaults that work well
          for the TYPO3 core, but additional third party extensions
@@ -75,7 +70,7 @@ searchFields.[key]
          .. warning::
 
             Currently, LinkValidator can only detect links for fields having at
-            least one :ref:`softref <columns-input-properties-softref>` set in their TCA configuration.
+            least one :ref:`softref <t3tca:columns-input-properties-softref>` set in their TCA configuration.
 
             For this reason, it is currently not possible to check for
             `pages.media`. This will be fixed in the future.
diff --git a/typo3/sysext/linkvalidator/Documentation/Editors/Index.rst b/typo3/sysext/linkvalidator/Documentation/Editors/Index.rst
index cac3c02bbe3bfefba710c6a7111499c0e643b5eb..c953bb8929b40b3c0c8047bcb14841ba63a95481 100644
--- a/typo3/sysext/linkvalidator/Documentation/Editors/Index.rst
+++ b/typo3/sysext/linkvalidator/Documentation/Editors/Index.rst
@@ -1,4 +1,4 @@
-.. include:: /Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _editors:
diff --git a/typo3/sysext/linkvalidator/Documentation/Includes.rst.txt b/typo3/sysext/linkvalidator/Documentation/Includes.rst.txt
new file mode 100644
index 0000000000000000000000000000000000000000..af7f7005ee325b1b6517f153d183a7ddc8f086b7
--- /dev/null
+++ b/typo3/sysext/linkvalidator/Documentation/Includes.rst.txt
@@ -0,0 +1,34 @@
+.. 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
diff --git a/typo3/sysext/linkvalidator/Documentation/Includes.txt b/typo3/sysext/linkvalidator/Documentation/Includes.txt
deleted file mode 100644
index 400b4e9b4ff0cc9b53a796298edb58672638dc03..0000000000000000000000000000000000000000
--- a/typo3/sysext/linkvalidator/Documentation/Includes.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. This is 'Includes.txt'. It is included at the very top of each and
-   every ReST source file in this documentation project (= manual).
-
-
-.. ==================================================
-.. DEFINE SOME TEXTROLES
-.. --------------------------------------------------
-
-.. role::   typoscript(code)
-.. role::   sql(code)
-
-.. role::   ts(typoscript)
-   :class:  typoscript
-
-.. role::   php(code)
-
-.. highlight:: php
diff --git a/typo3/sysext/linkvalidator/Documentation/Index.rst b/typo3/sysext/linkvalidator/Documentation/Index.rst
index 19daff666502aee5db1f912c750c635b94ce3ef6..f8823ac5b4629ed2c2e18e9ccb980585a02e5ea3 100644
--- a/typo3/sysext/linkvalidator/Documentation/Index.rst
+++ b/typo3/sysext/linkvalidator/Documentation/Index.rst
@@ -1,59 +1,58 @@
-.. include:: Includes.txt
+.. include:: /Includes.rst.txt
 
-
-.. _start:
-
-=============
-LinkValidator
-=============
+====================
+TYPO3 Link Validator
+====================
 
 :Extension key:
-      linkvalidator
+   linkvalidator
+
+:Package name:
+   typo3/cms-linkvalidator
 
 :Version:
-      |release|
+   |release|
 
 :Language:
-      en
-
-:Description:
-      LinkValidator checks the links in your website for validity. It
-      can validate all kinds of links: internal, external and file
-      links. Scheduler is supported to run LinkValidator via Cron
-      including the option to send status mails, if broken links were
-      detected.
-
-:Keywords:
-      link validation, LinkValidator
-
-:Copyright:
-      2000-2021
+   en
 
 :Author:
-      TYPO3 CMS Core Development Team
+   TYPO3 contributors
 
 :License:
-      Open Content License available from `www.opencontent.org/opl.shtml
-      <http://www.opencontent.org/opl.shtml>`_
+   This document is published under the
+   `Open Content License <https://www.openhub.net/licenses/opl>`__.
 
 :Rendered:
-      |today|
+   |today|
 
-The content of this document is related to TYPO3, a GNU/GPL CMS/Framework
-available from `typo3.org <https://typo3.org/>`_
+----
 
+The Link Validator checks for broken links and displays results in the
+(Info>LinkValidator) backend module.
 
-**Table of Contents**
+It can validate all types of links: internal, external and file links. The
+Scheduler can run the validator periodically, including the option to
+send status mails when broken links are detected.
+
+----
+
+**Table of Contents:**
 
 .. toctree::
-   :maxdepth: 5
+   :maxdepth: 2
    :titlesonly:
-   :glob:
 
    Introduction/Index
    Editors/Index
    Administration/Index
    Configuration/Index
    LargeSites/Index
-   Targets
 
+.. Meta Menu
+
+.. toctree::
+   :hidden:
+
+   Sitemap
+   genindex
diff --git a/typo3/sysext/linkvalidator/Documentation/Introduction/Index.rst b/typo3/sysext/linkvalidator/Documentation/Introduction/Index.rst
index bd0b827620218ba402a27a35c37ec99259d578bf..a67ff19e8159ecfc712247bbcc8d498405da3462 100644
--- a/typo3/sysext/linkvalidator/Documentation/Introduction/Index.rst
+++ b/typo3/sysext/linkvalidator/Documentation/Introduction/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/linkvalidator/Documentation/LargeSites/Index.rst b/typo3/sysext/linkvalidator/Documentation/LargeSites/Index.rst
index b3cb1469d07fcafbbf37aaee2bde41ada7cd728d..464e2915f043eb47fe1f5f1aef11dd91a6dde7d6 100644
--- a/typo3/sysext/linkvalidator/Documentation/LargeSites/Index.rst
+++ b/typo3/sysext/linkvalidator/Documentation/LargeSites/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/linkvalidator/Documentation/Settings.cfg b/typo3/sysext/linkvalidator/Documentation/Settings.cfg
index bda9c16758add848ee1b5ccbf7695eb4b2fb5c41..666a6ef94d4136253369563d209acf51be979b43 100644
--- a/typo3/sysext/linkvalidator/Documentation/Settings.cfg
+++ b/typo3/sysext/linkvalidator/Documentation/Settings.cfg
@@ -1,30 +1,63 @@
-[general]
+# More information about this file:
+# https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#settings-cfg
 
-project     = LinkValidator
-version     = latest (10-dev)
-release     = latest (10-dev)
-t3author    = Jochen Rieger, Dimitri König, Michael Miousse
-copyright   = 2000-2021
+[general]
 
-description = This is the documentation of TYPO3's system
-      extension 'linkvalidator'. The extension can check the links
-      in your website for validity. It can validate all kinds of links:
-      internal, external and file links. Timed checks can be
-      configured with TYPO3's 'scheduler' extension. LinkValidator
-      can send status mails, for example when broken links are detected.
+project     = Link Validator
+version     = main (development)
+release     = main (development)
+copyright   = since 2000 by the TYPO3 contributors
 
 [html_theme_options]
 
-# Add 'Edit me on Github' button
-github_branch             = main
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/linkvalidator/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = main
+path_to_documentation_dir  = typo3/sysext/linkvalidator/Documentation
 
-# show as related links
-project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+# Footer links
+project_home         = https://extensions.typo3.org/extension/linkvalidator/
+project_contact      = https://typo3.slack.com/archives/C025BQLFA
 project_repository   = https://github.com/typo3/typo3
+project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+project_discussions  =
+
+use_opensearch       =
 
 [intersphinx_mapping]
 
-t3tca         = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
-t3coreapi     = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
+# Official TYPO3 manuals
+# h2document     = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
+# t3cheatsheets  = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/
+# t3contribute   = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/
+t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
+# t3docteam      = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
+# t3editors      = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
+# t3extbasebook  = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/
+# t3extexample   = https://docs.typo3.org/m/typo3/guide-example-extension-manual/main/en-us/
+# t3home         = https://docs.typo3.org/
+# t3install      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+# t3l10n         = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3sitepackage  = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
+# t3start        = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
+t3tca          = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
+# t3templating   = https://docs.typo3.org/m/typo3/tutorial-templating/main/en-us/
+# t3translate    = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3tsconfig     = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
+# t3tsref        = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
+# t3ts45         = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/
+# t3viewhelper   = https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/
+# t3upgrade      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+
+# TYPO3 system extensions
+# ext_adminpanel     = https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/
+# ext_core           = https://docs.typo3.org/c/typo3/cms-core/main/en-us/
+# ext_dashboard      = https://docs.typo3.org/c/typo3/cms-dashboard/main/en-us/
+# ext_felogin        = https://docs.typo3.org/c/typo3/cms-felogin/main/en-us/
+# ext_form           = https://docs.typo3.org/c/typo3/cms-form/main/en-us/
+# ext_fsc            = https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us/
+# ext_indexed_search = https://docs.typo3.org/c/typo3/cms-indexed-search/main/en-us/
+# ext_rte_ckeditor   = https://docs.typo3.org/c/typo3/cms-rte-ckeditor/main/en-us/
+# ext_scheduler      = https://docs.typo3.org/c/typo3/cms-scheduler/main/en-us/
+# ext_seo            = https://docs.typo3.org/c/typo3/cms-seo/main/en-us/
+# ext_workspaces     = https://docs.typo3.org/c/typo3/cms-workspaces/main/en-us/
diff --git a/typo3/sysext/linkvalidator/Documentation/Sitemap.rst b/typo3/sysext/linkvalidator/Documentation/Sitemap.rst
new file mode 100644
index 0000000000000000000000000000000000000000..09d3c6f56e97422d5e402797988ad9ab0b994777
--- /dev/null
+++ b/typo3/sysext/linkvalidator/Documentation/Sitemap.rst
@@ -0,0 +1,9 @@
+:template: sitemap.html
+
+.. include:: /Includes.rst.txt
+
+=======
+Sitemap
+=======
+
+.. The sitemap.html template will insert here the page tree automatically.
diff --git a/typo3/sysext/linkvalidator/Documentation/Targets.rst b/typo3/sysext/linkvalidator/Documentation/Targets.rst
deleted file mode 100644
index f8ba588e0b27ea121636de63425ef70338e3acb1..0000000000000000000000000000000000000000
--- a/typo3/sysext/linkvalidator/Documentation/Targets.rst
+++ /dev/null
@@ -1,13 +0,0 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: Includes.txt
-
-.. _index-labels-for-crossreferencing:
-
-Index: Labels for Crossreferencing
-==================================
-
-.. ref-targets-list::
diff --git a/typo3/sysext/linkvalidator/Documentation/genindex.rst b/typo3/sysext/linkvalidator/Documentation/genindex.rst
new file mode 100644
index 0000000000000000000000000000000000000000..806ec56a77c4fd96f61bccba17e471c1d273b5cc
--- /dev/null
+++ b/typo3/sysext/linkvalidator/Documentation/genindex.rst
@@ -0,0 +1,7 @@
+.. include:: /Includes.rst.txt
+
+=====
+Index
+=====
+
+.. Sphinx will insert here the general index automatically.
diff --git a/typo3/sysext/linkvalidator/README.rst b/typo3/sysext/linkvalidator/README.rst
index 86d393d4a9789706b90d780ecdf6f8ca18040119..fc8a06b5bb913966f674f3ab792db4bfa9c03dac 100644
--- a/typo3/sysext/linkvalidator/README.rst
+++ b/typo3/sysext/linkvalidator/README.rst
@@ -1,18 +1,15 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+=================================
+TYPO3 extension ``linkvalidator``
+=================================
 
-=================================================
-TYPO3 CMS LinkValidator (typo3/cms-linkvalidator)
-=================================================
+The Link Validator checks for broken links and displays results in the
+(Info>LinkValidator) backend module.
 
-Checks for broken links and displays results in the (Info>LinkValidator) backend
-module.
+It can validate all types of links: internal, external and file links. The
+Scheduler can run the validator periodically, including the option to
+send status mails when broken links are detected.
 
-It can validate all kinds of links: internal, external and file links. The
-Scheduler is supported to run LinkValidator via cron job, including the option
-to send status mails, if broken links were detected.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org/c/typo3/cms-linkvalidator/main/en-us
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-linkvalidator/main/en-us/
+:TER:         https://extensions.typo3.org/extension/linkvalidator/
diff --git a/typo3/sysext/lowlevel/Documentation/Includes.rst.txt b/typo3/sysext/lowlevel/Documentation/Includes.rst.txt
index b675887bcfb00d324596aad40d02c871e76492ea..95760a280cd69c4bc7e3ecbb586838ea9bfd8b23 100644
--- a/typo3/sysext/lowlevel/Documentation/Includes.rst.txt
+++ b/typo3/sysext/lowlevel/Documentation/Includes.rst.txt
@@ -29,4 +29,6 @@
 .. highlight
 .. ---------
 
+.. By default, code blocks use PHP syntax highlighting
+
 .. highlight:: shell
diff --git a/typo3/sysext/lowlevel/Documentation/Index.rst b/typo3/sysext/lowlevel/Documentation/Index.rst
index 43ed1ec124fcc770b3b38152b09eee79f3f28282..e9218fc9bb8612747e20f3f6d0f05e6cde1412e5 100644
--- a/typo3/sysext/lowlevel/Documentation/Index.rst
+++ b/typo3/sysext/lowlevel/Documentation/Index.rst
@@ -1,35 +1,39 @@
 .. include:: /Includes.rst.txt
 
-=============================
-Lowlevel (typo3/cms-lowlevel)
-=============================
+===============
+TYPO3 Low Level
+===============
 
 :Extension key:
-    lowlevel
+   lowlevel
 
 :Package name:
-    typo3/cms-lowlevel
+   typo3/cms-lowlevel
 
 :Version:
-    |release|
+   |release|
 
 :Language:
-    en
+   en
 
 :Author:
-    TYPO3 CMS Core Development Team
+   TYPO3 contributors
 
 :License:
-    This document is published under the
-    `Creative Commons BY 4.0 <https://creativecommons.org/licenses/by/4.0/>`__
-    license.
+   This document is published under the
+   `Creative Commons BY 4.0 <https://creativecommons.org/licenses/by/4.0/>`__
+   license.
 
 :Rendered:
-    |today|
+   |today|
 
-The lowlevel extension provides command line scripts for technical analysis of
+----
+
+The Low Level extension provides command line scripts for technical analysis of
 the system. This includes raw database search, checking relations, counting
-pages and records etc.
+pages and records.
+
+----
 
 .. container:: row m-0 p-0
 
@@ -76,19 +80,19 @@ pages and records etc.
 **Table of Contents:**
 
 .. toctree::
-    :maxdepth: 2
-    :titlesonly:
+   :maxdepth: 2
+   :titlesonly:
 
-    Introduction/Index
-    Installation/Index
-    BackendModules/Index
-    CommandLine/Index
-    Configuration/Index
+   Introduction/Index
+   Installation/Index
+   BackendModules/Index
+   CommandLine/Index
+   Configuration/Index
 
 .. Meta Menu
 
 .. toctree::
-    :hidden:
+   :hidden:
 
-    Sitemap
-    genindex
+   Sitemap
+   genindex
diff --git a/typo3/sysext/lowlevel/Documentation/Settings.cfg b/typo3/sysext/lowlevel/Documentation/Settings.cfg
index 98e031c535287260aeb160cf11d37d9c9defd09f..fbf8416724c262203daa8fb799700788b7f3340c 100644
--- a/typo3/sysext/lowlevel/Documentation/Settings.cfg
+++ b/typo3/sysext/lowlevel/Documentation/Settings.cfg
@@ -1,28 +1,28 @@
-
 # More information about this file:
 # https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#settings-cfg
 
 [general]
 
-project     = lowlevel
-version     = main
-release     = main
-copyright   = since 2015 by the TYPO3 contributors
+project     = Low Level
+version     = main (development)
+release     = main (development)
+copyright   = since 1997 by the TYPO3 contributors
 
 [html_theme_options]
 
 # "Edit on GitHub" button
-github_repository         = typo3/typo3
-github_branch             = main
+github_repository          = typo3/typo3
+github_branch              = main
+path_to_documentation_dir  = typo3/sysext/lowlevel/Documentation
 
 # Footer links
-project_home         = https://forge.typo3.org/projects/typo3cms-core
-project_contact      = https://typo3.org/help
+project_home         = https://extensions.typo3.org/extension/lowlevel/
+project_contact      = https://typo3.slack.com/archives/C025BQLFA
 project_repository   = https://github.com/typo3/typo3
 project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
 project_discussions  =
 
-use_opensearch       = 1
+use_opensearch       =
 
 [intersphinx_mapping]
 
@@ -38,8 +38,8 @@ t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
 # t3home         = https://docs.typo3.org/
 t3install      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
 # t3l10n         = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
-t3skinning    = https://docs.typo3.org/m/typo3/reference-skinning/main/en-us/
 # t3sitepackage  = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
+t3skinning     = https://docs.typo3.org/m/typo3/reference-skinning/main/en-us/
 t3start        = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
 t3tca          = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
 # t3templating   = https://docs.typo3.org/m/typo3/tutorial-templating/main/en-us/
diff --git a/typo3/sysext/lowlevel/README.rst b/typo3/sysext/lowlevel/README.rst
index 4541384eb526e1de29602c274a8ed449ede6c2f3..92f13a378154d5b173405b3b63da24245bc4b3aa 100644
--- a/typo3/sysext/lowlevel/README.rst
+++ b/typo3/sysext/lowlevel/README.rst
@@ -1,15 +1,12 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+============================
+TYPO3 extension ``lowlevel``
+============================
 
-=============================
-Lowlevel (typo3/cms-lowlevel)
-=============================
-
-The lowlevel extension provides command line scripts for technical analysis of
+The Low Level extension provides command line scripts for technical analysis of
 the system. This includes raw database search, checking relations, counting
-pages and records etc.
+pages and records.
 
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org/c/typo3/cms-lowlevel/master/en-us
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-lowlevel/main/en-us/
+:TER:         https://extensions.typo3.org/extension/lowlevel/
diff --git a/typo3/sysext/opendocs/README.rst b/typo3/sysext/opendocs/README.rst
index 75faf7b1720d3eb507bdc899054a8eac53bad11d..9fba4f3c8d32b98606687efbcf43e3d6931b03e7 100644
--- a/typo3/sysext/opendocs/README.rst
+++ b/typo3/sysext/opendocs/README.rst
@@ -1,13 +1,11 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+============================
+TYPO3 extension ``opendocs``
+============================
 
-========================================
-TYPO3 CMS Open Docs (typo3/cms-opendocs)
-========================================
+This extension supports the backend user in finding and resuming work in
+progress.
 
-Shows opened documents for the TYPO3 backend user.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/opendocs/
diff --git a/typo3/sysext/recordlist/README.rst b/typo3/sysext/recordlist/README.rst
index 40f3ccabddb7b8834a53e3ebbbf0560bdd9504d2..4a0b6190a38b690d5ae03e7086c17ad19f0df951 100644
--- a/typo3/sysext/recordlist/README.rst
+++ b/typo3/sysext/recordlist/README.rst
@@ -1,13 +1,11 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+==============================
+TYPO3 extension ``recordlist``
+==============================
 
-===========================================
-TYPO3 CMS Recordlist (typo3/cms-recordlist)
-===========================================
+This extension lists and lets you manage database records in the TYPO3 backend
+module (Web>List).
 
-Lists database records in the TYPO3 backend module (Web>List).
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/recordlist/
diff --git a/typo3/sysext/recycler/Documentation/Configuration/Index.rst b/typo3/sysext/recycler/Documentation/Configuration/Index.rst
index d6e99ca6ddc44b895b34ee76d51e378dae64b36c..3decc5ea2e234490628a034acefed113dfc68723 100644
--- a/typo3/sysext/recycler/Documentation/Configuration/Index.rst
+++ b/typo3/sysext/recycler/Documentation/Configuration/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
@@ -57,4 +52,4 @@ allowDelete
 
          Example:
 
-         mod.recycler.allowDelete = 1
\ No newline at end of file
+         mod.recycler.allowDelete = 1
diff --git a/typo3/sysext/recycler/Documentation/Includes.rst.txt b/typo3/sysext/recycler/Documentation/Includes.rst.txt
new file mode 100644
index 0000000000000000000000000000000000000000..af7f7005ee325b1b6517f153d183a7ddc8f086b7
--- /dev/null
+++ b/typo3/sysext/recycler/Documentation/Includes.rst.txt
@@ -0,0 +1,34 @@
+.. 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
diff --git a/typo3/sysext/recycler/Documentation/Includes.txt b/typo3/sysext/recycler/Documentation/Includes.txt
deleted file mode 100644
index 6f6d15ac0e57db62d01a3a8628cc57cc968473e3..0000000000000000000000000000000000000000
--- a/typo3/sysext/recycler/Documentation/Includes.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. This is 'Includes.txt'. It is included at the very top of each and
-   every ReST source file in this documentation project (= manual).
-
-
-.. ==================================================
-.. DEFINE SOME TEXTROLES
-.. --------------------------------------------------
-
-.. role::   typoscript(code)
-
-.. role::   ts(typoscript)
-   :class:  typoscript
-
-.. role::   php(code)
-
-.. highlight:: php
diff --git a/typo3/sysext/recycler/Documentation/Index.rst b/typo3/sysext/recycler/Documentation/Index.rst
index 7cdee897d4aded6086757d55898abec200e2ef3d..73a961c3fc4664444f5903ed1e3544de4d12317c 100644
--- a/typo3/sysext/recycler/Documentation/Index.rst
+++ b/typo3/sysext/recycler/Documentation/Index.rst
@@ -1,60 +1,56 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
+.. include:: /Includes.rst.txt
 
-.. include:: Includes.txt
-
-
-.. _start:
-
-========
-Recycler
-========
+==============
+TYPO3 Recycler
+==============
 
 :Extension key:
-      recycler
+   recycler
+
+:Package name:
+   typo3/cms-recycler
 
 :Version:
-      |release|
+   |release|
 
 :Language:
-      en
-
-:Description:
-      Recycler module for deleted records
-
-:Keywords:
-      recycler, sysext
-
-:Copyright:
-      2000-2021
+   en
 
 :Author:
-      TYPO3 CMS Core Development Team
+   TYPO3 contributors
 
 :License:
-      Open Content License available from `www.opencontent.org/opl.shtml
-      <http://www.opencontent.org/opl.shtml>`_
+   This document is published under the
+   `Open Content License <https://www.openhub.net/licenses/opl>`__.
 
 :Rendered:
-      |today|
-
-The content of this document is related to TYPO3,
+   |today|
 
-a GNU/GPL CMS/Framework available from `www.typo3.org
-<http://www.typo3.org/>`_
+----
 
+This extension allows you to restore deleted records or permanently remove them
+from the database.
 
+These actions can be applied to a single record, multiple records, and
+recursively to child records, for example, restoring a page can restore all
+content items on that page. Filtering by page and table provides a quick
+overview of deleted records before taking further action.
 
+----
 
-**Table of Contents**
+**Table of Contents:**
 
 .. toctree::
-   :maxdepth: 5
+   :maxdepth: 2
    :titlesonly:
-   :glob:
 
    Introduction/Index
    Configuration/Index
-   Targets
+
+.. Meta Menu
+
+.. toctree::
+   :hidden:
+
+   Sitemap
+   genindex
diff --git a/typo3/sysext/recycler/Documentation/Introduction/Index.rst b/typo3/sysext/recycler/Documentation/Introduction/Index.rst
index 92927a3f9172b823a7fc9389078b1b0d45165362..e2b0941d7bf244e3ef5093bb97aa59dd9019188b 100644
--- a/typo3/sysext/recycler/Documentation/Introduction/Index.rst
+++ b/typo3/sysext/recycler/Documentation/Introduction/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/recycler/Documentation/Settings.cfg b/typo3/sysext/recycler/Documentation/Settings.cfg
index 01b8119d103efec4e9a2c509dbfc3e09160ea6b5..281bfe980f07d6e038fc6093e8ea9cc5fe3eee67 100644
--- a/typo3/sysext/recycler/Documentation/Settings.cfg
+++ b/typo3/sysext/recycler/Documentation/Settings.cfg
@@ -1,27 +1,63 @@
+# More information about this file:
+# https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#settings-cfg
+
 [general]
 
 project     = Recycler
-version     = latest (10-dev)
-release     = latest (10-dev)
-t3author    = Julian Kleinhans
-copyright   = 2008-2021
-
-description = This is the documentation of TYPO3's system
-      extension 'recycler' which offers an interface to restore
-      deleted records or to remove them irretrievably from the database.
-      The actions can be applied to single records, multiple records,
-      and recursively to child records. Restoring a page can restore
-      all content elements on that page. Filtering by page and by table
-      provides a quick and good overview of what deleted records exist.
-
+version     = main (development)
+release     = main (development)
+copyright   = since 2009 by the TYPO3 contributors
 
 [html_theme_options]
 
-# Add 'Edit me on Github' button
-github_branch             = main
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/recycler/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = main
+path_to_documentation_dir  = typo3/sysext/recycler/Documentation
 
-# show as related links
-project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+# Footer links
+project_home         = https://extensions.typo3.org/extension/recycler/
+project_contact      = https://typo3.slack.com/archives/C025BQLFA
 project_repository   = https://github.com/typo3/typo3
+project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+project_discussions  =
+
+use_opensearch       =
+
+[intersphinx_mapping]
+
+# Official TYPO3 manuals
+# h2document     = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
+# t3cheatsheets  = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/
+# t3contribute   = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/
+# t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
+# t3docteam      = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
+# t3editors      = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
+# t3extbasebook  = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/
+# t3extexample   = https://docs.typo3.org/m/typo3/guide-example-extension-manual/main/en-us/
+# t3home         = https://docs.typo3.org/
+# t3install      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+# t3l10n         = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3sitepackage  = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
+# t3start        = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
+# t3tca          = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
+# t3templating   = https://docs.typo3.org/m/typo3/tutorial-templating/main/en-us/
+# t3translate    = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3tsconfig     = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
+# t3tsref        = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
+# t3ts45         = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/
+# t3viewhelper   = https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/
+# t3upgrade      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+
+# TYPO3 system extensions
+# ext_adminpanel     = https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/
+# ext_core           = https://docs.typo3.org/c/typo3/cms-core/main/en-us/
+# ext_dashboard      = https://docs.typo3.org/c/typo3/cms-dashboard/main/en-us/
+# ext_felogin        = https://docs.typo3.org/c/typo3/cms-felogin/main/en-us/
+# ext_form           = https://docs.typo3.org/c/typo3/cms-form/main/en-us/
+# ext_fsc            = https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us/
+# ext_indexed_search = https://docs.typo3.org/c/typo3/cms-indexed-search/main/en-us/
+# ext_rte_ckeditor   = https://docs.typo3.org/c/typo3/cms-rte-ckeditor/main/en-us/
+# ext_scheduler      = https://docs.typo3.org/c/typo3/cms-scheduler/main/en-us/
+# ext_seo            = https://docs.typo3.org/c/typo3/cms-seo/main/en-us/
+# ext_workspaces     = https://docs.typo3.org/c/typo3/cms-workspaces/main/en-us/
diff --git a/typo3/sysext/recycler/Documentation/Sitemap.rst b/typo3/sysext/recycler/Documentation/Sitemap.rst
new file mode 100644
index 0000000000000000000000000000000000000000..09d3c6f56e97422d5e402797988ad9ab0b994777
--- /dev/null
+++ b/typo3/sysext/recycler/Documentation/Sitemap.rst
@@ -0,0 +1,9 @@
+:template: sitemap.html
+
+.. include:: /Includes.rst.txt
+
+=======
+Sitemap
+=======
+
+.. The sitemap.html template will insert here the page tree automatically.
diff --git a/typo3/sysext/recycler/Documentation/Targets.rst b/typo3/sysext/recycler/Documentation/Targets.rst
deleted file mode 100644
index f8ba588e0b27ea121636de63425ef70338e3acb1..0000000000000000000000000000000000000000
--- a/typo3/sysext/recycler/Documentation/Targets.rst
+++ /dev/null
@@ -1,13 +0,0 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: Includes.txt
-
-.. _index-labels-for-crossreferencing:
-
-Index: Labels for Crossreferencing
-==================================
-
-.. ref-targets-list::
diff --git a/typo3/sysext/recycler/Documentation/genindex.rst b/typo3/sysext/recycler/Documentation/genindex.rst
new file mode 100644
index 0000000000000000000000000000000000000000..806ec56a77c4fd96f61bccba17e471c1d273b5cc
--- /dev/null
+++ b/typo3/sysext/recycler/Documentation/genindex.rst
@@ -0,0 +1,7 @@
+.. include:: /Includes.rst.txt
+
+=====
+Index
+=====
+
+.. Sphinx will insert here the general index automatically.
diff --git a/typo3/sysext/recycler/README.rst b/typo3/sysext/recycler/README.rst
index 9dc4b8d7f7b5460d9c954fe01f9457c6c4a0d26c..3b2af14cfc261d6bf83b82b74a9c57ddb1089cb8 100644
--- a/typo3/sysext/recycler/README.rst
+++ b/typo3/sysext/recycler/README.rst
@@ -1,18 +1,16 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+============================
+TYPO3 extension ``recycler``
+============================
 
-=======================================
-TYPO3 CMS Recycler (typo3/cms-recycler)
-=======================================
+This extension allows you to restore deleted records or permanently remove them
+from the database.
 
-Restore deleted records or remove them from the database permanently.
+These actions can be applied to a single record, multiple records, and
+recursively to child records, for example, restoring a page can restore all
+content items on that page. Filtering by page and table provides a quick
+overview of deleted records before taking further action.
 
-These actions can be applied to a single record,
-multiple records, and recursively to child records (ex. restoring a page can
-restore all content elements on that page). Filtering by page and by table
-provides a quick overview of deleted records before taking action on them.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org/c/typo3/cms-recycler/main/en-us/
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-recycler/main/en-us/
+:TER:         https://extensions.typo3.org/extension/recycler/
diff --git a/typo3/sysext/redirects/Documentation/BestPractices/Index.rst b/typo3/sysext/redirects/Documentation/BestPractices/Index.rst
index 0f5d8a2c7a0e9394e5bbebb46a78752e95c2161e..bee30a176f2a6f8379e2600b4b18fdfa3635c47f 100644
--- a/typo3/sysext/redirects/Documentation/BestPractices/Index.rst
+++ b/typo3/sysext/redirects/Documentation/BestPractices/Index.rst
@@ -34,7 +34,7 @@ Editors
 Well curated content and editors which have a good understanding of SEO and
 possible problems with redirects are a good idea in any case. TYPO3 comes
 with extensive :ref:`permission <t3coreapi:access-users-groups>` and
-:ref:`workspaces <t3workspaces:start>` management - which gives you the
+:doc:`workspaces <ext_workspaces:Index>` management - which gives you the
 possibility to only grant advanced editor groups access to parts of the content
 (e.g. pages, redirect module) which they are well equipped to handle.
 
diff --git a/typo3/sysext/redirects/Documentation/Includes.rst.txt b/typo3/sysext/redirects/Documentation/Includes.rst.txt
index 5aa119fbb4f38d948bddf234d58e0e311ba9ad48..af7f7005ee325b1b6517f153d183a7ddc8f086b7 100644
--- a/typo3/sysext/redirects/Documentation/Includes.rst.txt
+++ b/typo3/sysext/redirects/Documentation/Includes.rst.txt
@@ -1,17 +1,34 @@
-.. This is 'Includes.txt'. It is included at the very top of each and
-   every ReST source file in THIS documentation project (= manual).
+.. More information about this file:
+   https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#includes-rst-txt
 
-.. role:: aspect (emphasis)
+.. ----------
+.. text roles
+.. ----------
+
+.. role:: aspect(emphasis)
+.. role:: bash(code)
 .. role:: html(code)
 .. role:: js(code)
 .. role:: php(code)
-.. role:: sep (strong)
+.. role:: rst(code)
+.. role:: sep(strong)
 .. role:: sql(code)
-.. role:: typoscript(code)
-.. role:: yaml(code)
 
-.. role:: ts(typoscript)
+.. 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
diff --git a/typo3/sysext/redirects/Documentation/Index.rst b/typo3/sysext/redirects/Documentation/Index.rst
index c53dc930b0b5129d88c04033a123dccd12c57da7..443e0cb08c1c26b71faadc2a06fe8a067fbe0fb4 100644
--- a/typo3/sysext/redirects/Documentation/Index.rst
+++ b/typo3/sysext/redirects/Documentation/Index.rst
@@ -1,38 +1,44 @@
-.. every .rst file should include Includes.rst.txt
-
 .. include:: /Includes.rst.txt
 
-.. Every manual should have a start label for cross-referencing to
-.. start page. Do not remove this!
-
-.. _start:
-
-=========
-Redirects
-=========
+===============
+TYPO3 Redirects
+===============
 
 :Extension key:
    redirects
 
+:Package name:
+   typo3/cms-redirects
+
 :Version:
    |release|
 
 :Language:
    en
 
-:Description:
-   The TYPO3 system extension EXT:redirects handles redirects within a TYPO3 site.
+:Author:
+   TYPO3 contributors
 
 :License:
-   This extension documentation is published under the `CC BY-NC-SA 4.0 <https://creativecommons.org/licenses/by-nc-sa/4.0/>`__ (Creative Commons) license.
+   This document is published under the
+   `Creative Commons BY-NC-SA 4.0 <https://creativecommons.org/licenses/by-nc-sa/4.0/>`__
+   license.
+
+:Rendered:
+   |today|
+
+----
 
-**TYPO3**
+This extension makes it possible to create manual redirects, list existing
+redirects and automatically create redirects on slug changes.
 
-The content of this document is related to TYPO3 CMS,
-a GNU/GPL CMS/Framework available from `typo3.org <https://typo3.org/>`_ .
+----
+
+**Table of Contents:**
 
 .. toctree::
-   :maxdepth: 3
+   :maxdepth: 2
+   :titlesonly:
 
    Introduction/Index
    Installation/Index
@@ -41,4 +47,11 @@ a GNU/GPL CMS/Framework available from `typo3.org <https://typo3.org/>`_ .
    BestPractices/Index
    KnownProblems/Index
    Basics/Index
+
+.. Meta Menu
+
+.. toctree::
+   :hidden:
+
    Sitemap
+   genindex
diff --git a/typo3/sysext/redirects/Documentation/Settings.cfg b/typo3/sysext/redirects/Documentation/Settings.cfg
index 34d2c2659eb901fa390a0e2098df437e9b7c1d70..20d284d37170b839c23a4d4c4ad41b657faacb60 100644
--- a/typo3/sysext/redirects/Documentation/Settings.cfg
+++ b/typo3/sysext/redirects/Documentation/Settings.cfg
@@ -1,70 +1,63 @@
-# #####
-#
-# Settings.cfg - A TYPO3 Documentation Project's Configuration File
-# Information about Settings.cfg:
-#   https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/DirectoryFilenames.html#settings-cfg
-#
-# About Syntax:
-#   See https://docs.python.org/2/library/configparser.html
-#
-# Attention:
-#   Only " ;" can start an inline comment.
-#   This is: blank PLUS semicolon!
-#
-# #####
+# More information about this file:
+# https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#settings-cfg
 
 [general]
 
-project     = redirects
-version     = main
-release     = main
-copyright   = since 2021
-
-description = This is the documentation of TYPO3's system extension 'redirects'.
+project     = Redirects
+version     = main (development)
+release     = main (development)
+copyright   = since 2018 by the TYPO3 contributors
 
 [html_theme_options]
 
-# Add 'Edit me on Github' button
-github_branch             = main
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/redirects/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = main
+path_to_documentation_dir  = typo3/sysext/redirects/Documentation
 
-# Show as related links
-project_contact      =
-project_discussions  =
-project_home         = https://forge.typo3.org/projects/typo3cms-core
-project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+# Footer links
+project_home         = https://extensions.typo3.org/extension/redirects/
+project_contact      = https://typo3.slack.com/archives/C025BQLFA
 project_repository   = https://github.com/typo3/typo3
+project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+project_discussions  =
 
+use_opensearch       =
 
 [intersphinx_mapping]
 
-# .................................................................................
-# for cross-referencing across manuals (intersphinx) with :ref:
-#
-# You must uncomment all manuals you use in your cross-references
-#
-# Example usage:
-#   :ref:`t3contribute:start` will link to start page of Contribution Guide
-# .................................................................................
-
-# h2document    = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
-t3coreapi     = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
-# t3editors     = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
-# t3extbasebook = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/Index.html
-# t3install     = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
-# t3l10n        = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
-# t3start       = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
-# t3sitepackage = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
-# t3tca         = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
-# t3templating  = https://docs.typo3.org/m/typo3/tutorial-templating-with-fluid/main/en-us/
-# t3ts45        = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/
-# t3tsconfig    = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
-# t3tsref       = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
-
-t3workspaces    = https://docs.typo3.org/c/typo3/cms-workspaces/main/en-us/
-
-[extensions]
-
-# This is required for embedding YouTube videos - currently not used
-# any_name_youtube = sphinxcontrib.youtube
+# Official TYPO3 manuals
+# h2document     = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
+# t3cheatsheets  = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/
+# t3contribute   = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/
+t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
+# t3docteam      = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
+# t3editors      = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
+# t3extbasebook  = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/
+# t3extexample   = https://docs.typo3.org/m/typo3/guide-example-extension-manual/main/en-us/
+# t3home         = https://docs.typo3.org/
+# t3install      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+# t3l10n         = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3sitepackage  = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
+# t3start        = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
+# t3tca          = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
+# t3templating   = https://docs.typo3.org/m/typo3/tutorial-templating/main/en-us/
+# t3translate    = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3tsconfig     = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
+# t3tsref        = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
+# t3ts45         = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/
+# t3viewhelper   = https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/
+# t3upgrade      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+
+# TYPO3 system extensions
+# ext_adminpanel     = https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/
+# ext_core           = https://docs.typo3.org/c/typo3/cms-core/main/en-us/
+# ext_dashboard      = https://docs.typo3.org/c/typo3/cms-dashboard/main/en-us/
+# ext_felogin        = https://docs.typo3.org/c/typo3/cms-felogin/main/en-us/
+# ext_form           = https://docs.typo3.org/c/typo3/cms-form/main/en-us/
+# ext_fsc            = https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us/
+# ext_indexed_search = https://docs.typo3.org/c/typo3/cms-indexed-search/main/en-us/
+# ext_rte_ckeditor   = https://docs.typo3.org/c/typo3/cms-rte-ckeditor/main/en-us/
+# ext_scheduler      = https://docs.typo3.org/c/typo3/cms-scheduler/main/en-us/
+# ext_seo            = https://docs.typo3.org/c/typo3/cms-seo/main/en-us/
+ext_workspaces     = https://docs.typo3.org/c/typo3/cms-workspaces/main/en-us/
diff --git a/typo3/sysext/redirects/Documentation/Sitemap.rst b/typo3/sysext/redirects/Documentation/Sitemap.rst
index 9617022a6356c18274dc671905247834d01f55f0..09d3c6f56e97422d5e402797988ad9ab0b994777 100644
--- a/typo3/sysext/redirects/Documentation/Sitemap.rst
+++ b/typo3/sysext/redirects/Documentation/Sitemap.rst
@@ -1,9 +1,9 @@
 :template: sitemap.html
 
-.. _sitemap:
+.. include:: /Includes.rst.txt
 
 =======
 Sitemap
 =======
 
-.. template 'sitemap.html' will insert the toctree as a sitemap here below normal contents
+.. The sitemap.html template will insert here the page tree automatically.
diff --git a/typo3/sysext/redirects/Documentation/genindex.rst b/typo3/sysext/redirects/Documentation/genindex.rst
new file mode 100644
index 0000000000000000000000000000000000000000..806ec56a77c4fd96f61bccba17e471c1d273b5cc
--- /dev/null
+++ b/typo3/sysext/redirects/Documentation/genindex.rst
@@ -0,0 +1,7 @@
+.. include:: /Includes.rst.txt
+
+=====
+Index
+=====
+
+.. Sphinx will insert here the general index automatically.
diff --git a/typo3/sysext/redirects/README.rst b/typo3/sysext/redirects/README.rst
index 5b197a0b50f6cbb7ee27258a2f26a8719af1af3f..426d3efe372662b27d674c5eca7a5ff219d0d7f5 100644
--- a/typo3/sysext/redirects/README.rst
+++ b/typo3/sysext/redirects/README.rst
@@ -1,14 +1,11 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+=============================
+TYPO3 extension ``redirects``
+=============================
 
-=========================================
-TYPO3 CMS Redirects (typo3/cms-redirects)
-=========================================
+This extension makes it possible to create manual redirects, list existing
+redirects and automatically create redirects on slug changes.
 
-Create manual redirects, list existing redirects and automatically create
-redirects on slug changes.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org/c/typo3/cms-redirects/main/en-us/
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-redirects/main/en-us/
+:TER:         https://extensions.typo3.org/extension/redirects/
diff --git a/typo3/sysext/reports/README.rst b/typo3/sysext/reports/README.rst
index 7aab8144ceca8dba2af75bd5166f3b0398bfb1ed..5de2dba3f28dc6efcda65c1c17265d766ee4f91f 100644
--- a/typo3/sysext/reports/README.rst
+++ b/typo3/sysext/reports/README.rst
@@ -1,13 +1,11 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+===========================
+TYPO3 extension ``reports``
+===========================
 
-=====================================
-TYPO3 CMS Reports (typo3/cms-reports)
-=====================================
+This extension shows status reports and installed services in the
+(System>Reports) backend module.
 
-Show status reports and installed services in the (System>Reports) backend module.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/reports/
diff --git a/typo3/sysext/rte_ckeditor/Documentation/Configuration/BestPractices.rst b/typo3/sysext/rte_ckeditor/Documentation/Configuration/BestPractices.rst
index 1bd8fbd3e50f42a1903118eaaa2c507d4bcca47b..adb802a669c1d97c80ab068d695700b249600201 100644
--- a/typo3/sysext/rte_ckeditor/Documentation/Configuration/BestPractices.rst
+++ b/typo3/sysext/rte_ckeditor/Documentation/Configuration/BestPractices.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _config-best-practices:
@@ -16,7 +16,7 @@ It is generally recommended to use a a sitepackage extension to
 customize a TYPO3 website. The sitepackage contains configuration files
 for that site.
 
-See the :ref:`TYPO3 Sitepackage Tutorial <t3sitepackage:start>` on how
+See the :doc:`TYPO3 Sitepackage Tutorial <t3sitepackage:Index>` on how
 to create a sitepackage. We assume here your sitepackage extension has the
 key `my_sitepackage`.
 
diff --git a/typo3/sysext/rte_ckeditor/Documentation/Configuration/Concepts.rst b/typo3/sysext/rte_ckeditor/Documentation/Configuration/Concepts.rst
index c9047216c5ac148d86c04323ed7745d8b5baeb19..66552026766c6c410aeb5422bf9882d4eaf452f7 100644
--- a/typo3/sysext/rte_ckeditor/Documentation/Configuration/Concepts.rst
+++ b/typo3/sysext/rte_ckeditor/Documentation/Configuration/Concepts.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _config-concepts:
diff --git a/typo3/sysext/rte_ckeditor/Documentation/Configuration/ConfigureTypo3.rst b/typo3/sysext/rte_ckeditor/Documentation/Configuration/ConfigureTypo3.rst
index ce174618adae8d928face229ec1d60eedb6aeafe..c5e06528f17034e396bbd59e42b767c40bbfac2f 100644
--- a/typo3/sysext/rte_ckeditor/Documentation/Configuration/ConfigureTypo3.rst
+++ b/typo3/sysext/rte_ckeditor/Documentation/Configuration/ConfigureTypo3.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 .. highlight:: typoscript
 
 .. _config-typo3:
@@ -29,16 +29,16 @@ Page TSconfig can be used to change:
 
       RTE.default.preset = full
 
-#. Override for one field (:ts:`RTE.config.[tableName].[fieldName].preset`)::
+#. Override for one field (:typoscript:`RTE.config.[tableName].[fieldName].preset`)::
 
       RTE.config.tt_content.bodytext.preset = myCustomPreset
       RTE.config.tx_news_domain_model_news.bodytext.preset = minimal
 
-#. Override for one field defined in flexform (:ts:`RTE.config.[tableName].[flexForm\.field\.name].preset`)::
+#. Override for one field defined in flexform (:typoscript:`RTE.config.[tableName].[flexForm\.field\.name].preset`)::
 
       RTE.config.tt_content.settings\.notifications\.emailText.preset = myCustomPreset
 
-#. Override for one field, if type matches (:ts:`RTE.config.[tableName].[fieldName].types.[type].preset`)::
+#. Override for one field, if type matches (:typoscript:`RTE.config.[tableName].[fieldName].types.[type].preset`)::
 
       RTE.config.tt_content.bodytext.types.textmedia.preset = minimal
 
diff --git a/typo3/sysext/rte_ckeditor/Documentation/Configuration/Examples.rst b/typo3/sysext/rte_ckeditor/Documentation/Configuration/Examples.rst
index b25ee111b09ecd5c14e305ad303b11db9aedb440..389b2330d976192999e92043b650b6dfb7ea264c 100644
--- a/typo3/sysext/rte_ckeditor/Documentation/Configuration/Examples.rst
+++ b/typo3/sysext/rte_ckeditor/Documentation/Configuration/Examples.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _config-examples:
 
diff --git a/typo3/sysext/rte_ckeditor/Documentation/Configuration/Index.rst b/typo3/sysext/rte_ckeditor/Documentation/Configuration/Index.rst
index 29b998dba30bae1234b37e4048da8e62b05eb870..d7149ca7dbdd9aa8501513fe80f487819ef5ea1f 100644
--- a/typo3/sysext/rte_ckeditor/Documentation/Configuration/Index.rst
+++ b/typo3/sysext/rte_ckeditor/Documentation/Configuration/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _configuration:
diff --git a/typo3/sysext/rte_ckeditor/Documentation/Configuration/QuickStart.rst b/typo3/sysext/rte_ckeditor/Documentation/Configuration/QuickStart.rst
index 186bb5bd45f9f544a33fe036d356c079d1576ef7..4945d83790bc4756819305f257b083b5a8972a4c 100644
--- a/typo3/sysext/rte_ckeditor/Documentation/Configuration/QuickStart.rst
+++ b/typo3/sysext/rte_ckeditor/Documentation/Configuration/QuickStart.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _config-quickstart:
diff --git a/typo3/sysext/rte_ckeditor/Documentation/Configuration/Reference.rst b/typo3/sysext/rte_ckeditor/Documentation/Configuration/Reference.rst
index a9a5daf1210e091c0913601f946da6ae79c0c8f0..a3719879759ad915fb91c40374ea675f6595a3bc 100644
--- a/typo3/sysext/rte_ckeditor/Documentation/Configuration/Reference.rst
+++ b/typo3/sysext/rte_ckeditor/Documentation/Configuration/Reference.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _config-ref:
diff --git a/typo3/sysext/rte_ckeditor/Documentation/GeneralConcepts/Index.rst b/typo3/sysext/rte_ckeditor/Documentation/GeneralConcepts/Index.rst
index dffb90fc8b50da331b1c277739d62d2aa5997e94..eb48c40ce8be85897213e770fece39a8282259a8 100644
--- a/typo3/sysext/rte_ckeditor/Documentation/GeneralConcepts/Index.rst
+++ b/typo3/sysext/rte_ckeditor/Documentation/GeneralConcepts/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _general-concepts:
diff --git a/typo3/sysext/rte_ckeditor/Documentation/Includes.rst.txt b/typo3/sysext/rte_ckeditor/Documentation/Includes.rst.txt
new file mode 100644
index 0000000000000000000000000000000000000000..786bcc0a938eccd362d243dbf1565f2001f3f32c
--- /dev/null
+++ b/typo3/sysext/rte_ckeditor/Documentation/Includes.rst.txt
@@ -0,0 +1,34 @@
+.. 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 YAML syntax highlighting
+
+.. highlight:: yaml
diff --git a/typo3/sysext/rte_ckeditor/Documentation/Includes.txt b/typo3/sysext/rte_ckeditor/Documentation/Includes.txt
deleted file mode 100644
index a6751f80e0714d88cd84ecfc79873349b4840167..0000000000000000000000000000000000000000
--- a/typo3/sysext/rte_ckeditor/Documentation/Includes.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-.. This is 'Includes.txt'. It is included at the very top of each and
-   every ReST source file in THIS documentation project (= manual).
-
-.. role:: aspect (emphasis)
-.. role:: html(code)
-.. role:: js(code)
-.. role:: php(code)
-.. role:: typoscript(code)
-.. role:: typescript(code)
-.. role:: shell(code)
-.. role:: sql(code)
-.. role:: yaml(code)
-
-.. role:: ts(typoscript)
-   :class: typoscript
-.. role:: javascript(js)
-   :class: js
-
-.. default-role:: code
-.. highlight:: yaml
diff --git a/typo3/sysext/rte_ckeditor/Documentation/Index.rst b/typo3/sysext/rte_ckeditor/Documentation/Index.rst
index 8fdf7d93beb2b86aeb06dd3fab20c35e869d9e18..7c9538505915cbe5481b7d011619091aab3a074d 100644
--- a/typo3/sysext/rte_ckeditor/Documentation/Index.rst
+++ b/typo3/sysext/rte_ckeditor/Documentation/Index.rst
@@ -1,48 +1,56 @@
-.. include:: Includes.txt
+.. include:: /Includes.rst.txt
 
-.. _rte_ckeditor:
-.. _start:
-
-============
-rte_ckeditor
-============
-
-.. only:: html
+=====================
+TYPO3 RTE by CKEditor
+=====================
 
 :Extension key:
    rte_ckeditor
 
+:Package name:
+   typo3/cms-rte-ckeditor
+
 :Version:
    |release|
 
 :Language:
    en
 
-:Description:
-   Integration of CKEditor 4 into TYPO3 for RTE editing
+:Author:
+   TYPO3 contributors
+
+:License:
+   This document is published under the
+   `Open Content License <https://www.openhub.net/licenses/opl>`__.
 
-:Keywords:
-   sysext, rte, ckeditor, cke4
+:Rendered:
+   |today|
 
-:Copyright:
-   2019-2021
+----
 
-:Author:
-   Initial version by Benni Mack, updated and maintained by the TYPO3 community
+This extension integrates the `CKEditor`_ as a rich text editor into the TYPO3
+backend.
 
-:License:
-   This document is published under the Open Publication License
-   available from http://www.opencontent.org/openpub/
+.. _CKEditor: https://ckeditor.com/
 
-The content of this document is related to TYPO3,
-a GNU/GPL CMS/Framework available from `www.typo3.org <https://typo3.org/>`__.
+----
+
+**Table of Contents:**
 
 .. toctree::
-   :hidden:
+   :maxdepth: 2
+   :titlesonly:
 
    Introduction/Index
    GeneralConcepts/Index
    Installation/Index
    Configuration/Index
    Usage/Index
+
+.. Meta Menu
+
+.. toctree::
+   :hidden:
+
    Sitemap
+   genindex
diff --git a/typo3/sysext/rte_ckeditor/Documentation/Installation/Index.rst b/typo3/sysext/rte_ckeditor/Documentation/Installation/Index.rst
index af450b826317d9c4b8ba89684259b68b70076642..40f670e521ebf7d8f14657c6fb8e7afd28ccd314 100644
--- a/typo3/sysext/rte_ckeditor/Documentation/Installation/Index.rst
+++ b/typo3/sysext/rte_ckeditor/Documentation/Installation/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _installation:
diff --git a/typo3/sysext/rte_ckeditor/Documentation/Introduction/Index.rst b/typo3/sysext/rte_ckeditor/Documentation/Introduction/Index.rst
index 558fac2f06d94fd03fb58bc9a37baa519082799f..5f4b480ef2068d3604ed7a46e3a018a96103c2db 100644
--- a/typo3/sysext/rte_ckeditor/Documentation/Introduction/Index.rst
+++ b/typo3/sysext/rte_ckeditor/Documentation/Introduction/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _introduction:
diff --git a/typo3/sysext/rte_ckeditor/Documentation/Settings.cfg b/typo3/sysext/rte_ckeditor/Documentation/Settings.cfg
index 519b2549b5d645188a8896e84a8807d4ac4559e7..41b7f58c1755e6df31633723d64c72bf73b9d6de 100644
--- a/typo3/sysext/rte_ckeditor/Documentation/Settings.cfg
+++ b/typo3/sysext/rte_ckeditor/Documentation/Settings.cfg
@@ -1,41 +1,63 @@
-# #####
-#
-# Settings.cfg - A TYPO3 Documentation Project's Configuration File
-#
-# About Syntax:
-#   See https://docs.python.org/2/library/configparser.html
-#
-# Attention:
-#   Only " ;" can start an inline comment.
-#   This is: blank PLUS semicolon!
-#
-# #####
+# More information about this file:
+# https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#settings-cfg
 
 [general]
-project     = Rich Text Editing in TYPO3 with CKEditor (rte_ckeditor)
-version     = main
-release     = main
-t3author    = Initial version by Benni Mack, updated and maintained by the TYPO3 community
-copyright   = 2019-2021
 
-description = Integration of CKEditor into TYPO3 for rich text editing (RTE).
+project     = RTE by CKEditor
+version     = main (development)
+release     = main (development)
+copyright   = since 2016 by the TYPO3 contributors
 
 [html_theme_options]
-# Add "Edit me on Github" button
-# core contribution is possible via Github PR
-github_branch        = main
-github_repository    =  typo3/typo3
-path_to_documentation_dir = typo3/sysext/rte_ckeditor/Documentation
 
-# Show as related links
-project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = main
+path_to_documentation_dir  = typo3/sysext/rte_ckeditor/Documentation
+
+# Footer links
+project_home         = https://extensions.typo3.org/extension/rte_ckeditor/
+project_contact      = https://typo3.slack.com/archives/C025BQLFA
 project_repository   = https://github.com/typo3/typo3
+project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+project_discussions  =
+
+use_opensearch       =
 
 [intersphinx_mapping]
 
-t3coreapi     = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
-t3editors     = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
-t3sitepackage = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
-t3tca         = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
-t3tsconfig    = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
-t3tsref       = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
+# Official TYPO3 manuals
+# h2document     = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
+# t3cheatsheets  = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/
+# t3contribute   = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/
+t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
+# t3docteam      = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
+t3editors      = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
+# t3extbasebook  = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/
+# t3extexample   = https://docs.typo3.org/m/typo3/guide-example-extension-manual/main/en-us/
+# t3home         = https://docs.typo3.org/
+# t3install      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+# t3l10n         = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+t3sitepackage  = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
+# t3start        = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
+t3tca          = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
+# t3templating   = https://docs.typo3.org/m/typo3/tutorial-templating/main/en-us/
+# t3translate    = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+t3tsconfig     = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
+t3tsref        = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
+# t3ts45         = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/
+# t3viewhelper   = https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/
+# t3upgrade      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+
+# TYPO3 system extensions
+# ext_adminpanel     = https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/
+# ext_core           = https://docs.typo3.org/c/typo3/cms-core/main/en-us/
+# ext_dashboard      = https://docs.typo3.org/c/typo3/cms-dashboard/main/en-us/
+# ext_felogin        = https://docs.typo3.org/c/typo3/cms-felogin/main/en-us/
+# ext_form           = https://docs.typo3.org/c/typo3/cms-form/main/en-us/
+# ext_fsc            = https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us/
+# ext_indexed_search = https://docs.typo3.org/c/typo3/cms-indexed-search/main/en-us/
+# ext_rte_ckeditor   = https://docs.typo3.org/c/typo3/cms-rte-ckeditor/main/en-us/
+# ext_scheduler      = https://docs.typo3.org/c/typo3/cms-scheduler/main/en-us/
+# ext_seo            = https://docs.typo3.org/c/typo3/cms-seo/main/en-us/
+# ext_workspaces     = https://docs.typo3.org/c/typo3/cms-workspaces/main/en-us/
diff --git a/typo3/sysext/rte_ckeditor/Documentation/Sitemap.rst b/typo3/sysext/rte_ckeditor/Documentation/Sitemap.rst
index 9617022a6356c18274dc671905247834d01f55f0..09d3c6f56e97422d5e402797988ad9ab0b994777 100644
--- a/typo3/sysext/rte_ckeditor/Documentation/Sitemap.rst
+++ b/typo3/sysext/rte_ckeditor/Documentation/Sitemap.rst
@@ -1,9 +1,9 @@
 :template: sitemap.html
 
-.. _sitemap:
+.. include:: /Includes.rst.txt
 
 =======
 Sitemap
 =======
 
-.. template 'sitemap.html' will insert the toctree as a sitemap here below normal contents
+.. The sitemap.html template will insert here the page tree automatically.
diff --git a/typo3/sysext/rte_ckeditor/Documentation/Usage/Index.rst b/typo3/sysext/rte_ckeditor/Documentation/Usage/Index.rst
index 073b7c38b193083c15a46b8c5eaa2bb73f58b493..bc68870d10f577ebf07a41fadf65db880988754a 100644
--- a/typo3/sysext/rte_ckeditor/Documentation/Usage/Index.rst
+++ b/typo3/sysext/rte_ckeditor/Documentation/Usage/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _usage:
diff --git a/typo3/sysext/rte_ckeditor/Documentation/genindex.rst b/typo3/sysext/rte_ckeditor/Documentation/genindex.rst
new file mode 100644
index 0000000000000000000000000000000000000000..806ec56a77c4fd96f61bccba17e471c1d273b5cc
--- /dev/null
+++ b/typo3/sysext/rte_ckeditor/Documentation/genindex.rst
@@ -0,0 +1,7 @@
+.. include:: /Includes.rst.txt
+
+=====
+Index
+=====
+
+.. Sphinx will insert here the general index automatically.
diff --git a/typo3/sysext/rte_ckeditor/README.rst b/typo3/sysext/rte_ckeditor/README.rst
index 4fa3a99960919c8d7fa16a53e6a4a361b01f1689..e3f803df053643562b6078f05fa65ce0a5c4494c 100644
--- a/typo3/sysext/rte_ckeditor/README.rst
+++ b/typo3/sysext/rte_ckeditor/README.rst
@@ -1,13 +1,13 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+================================
+TYPO3 extension ``rte_ckeditor``
+================================
 
-===============================================
-TYPO3 CMS RTE CKEditor (typo3/cms-rte-ckeditor)
-===============================================
+This extension integrates the `CKEditor`_ as a rich text editor into the TYPO3
+backend.
 
-Integration of CKEditor as a Rich Text Editor for the TYPO3 backend.
+.. _CKEditor: https://ckeditor.com/
 
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org/c/typo3/cms-rte-ckeditor/main/en-us
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-rte-ckeditor/main/en-us/
+:TER:         https://extensions.typo3.org/extension/rte_ckeditor/
diff --git a/typo3/sysext/scheduler/Documentation/Administration/BackendModule/Index.rst b/typo3/sysext/scheduler/Documentation/Administration/BackendModule/Index.rst
index ce2b17983eafc72d5ba260ca4a85f6d02dde34c8..ed372fc2cfd140e21d14c39d616af524ddf7659f 100644
--- a/typo3/sysext/scheduler/Documentation/Administration/BackendModule/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Administration/BackendModule/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _backend-module:
diff --git a/typo3/sysext/scheduler/Documentation/Administration/DeleteTask/Index.rst b/typo3/sysext/scheduler/Documentation/Administration/DeleteTask/Index.rst
index 328177474db89bad2fb7c2d87e10d35aca3061d9..b65285ea91e098ca41f01842e5aad51c5d0e1528 100644
--- a/typo3/sysext/scheduler/Documentation/Administration/DeleteTask/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Administration/DeleteTask/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/scheduler/Documentation/Administration/EditTask/Index.rst b/typo3/sysext/scheduler/Documentation/Administration/EditTask/Index.rst
index d45d2d2258077e159e5d1dd455d5eab41b3a2b51..1213b2088b9ad24ed5532d77aab2fa458005a14e 100644
--- a/typo3/sysext/scheduler/Documentation/Administration/EditTask/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Administration/EditTask/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _adding-editing-task:
diff --git a/typo3/sysext/scheduler/Documentation/Administration/ExecuteNextCronjob/Index.rst b/typo3/sysext/scheduler/Documentation/Administration/ExecuteNextCronjob/Index.rst
index 949958bcfca002c9c07b3b62cb22e59b33a61acf..32d287a11d48f565a6612200d57ce5927cdacd3f 100644
--- a/typo3/sysext/scheduler/Documentation/Administration/ExecuteNextCronjob/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Administration/ExecuteNextCronjob/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/scheduler/Documentation/Administration/GroupTask/Index.rst b/typo3/sysext/scheduler/Documentation/Administration/GroupTask/Index.rst
index 0431d86a2fefd8de505646935fd2ddfa92105d35..0754b533a732af8aa85c8931fa5a05dcf719c6c9 100644
--- a/typo3/sysext/scheduler/Documentation/Administration/GroupTask/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Administration/GroupTask/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/scheduler/Documentation/Administration/Index.rst b/typo3/sysext/scheduler/Documentation/Administration/Index.rst
index 623f68318d061ab4db81a1319d451cc0214964be..1425ab4c2fba6168b9361a7e134fa5667e649bd9 100644
--- a/typo3/sysext/scheduler/Documentation/Administration/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Administration/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/scheduler/Documentation/Administration/ManualExecution/Index.rst b/typo3/sysext/scheduler/Documentation/Administration/ManualExecution/Index.rst
index e87a788b4787be73e73832780074a48ad423ec85..22ee217cf588a21d7c941def680200f7fa7a6d81 100644
--- a/typo3/sysext/scheduler/Documentation/Administration/ManualExecution/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Administration/ManualExecution/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/scheduler/Documentation/Administration/StopTask/Index.rst b/typo3/sysext/scheduler/Documentation/Administration/StopTask/Index.rst
index 92308f2eb2de076288043f9c7676931f9eec215b..fc080681dd2e8d3fb4237a1a56138a16fb9242b8 100644
--- a/typo3/sysext/scheduler/Documentation/Administration/StopTask/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Administration/StopTask/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _stopping-a-task:
diff --git a/typo3/sysext/scheduler/Documentation/AppendixA/Index.rst b/typo3/sysext/scheduler/Documentation/AppendixA/Index.rst
index 166f0afbc5e13106d2612df04d2d8b8fb745f6e3..3fd1353dbebd0cc38916ecba6cf4beb0f68d2b7a 100644
--- a/typo3/sysext/scheduler/Documentation/AppendixA/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/AppendixA/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/scheduler/Documentation/DevelopersGuide/CreatingTasks/Index.rst b/typo3/sysext/scheduler/Documentation/DevelopersGuide/CreatingTasks/Index.rst
index 19e636e61f5cffa406431b09275cc25d3c8cd143..c7132619f98b4d87725cce761f55aa7e952f403c 100644
--- a/typo3/sysext/scheduler/Documentation/DevelopersGuide/CreatingTasks/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/DevelopersGuide/CreatingTasks/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/scheduler/Documentation/DevelopersGuide/Index.rst b/typo3/sysext/scheduler/Documentation/DevelopersGuide/Index.rst
index 31b17ac11f851e50df1ff015bb14d6eddb833be4..637e7fb6e84b350045b8feb566d3e14cad56fd92 100644
--- a/typo3/sysext/scheduler/Documentation/DevelopersGuide/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/DevelopersGuide/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/scheduler/Documentation/DevelopersGuide/SchedulerApi/Index.rst b/typo3/sysext/scheduler/Documentation/DevelopersGuide/SchedulerApi/Index.rst
index b1c4afb5cd24b8653cf241900f4025b74c775480..6df92b0a202545ac26b2d98722a8aedf13f2e311 100644
--- a/typo3/sysext/scheduler/Documentation/DevelopersGuide/SchedulerApi/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/DevelopersGuide/SchedulerApi/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/scheduler/Documentation/Includes.rst.txt b/typo3/sysext/scheduler/Documentation/Includes.rst.txt
new file mode 100644
index 0000000000000000000000000000000000000000..af7f7005ee325b1b6517f153d183a7ddc8f086b7
--- /dev/null
+++ b/typo3/sysext/scheduler/Documentation/Includes.rst.txt
@@ -0,0 +1,34 @@
+.. 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
diff --git a/typo3/sysext/scheduler/Documentation/Includes.txt b/typo3/sysext/scheduler/Documentation/Includes.txt
deleted file mode 100644
index 6f6d15ac0e57db62d01a3a8628cc57cc968473e3..0000000000000000000000000000000000000000
--- a/typo3/sysext/scheduler/Documentation/Includes.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. This is 'Includes.txt'. It is included at the very top of each and
-   every ReST source file in this documentation project (= manual).
-
-
-.. ==================================================
-.. DEFINE SOME TEXTROLES
-.. --------------------------------------------------
-
-.. role::   typoscript(code)
-
-.. role::   ts(typoscript)
-   :class:  typoscript
-
-.. role::   php(code)
-
-.. highlight:: php
diff --git a/typo3/sysext/scheduler/Documentation/Index.rst b/typo3/sysext/scheduler/Documentation/Index.rst
index a5ead59f34f422b36d63e3c2e8fdb0d58614b32b..2ff14b2fb7cbb7167d690bca8005ba220475eec6 100644
--- a/typo3/sysext/scheduler/Documentation/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Index.rst
@@ -1,59 +1,43 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
+.. include:: /Includes.rst.txt
 
-.. include:: Includes.txt
-
-
-.. _start:
-
-=========
-Scheduler
-=========
+===============
+TYPO3 Scheduler
+===============
 
 :Extension key:
-      scheduler
+   scheduler
+
+:Package name:
+   typo3/cms-scheduler
 
 :Version:
-      |release|
+   |release|
 
 :Language:
-      en
-
-:Description:
-      Management of scheduled tasks inside the TYPO3 Backend.
-
-:Keywords:
-      TYPO3 scheduler
-
-:Copyright:
-      2000-2021
+   en
 
 :Author:
-      TYPO3 CMS Core Development Team
+   TYPO3 contributors
 
 :License:
-      Open Content License available from `www.opencontent.org/opl.shtml
-      <http://www.opencontent.org/opl.shtml>`_
+   This document is published under the
+   `Open Content License <https://www.openhub.net/licenses/opl>`__.
 
 :Rendered:
-      |today|
-
-The content of this document is related to TYPO3,
-
-a GNU/GPL CMS/Framework available from `www.typo3.org
-<http://www.typo3.org/>`_
+   |today|
 
+----
 
+The Scheduler supports one-time or periodic execution of tasks that can be
+delivered by any extension.
 
+----
 
-**Table of Contents**
+**Table of Contents:**
 
 .. toctree::
-   :maxdepth: 5
+   :maxdepth: 2
    :titlesonly:
-   :glob:
 
    Introduction/Index
    Overview/Index
@@ -63,5 +47,11 @@ a GNU/GPL CMS/Framework available from `www.typo3.org
    DevelopersGuide/Index
    KnownProblems/Index
    AppendixA/Index
-   Targets
 
+.. Meta Menu
+
+.. toctree::
+   :hidden:
+
+   Sitemap
+   genindex
diff --git a/typo3/sysext/scheduler/Documentation/Installation/BaseTasks/Index.rst b/typo3/sysext/scheduler/Documentation/Installation/BaseTasks/Index.rst
index d961917bf772293f1f233233e59c7a773392acb4..7c96bd7db61235e1e124bef705dd362d48674b94 100644
--- a/typo3/sysext/scheduler/Documentation/Installation/BaseTasks/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Installation/BaseTasks/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _base-tasks:
diff --git a/typo3/sysext/scheduler/Documentation/Installation/CronJob/Index.rst b/typo3/sysext/scheduler/Documentation/Installation/CronJob/Index.rst
index e12e5a1edc9cbbecf8c3beaaf54848f206be6f35..e8c1d0a3f074cf05459c1063824117ed472616f8 100644
--- a/typo3/sysext/scheduler/Documentation/Installation/CronJob/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Installation/CronJob/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/scheduler/Documentation/Installation/Index.rst b/typo3/sysext/scheduler/Documentation/Installation/Index.rst
index 2bff5a391df1e50d28ff66fd56feaffd62333ff6..7ed9ee5b2b5a8b7ae7de506094d245c6de1c5bc2 100644
--- a/typo3/sysext/scheduler/Documentation/Installation/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Installation/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/scheduler/Documentation/Installation/Installing/Index.rst b/typo3/sysext/scheduler/Documentation/Installation/Installing/Index.rst
index 937e74acdcd34781f3a616602895eb861d4515cd..3baa56643fc189ebf50d6d8270aff3789e0e14f2 100644
--- a/typo3/sysext/scheduler/Documentation/Installation/Installing/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Installation/Installing/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/scheduler/Documentation/Installation/SchedulerShellScript/Index.rst b/typo3/sysext/scheduler/Documentation/Installation/SchedulerShellScript/Index.rst
index 74d5f0fe2353fa0768be75a9b50b3e1bda1b9141..b7c0323f46965046916bee658b506e85213f6f25 100644
--- a/typo3/sysext/scheduler/Documentation/Installation/SchedulerShellScript/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Installation/SchedulerShellScript/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/scheduler/Documentation/Installation/SetupCheck/Index.rst b/typo3/sysext/scheduler/Documentation/Installation/SetupCheck/Index.rst
index 4b68a3752a7af894dc3c1472b73e24e8eb40d631..742776736e41bfa10f2b9d0b0a6689199f03fc39 100644
--- a/typo3/sysext/scheduler/Documentation/Installation/SetupCheck/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Installation/SetupCheck/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _setup-check:
diff --git a/typo3/sysext/scheduler/Documentation/Introduction/Index.rst b/typo3/sysext/scheduler/Documentation/Introduction/Index.rst
index 8685eb17fcbe3ad0cd38069761ce3ed93639e098..999a85a2167daf8fb5995d9bdde686363ba737ec 100644
--- a/typo3/sysext/scheduler/Documentation/Introduction/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Introduction/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/scheduler/Documentation/KnownProblems/Index.rst b/typo3/sysext/scheduler/Documentation/KnownProblems/Index.rst
index f0db8b348321edcd892ef87d722a13de53da64c2..89e6be893e0cf086bceea530ca93310772a84c68 100644
--- a/typo3/sysext/scheduler/Documentation/KnownProblems/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/KnownProblems/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/scheduler/Documentation/Overview/Index.rst b/typo3/sysext/scheduler/Documentation/Overview/Index.rst
index 4e35073c6699ae12d0c7390b8d0593cc7dbd799b..9eb1dcfcf07cf8f086b074e98d6f209653a9ccc3 100644
--- a/typo3/sysext/scheduler/Documentation/Overview/Index.rst
+++ b/typo3/sysext/scheduler/Documentation/Overview/Index.rst
@@ -1,9 +1,4 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/scheduler/Documentation/Settings.cfg b/typo3/sysext/scheduler/Documentation/Settings.cfg
index f8a0af7d51d0dcd3016ecc66b405dffb55d0de27..29b1ba1678e0e9269b7aa42b85a9083d23eab793 100644
--- a/typo3/sysext/scheduler/Documentation/Settings.cfg
+++ b/typo3/sysext/scheduler/Documentation/Settings.cfg
@@ -1,30 +1,63 @@
+# More information about this file:
+# https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#settings-cfg
+
 [general]
 
 project     = Scheduler
-version     = latest (10-dev)
-release     = latest (10-dev)
-t3author    = François Suter
-copyright   = 1997-2021
-
-description = This is the documentation of TYPO3's system
-      extension 'scheduler' which lets you register tasks
-      to happen at a specific time.
-
+version     = main (development)
+release     = main (development)
+copyright   = since 2009 by the TYPO3 contributors
 
 [html_theme_options]
 
-# Add 'Edit me on Github' button
-github_branch             = main
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/scheduler/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = main
+path_to_documentation_dir  = typo3/sysext/scheduler/Documentation
 
-# show as related links
-project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+# Footer links
+project_home         = https://extensions.typo3.org/extension/scheduler/
+project_contact      = https://typo3.slack.com/archives/C025BQLFA
 project_repository   = https://github.com/typo3/typo3
+project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+project_discussions  =
 
+use_opensearch       =
 
 [intersphinx_mapping]
 
-; in this manual we actually use:
-
-t3coreapi = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
+# Official TYPO3 manuals
+# h2document     = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
+# t3cheatsheets  = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/
+# t3contribute   = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/
+t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
+# t3docteam      = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
+# t3editors      = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
+# t3extbasebook  = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/
+# t3extexample   = https://docs.typo3.org/m/typo3/guide-example-extension-manual/main/en-us/
+# t3home         = https://docs.typo3.org/
+# t3install      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+# t3l10n         = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3sitepackage  = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
+# t3start        = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
+# t3tca          = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
+# t3templating   = https://docs.typo3.org/m/typo3/tutorial-templating/main/en-us/
+# t3translate    = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3tsconfig     = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
+# t3tsref        = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
+# t3ts45         = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/
+# t3viewhelper   = https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/
+# t3upgrade      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+
+# TYPO3 system extensions
+# ext_adminpanel     = https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/
+# ext_core           = https://docs.typo3.org/c/typo3/cms-core/main/en-us/
+# ext_dashboard      = https://docs.typo3.org/c/typo3/cms-dashboard/main/en-us/
+# ext_felogin        = https://docs.typo3.org/c/typo3/cms-felogin/main/en-us/
+# ext_form           = https://docs.typo3.org/c/typo3/cms-form/main/en-us/
+# ext_fsc            = https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us/
+# ext_indexed_search = https://docs.typo3.org/c/typo3/cms-indexed-search/main/en-us/
+# ext_rte_ckeditor   = https://docs.typo3.org/c/typo3/cms-rte-ckeditor/main/en-us/
+# ext_scheduler      = https://docs.typo3.org/c/typo3/cms-scheduler/main/en-us/
+# ext_seo            = https://docs.typo3.org/c/typo3/cms-seo/main/en-us/
+# ext_workspaces     = https://docs.typo3.org/c/typo3/cms-workspaces/main/en-us/
diff --git a/typo3/sysext/scheduler/Documentation/Sitemap.rst b/typo3/sysext/scheduler/Documentation/Sitemap.rst
new file mode 100644
index 0000000000000000000000000000000000000000..09d3c6f56e97422d5e402797988ad9ab0b994777
--- /dev/null
+++ b/typo3/sysext/scheduler/Documentation/Sitemap.rst
@@ -0,0 +1,9 @@
+:template: sitemap.html
+
+.. include:: /Includes.rst.txt
+
+=======
+Sitemap
+=======
+
+.. The sitemap.html template will insert here the page tree automatically.
diff --git a/typo3/sysext/scheduler/Documentation/Targets.rst b/typo3/sysext/scheduler/Documentation/Targets.rst
deleted file mode 100644
index f8ba588e0b27ea121636de63425ef70338e3acb1..0000000000000000000000000000000000000000
--- a/typo3/sysext/scheduler/Documentation/Targets.rst
+++ /dev/null
@@ -1,13 +0,0 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. include:: Includes.txt
-
-.. _index-labels-for-crossreferencing:
-
-Index: Labels for Crossreferencing
-==================================
-
-.. ref-targets-list::
diff --git a/typo3/sysext/scheduler/Documentation/genindex.rst b/typo3/sysext/scheduler/Documentation/genindex.rst
new file mode 100644
index 0000000000000000000000000000000000000000..806ec56a77c4fd96f61bccba17e471c1d273b5cc
--- /dev/null
+++ b/typo3/sysext/scheduler/Documentation/genindex.rst
@@ -0,0 +1,7 @@
+.. include:: /Includes.rst.txt
+
+=====
+Index
+=====
+
+.. Sphinx will insert here the general index automatically.
diff --git a/typo3/sysext/scheduler/README.rst b/typo3/sysext/scheduler/README.rst
index 89c82d9c067446ed2a33637104f9b4e7c21660de..e8fe1778fe9204df93118c99898d4915048bd3a0 100644
--- a/typo3/sysext/scheduler/README.rst
+++ b/typo3/sysext/scheduler/README.rst
@@ -1,13 +1,11 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+=============================
+TYPO3 extension ``scheduler``
+=============================
 
-=========================================
-TYPO3 CMS Scheduler (typo3/cms-scheduler)
-=========================================
+The Scheduler supports one-time or periodic execution of tasks that can be
+delivered by any extension.
 
-Schedule tasks to run once or periodically at a specific time.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org/c/typo3/cms-scheduler/main/en-us
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-scheduler/main/en-us/
+:TER:         https://extensions.typo3.org/extension/scheduler/
diff --git a/typo3/sysext/seo/Documentation/Configuration/Index.rst b/typo3/sysext/seo/Documentation/Configuration/Index.rst
index 742965a8f6dc012c97cbd2e47040189f27addeeb..d2cd2bcaa2abb426ab5b6e131491b1e665f7d6ad 100644
--- a/typo3/sysext/seo/Documentation/Configuration/Index.rst
+++ b/typo3/sysext/seo/Documentation/Configuration/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _configuration:
@@ -94,12 +94,12 @@ Redirects
 ---------
 
 Having correct redirects and choosing the appropriate
-:ref:`status code <redirects:http-status-codes>` is a very important part of SEO.
+:ref:`status code <ext_redirects:http-status-codes>` is a very important part of SEO.
 
 It is possible to manage redirects via the TYPO3
-:ref:`redirects <redirects:start>` extension, but it is not the only option and
+:doc:`redirects <ext_redirects:Index>` extension, but it is not the only option and
 from a performance perspective it may not be the best solution. Please also see
-:ref:`redirects:best-practices-performance` in the EXT:redirects documentation.
+:ref:`ext_redirects:best-practices-performance` in the EXT:redirects documentation.
 
 .. _config-tags:
 
@@ -143,7 +143,7 @@ Working links
 Links in your website are quite important. You can use third party applications to check all your links, but you can
 also use the core extension linkvalidator to ensure, all the links in your site are working as expected.
 
-Please check the documentation of :ref:`linkvalidator:start` .
+Please check the documentation of :doc:`ext_linkvalidator:Index` .
 
 TypoScript examples
 ===================
@@ -246,7 +246,7 @@ More information about the Meta Tag Api can be found on:
 Setting defaults for the author on meta tags
 --------------------------------------------
 
-This example shows how to set a default author based on the TypoScript constant :ts:`{$my.default.author}`:
+This example shows how to set a default author based on the TypoScript constant :typoscript:`{$my.default.author}`:
 
 .. code-block:: typoscript
 
diff --git a/typo3/sysext/seo/Documentation/Developer/Index.rst b/typo3/sysext/seo/Documentation/Developer/Index.rst
index cd586f29c7f4fc0a66e050c33c4d5c21d25ee880..c49f459467cb2da3017246b63abf27e4347476c0 100644
--- a/typo3/sysext/seo/Documentation/Developer/Index.rst
+++ b/typo3/sysext/seo/Documentation/Developer/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _developer:
diff --git a/typo3/sysext/seo/Documentation/Editor/Index.rst b/typo3/sysext/seo/Documentation/Editor/Index.rst
index fee5e3847a091e48d26b1209db5b5bbb0b23a48c..d361df7c931f985a0f1551ed3389c7050da61d5d 100644
--- a/typo3/sysext/seo/Documentation/Editor/Index.rst
+++ b/typo3/sysext/seo/Documentation/Editor/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _for-editors:
diff --git a/typo3/sysext/seo/Documentation/GeneralRecommendations/Index.rst b/typo3/sysext/seo/Documentation/GeneralRecommendations/Index.rst
index 0e5def0bab71d965a1223918b9ad98362ce6b7ff..de9c788dd27e2e7c760127c78100ce7b5575affb 100644
--- a/typo3/sysext/seo/Documentation/GeneralRecommendations/Index.rst
+++ b/typo3/sysext/seo/Documentation/GeneralRecommendations/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _recommendations:
diff --git a/typo3/sysext/seo/Documentation/Includes.rst.txt b/typo3/sysext/seo/Documentation/Includes.rst.txt
new file mode 100644
index 0000000000000000000000000000000000000000..af7f7005ee325b1b6517f153d183a7ddc8f086b7
--- /dev/null
+++ b/typo3/sysext/seo/Documentation/Includes.rst.txt
@@ -0,0 +1,34 @@
+.. 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
diff --git a/typo3/sysext/seo/Documentation/Includes.txt b/typo3/sysext/seo/Documentation/Includes.txt
deleted file mode 100644
index f755af2475ea7515aa07b28199267c3004ab6c0c..0000000000000000000000000000000000000000
--- a/typo3/sysext/seo/Documentation/Includes.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
-
-.. This is 'Includes.txt'. It is included at the very top of each and
-   every ReST source file in this documentation project (= manual).
-
-
-.. ==================================================
-.. DEFINE SOME TEXT ROLES
-.. --------------------------------------------------
-
-.. role::   typoscript(code)
-
-.. role::   ts(typoscript)
-   :class:  typoscript
-
-.. role::   php(code)
-
-.. role::   html(code)
-
-.. highlight:: php
diff --git a/typo3/sysext/seo/Documentation/Index.rst b/typo3/sysext/seo/Documentation/Index.rst
index 0764bbdd3a2402550d7a6f486dac052ce186e759..6ae1b8a5421db2e8d6e2802e36af6fcd2cc26a1f 100644
--- a/typo3/sysext/seo/Documentation/Index.rst
+++ b/typo3/sysext/seo/Documentation/Index.rst
@@ -1,66 +1,43 @@
-.. every .rst file should include Includes.txt
-.. use correct path!
+.. include:: /Includes.rst.txt
 
-.. include:: Includes.txt
-
-
-.. Every manual should have a start label for cross-referencing to
-.. start page. Do not remove this!
-
-.. _start:
-
-==================
-SEO Core extension
-==================
+================================
+TYPO3 Search Engine Optimization
+================================
 
 :Extension key:
-      seo
+   seo
+
+:Package name:
+   typo3/cms-seo
 
 :Version:
-      |release|
+   |release|
 
 :Language:
-      en
-
-:Description:
-      Manual for our SEO extension, which adds basic SEO features to TYPO3.
-
-:Keywords:
-      seo, google, meta tags, search engine optimization, sitemap
-
-:Copyright:
-      2018-2021
+   en
 
 :Author:
-      TYPO3 CMS Core Development Team
+   TYPO3 contributors
 
 :License:
-      Open Content License available from `www.opencontent.org/opl.shtml
-      <http://www.opencontent.org/opl.shtml>`_
+   This document is published under the
+   `Open Content License <https://www.openhub.net/licenses/opl>`__.
 
 :Rendered:
-      |today|
+   |today|
 
-The content of this document is related to TYPO3,
+----
 
-a GNU/GPL CMS/Framework available from `www.typo3.org
-<http://www.typo3.org/>`_
+This extension offers special fields for SEO purposes, HTML meta tags display
+and sitemaps.
 
-**TYPO3**
+----
 
-   The content of this document is related to TYPO3 CMS,
-   a GNU/GPL CMS/Framework available from `typo3.org
-   <https://typo3.org/>`_ .
-
-**For Contributors**
-
-   You are welcome to help improve this guide. Just click on "Edit me on GitHub"
-   on the top right to submit your change request.
-
-**Table of Contents**
+**Table of Contents:**
 
 .. toctree::
-   :maxdepth: 3
+   :maxdepth: 2
+   :titlesonly:
 
    Introduction/Index
    Editor/Index
@@ -68,3 +45,11 @@ a GNU/GPL CMS/Framework available from `www.typo3.org
    Configuration/Index
    Developer/Index
    GeneralRecommendations/Index
+
+.. Meta Menu
+
+.. toctree::
+   :hidden:
+
+   Sitemap
+   genindex
diff --git a/typo3/sysext/seo/Documentation/Installation/Index.rst b/typo3/sysext/seo/Documentation/Installation/Index.rst
index e62d2426da3960d495d4cca4137ba6eaff2e490a..e80a1c1bc4e08a1193ff1000c74dc90d5773b66d 100644
--- a/typo3/sysext/seo/Documentation/Installation/Index.rst
+++ b/typo3/sysext/seo/Documentation/Installation/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/seo/Documentation/Introduction/Index.rst b/typo3/sysext/seo/Documentation/Introduction/Index.rst
index 94f3d0361a5c249949bb8ffd92cce6e44b603e1c..c8e52bd683274a7f873ce136f144a64b07f5c4d1 100644
--- a/typo3/sysext/seo/Documentation/Introduction/Index.rst
+++ b/typo3/sysext/seo/Documentation/Introduction/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _introduction:
diff --git a/typo3/sysext/seo/Documentation/Settings.cfg b/typo3/sysext/seo/Documentation/Settings.cfg
index 26f5deaa425473ae1bed95fb5f336eeb11947356..4596c3a9fd579f28ead49fe189a68d4a1d7533ee 100644
--- a/typo3/sysext/seo/Documentation/Settings.cfg
+++ b/typo3/sysext/seo/Documentation/Settings.cfg
@@ -1,50 +1,65 @@
-[general]
-
-; endless list of all of the general simple settings
-; you can use in 'conf.py'
+# More information about this file:
+# https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#settings-cfg
 
-project     = Search engine optimization (seo)
-version     = latest (10-dev)
-release     = latest (10-dev)
-t3author    = TYPO3 Core Team + Contributors, TYPO3 Documentation Team
-copyright   = 2018-2021
+[general]
 
-description = This documentation is about TYPO3's system extension
-              "seo" which provides provides search engine optimizations
+project     = SEO
+version     = main (development)
+release     = main (development)
+copyright   = since 2018 by the TYPO3 contributors
 
 [html_theme_options]
 
-; for theme t3SphinxThemeRtd
-
-# Add 'Edit me on Github' button
-github_branch             = main
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/seo/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = main
+path_to_documentation_dir  = typo3/sysext/seo/Documentation
 
-# show as related links
-project_contact      =
-project_discussions  = http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-content-rendering
-project_home         = https://forge.typo3.org/projects/typo3cms-core
-project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+# Footer links
+project_home         = https://extensions.typo3.org/extension/seo/
+project_contact      = https://typo3.slack.com/archives/C025BQLFA
 project_repository   = https://github.com/typo3/typo3
+project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+project_discussions  =
 
+use_opensearch       =
 
 [intersphinx_mapping]
 
-# These are common mappings. Uncomment only what you really use!
-
-h2document    = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
-t3coreapi     = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
-# t3editors     = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
-# t3extbasebook = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/Index.html
-t3install     = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
-# t3l10n        = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
-# t3start       = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
-# t3sitepackage = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
-# t3tca         = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
-# t3templating  = https://docs.typo3.org/m/typo3/tutorial-templating/main/en-us/
-# t3ts45        = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/
-# t3tsconfig    = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
-t3tsref       = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
-linkvalidator   = https://docs.typo3.org/c/typo3/cms-linkvalidator/main/en-us/
-redirects       = https://docs.typo3.org/c/typo3/cms-redirects/main/en-us/
+# Official TYPO3 manuals
+# h2document     = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
+# t3cheatsheets  = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/
+# t3contribute   = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/
+t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
+# t3docteam      = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
+# t3editors      = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
+# t3extbasebook  = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/
+# t3extexample   = https://docs.typo3.org/m/typo3/guide-example-extension-manual/main/en-us/
+# t3home         = https://docs.typo3.org/
+# t3install      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+# t3l10n         = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3sitepackage  = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
+# t3start        = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
+# t3tca          = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
+# t3templating   = https://docs.typo3.org/m/typo3/tutorial-templating/main/en-us/
+# t3translate    = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3tsconfig     = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
+t3tsref        = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
+# t3ts45         = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/
+# t3viewhelper   = https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/
+# t3upgrade      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+
+# TYPO3 system extensions
+# ext_adminpanel     = https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/
+# ext_core           = https://docs.typo3.org/c/typo3/cms-core/main/en-us/
+# ext_dashboard      = https://docs.typo3.org/c/typo3/cms-dashboard/main/en-us/
+# ext_felogin        = https://docs.typo3.org/c/typo3/cms-felogin/main/en-us/
+# ext_form           = https://docs.typo3.org/c/typo3/cms-form/main/en-us/
+# ext_fsc            = https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us/
+# ext_indexed_search = https://docs.typo3.org/c/typo3/cms-indexed-search/main/en-us/
+ext_linkvalidator  = https://docs.typo3.org/c/typo3/cms-linkvalidator/main/en-us/
+ext_redirects      = https://docs.typo3.org/c/typo3/cms-redirects/main/en-us/
+# ext_rte_ckeditor   = https://docs.typo3.org/c/typo3/cms-rte-ckeditor/main/en-us/
+# ext_scheduler      = https://docs.typo3.org/c/typo3/cms-scheduler/main/en-us/
+# ext_seo            = https://docs.typo3.org/c/typo3/cms-seo/main/en-us/
+# ext_workspaces     = https://docs.typo3.org/c/typo3/cms-workspaces/main/en-us/
diff --git a/typo3/sysext/seo/Documentation/Sitemap.rst b/typo3/sysext/seo/Documentation/Sitemap.rst
new file mode 100644
index 0000000000000000000000000000000000000000..09d3c6f56e97422d5e402797988ad9ab0b994777
--- /dev/null
+++ b/typo3/sysext/seo/Documentation/Sitemap.rst
@@ -0,0 +1,9 @@
+:template: sitemap.html
+
+.. include:: /Includes.rst.txt
+
+=======
+Sitemap
+=======
+
+.. The sitemap.html template will insert here the page tree automatically.
diff --git a/typo3/sysext/seo/Documentation/genindex.rst b/typo3/sysext/seo/Documentation/genindex.rst
new file mode 100644
index 0000000000000000000000000000000000000000..806ec56a77c4fd96f61bccba17e471c1d273b5cc
--- /dev/null
+++ b/typo3/sysext/seo/Documentation/genindex.rst
@@ -0,0 +1,7 @@
+.. include:: /Includes.rst.txt
+
+=====
+Index
+=====
+
+.. Sphinx will insert here the general index automatically.
diff --git a/typo3/sysext/seo/README.rst b/typo3/sysext/seo/README.rst
index d8df1566e4a5f02eda590790a933b89bdd2864de..2b81d96ce1e78e41dc7227eb4f1f92b45f339366 100644
--- a/typo3/sysext/seo/README.rst
+++ b/typo3/sysext/seo/README.rst
@@ -1,13 +1,11 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+=======================
+TYPO3 extension ``seo``
+=======================
 
-=============================
-TYPO3 CMS SEO (typo3/cms-seo)
-=============================
+This extension offers special fields for SEO purposes, HTML meta tags display
+and sitemaps.
 
-SEO features including specific fields for SEO purposes, rendering of HTML meta tags and sitemaps.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org/c/typo3/cms-seo/main/en-us
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-seo/main/en-us/
+:TER:         https://extensions.typo3.org/extension/seo/
diff --git a/typo3/sysext/setup/README.rst b/typo3/sysext/setup/README.rst
index ab2f2cf0d9d2b68b2d66495112369581098ddb60..4cd646d3676859886bcd227ac57486582ecda731 100644
--- a/typo3/sysext/setup/README.rst
+++ b/typo3/sysext/setup/README.rst
@@ -1,14 +1,11 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+=========================
+TYPO3 extension ``setup``
+=========================
 
-=================================
-TYPO3 CMS Setup (typo3/cms-setup)
-=================================
+This extension allows users to edit a set of options of their user profile,
+including the preferred language, their name and email address.
 
-Allows users to edit a limited set of options for their user profile, including
-preferred language, their name and email address.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/setup/
diff --git a/typo3/sysext/sys_note/README.rst b/typo3/sysext/sys_note/README.rst
index ff7290221ea29828fefced9353dcf2536b765798..0f9552b09d505c64ccaaabf318954cc2b6fe65c2 100644
--- a/typo3/sysext/sys_note/README.rst
+++ b/typo3/sysext/sys_note/README.rst
@@ -1,14 +1,11 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+============================
+TYPO3 extension ``sys_note``
+============================
 
-===========================================
-TYPO3 CMS System Notes (typo3/cms-sys-note)
-===========================================
+This extension allows you to place messages on any page in the TYPO3 backend
+that contain instructions or other information about a page or section.
 
-Records with messages which can be placed on any page and contain instructions
-or other information related to a page or section.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/sys_note/
diff --git a/typo3/sysext/t3editor/Documentation/Includes.rst.txt b/typo3/sysext/t3editor/Documentation/Includes.rst.txt
index d3f749a8df62fcec09df09423ae1359428072f5a..469841d32a762123eb6506894a36d73da8f8e3db 100644
--- a/typo3/sysext/t3editor/Documentation/Includes.rst.txt
+++ b/typo3/sysext/t3editor/Documentation/Includes.rst.txt
@@ -1,17 +1,34 @@
-.. This is 'Includes.txt'. It is included at the very top of each and
-   every ReST source file in THIS documentation project (= manual).
+.. More information about this file:
+   https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#includes-rst-txt
 
-.. role:: aspect (emphasis)
+.. ----------
+.. text roles
+.. ----------
+
+.. role:: aspect(emphasis)
+.. role:: bash(code)
 .. role:: html(code)
 .. role:: js(code)
 .. role:: php(code)
-.. role:: sep (strong)
+.. role:: rst(code)
+.. role:: sep(strong)
 .. role:: sql(code)
-.. role:: typoscript(code)
-.. role:: yaml(code)
 
-.. role:: ts(typoscript)
+.. 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
diff --git a/typo3/sysext/t3editor/Documentation/Index.rst b/typo3/sysext/t3editor/Documentation/Index.rst
index 25e0b637d8189e590fa78a386a39eb2c13457321..00931e5f3ee34104322123df1fa83b97b43b58ef 100644
--- a/typo3/sysext/t3editor/Documentation/Index.rst
+++ b/typo3/sysext/t3editor/Documentation/Index.rst
@@ -1,57 +1,54 @@
 .. include:: /Includes.rst.txt
 
-.. _start:
-
-========
-T3editor
-========
+==============
+TYPO3 T3Editor
+==============
 
 :Extension key:
-    t3editor
+   t3editor
+
+:Package name:
+   typo3/cms-t3editor
 
 :Version:
-    |release|
+   |release|
 
 :Language:
-    en
-
-:Description:
-    Manual for the TYPO3 system extension t3editor, an editor with syntax
-    highlighting.
+   en
 
-:Keywords:
-    editor, syntax, highlighting
-
-:Authors:
-    TYPO3 CMS Core Development Team
+:Author:
+   TYPO3 contributors
 
 :License:
-    Open Content License available from http://www.opencontent.org/opl.shtml
+   This document is published under the
+   `Open Content License <https://www.openhub.net/licenses/opl>`__.
 
 :Rendered:
    |today|
 
-JavaScript-driven editor with syntax highlighting and code completion.
-Based on CodeMirror.
-
+----
 
-**TYPO3**
+This extension provides a JavaScript-driven editor with syntax highlighting and
+code completion, based on the `CodeMirror`_ editor.
 
-The content of this document is related to TYPO3 CMS,
-a GNU/GPL CMS/Framework available from `typo3.org <https://typo3.org/>`_ .
+.. _CodeMirror: https://codemirror.net/
 
-**For Contributors**
+----
 
-You are welcome to help improve this guide. Just click on "Edit on GitHub"
-on the top right to submit your change request.
-
-**Table of Contents**
+**Table of Contents:**
 
 .. toctree::
+   :maxdepth: 2
    :titlesonly:
 
    Introduction/Index
    Installation/Index
    Developer/Index
+
+.. Meta Menu
+
+.. toctree::
+   :hidden:
+
    Sitemap
-   Targets
+   genindex
diff --git a/typo3/sysext/t3editor/Documentation/Settings.cfg b/typo3/sysext/t3editor/Documentation/Settings.cfg
index 77216bf3368e1f7be23a1fde902a80e0a2314916..a56240f7b81ce9c901bd23e77c538471e80ac62e 100644
--- a/typo3/sysext/t3editor/Documentation/Settings.cfg
+++ b/typo3/sysext/t3editor/Documentation/Settings.cfg
@@ -1,23 +1,63 @@
+# More information about this file:
+# https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#settings-cfg
+
 [general]
 
-project     = Editor with syntax highlighting
-release     = latest
-copyright   = by TYPO3 Core Team + Contributors, TYPO3 Documentation Team
-t3author    = TYPO3 Core Team + Contributors, TYPO3 Documentation Team
+project     = T3Editor
+version     = main (development)
+release     = main (development)
+copyright   = since 2007 by the TYPO3 contributors
 
 [html_theme_options]
 
-github_branch             = main
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/t3editor/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = main
+path_to_documentation_dir  = typo3/sysext/t3editor/Documentation
 
-# Show as related links
-project_home         = https://forge.typo3.org/projects/typo3cms-core
-project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+# Footer links
+project_home         = https://extensions.typo3.org/extension/t3editor/
+project_contact      = https://typo3.slack.com/archives/C025BQLFA
 project_repository   = https://github.com/typo3/typo3
+project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+project_discussions  =
 
+use_opensearch       =
 
 [intersphinx_mapping]
 
-t3coreapi     = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
-t3tca         = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
+# Official TYPO3 manuals
+# h2document     = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
+# t3cheatsheets  = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/
+# t3contribute   = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/
+# t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
+# t3docteam      = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
+# t3editors      = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
+# t3extbasebook  = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/
+# t3extexample   = https://docs.typo3.org/m/typo3/guide-example-extension-manual/main/en-us/
+# t3home         = https://docs.typo3.org/
+# t3install      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+# t3l10n         = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3sitepackage  = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
+# t3start        = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
+t3tca          = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
+# t3templating   = https://docs.typo3.org/m/typo3/tutorial-templating/main/en-us/
+# t3translate    = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3tsconfig     = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
+# t3tsref        = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
+# t3ts45         = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/
+# t3viewhelper   = https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/
+# t3upgrade      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+
+# TYPO3 system extensions
+# ext_adminpanel     = https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/
+# ext_core           = https://docs.typo3.org/c/typo3/cms-core/main/en-us/
+# ext_dashboard      = https://docs.typo3.org/c/typo3/cms-dashboard/main/en-us/
+# ext_felogin        = https://docs.typo3.org/c/typo3/cms-felogin/main/en-us/
+# ext_form           = https://docs.typo3.org/c/typo3/cms-form/main/en-us/
+# ext_fsc            = https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us/
+# ext_indexed_search = https://docs.typo3.org/c/typo3/cms-indexed-search/main/en-us/
+# ext_rte_ckeditor   = https://docs.typo3.org/c/typo3/cms-rte-ckeditor/main/en-us/
+# ext_scheduler      = https://docs.typo3.org/c/typo3/cms-scheduler/main/en-us/
+# ext_seo            = https://docs.typo3.org/c/typo3/cms-seo/main/en-us/
+# ext_workspaces     = https://docs.typo3.org/c/typo3/cms-workspaces/main/en-us/
diff --git a/typo3/sysext/t3editor/Documentation/Sitemap.rst b/typo3/sysext/t3editor/Documentation/Sitemap.rst
index b139600c9f384b4a525cb14d844e03a3f5700071..09d3c6f56e97422d5e402797988ad9ab0b994777 100644
--- a/typo3/sysext/t3editor/Documentation/Sitemap.rst
+++ b/typo3/sysext/t3editor/Documentation/Sitemap.rst
@@ -1,11 +1,9 @@
 :template: sitemap.html
 
-.. _Sitemap:
+.. include:: /Includes.rst.txt
 
 =======
 Sitemap
 =======
 
-.. template 'sitemap.html' will insert the toctree as a sitemap here
-   below normal contents
-
+.. The sitemap.html template will insert here the page tree automatically.
diff --git a/typo3/sysext/t3editor/Documentation/Targets.rst b/typo3/sysext/t3editor/Documentation/Targets.rst
deleted file mode 100644
index 525cb7b1d8de7e80b365ca7a1705ea45921e586a..0000000000000000000000000000000000000000
--- a/typo3/sysext/t3editor/Documentation/Targets.rst
+++ /dev/null
@@ -1,13 +0,0 @@
-.. include:: /Includes.rst.txt
-
-.. _linktargets:
-
-===========
-Linktargets
-===========
-
-Labels for Cross-Referencing
-============================
-
-.. ref-targets-list::
-
diff --git a/typo3/sysext/t3editor/Documentation/genindex.rst b/typo3/sysext/t3editor/Documentation/genindex.rst
new file mode 100644
index 0000000000000000000000000000000000000000..806ec56a77c4fd96f61bccba17e471c1d273b5cc
--- /dev/null
+++ b/typo3/sysext/t3editor/Documentation/genindex.rst
@@ -0,0 +1,7 @@
+.. include:: /Includes.rst.txt
+
+=====
+Index
+=====
+
+.. Sphinx will insert here the general index automatically.
diff --git a/typo3/sysext/t3editor/README.rst b/typo3/sysext/t3editor/README.rst
index 4b978883da411d64ea01bb623452437c5b287251..be9910d45ca365449422702d8e65307498929d39 100644
--- a/typo3/sysext/t3editor/README.rst
+++ b/typo3/sysext/t3editor/README.rst
@@ -1,14 +1,13 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+============================
+TYPO3 extension ``t3editor``
+============================
 
-=======================================
-TYPO3 CMS T3Editor (typo3/cms-t3editor)
-=======================================
+This extension provides a JavaScript-driven editor with syntax highlighting and
+code completion, based on the `CodeMirror`_ editor.
 
-JavaScript-driven editor with syntax highlighting and code completion. Based on
-CodeMirror.
+.. _CodeMirror: https://codemirror.net/
 
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org/c/typo3/cms-t3editor/main/en-us
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-t3editor/main/en-us/
+:TER:         https://extensions.typo3.org/extension/t3editor/
diff --git a/typo3/sysext/tstemplate/README.rst b/typo3/sysext/tstemplate/README.rst
index 5a5a88df2b2ebb61f23aad31f98111447771c603..454ea0dbd7ea70626a34213ca4542de5fb4564ef 100644
--- a/typo3/sysext/tstemplate/README.rst
+++ b/typo3/sysext/tstemplate/README.rst
@@ -1,14 +1,11 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+==============================
+TYPO3 extension ``tstemplate``
+==============================
 
-====================================================
-TYPO3 CMS TypoScript Template (typo3/cms-tstemplate)
-====================================================
+This TYPO3 backend module allows the administration of TypoScript templates
+that configure the frontend rendering.
 
-TYPO3 backend module for the management of TypoScript template records
-for the CMS frontend.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/tstemplate/
diff --git a/typo3/sysext/viewpage/README.rst b/typo3/sysext/viewpage/README.rst
index 44691380a202bc71308b54f7dcd0c28cd737962f..50e2db366288735c3b6f6512980aa180e19ab957 100644
--- a/typo3/sysext/viewpage/README.rst
+++ b/typo3/sysext/viewpage/README.rst
@@ -1,14 +1,10 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+============================
+TYPO3 extension ``viewpage``
+============================
 
-=======================================
-TYPO3 CMS Viewpage (typo3/cms-viewpage)
-=======================================
+Use the (Web>View) backend module to preview a frontend page in the TYPO3 backend.
 
-Use the (Web>View) backend module to view a frontend page inside the TYPO3
-backend.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/viewpage/
diff --git a/typo3/sysext/workspaces/Documentation/Administration/Configuration/Index.rst b/typo3/sysext/workspaces/Documentation/Administration/Configuration/Index.rst
index 29eddaec68fa9c3062f5cc30b2fe4e867273e833..ed7ae14554ccb91a2f17684bdf4e81b179ed7b4e 100644
--- a/typo3/sysext/workspaces/Documentation/Administration/Configuration/Index.rst
+++ b/typo3/sysext/workspaces/Documentation/Administration/Configuration/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/workspaces/Documentation/Administration/CustomWorkspace/Index.rst b/typo3/sysext/workspaces/Documentation/Administration/CustomWorkspace/Index.rst
index f73155e9e3beb77e5c7df57dda2ed12b87db6c3c..35a80c805d0e3183e75255c113b6ec94f33e9bdd 100644
--- a/typo3/sysext/workspaces/Documentation/Administration/CustomWorkspace/Index.rst
+++ b/typo3/sysext/workspaces/Documentation/Administration/CustomWorkspace/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _custom-workspace:
diff --git a/typo3/sysext/workspaces/Documentation/Administration/Index.rst b/typo3/sysext/workspaces/Documentation/Administration/Index.rst
index 03e1fccaacde697654a016cd67bcd555df279807..5a37dbde7bb01a064e8843b58a1187600508f601 100644
--- a/typo3/sysext/workspaces/Documentation/Administration/Index.rst
+++ b/typo3/sysext/workspaces/Documentation/Administration/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/workspaces/Documentation/Administration/Scheduler/Index.rst b/typo3/sysext/workspaces/Documentation/Administration/Scheduler/Index.rst
index d624cb29b503f5b6ca8c93c72d387757509d88d5..7d5a717f8576bf4b3cd3bbe12bb62c73c7424b76 100644
--- a/typo3/sysext/workspaces/Documentation/Administration/Scheduler/Index.rst
+++ b/typo3/sysext/workspaces/Documentation/Administration/Scheduler/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _scheduler:
diff --git a/typo3/sysext/workspaces/Documentation/Administration/Versioning/Index.rst b/typo3/sysext/workspaces/Documentation/Administration/Versioning/Index.rst
index 4f4b1eb8194aecdcef917f27ab36d12f911ffefa..f0fcbc01752c2518e8ad95d690789a5195a17bf0 100644
--- a/typo3/sysext/workspaces/Documentation/Administration/Versioning/Index.rst
+++ b/typo3/sysext/workspaces/Documentation/Administration/Versioning/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/workspaces/Documentation/Administration/Workspaces/Index.rst b/typo3/sysext/workspaces/Documentation/Administration/Workspaces/Index.rst
index 9024e00fd1a5253d3926f9806949a949248ea2a2..38bdd6146772811ad71d8c474bef9cf6dc486619 100644
--- a/typo3/sysext/workspaces/Documentation/Administration/Workspaces/Index.rst
+++ b/typo3/sysext/workspaces/Documentation/Administration/Workspaces/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _workspaces:
diff --git a/typo3/sysext/workspaces/Documentation/Includes.rst.txt b/typo3/sysext/workspaces/Documentation/Includes.rst.txt
new file mode 100644
index 0000000000000000000000000000000000000000..af7f7005ee325b1b6517f153d183a7ddc8f086b7
--- /dev/null
+++ b/typo3/sysext/workspaces/Documentation/Includes.rst.txt
@@ -0,0 +1,34 @@
+.. 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
diff --git a/typo3/sysext/workspaces/Documentation/Includes.txt b/typo3/sysext/workspaces/Documentation/Includes.txt
deleted file mode 100644
index 427bdb55bc1bffcb7df22dc083cbff02ad603c0a..0000000000000000000000000000000000000000
--- a/typo3/sysext/workspaces/Documentation/Includes.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-.. This is 'Includes.txt'. It is included at the very top of each and
-   every ReST source file in THIS documentation project (= manual).
-
-.. role:: aspect (emphasis)
-.. role:: html(code)
-.. role:: js(code)
-.. role:: php(code)
-.. role:: typoscript(code)
-
-.. role:: ts(typoscript)
-   :class: typoscript
-
-.. default-role:: code
-.. highlight:: php
diff --git a/typo3/sysext/workspaces/Documentation/Index.rst b/typo3/sysext/workspaces/Documentation/Index.rst
index cd57d89952559c83646184b4cd94b57aae32fcbd..a80960d854b35839f8cd27c58d64c26f68a7b77d 100644
--- a/typo3/sysext/workspaces/Documentation/Index.rst
+++ b/typo3/sysext/workspaces/Documentation/Index.rst
@@ -1,57 +1,52 @@
-.. include:: Includes.txt
+.. include:: /Includes.rst.txt
 
-
-.. _start:
-
-=========================
-Workspaces and Versioning
-=========================
+================
+TYPO3 Workspaces
+================
 
 :Extension key:
-      workspaces
+   workspaces
+
+:Package name:
+   typo3/cms-workspaces
 
 :Version:
-      |release|
+   |release|
 
 :Language:
-      en
-
-:Description:
-      Workspace functionality for TYPO3 CMS.
-
-:Keywords:
-      workspaces
-
-:Copyright:
-      2000-2021
+   en
 
 :Author:
-      TYPO3 CMS Core Development Team
+   TYPO3 contributors
 
 :License:
-      Open Content License available from `www.opencontent.org/opl.shtml
-      <http://www.opencontent.org/opl.shtml>`_
+   This document is published under the
+   `Open Content License <https://www.openhub.net/licenses/opl>`__.
 
 :Rendered:
-      |today|
+   |today|
 
-The content of this document is related to TYPO3,
+----
 
-a GNU/GPL CMS/Framework available from `www.typo3.org
-<http://www.typo3.org/>`_
+This extension introduces workflows with custom stages and versioning for a more
+granular editing and publishing process.
 
+----
 
-
-
-**Table of Contents**
+**Table of Contents:**
 
 .. toctree::
-   :maxdepth: 5
+   :maxdepth: 2
    :titlesonly:
-   :glob:
 
    Introduction/Index
    Administration/Index
    UsersGuide/Index
-   Targets
 
+.. Meta Menu
+
+.. toctree::
+   :hidden:
+
+   Sitemap
+   genindex
diff --git a/typo3/sysext/workspaces/Documentation/Introduction/Index.rst b/typo3/sysext/workspaces/Documentation/Introduction/Index.rst
index c236f3f39ba328bcaab21fd88a06de94333f2e19..b3d095a5e210768b8d5f6efd25dff5163f7ab139 100644
--- a/typo3/sysext/workspaces/Documentation/Introduction/Index.rst
+++ b/typo3/sysext/workspaces/Documentation/Introduction/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 
diff --git a/typo3/sysext/workspaces/Documentation/Settings.cfg b/typo3/sysext/workspaces/Documentation/Settings.cfg
index 1e3e697122e8abe7ed958050ab87cdde058c5589..0435b08edd0a7636f0c28a7523a30e5a38e6db26 100644
--- a/typo3/sysext/workspaces/Documentation/Settings.cfg
+++ b/typo3/sysext/workspaces/Documentation/Settings.cfg
@@ -1,31 +1,63 @@
-[general]
-
-project     = Workspaces Management
-version     = latest (10-dev)
-release     = latest (10-dev)
-t3author    = Workspaces Team
-copyright   = 1997-2021
+# More information about this file:
+# https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/FileStructure.html#settings-cfg
 
-description = This is the documentation of TYPO3's system
-      extension 'workspaces' which adds the functionality of
-      custom stages to TYPO3.
+[general]
 
-[intersphinx_mapping]
+project     = Workspaces
+version     = main (development)
+release     = main (development)
+copyright   = since 2010 by the TYPO3 contributors
 
-; in this manual we actually use:
+[html_theme_options]
 
-t3coreapi     = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
-t3tca         = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
-t3inside     = https://docs.typo3.org/typo3cms/InsideTypo3Reference/
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = main
+path_to_documentation_dir  = typo3/sysext/workspaces/Documentation
 
+# Footer links
+project_home         = https://extensions.typo3.org/extension/workspaces/
+project_contact      = https://typo3.slack.com/archives/C025BQLFA
+project_repository   = https://github.com/typo3/typo3
+project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+project_discussions  =
 
-[html_theme_options]
+use_opensearch       =
 
-# Add 'Edit me on Github' button
-github_branch             = main
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/workspaces/Documentation
+[intersphinx_mapping]
 
-# show as related links
-project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
-project_repository   = https://github.com/typo3/typo3
+# Official TYPO3 manuals
+# h2document     = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
+# t3cheatsheets  = https://docs.typo3.org/m/typo3/docs-cheatsheets/main/en-us/
+# t3contribute   = https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/
+t3coreapi      = https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/
+# t3docteam      = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
+# t3editors      = https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/
+# t3extbasebook  = https://docs.typo3.org/m/typo3/book-extbasefluid/main/en-us/
+# t3extexample   = https://docs.typo3.org/m/typo3/guide-example-extension-manual/main/en-us/
+# t3home         = https://docs.typo3.org/
+# t3install      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+# t3l10n         = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3sitepackage  = https://docs.typo3.org/m/typo3/tutorial-sitepackage/main/en-us/
+# t3start        = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
+t3tca          = https://docs.typo3.org/m/typo3/reference-tca/main/en-us/
+# t3templating   = https://docs.typo3.org/m/typo3/tutorial-templating/main/en-us/
+# t3translate    = https://docs.typo3.org/m/typo3/guide-frontendlocalization/main/en-us/
+# t3tsconfig     = https://docs.typo3.org/m/typo3/reference-tsconfig/main/en-us/
+# t3tsref        = https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/
+# t3ts45         = https://docs.typo3.org/m/typo3/tutorial-typoscript-in-45-minutes/main/en-us/
+# t3viewhelper   = https://docs.typo3.org/other/typo3/view-helper-reference/main/en-us/
+# t3upgrade      = https://docs.typo3.org/m/typo3/guide-installation/main/en-us/
+
+# TYPO3 system extensions
+# ext_adminpanel     = https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/
+# ext_core           = https://docs.typo3.org/c/typo3/cms-core/main/en-us/
+# ext_dashboard      = https://docs.typo3.org/c/typo3/cms-dashboard/main/en-us/
+# ext_felogin        = https://docs.typo3.org/c/typo3/cms-felogin/main/en-us/
+# ext_form           = https://docs.typo3.org/c/typo3/cms-form/main/en-us/
+# ext_fsc            = https://docs.typo3.org/c/typo3/cms-fluid-styled-content/main/en-us/
+# ext_indexed_search = https://docs.typo3.org/c/typo3/cms-indexed-search/main/en-us/
+# ext_rte_ckeditor   = https://docs.typo3.org/c/typo3/cms-rte-ckeditor/main/en-us/
+# ext_scheduler      = https://docs.typo3.org/c/typo3/cms-scheduler/main/en-us/
+# ext_seo            = https://docs.typo3.org/c/typo3/cms-seo/main/en-us/
+# ext_workspaces     = https://docs.typo3.org/c/typo3/cms-workspaces/main/en-us/
diff --git a/typo3/sysext/workspaces/Documentation/Sitemap.rst b/typo3/sysext/workspaces/Documentation/Sitemap.rst
new file mode 100644
index 0000000000000000000000000000000000000000..09d3c6f56e97422d5e402797988ad9ab0b994777
--- /dev/null
+++ b/typo3/sysext/workspaces/Documentation/Sitemap.rst
@@ -0,0 +1,9 @@
+:template: sitemap.html
+
+.. include:: /Includes.rst.txt
+
+=======
+Sitemap
+=======
+
+.. The sitemap.html template will insert here the page tree automatically.
diff --git a/typo3/sysext/workspaces/Documentation/Targets.rst b/typo3/sysext/workspaces/Documentation/Targets.rst
deleted file mode 100644
index 67565a6b9c58eae62da1af600634f9a8eb72a71b..0000000000000000000000000000000000000000
--- a/typo3/sysext/workspaces/Documentation/Targets.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-.. include:: Includes.txt
-
-.. only:: html
-
-.. _Targets-for-Cross-Referencing:
-
-Targets for Cross-Referencing
-=============================
-
-.. ref-targets-list::
diff --git a/typo3/sysext/workspaces/Documentation/UsersGuide/Index.rst b/typo3/sysext/workspaces/Documentation/UsersGuide/Index.rst
index 6f9e03d5ca336497802dbb49e757a6f8db53920e..35d8e5bb98534e0cea44eda8b078f94b34071747 100644
--- a/typo3/sysext/workspaces/Documentation/UsersGuide/Index.rst
+++ b/typo3/sysext/workspaces/Documentation/UsersGuide/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _users-guide:
diff --git a/typo3/sysext/workspaces/Documentation/genindex.rst b/typo3/sysext/workspaces/Documentation/genindex.rst
new file mode 100644
index 0000000000000000000000000000000000000000..806ec56a77c4fd96f61bccba17e471c1d273b5cc
--- /dev/null
+++ b/typo3/sysext/workspaces/Documentation/genindex.rst
@@ -0,0 +1,7 @@
+.. include:: /Includes.rst.txt
+
+=====
+Index
+=====
+
+.. Sphinx will insert here the general index automatically.
diff --git a/typo3/sysext/workspaces/README.rst b/typo3/sysext/workspaces/README.rst
index eff541336bdbc19b01468e5ad2501638aa6e677d..48d7107392ed4a55c8aca7f1da591e7d6da1be24 100644
--- a/typo3/sysext/workspaces/README.rst
+++ b/typo3/sysext/workspaces/README.rst
@@ -1,14 +1,11 @@
-\|
-`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+==============================
+TYPO3 extension ``workspaces``
+==============================
 
-======================================================
-TYPO3 CMS Workspaces Management (typo3/cms-workspaces)
-======================================================
+This extension introduces workflows with custom stages and versioning for a more
+granular editing and publishing process.
 
-Workflows with custom stages and versioning for a better editing and publishing
-experience.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org/c/typo3/cms-workspaces/main/en-us
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-workspaces/main/en-us/
+:TER:         https://extensions.typo3.org/extension/workspaces/