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/about/README.rst b/typo3/sysext/about/README.rst
new file mode 100644
index 0000000000000000000000000000000000000000..8e105813dc308f99a874886a7ea4ad1e13d5ee26
--- /dev/null
+++ b/typo3/sysext/about/README.rst
@@ -0,0 +1,11 @@
+=========================
+TYPO3 extension ``about``
+=========================
+
+The About module shows information about TYPO3, installed extensions and
+available modules.
+
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/about/
diff --git a/typo3/sysext/adminpanel/Documentation/Configuration/Index.rst b/typo3/sysext/adminpanel/Documentation/Configuration/Index.rst
index 177b93728eabdde2a96d74550c00366e5de9d1dd..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 61af9fdc78a5630a527b8470416a66ff3eb9e821..e3adc7cfa9df72fba327ceaba50668dc9e1307f7 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 956f877ff003768ad65c87144aa8cb30d4aa4977..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,5 +46,11 @@ request.
    Inspecting/Index
    Settings/Index
    Extending/Index
-   Changelog/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 00285dfa7a79282b93b67aa1bc2db5f2c6a3f1e3..1322558f6771c55a78a9d0284cceadb9a1113e6a 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     = 10.4
 release     = 10.4
-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.
+copyright   = since 2018 by the TYPO3 contributors
 
 [html_theme_options]
 
-# Add 'Edit me on Github' button
-github_branch             = 11.5
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/adminpanel/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = 10.4
+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/10.4/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/10.4/en-us/
-t3tsref       = https://docs.typo3.org/m/typo3/reference-typoscript/10.4/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/10.4/en-us/
+t3tsref        = https://docs.typo3.org/m/typo3/reference-typoscript/10.4/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
new file mode 100644
index 0000000000000000000000000000000000000000..b029c0cf565853428718ab316ce57c112f909cdf
--- /dev/null
+++ b/typo3/sysext/adminpanel/README.rst
@@ -0,0 +1,11 @@
+==============================
+TYPO3 extension ``adminpanel``
+==============================
+
+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/
+:Read online: https://docs.typo3.org/c/typo3/cms-adminpanel/10.4/en-us/
+:TER:         https://extensions.typo3.org/extension/adminpanel/
diff --git a/typo3/sysext/backend/README.rst b/typo3/sysext/backend/README.rst
new file mode 100644
index 0000000000000000000000000000000000000000..96966eb56130d58739b1748c4fdb66c6cec53dd8
--- /dev/null
+++ b/typo3/sysext/backend/README.rst
@@ -0,0 +1,11 @@
+===========================
+TYPO3 extension ``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/
+: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
new file mode 100644
index 0000000000000000000000000000000000000000..55aba28f2c8d4ff70feee87befbde001a40f69e9
--- /dev/null
+++ b/typo3/sysext/belog/README.rst
@@ -0,0 +1,14 @@
+=========================
+TYPO3 extension ``belog``
+=========================
+
+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/
+: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
new file mode 100644
index 0000000000000000000000000000000000000000..d77cb99f51f7e72b4ad7e12fb72d1000a2532c1a
--- /dev/null
+++ b/typo3/sysext/beuser/README.rst
@@ -0,0 +1,15 @@
+==========================
+TYPO3 extension ``beuser``
+==========================
+
+The TYPO3 backend module System>Backend Users is managing backend users and
+groups.
+
+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/
+: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-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 0b9d33bc2147db19471ade2abe8e8ae629e9c0de..d371c4dc03e33a0e55aea025581a319d99862739 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 b2dbd84a980382b3086df78574adb2c8b6878176..0ac3e6b0e805caf487d14cf22e69210c3d288ffb 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/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 5f0fbb93e624b91af2fb7f9e706ebdc19f40405e..eef1c512f25e893d61b389d343ddb25d6da27943 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 46b5f438f9c0ea8026548d065aedd779a0610c08..4d70019d7443bf3b9b11652abd2f350a97bd60e3 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 966ebfe18a1ca760554569fcfdac7f8c97c234aa..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
@@ -58,6 +58,7 @@ corresponding possibilities.
    }
 
 As a result a new tag :html:`my-element` is which is allowed to
+
 * have any safe global attribute (`id`, `class`, `data-*`, ...)
 * have attribute `href`, in case corresponding value either starting with `http://`,
   `http://` or `mailto:` - evaluated from the given regular expression
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 9d514a22a5ca262a3871b0f515f49e71c7dd91e0..0cddbda0e12373154f49623c02de038ba1c4d70e 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 f8d483156d5103b8c6c4554c8dafda66da929f1f..d59c4adfa47aa157d91889f98c231a6eba85b522 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..af7f7005ee325b1b6517f153d183a7ddc8f086b7
--- /dev/null
+++ b/typo3/sysext/core/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/core/Documentation/Includes.txt b/typo3/sysext/core/Documentation/Includes.txt
deleted file mode 100644
index 3fb69af088c84fb5f608c3cc94b40a68b98e6b00..0000000000000000000000000000000000000000
--- a/typo3/sysext/core/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:: php
diff --git a/typo3/sysext/core/Documentation/Index.rst b/typo3/sysext/core/Documentation/Index.rst
index 6ad0e41dfa775bf7bb2e891a6d538ab96ae453b9..b9795e5f436db58ece6fdd7b5f12ec366d57ce2e 100644
--- a/typo3/sysext/core/Documentation/Index.rst
+++ b/typo3/sysext/core/Documentation/Index.rst
@@ -1,20 +1,58 @@
+.. 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-10
    Changelog-9
    Changelog-8
    Changelog-7
    Changelog/Howto
+
+.. Meta Menu
+
+.. toctree::
+   :hidden:
+
+   Sitemap
+   genindex
diff --git a/typo3/sysext/core/Documentation/Master.rst b/typo3/sysext/core/Documentation/Master.rst
index 764111830fcd931319c62a6bd412a2d806fdcd9e..644b5ab628a9ef795cf7da24c36eae973f6481ee 100644
--- a/typo3/sysext/core/Documentation/Master.rst
+++ b/typo3/sysext/core/Documentation/Master.rst
@@ -1,6 +1,6 @@
 :orphan:
 
-.. include:: Includes.txt
+.. include:: /Includes.rst.txt
 
 ================
 ChangeLog main
diff --git a/typo3/sysext/core/Documentation/Settings.cfg b/typo3/sysext/core/Documentation/Settings.cfg
index 134b60c8a50f7cfbbad4b88794dbb7ca24338795..2643c9f77ecba2f1d232db3b7b31e88b7197a0ae 100644
--- a/typo3/sysext/core/Documentation/Settings.cfg
+++ b/typo3/sysext/core/Documentation/Settings.cfg
@@ -1,50 +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     = TYPO3 CMS Core ChangeLog
+project     = Core
 version     = 10.4
 release     = 10.4
-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.
-
-
-[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/11.5/en-us/
-t3tsref       = https://docs.typo3.org/m/typo3/reference-typoscript/11.5/en-us/
-
-; see https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/GeneralConventions/DirectoryFilenames.html#settings-cfg
+copyright   = since 1997 by the TYPO3 contributors
 
 [html_theme_options]
 
-# Add 'Edit me on Github' button
-github_branch             = 10.4
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/core/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = 10.4
+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/10.4/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/10.4/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
new file mode 100644
index 0000000000000000000000000000000000000000..908fb05c853df088226744577dd0802d2eb830e3
--- /dev/null
+++ b/typo3/sysext/core/README.rst
@@ -0,0 +1,11 @@
+========================
+TYPO3 extension ``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/
+: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 fd3535b25a508d29ef422e654a6fab76a08aeef1..f361540ce22bb8eaff04ed455b960da999b691a5 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 a21e66142f9e5880dd57bcb78bbe64bba9b246c0..fe176c2c8ed17a0e6929833f64b97d381883bde9 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:
 
diff --git a/typo3/sysext/dashboard/Documentation/Developer/AddingButtons.rst b/typo3/sysext/dashboard/Documentation/Developer/AddingButtons.rst
index c13cf128674468c6022ed85ac1e01d08a1e93dc3..12c6dbfe57b11b00a586e0d2fe32453b6bef5ea7 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 6a7ca3b7846498a6849e700edbb4db0fcb32d7c5..efc67d1871f14ca6f756ae8d100980b1c811c619 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 b2adc2774c75d81174d55dc41dd78ebc167a8aa2..a9126c14ad2af6b9efce000ee5c6eec896fc0d20 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 d261a3749be747b4343701e8da43738b98d51fee..04795f56aa7e983051e46dccd3cfead733bf48d4 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/WidgetImplementation.rst b/typo3/sysext/dashboard/Documentation/Developer/WidgetImplementation.rst
index f4e5a4c693cb672fbce3e7707ee846c38c0850cd..c3bf2b6726965c5cff1c2412edfb5fbcc5049a24 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 e8a0f108d99b5c2569484d1e68f78ed19459a4e0..36f2608aefdf191001bbf2dd7384b142bf83632f 100644
--- a/typo3/sysext/dashboard/Documentation/Settings.cfg
+++ b/typo3/sysext/dashboard/Documentation/Settings.cfg
@@ -1,48 +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     = 10.4
 release     = 10.4
-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
+copyright   = since 2020 by the TYPO3 contributors
 
 [html_theme_options]
 
-; for theme t3SphinxThemeRtd
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = 10.4
+path_to_documentation_dir  = typo3/sysext/dashboard/Documentation
 
-# Add 'Edit me on Github' button
-github_branch             = 10.4
-github_repository         = typo3/typo3
-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!
-
-# h2document    = https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/
-t3coreapi     = https://docs.typo3.org/m/typo3/reference-coreapi/10.4/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/10.4/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/10.4/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/
+# 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/10.4/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/10.4/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/10.4/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 9d665ba2dfc1870950ccc8d102bd34997ad9a72d..cdcbfb3f7b227fc13b310aea2a45f6df4859a248 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 937a204ae754747577034569eefa8df4d06e9ff7..28bd6574a7e43a6b5b49bece703d1b1d5bb19fdd 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 239614dbe9f564268cf3dd5af91b9bd5c20729c0..6f7ea7afc28aef445a3dc60ee631cf78b957239a 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 55c9e5c65f3c2700c67c497f91735317206773a5..b424c0bc6a165ac5d29b12f798f59ea7c9125ccd 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 4f25e54574a4c060ef2c8cb6cf3ef139dac76740..e87826e09791ffd572f2ee018004e4a52bbfe279 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 48baa41e74a1b29f5253b6e5aafa19dcaad330c8..aaad2e46ebbd7b024a113e51f8389fdc759fd1fa 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
new file mode 100644
index 0000000000000000000000000000000000000000..3486cf44af3021b708f3c37edc4e411a79c6e206
--- /dev/null
+++ b/typo3/sysext/dashboard/README.rst
@@ -0,0 +1,10 @@
+=============================
+TYPO3 extension ``dashboard``
+=============================
+
+This TYPO3 backend module is used to configure and create backend widgets.
+
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-dashboard/10.4/en-us/
+:TER:         https://extensions.typo3.org/extension/dashboard/
diff --git a/typo3/sysext/extbase/README.rst b/typo3/sysext/extbase/README.rst
new file mode 100644
index 0000000000000000000000000000000000000000..db1874c045f5ec1a3810d2efba2da61b5ed340af
--- /dev/null
+++ b/typo3/sysext/extbase/README.rst
@@ -0,0 +1,11 @@
+===========================
+TYPO3 extension ``extbase``
+===========================
+
+This is an extension framework to create TYPO3 frontend plugins and TYPO3
+backend modules.
+
+: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
new file mode 100644
index 0000000000000000000000000000000000000000..0fbc92997cc7689a5a9292cbb643e3e1de4f2299
--- /dev/null
+++ b/typo3/sysext/extensionmanager/README.rst
@@ -0,0 +1,10 @@
+====================================
+TYPO3 extension ``extensionmanager``
+====================================
+
+The Extension Manager is the backend module for viewing and managing extensions.
+
+: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 42cb45bb6455a9fe9a8458660c8c65bf78f0c648..1e7bf881fd01fef362469eefd19740836cf5b870 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/Examples/Index.rst b/typo3/sysext/felogin/Documentation/Examples/Index.rst
index b7f6d4a7428788f290a230c33dfb99ad2fe9fddc..0c6a1dbfbf001941bd91a5a840da6e92fb9b0b65 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/Hooks/Index.rst b/typo3/sysext/felogin/Documentation/Hooks/Index.rst
index b7ee157cdd1ea58bd6e5f4fe86627025399e52d5..5a710f7b35916dab9d8508d51c1b06177d156f59 100644
--- a/typo3/sysext/felogin/Documentation/Hooks/Index.rst
+++ b/typo3/sysext/felogin/Documentation/Hooks/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 3733a8bf99d8c73c0af5c220a14f1ed88996f73a..2ac5954c4cb978f712197d1effdd2ab2b2b2ac37 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
    Hooks/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 2f2b57472ba627db3669a3e51fd019de9de4a1dc..9f385c44c9fece0991b2d6a5935fe4de37215500 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 a8167ac85f6e5d4adf7c4d15788a046bb31f8484..31abfe9ce5d0bdbafaa2236fa35b50b43dcd743a 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 a7711eaba3293c32a4f3caa46e098b0670123f09..c6552a92a788b0484613b9e8208a297e633dece7 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 1d4a33bf51e18c8ff87b632b07b190262199b183..134ecb36be90c2334a08ccc467d73e5d34346be9 100644
--- a/typo3/sysext/felogin/Documentation/Settings.cfg
+++ b/typo3/sysext/felogin/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     = Frontend Login for Website Users
+project     = Frontend Login
 version     = 10.4
 release     = 10.4
-t3author    = Steffen Kamper
-copyright   = 1997-2021
-
-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.
-
+copyright   = since 2008 by the TYPO3 contributors
 
 [html_theme_options]
 
-# Add 'Edit me on Github' button
-github_branch             = 10.4
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/felogin/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = 10.4
+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 34a4953b7385715fb4ad9b9288419f0a8c74cabd..1955be2efc77ee98ab2a0686806c3f3c01a755c3 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
new file mode 100644
index 0000000000000000000000000000000000000000..5f4531a57b519b5418c575d5e24fa4ffcb843367
--- /dev/null
+++ b/typo3/sysext/felogin/README.rst
@@ -0,0 +1,11 @@
+===========================
+TYPO3 extension ``felogin``
+===========================
+
+This extension provides a template-based plugin that allows website users to log
+in to the TYPO3 frontend.
+
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-felogin/10.4/en-us/
+:TER:         https://extensions.typo3.org/extension/felogin/
diff --git a/typo3/sysext/filelist/README.rst b/typo3/sysext/filelist/README.rst
new file mode 100644
index 0000000000000000000000000000000000000000..c05a8c0a168bf460a053c14f87d616a8a5604ff1
--- /dev/null
+++ b/typo3/sysext/filelist/README.rst
@@ -0,0 +1,13 @@
+============================
+TYPO3 extension ``filelist``
+============================
+
+This TYPO3 backend module (File>Filelist) is used for managing files.
+
+It 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/
+: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
new file mode 100644
index 0000000000000000000000000000000000000000..a1f2033bb396067b4d633a2cc5ddbfcf669b5377
--- /dev/null
+++ b/typo3/sysext/filemetadata/README.rst
@@ -0,0 +1,10 @@
+================================
+TYPO3 extension ``filemetadata``
+================================
+
+This extension adds additional metadata to the file management.
+
+: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/Classes/ViewHelpers/CObjectViewHelper.php b/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php
index c421c8ba5fe17077c8d92c3242bc8131fcf824d4..7ff8fb85630c6c16b1d5235d1f6166bb95c20c69 100644
--- a/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php
+++ b/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php
@@ -44,7 +44,7 @@ use TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithContentArgumentAndRenderS
  *
  *    <f:cObject typoscriptObjectPath="lib.someLibObject" />
  *
- * Rendered :ts:`lib.someLibObject`.
+ * Rendered :typoscript:`lib.someLibObject`.
  *
  * Specify cObject data & current value
  * ------------------------------------
@@ -53,7 +53,7 @@ use TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithContentArgumentAndRenderS
  *
  *    <f:cObject typoscriptObjectPath="lib.customHeader" data="{article}" currentValueKey="title" />
  *
- * Rendered :ts:`lib.customHeader`. Data and current value will be available in TypoScript.
+ * Rendered :typoscript:`lib.customHeader`. Data and current value will be available in TypoScript.
  *
  * Inline notation
  * ---------------
@@ -62,7 +62,7 @@ use TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithContentArgumentAndRenderS
  *
  *    {article -> f:cObject(typoscriptObjectPath: 'lib.customHeader')}
  *
- * Rendered :ts:`lib.customHeader`. Data will be available in TypoScript.
+ * Rendered :typoscript:`lib.customHeader`. Data will be available in TypoScript.
  *
  * Accessing the data in TypoScript
  * --------------------------------
@@ -77,8 +77,8 @@ use TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithContentArgumentAndRenderS
  *        20.current = 1
  *    }
  *
- * When passing an object with ``{data}``, the properties of the object are accessible with :ts:`.field` in
- * TypoScript. If only a single value is passed or the ``currentValueKey`` is specified, :ts:`.current = 1`
+ * When passing an object with ``{data}``, the properties of the object are accessible with :typoscript:`.field` in
+ * TypoScript. If only a single value is passed or the ``currentValueKey`` is specified, :typoscript:`.current = 1`
  * can be used in the TypoScript.
  */
 class CObjectViewHelper extends AbstractViewHelper
diff --git a/typo3/sysext/fluid/Classes/ViewHelpers/Format/HtmlViewHelper.php b/typo3/sysext/fluid/Classes/ViewHelpers/Format/HtmlViewHelper.php
index ef1a91b845317fee61157cca89a702e0f2ce45c4..f8a413d95429c1946473721ab6525b8dbd495870 100644
--- a/typo3/sysext/fluid/Classes/ViewHelpers/Format/HtmlViewHelper.php
+++ b/typo3/sysext/fluid/Classes/ViewHelpers/Format/HtmlViewHelper.php
@@ -26,7 +26,7 @@ use TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithRenderStatic;
 /**
  * Renders a string by passing it to a TYPO3 `parseFunc`_.
  * You can either specify a path to the TypoScript setting or set the `parseFunc`_ options directly.
- * By default :ts:`lib.parseFunc_RTE` is used to parse the string.
+ * By default :typoscript:`lib.parseFunc_RTE` is used to parse the string.
  *
  * Examples
  * ========
diff --git a/typo3/sysext/fluid/README.rst b/typo3/sysext/fluid/README.rst
new file mode 100644
index 0000000000000000000000000000000000000000..2c647945967edd75fc0e532a8c0cbfe665f0b63d
--- /dev/null
+++ b/typo3/sysext/fluid/README.rst
@@ -0,0 +1,10 @@
+=========================
+TYPO3 extension ``fluid``
+=========================
+
+This extension integrates the Fluid templating engine into TYPO3.
+
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/other/typo3/view-helper-reference/10.4/en-us/
+:TER:         https://extensions.typo3.org/extension/fluid/
diff --git a/typo3/sysext/fluid_styled_content/Documentation/AddingYourOwnContentElements/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/AddingYourOwnContentElements/Index.rst
index 487b30b268487bb9cdf16ddd2316f03dbd4879d9..0a00c9c2d7dd175f846f2da3ff4ae0f93ccf97ff 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/AddingYourOwnContentElements/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/AddingYourOwnContentElements/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _adding-your-own-content-elements:
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/Configuration/ConstantEditor/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/Configuration/ConstantEditor/Index.rst
index ef4220d3c3877f1056f17e29ed73db89fbddb9ab..89bb96964b0543caed00d92ca5eab9bfb89a5dc8 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/Configuration/ConstantEditor/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/Configuration/ConstantEditor/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _constant-editor:
diff --git a/typo3/sysext/fluid_styled_content/Documentation/Configuration/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/Configuration/Index.rst
index 4a1e9370c05d4237ee679f6663e255db9cdbadd0..b5b8be920d09cf20253f5529e2a8dc7bcfd14472 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/Configuration/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/Configuration/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _configuration:
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/Configuration/OverridingFluidTemplates/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/Configuration/OverridingFluidTemplates/Index.rst
index 61cc8557f7e46e6f13ff3ba5fc6b37e8ae1a62b4..3200b44db1282a93f9a8b9c7545cc255f907360f 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/Configuration/OverridingFluidTemplates/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/Configuration/OverridingFluidTemplates/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _overriding-fluid-templates:
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/Configuration/TypoScript/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/Configuration/TypoScript/Index.rst
index 16dd3111a8d28d9dec4f26aaedefec6a2ba47008..d311b957e4f8bf73abbb78f771243616f7226ad4 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/Configuration/TypoScript/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/Configuration/TypoScript/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _typoscript:
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Bullets/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Bullets/Index.rst
index ccdf3ffa73d0aeef3ad200249c833ddfd674e18f..38a7bcaaf99971eece88793145b6933c6dc33f16 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Bullets/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Bullets/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _content-element-bullets:
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Div/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Div/Index.rst
index 05e8f7827b010ce25a2a737a4e83ac55e51b88d4..9508e197f62558c584fce3da1af56266bf27b060 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Div/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Div/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _content-element-div:
diff --git a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Header/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Header/Index.rst
index 1ab6dbee1e4fcff0166f40f01458a6d8245a4181..816304e1a5a7424f8a8eb4206e7f8e41bde56d3e 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Header/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Header/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _content-element-header:
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Html/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Html/Index.rst
index 8fc491353d71f67e3af33c56e41f7bf648feb947..982b41374fc65b1937e77c0fba888e5e8e605667 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Html/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Html/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _content-element-html:
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Index.rst
index ea625a6b6a2d55193632c8ea8b1eff202e83ebbd..3befb78a0fd514e77f76ba0018b13984ce8634f1 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _content-elements:
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/List/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/List/Index.rst
index 1b0b563529f3a898cccad542c3c320f20e56ed3b..d6dddf1f58d5e92ac5c9f867c9516705bf8ac171 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/List/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/List/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _content-element-list:
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Menu/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Menu/Index.rst
index 2b117644a91db011fbbed0ea689f398c78d7ae9c..27d327432fb86af375d859df6f16f5a11eb4dfb5 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Menu/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Menu/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _content-element-menu:
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Shortcut/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Shortcut/Index.rst
index 5e8785ff893b80f20aeca08cd57cf7aee448af0f..86e5e56d66b2429989792a8536ae38d1fe7b6155 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Shortcut/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Shortcut/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _content-element-shortcut:
 
@@ -26,5 +26,5 @@ In the frontend the referenced content elements will show up the same as the ori
 
    This is the only content element still using a bit of TypoScript in the rendering
    process. This is done because you can add different rendering for records from
-   different tables. Take a look at :ts:`tt_content.shortcut.20`.
+   different tables. Take a look at :typoscript:`tt_content.shortcut.20`.
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Table/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Table/Index.rst
index a6edf058a0feec2fe3f9a8de04fefe4a35fa942d..2cb25b2533b67ec2e8600f3f0c9c2d6d14c56568 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Table/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Table/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _content-element-table:
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/TextMedia/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/TextMedia/Index.rst
index 41e34c83dae5ad62b2c4cc9f0685086768a147f6..85899e16d75d1a0c68fb35c1b915f1f7f0e1187e 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/TextMedia/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/TextMedia/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _content-element-textmedia:
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Uploads/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Uploads/Index.rst
index c45c6950fa7233fa4102c9a0cfd0ba263b3024d7..98130f565a7ddc7667481ceba3e03331093fef76 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Uploads/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/ContentElements/Uploads/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _content-element-uploads:
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/Includes.rst.txt b/typo3/sysext/fluid_styled_content/Documentation/Includes.rst.txt
new file mode 100644
index 0000000000000000000000000000000000000000..af7f7005ee325b1b6517f153d183a7ddc8f086b7
--- /dev/null
+++ b/typo3/sysext/fluid_styled_content/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/fluid_styled_content/Documentation/Includes.txt b/typo3/sysext/fluid_styled_content/Documentation/Includes.txt
deleted file mode 100644
index 474ba365ad28cb97585749f5038055429759bb64..0000000000000000000000000000000000000000
--- a/typo3/sysext/fluid_styled_content/Documentation/Includes.txt
+++ /dev/null
@@ -1,13 +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::   typoscript(code)
-
-.. role::   ts(typoscript)
-   :class:  typoscript
-
-.. role::   php(code)
-
-.. highlight:: php
-
-.. default-role:: code
diff --git a/typo3/sysext/fluid_styled_content/Documentation/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/Index.rst
index 1eb277d6a453a25368816dc02d8e9f9ab2b3f9bb..2964e593acc2e709afb9d2795c7bc0a7b9cb2e90 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/Index.rst
@@ -1,57 +1,53 @@
-.. include:: Includes.txt
+.. 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:
-      Frontend rendering for TYPO3 CMS.
-
-:Keywords:
-      frontend, content, fluid
-
-:Copyright:
-      2015-2021
+   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 http://typo3.org
+----
 
-.. only:: html
+This extension provides Fluid templating for TYPO3 content elements.
 
-   .. tip::
+----
 
-      :ref:`Sitemap`
-
-**Table of Contents**
+**Table of Contents:**
 
 .. toctree::
-   :maxdepth: 5
-   :glob:
+   :maxdepth: 2
+   :titlesonly:
 
    Introduction/Index
    Installation/Index
    Configuration/Index
    ContentElements/Index
    AddingYourOwnContentElements/Index
-   Targets
+
+.. Meta Menu
+
+.. toctree::
+   :hidden:
+
+   Sitemap
+   genindex
diff --git a/typo3/sysext/fluid_styled_content/Documentation/Installation/ExtensionManager/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/Installation/ExtensionManager/Index.rst
index 39b3b3ee04da6385b2d65868a66a489e7f118cd2..5a6e73612797c6b3c3f284ffc27f4f2235cef530 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/Installation/ExtensionManager/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/Installation/ExtensionManager/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _extension-manager:
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/Installation/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/Installation/Index.rst
index c354fa62dfb7f4500897d7af95477c5a6893b070..86a26cb971c1db269df85105e4a56d42b50c16df 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/Installation/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/Installation/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _installation:
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/Installation/InsertingContentPageTemplate/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/Installation/InsertingContentPageTemplate/Index.rst
index c66c8652a856c85401b2f22409d6f94ce2153f2f..a39c26dddaffd81bdfe8c809977b00cb4efac1b9 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/Installation/InsertingContentPageTemplate/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/Installation/InsertingContentPageTemplate/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _inserting-content-page-template:
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/Installation/Upgrading/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/Installation/Upgrading/Index.rst
index f346a6c35170fcb1c8227de3ba34b0be341f33ea..cde4ca0f41ae4ecbf895b6cc060eaa3b71553d54 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/Installation/Upgrading/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/Installation/Upgrading/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _upgrading:
 
@@ -24,9 +24,9 @@ The upgrade wizards can be found in the Install tool.
 
 .. attention::
 
-   The predefined CONTENT objects :ts:`styles.content.getLeft`,
-   :ts:`styles.content.getRight` and :ts:`styles.content.getBorder` are not
-   provided anymore. :ts:`styles.content.get` still exists for your convenience. Most of
+   The predefined CONTENT objects :typoscript:`styles.content.getLeft`,
+   :typoscript:`styles.content.getRight` and :typoscript:`styles.content.getBorder` are not
+   provided anymore. :typoscript:`styles.content.get` still exists for your convenience. Most of
    the current websites are using "backend layouts", where the predefined numbering of the
    columns does not make sense.
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/Installation/UsingTheRenderingDefinitions/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/Installation/UsingTheRenderingDefinitions/Index.rst
index 42096fb72e69f6bf5c19e1e5b9d9fd52a1577f34..d71c5746303fd462748558a7543a68aa9e434393 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/Installation/UsingTheRenderingDefinitions/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/Installation/UsingTheRenderingDefinitions/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _using-the-rendering-definitions:
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/Introduction/Index.rst b/typo3/sysext/fluid_styled_content/Documentation/Introduction/Index.rst
index 99ea0d3b08170fad4077b9c17f80960bc27f8c1c..84a0d806db5ed599d5b5d4b4446397f4762acb52 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/Introduction/Index.rst
+++ b/typo3/sysext/fluid_styled_content/Documentation/Introduction/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _introduction:
 
diff --git a/typo3/sysext/fluid_styled_content/Documentation/Settings.cfg b/typo3/sysext/fluid_styled_content/Documentation/Settings.cfg
index 7271e8fa14307d2e7f698b58e8b14f485cf1f7d2..6219becea995d1d8997918f0ec8b2af4e8899623 100644
--- a/typo3/sysext/fluid_styled_content/Documentation/Settings.cfg
+++ b/typo3/sysext/fluid_styled_content/Documentation/Settings.cfg
@@ -1,58 +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     = Content Elements based on Fluid (fluid_styled_content)
+project     = Fluid Styled Content
 version     = 10.4
 release     = 10.4
-t3author    = TYPO3 Core Team + Contributors, TYPO3 Documentation Team
-copyright   = 2015-2021
-
-description = This documentation is about TYPO3's system extension
-      "fluid_styled_content" which provides content elements and uses Fluid to render
-      frontend output.
-
-todo_include_todos = true
+copyright   = since 2015 by the TYPO3 contributors
 
 [html_theme_options]
 
-; for theme t3SphinxThemeRtd
-
-# Add 'Edit me on Github' button
-github_branch             = 10.4
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/fluid_styled_content/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = 10.4
+path_to_documentation_dir  = typo3/sysext/fluid_styled_content/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/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]
 
-# These are common mappings. Uncomment only what you really use!
-
-# t3api         = https://typo3.org/api/typo3cms/
-# t3cgl         = https://docs.typo3.org/typo3cms/CodingGuidelinesReference/
-t3coreapi       = https://docs.typo3.org/m/typo3/reference-coreapi/10.4/en-us/
-# t3editors     = https://docs.typo3.org/typo3cms/EditorsTutorial/
-# t3extbasebook = https://docs.typo3.org/typo3cms/ExtbaseFluidBook/
-# t3fal         = https://docs.typo3.org/typo3cms/FileAbstractionLayerReference/
-# t3inside      = https://docs.typo3.org/typo3cms/InsideTypo3Reference/
-# t3install     = https://docs.typo3.org/typo3cms/InstallationGuide/
-# t3l10n        = https://docs.typo3.org/typo3cms/FrontendLocalizationGuide/
-# t3security    = https://docs.typo3.org/typo3cms/SecurityGuide/
-# t3services    = https://docs.typo3.org/typo3cms/Typo3ServicesReference/
-# t3skinning    = https://docs.typo3.org/typo3cms/SkinningReference/
-# t3start       = https://docs.typo3.org/typo3cms/GettingStartedTutorial/
-# t3tca         = https://docs.typo3.org/typo3cms/TCAReference/
-# t3templating  = https://docs.typo3.org/typo3cms/TemplatingTutorial/
-# t3ts45        = https://docs.typo3.org/typo3cms/TyposcriptIn45MinutesTutorial/
-# t3tsconfig    = https://docs.typo3.org/typo3cms/TSconfigReference/
-t3tsref         = https://docs.typo3.org/m/typo3/reference-typoscript/10.4/en-us/
-# t3tssyntax    = https://docs.typo3.org/typo3cms/TyposcriptSyntaxReference/
+# 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/10.4/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 0a870d8b2e67954b383cc34c6eae3a705c0c5cc3..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.txt
+.. 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 21ea54b0e42acec32635d2b0792898310182f713..0000000000000000000000000000000000000000
--- a/typo3/sysext/fluid_styled_content/Documentation/Targets.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-.. include:: Includes.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
new file mode 100644
index 0000000000000000000000000000000000000000..95a169a60b1f3dbbc83dec39c594e153fb805707
--- /dev/null
+++ b/typo3/sysext/fluid_styled_content/README.rst
@@ -0,0 +1,10 @@
+========================================
+TYPO3 extension ``fluid_styled_content``
+========================================
+
+This extension provides Fluid templating for TYPO3 content elements.
+
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-fluid-styled-content/10.4/en-us/
+:TER:         https://extensions.typo3.org/extension/fluid_styled_content/
diff --git a/typo3/sysext/form/Documentation/E/Index.rst b/typo3/sysext/form/Documentation/E/Index.rst
index 1b5ffc2c7260ad72517bf779799c6a76dc37c61c..ba827a9c9a719a1732989e9198a7740867a3a53f 100644
--- a/typo3/sysext/form/Documentation/E/Index.rst
+++ b/typo3/sysext/form/Documentation/E/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _forEditors:
diff --git a/typo3/sysext/form/Documentation/E/Tutorials/BasicForm/Index.rst b/typo3/sysext/form/Documentation/E/Tutorials/BasicForm/Index.rst
index aa970cae5956cd0f286d36346797acf6efa25435..3124f842b39933900ac2d91fb378ed7861f87110 100644
--- a/typo3/sysext/form/Documentation/E/Tutorials/BasicForm/Index.rst
+++ b/typo3/sysext/form/Documentation/E/Tutorials/BasicForm/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _editors-basicForm:
diff --git a/typo3/sysext/form/Documentation/E/Tutorials/Index.rst b/typo3/sysext/form/Documentation/E/Tutorials/Index.rst
index fc950b8ebb04b379651b94453587ec28b5036af9..f70806770372bdc80b9c29ef0b82e6110760ab03 100644
--- a/typo3/sysext/form/Documentation/E/Tutorials/Index.rst
+++ b/typo3/sysext/form/Documentation/E/Tutorials/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _editorTutorials:
diff --git a/typo3/sysext/form/Documentation/E/Tutorials/PhotoContest/Index.rst b/typo3/sysext/form/Documentation/E/Tutorials/PhotoContest/Index.rst
index 7519c4b0a8ccb595c912b8cde9128ae2966d3631..b82584f0c7fece56c06e5fa288eb29b8f8aa8da2 100644
--- a/typo3/sysext/form/Documentation/E/Tutorials/PhotoContest/Index.rst
+++ b/typo3/sysext/form/Documentation/E/Tutorials/PhotoContest/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _editors-photoContest:
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/AbstractRenderable/getRootForm.rst b/typo3/sysext/form/Documentation/I/ApiReference/AbstractRenderable/getRootForm.rst
index ba5a6eca56bd3d73cebfbab68346b27ab79aeffa..1a0fd6019f4f48caf0e045c629c93a67f3b17c6a 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/AbstractRenderable/getRootForm.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/AbstractRenderable/getRootForm.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 getRootForm()
 '''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/AbstractRenderable/setIdentifier.rst b/typo3/sysext/form/Documentation/I/ApiReference/AbstractRenderable/setIdentifier.rst
index 6324f566a766b4c12d711d1c7b2e063900c52b78..5a12002648e46ba4b4887c972ccbe9acad7a4017 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/AbstractRenderable/setIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/AbstractRenderable/setIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 setIdentifier()
 '''''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/AbstractRenderable/setLabel.rst b/typo3/sysext/form/Documentation/I/ApiReference/AbstractRenderable/setLabel.rst
index 56d8d641b49c3168b5380dac3cc4d70bca3984e8..2163be34ae83efb6d78a2c387dbad0171096f132 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/AbstractRenderable/setLabel.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/AbstractRenderable/setLabel.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 setLabel()
 ''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/AbstractRenderable/setOptions.rst b/typo3/sysext/form/Documentation/I/ApiReference/AbstractRenderable/setOptions.rst
index c2e494818afd622c8ca8d528e50d65f2a6b06ffc..0b98f4a40366c50d8d1d9337a38ee6d13e947720 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/AbstractRenderable/setOptions.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/AbstractRenderable/setOptions.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 setOptions()
 ''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/addElement.rst b/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/addElement.rst
index 358a8299a7b7ecb61eafda9e3ef4f2fdc499dba0..faf80f3fd6e4f4be2662e8cb70e143797f3b0b92 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/addElement.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/addElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 addElement()
 ''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/getElements.rst b/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/getElements.rst
index df2f3f6b55753d0d76d264cba0ba31b6306de38e..402d9bfb86ea85f7f80b211da24958581dce860e 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/getElements.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/getElements.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 getElements()
 '''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/getElementsRecursively.rst b/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/getElementsRecursively.rst
index 054e195a3597ecd541928213d22eafab601ed303..7ca013434f810d2dbb2b89e160b44cc4211c291c 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/getElementsRecursively.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/getElementsRecursively.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 getElementsRecursively()
 ''''''''''''''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/moveElementAfter.rst b/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/moveElementAfter.rst
index 4b1c695adc7af92bd80b493acef3044fe1f087ad..2bc2f272b5c0c2ac0df14b4a3aaefb1ddc773ec6 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/moveElementAfter.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/moveElementAfter.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 moveElementAfter()
 ''''''''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/moveElementBefore.rst b/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/moveElementBefore.rst
index d03775fcc5679123ce0086ec68486e91a6738f66..de01b007f185145414e224f40ff412b2af41dcd8 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/moveElementBefore.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/moveElementBefore.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 moveElementBefore()
 '''''''''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/removeElement.rst b/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/removeElement.rst
index 32781bd3579dca9e271970c03117f59a1a7ade9a..b4c85d8ec0ee2a18a7111e2cb603512138e7c407 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/removeElement.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/AbstractSection/removeElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 removeElement()
 '''''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/addValidator.rst b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/addValidator.rst
index 4e057206a258b8bfe998fd558da80cde00c22117..55f561b09588d6a3c47675ce0c6f1debbf4f2fdd 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/addValidator.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/addValidator.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 addValidator()
 ''''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/createValidator.rst b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/createValidator.rst
index 1a2b53c64e41c9f58c56cd3f5ea3d0ce82659cbc..8592399afaa7e65b3ba42123844bd947845f379a 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/createValidator.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/createValidator.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 createValidator()
 '''''''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/getDefaultValue.rst b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/getDefaultValue.rst
index f2e2847f6ef02ed69d121aca348ee96e63c05b00..0a9b02f41e4ee0918d2ad3f38b7b7403b78d733a 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/getDefaultValue.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/getDefaultValue.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 getDefaultValue()
 '''''''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/getProperties.rst b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/getProperties.rst
index fe18fdf3806b12b39f7118bfa7cf8ce01925c700..2e47595e7a211741e890d8e1b68a0c6db08f01c0 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/getProperties.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/getProperties.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 getProperties()
 '''''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/getUniqueIdentifier.rst b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/getUniqueIdentifier.rst
index fc2e0df6350404fa1e7dd9989bc0dbff604fd501..6e78b75b40d8bb3e8542c9973e303fdbd672b972 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/getUniqueIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/getUniqueIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 getUniqueIdentifier()
 '''''''''''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/initializeFormElement.rst b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/initializeFormElement.rst
index d8c9c5889f4c13bac045a9108d3c82160492d9fb..58750e57699fcee9a4afe146fbfb75f93c133f01 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/initializeFormElement.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/initializeFormElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 initializeFormElement()
 '''''''''''''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/isRequired.rst b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/isRequired.rst
index 92afaff09cecdb586f8bd6215cc2a40cdd879b92..08a16eefc3f597dd756029a48b4f37063e8d3b37 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/isRequired.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/isRequired.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 isRequired()
 ''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/setDataType.rst b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/setDataType.rst
index c96d638ea4301622b96656d387aca0a421ba7de2..a322b4e209f7acf00618de5a9cf179a258a62b33 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/setDataType.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/setDataType.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 setDataType()
 '''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/setDefaultValue.rst b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/setDefaultValue.rst
index a7a8bbf0b53eccd4e4b9d4ec13e2c8891dae9fa5..25100f59f3993793df21521bde14776866b68f4e 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/setDefaultValue.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/setDefaultValue.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 setDefaultValue()
 '''''''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/setProperty.rst b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/setProperty.rst
index f99158dd94968d30033b24557ff31302ca8b749a..f7f9920ab8dbb22a3d973e962bd64a1bd89a0751 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/setProperty.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/setProperty.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 setProperty()
 '''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/setRenderingOption.rst b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/setRenderingOption.rst
index 94ea5a04aef3e7e83facb2168498ec1d47814793..c685eed567209d40380dac122b216064a599f8ac 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/setRenderingOption.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/FormElementInterface/setRenderingOption.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 setRenderingOption()
 ''''''''''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/Index.rst b/typo3/sysext/form/Documentation/I/ApiReference/Index.rst
index 7e8e2ad0b9f3503f214a47f9e3bc45efafa43349..46430cba971550d787919a9c3ff5fa52d0e27494 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/Index.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _apireference:
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/RenderableInterface/getParentRenderable.rst b/typo3/sysext/form/Documentation/I/ApiReference/RenderableInterface/getParentRenderable.rst
index 3c1a6844f3483c317b1688d84be2dc005a772e34..1f89b2a71dde53f46b4019c782c5ff055c622194 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/RenderableInterface/getParentRenderable.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/RenderableInterface/getParentRenderable.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 getParentRenderable()
 '''''''''''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/RenderableInterface/getTemplateName.rst b/typo3/sysext/form/Documentation/I/ApiReference/RenderableInterface/getTemplateName.rst
index 08afdac0f049f7044e4211f99f1396c369ad44b3..09d2e88647bf20c7e1309fe9396692b6e4fdc712 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/RenderableInterface/getTemplateName.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/RenderableInterface/getTemplateName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 getTemplateName()
 '''''''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/RenderableInterface/setParentRenderable.rst b/typo3/sysext/form/Documentation/I/ApiReference/RenderableInterface/setParentRenderable.rst
index d26b266385b7d6d3fd248607ea54080fa434c723..6e5d7dede4476daaa70d853705cf6601ac06f9d7 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/RenderableInterface/setParentRenderable.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/RenderableInterface/setParentRenderable.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 setParentRenderable()
 '''''''''''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/RootRenderableInterface/getIdentifier.rst b/typo3/sysext/form/Documentation/I/ApiReference/RootRenderableInterface/getIdentifier.rst
index d00899c7efd4e60f9bb0a030b4c1528788638eac..e4effd56904aa6919fb5c73ddc736db1c20ce316 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/RootRenderableInterface/getIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/RootRenderableInterface/getIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 getIdentifier()
 '''''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/RootRenderableInterface/getLabel.rst b/typo3/sysext/form/Documentation/I/ApiReference/RootRenderableInterface/getLabel.rst
index 519ee78b1795cc728043ccf298aaa9260b0ca613..2aa1a88099687f4f7b73d3c8d1bdf58ac20a281d 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/RootRenderableInterface/getLabel.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/RootRenderableInterface/getLabel.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 getLabel()
 ''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/RootRenderableInterface/getRendererClassName.rst b/typo3/sysext/form/Documentation/I/ApiReference/RootRenderableInterface/getRendererClassName.rst
index e7206efa2a05eed8ed6fad55e5af9ee6b267f198..84435ab6789272602940caa0739a9bf10d75fb4d 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/RootRenderableInterface/getRendererClassName.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/RootRenderableInterface/getRendererClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 getRendererClassName()
 ''''''''''''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/RootRenderableInterface/getRenderingOptions.rst b/typo3/sysext/form/Documentation/I/ApiReference/RootRenderableInterface/getRenderingOptions.rst
index 385594ce584a938e1a26fb41ddb1b6c3ac779831..4143953580675d28095154ada812613cbab8b432 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/RootRenderableInterface/getRenderingOptions.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/RootRenderableInterface/getRenderingOptions.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 getRenderingOptions()
 '''''''''''''''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/ApiReference/RootRenderableInterface/getType.rst b/typo3/sysext/form/Documentation/I/ApiReference/RootRenderableInterface/getType.rst
index 0f0941c3648d5262d5ec525fafa2179674fffe9c..a5452f52176a17b2028aee7a6ff64e567441b2d0 100644
--- a/typo3/sysext/form/Documentation/I/ApiReference/RootRenderableInterface/getType.rst
+++ b/typo3/sysext/form/Documentation/I/ApiReference/RootRenderableInterface/getType.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 getType()
 '''''''''
 
diff --git a/typo3/sysext/form/Documentation/I/Concepts/Configuration/Index.rst b/typo3/sysext/form/Documentation/I/Concepts/Configuration/Index.rst
index 658ac9ce1a61879e6011ceb6be9d4e07d6e251f1..81f729a7c0b7913be20d78cb7b34064239346fec 100644
--- a/typo3/sysext/form/Documentation/I/Concepts/Configuration/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Concepts/Configuration/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _concepts-configuration:
diff --git a/typo3/sysext/form/Documentation/I/Concepts/Finishers/Index.rst b/typo3/sysext/form/Documentation/I/Concepts/Finishers/Index.rst
index 102c41e91a30f56d07b976090e6060fe5ed0d8f6..04e0d6089893c5349f90e755d131e39704404268 100644
--- a/typo3/sysext/form/Documentation/I/Concepts/Finishers/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Concepts/Finishers/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _concepts-finishers:
diff --git a/typo3/sysext/form/Documentation/I/Concepts/FormConfigurationFormDefinition/Index.rst b/typo3/sysext/form/Documentation/I/Concepts/FormConfigurationFormDefinition/Index.rst
index 398cdb5b638ac489fa74ba6a8b4d9f6285afbb31..94843994ff0546f21dab9fb66ba2a01ff44ae3e8 100644
--- a/typo3/sysext/form/Documentation/I/Concepts/FormConfigurationFormDefinition/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Concepts/FormConfigurationFormDefinition/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _concepts-formdefinition-vs-formconfiguration:
diff --git a/typo3/sysext/form/Documentation/I/Concepts/FormEditor/Index.rst b/typo3/sysext/form/Documentation/I/Concepts/FormEditor/Index.rst
index 77264d4383857d55e99512437fcfbd7f3fefcf24..b99dd48e65a2319ddb306e4fc03331ed3467485b 100644
--- a/typo3/sysext/form/Documentation/I/Concepts/FormEditor/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Concepts/FormEditor/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _concepts-formeditor:
diff --git a/typo3/sysext/form/Documentation/I/Concepts/FormFileStorages/Index.rst b/typo3/sysext/form/Documentation/I/Concepts/FormFileStorages/Index.rst
index c2bcff1784f609d9707bdc2fa7fbd4837668b591..0cb40fde95506ef17408f41fd00888f7887d929e 100644
--- a/typo3/sysext/form/Documentation/I/Concepts/FormFileStorages/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Concepts/FormFileStorages/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _concepts-form-file-storages:
diff --git a/typo3/sysext/form/Documentation/I/Concepts/FormManager/Index.rst b/typo3/sysext/form/Documentation/I/Concepts/FormManager/Index.rst
index 2973317ef58956c5b0a209415b22e2f45aca2902..72c50fcdc3f3b0f20057317223ca7e02926eb232 100644
--- a/typo3/sysext/form/Documentation/I/Concepts/FormManager/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Concepts/FormManager/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _concepts-formmanager:
diff --git a/typo3/sysext/form/Documentation/I/Concepts/FormPlugin/Index.rst b/typo3/sysext/form/Documentation/I/Concepts/FormPlugin/Index.rst
index ddb6074dafbfda2b8d29cadaa0f2fc21dc55501e..4a28765fddf7b1cad7c5d4d960983e82996974a4 100644
--- a/typo3/sysext/form/Documentation/I/Concepts/FormPlugin/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Concepts/FormPlugin/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _concepts-formplugin:
diff --git a/typo3/sysext/form/Documentation/I/Concepts/FrontendRendering/Index.rst b/typo3/sysext/form/Documentation/I/Concepts/FrontendRendering/Index.rst
index 6b528978fc35de7bad2cb2452452ebaedc163206..55cfc79ee9d370a3d4d99a3d09560b940ce38d40 100644
--- a/typo3/sysext/form/Documentation/I/Concepts/FrontendRendering/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Concepts/FrontendRendering/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _concepts-frontendrendering:
@@ -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/I/Concepts/Index.rst b/typo3/sysext/form/Documentation/I/Concepts/Index.rst
index d9e8c31a53acd943c15dad681eed91df8e65215c..562e321166c9c186115833c2355d45d5c28fb21d 100644
--- a/typo3/sysext/form/Documentation/I/Concepts/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Concepts/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _concepts:
diff --git a/typo3/sysext/form/Documentation/I/Concepts/TargetGroupsAndMainPrinciples/Index.rst b/typo3/sysext/form/Documentation/I/Concepts/TargetGroupsAndMainPrinciples/Index.rst
index bd0ee0540eccbcb835a75a5a58b4bafd69101be5..22c5b90717fb7ac4694f1a1c600abe49e2c42d10 100644
--- a/typo3/sysext/form/Documentation/I/Concepts/TargetGroupsAndMainPrinciples/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Concepts/TargetGroupsAndMainPrinciples/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _concepts-introduction:
diff --git a/typo3/sysext/form/Documentation/I/Concepts/Validators/Index.rst b/typo3/sysext/form/Documentation/I/Concepts/Validators/Index.rst
index bdc13e0c8e9526d569c589874e6244f112331b2d..0597c7c8633293c3c6ccdad50e5bb4c591ee47bf 100644
--- a/typo3/sysext/form/Documentation/I/Concepts/Validators/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Concepts/Validators/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _concepts-validators:
diff --git a/typo3/sysext/form/Documentation/I/Concepts/Variants/Index.rst b/typo3/sysext/form/Documentation/I/Concepts/Variants/Index.rst
index 09442019851653fb4a59e3977942f8c4be483d1a..b2e817e7e0854f09aa86d13bde07786f095d5008 100644
--- a/typo3/sysext/form/Documentation/I/Concepts/Variants/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Concepts/Variants/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _concepts-variants:
diff --git a/typo3/sysext/form/Documentation/I/Config/Index.rst b/typo3/sysext/form/Documentation/I/Config/Index.rst
index f3bc0e96bf1a59948eefdd853f1e8b92bf993f90..3d0d045424de7c03e4faa692d01ebd94b0994207 100644
--- a/typo3/sysext/form/Documentation/I/Config/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Config/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _configurationreference:
diff --git a/typo3/sysext/form/Documentation/I/Config/configuration/Index.rst b/typo3/sysext/form/Documentation/I/Config/configuration/Index.rst
index 1101c8d13c0afcac087de8d06fdee0cad4769e96..511643b0fc97f9ea75446e421c094b6ae92bb01d 100644
--- a/typo3/sysext/form/Documentation/I/Config/configuration/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Config/configuration/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _configurationreference-fullconfiguration:
diff --git a/typo3/sysext/form/Documentation/I/Config/formManager/Index.rst b/typo3/sysext/form/Documentation/I/Config/formManager/Index.rst
index 9692afd8772b9c122ef00f9e1841ba55ca7e5ed5..84cf06b8fef8f056e9a3f45341372c4fea7d0ed9 100644
--- a/typo3/sysext/form/Documentation/I/Config/formManager/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Config/formManager/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.formmanager:
diff --git a/typo3/sysext/form/Documentation/I/Config/persistenceManager/Index.rst b/typo3/sysext/form/Documentation/I/Config/persistenceManager/Index.rst
index f94a4e29bdc64c0e0c2a199534c94e08dbc7dc56..432be4b7588cb4d9c0f64f38b3055de6ad065eac 100644
--- a/typo3/sysext/form/Documentation/I/Config/persistenceManager/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Config/persistenceManager/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.persistencemanager:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/Index.rst b/typo3/sysext/form/Documentation/I/Config/proto/Index.rst
index e6ac3776b61411575045efdeebee52526e788b12..484ad043c7ed942df791210a626a8300647611c4 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/Index.rst b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/Index.rst
index 6f492c1fe41afc80884c1b4a99ac18d42a0206cb..958d67388d6316c075c48d9cd13fe2813e37f20d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.finishersdefinition:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/Closure.rst b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/Closure.rst
index d50f810540fa66216a39d836478816d75cdc8f4b..d69df36ccd66c638f1148548095a3a0542090422 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/Closure.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/Closure.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.finishersdefinition.closure:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/Confirmation.rst b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/Confirmation.rst
index faa79dd2653f67fb2d1ad9f2c9478bdba1c7e240..c4586517b22b9a56d60393a0083864665e6145a3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/Confirmation.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/Confirmation.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.finishersdefinition.confirmation:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/DeleteUploads.rst b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/DeleteUploads.rst
index e3609f223a59eac18bf819b5db96582ca9575339..f98c26d33035ee7c8e1f7f801d40b1ae724684f6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/DeleteUploads.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/DeleteUploads.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.finishersdefinition.deleteuploads:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/EmailToReceiver.rst b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/EmailToReceiver.rst
index a43e300540a90fd88366b80c8cab6675a31198da..a33de2da2d76ed740874a4f9eb8b7a760b90bcc6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/EmailToReceiver.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/EmailToReceiver.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.finishersdefinition.emailtoreceiver:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/EmailToSender.rst b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/EmailToSender.rst
index c7c3f0c74360caf950e60773691cc131018e5634..f643889e18d0e0a49352572eb404d5011da8438b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/EmailToSender.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/EmailToSender.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.finishersdefinition.emailtosender:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/FlashMessage.rst b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/FlashMessage.rst
index 6eb0c8bc4f996d0e4ef3c92ac2f784b00cf6df8e..eb5ce3aa56dcc43d1996109fe0bb07f8f4a229f7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/FlashMessage.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/FlashMessage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.finishersdefinition.flashmessage:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/Redirect.rst b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/Redirect.rst
index 5e487138aa3762b7b2453e012a5d9f772cfd19c5..710b446831e5bc7c7a6472386a90abb3817dd8c3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/Redirect.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/Redirect.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.finishersdefinition.redirect:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/SaveToDatabase.rst b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/SaveToDatabase.rst
index 13be95b1157ccc3757de2e7494c3d477bef0d235..080cbd009b9e85e5dc8ee9bea7e216f56c0e5992 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/SaveToDatabase.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/finishers/SaveToDatabase.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.finishersdefinition.savetodatabase:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/formEngine/elements.rst b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/formEngine/elements.rst
index 3d58e7f965fbb262f872a1ffdab98c6a587ba1bf..460db213e4318d4598cc4d6775a3b61cface534a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/formEngine/elements.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/formEngine/elements.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 Every array key must match to the related finisher option name.
 For example, the - :ref:`"[Redirect] finisher"<typo3.cms.form.prototypes.\<prototypeidentifier>.finishersdefinition.redirect>` has the option - :ref:`"pageUid"<typo3.cms.form.prototypes.\<prototypeIdentifier>.finishersdefinition.redirect.options.pageuid>`.
 If you want to make the ``pageUid`` overwritable within the ``form plugin``, then an array key ``pageUid`` has to exists within ``TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.finishersDefinition.<finisherIdentifier>.FormEngine.elements``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/formEngine/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/formEngine/label.rst
index 90b48b70f5660af738baa3b926eaef7d990054c6..a6564ee9dc315b8bfdb141169fe678a9945c144b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/formEngine/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/formEngine/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 Finisher options are overwritable within the ``form plugin``.
 If the "Override finisher settings" checkbox is selected within the ``form plugin``, every finisher who has a - :ref:`"FormEngine"<typo3.cms.form.prototypes.\<prototypeIdentifier>.finishersdefinition.\<finisheridentifier>.formengine>` configuration, is shown in a separate tab.
 ``label`` is the label for such a tab.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/iconIdentifier.rst
index a4de2a003b4fb0925d5b0cc42084bcd86f536566..7d3f4f14b155505691e2274a4718a9ca5dbb3e33 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/iconIdentifier.rst
@@ -1,2 +1,4 @@
+.. include:: /Includes.rst.txt
+
 An icon identifier which must be registered through the ``\TYPO3\CMS\Core\Imaging\IconRegistry``.
 This icon will be shown within the - :ref:`"Inspector [CollectionElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.collectionelementheadereditor>` if the finisher is selected.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/implementationClassName.rst
index aa74df744ba8c4497064b9ad1e10b13623dd9ec5..d7f1faf9f432e46843a594b37b167fcd559391d3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/implementationClassName.rst
@@ -1 +1,3 @@
-Classname which implements the finisher.
\ No newline at end of file
+.. include:: /Includes.rst.txt
+
+Classname which implements the finisher.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/label.rst
index f144f610c858f86b74ea19520fc2f1a41399c679..b0ef42e0e9205fee3b164890100e047edb4132c2 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/label.rst
@@ -1 +1,3 @@
-This label will be shown within the - :ref:`"Inspector [CollectionElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.collectionelementheadereditor>` if the finisher is selected.
\ No newline at end of file
+.. include:: /Includes.rst.txt
+
+This label will be shown within the - :ref:`"Inspector [CollectionElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.collectionelementheadereditor>` if the finisher is selected.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/predefinedDefaults.rst
index 0a7f05300d0e6f86f9f03e493d31478514ea97e6..bb80586353a281385eb97f403e947302cc31505a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/finishersDefinition/properties/predefinedDefaults.rst
@@ -1 +1,3 @@
-Defines predefined defaults for finisher options which are prefilled, if the finisher is added to a form.
\ No newline at end of file
+.. include:: /Includes.rst.txt
+
+Defines predefined defaults for finisher options which are prefilled, if the finisher is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formEditor/Index.rst b/typo3/sysext/form/Documentation/I/Config/proto/formEditor/Index.rst
index 1e493754bda0843249c43fa22da04a06fa145c82..7952f6cc09602770adb91c411dce639f17d3b591 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formEditor/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formEditor/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formeditor:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/Index.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/Index.rst
index 186c7f7716a1b17c412772d7639fde3345488bda..bf11e0bb58d0bcb6db8710e3d634f0895cd97488 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeIdentifier>.formelementsdefinition:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/Index.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/Index.rst
index eb01160774473d8601583c8a7af2beea3ab003a6..d44e61d89dcc524d2507205ed4a137aac6b5fa2c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.<formelementtypeidentifier>.formeditor.editors.*:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/CheckboxEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/CheckboxEditor.rst
index bf61f6ebd427a36723a3cec0369cdee4e50dbafa..a8b7437ecb605d8a590d2f14def33e7ee87d1f08 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/CheckboxEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/CheckboxEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.<formelementtypeidentifier>.formeditor.editors.*.checkboxeditor:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/CollectionElementHeaderEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/CollectionElementHeaderEditor.rst
index 79cd71a5a46ced36839dd1dd1441ddec53e602da..6817b6c3a05241393cd543e58708dacc4aa65ed0 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/CollectionElementHeaderEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/CollectionElementHeaderEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.<formelementtypeidentifier>.formeditor.editors.*.collectionelementheadereditor:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/FinishersEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/FinishersEditor.rst
index 2b6a06d3692064bb80cc08855e5bf8d1083134e9..209174e56fe72cbe75a03b128a14215ab3310dbd 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/FinishersEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/FinishersEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.<formelementtypeidentifier>.formeditor.editors.*.finisherseditor:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/FormElementHeaderEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/FormElementHeaderEditor.rst
index 3440e8ad5e22ce2d3eddc2890be2540c0885a7b4..d972197bc47554096254f379ccb1f621a22dbbc6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/FormElementHeaderEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/FormElementHeaderEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/GridColumnViewPortConfigurationEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/GridColumnViewPortConfigurationEditor.rst
index 6698bd94eb21213fdd846b3f2951c577f2d1be45..bf6a5279b58c5caf4955a5862e41c9027455b12a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/GridColumnViewPortConfigurationEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/GridColumnViewPortConfigurationEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.<formelementtypeidentifier>.formeditor.editors.*.gridcolumnviewportconfigurationeditor:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/MultiSelectEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/MultiSelectEditor.rst
index f1497c612a59bd15a720dff06f64fd9766023f3e..28bc23a1bf8955169e0dfecb928d6fda42a5fba0 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/MultiSelectEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/MultiSelectEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.<formelementtypeidentifier>.formeditor.editors.*.multiselecteditor:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/PropertyGridEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/PropertyGridEditor.rst
index d9dd2f35b353a2ffd3b7c8362735e377a544fd79..a4eb79b713c0c13bacf191545d371138d12079b6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/PropertyGridEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/PropertyGridEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.<formelementtypeidentifier>.formeditor.editors.*.propertygrideditor:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/RemoveElementEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/RemoveElementEditor.rst
index 428f29bd1c7d4c14beb5986ca21ea91afae5045e..2946ee46224d4040b93771ab9a654b3cf0f2cc0a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/RemoveElementEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/RemoveElementEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.<formelementtypeidentifier>.formeditor.editors.*.removeelementeditor:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/RequiredValidatorEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/RequiredValidatorEditor.rst
index 93bd77bb0cfb65c8694f0685a75e7df3b16ca302..467981306146ae497323a33319f19f55ebabe8c8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/RequiredValidatorEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/RequiredValidatorEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.<formelementtypeidentifier>.formeditor.editors.*.requiredvalidatoreditor:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/SingleSelectEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/SingleSelectEditor.rst
index faddd507e74db31e7f93d1e59901fb69f8adcbc9..c0f421dd020f26aa4d3ecf354870d54bbfa08b8c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/SingleSelectEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/SingleSelectEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.<formelementtypeidentifier>.formeditor.editors.*.singleselecteditor:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/TextEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/TextEditor.rst
index b93fb989f9b8ac6d63510f9659a2e5fa2da2cc4c..d16d392e62e351ca4f08366572e47edeee2b4869 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/TextEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/TextEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.<formelementtypeidentifier>.formeditor.editors.*.texteditor:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/TextareaEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/TextareaEditor.rst
index 91001ae74f4c7de948cb54353fbe99622d8ddf31..e60a49ec386f9852131d4fbee9afbef0c98b760e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/TextareaEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/TextareaEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.<formelementtypeidentifier>.formeditor.editors.*.textareaeditor:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/Typo3WinBrowserEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/Typo3WinBrowserEditor.rst
index 83fbf9e3ad765b92cf185b35d03bc1aa44a683b3..61b88a8ef829137a4eaf001b1a7125721b70ba90 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/Typo3WinBrowserEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/Typo3WinBrowserEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.<formelementtypeidentifier>.formeditor.editors.*.typo3winbrowsereditor:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/ValidationErrorMessageEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/ValidationErrorMessageEditor.rst
index 773f41fbc242d0e494052b7c99cc74576367d4e5..fafdcbfef8948f953a41af1021e0e5a8d45ef57b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/ValidationErrorMessageEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/ValidationErrorMessageEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.<formelementtypeidentifier>.formeditor.editors.*.validationerrormessageeditor:
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/ValidatorsEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/ValidatorsEditor.rst
index bdc9b7c0376f17e173a71f372dc81cfc5610f275..a958674d7a9daa0eb92847f411e1ab9cbc550c63 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/ValidatorsEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/ValidatorsEditor.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.<formelementtypeidentifier>.formeditor.editors.*.validatorseditor:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/properties/Identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/properties/Identifier.rst
index d8eaac745307a837ec7318d0b6e65c091bc15c85..649bcd382a76822dd3bf30f84746bd00604cf9b1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/properties/Identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/properties/Identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 identifier
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/properties/Label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/properties/Label.rst
index ea92ac305ef62dd5aca76e68ff5f84f2eeec251d..a33ec61b24166b9904d20847230554b9fea0b0f4 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/properties/Label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/properties/Label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 label
 -----
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/properties/PropertyPath.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/properties/PropertyPath.rst
index 797123c4a603770a9df108841d4dafb972cddd89..ca1add041b19908add7f00613b92596f774a01f8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/properties/PropertyPath.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/properties/PropertyPath.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 propertyPath
 ------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/properties/TemplateName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/properties/TemplateName.rst
index 9ec65df8ff5a6ef6c393d5fa2982a4a311f60391..4ea9db6d6ba5dc37cabddbb870dd68a0ea3746e1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/properties/TemplateName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formEditor/inspectorEditors/properties/TemplateName.rst
@@ -1,2 +1,4 @@
+.. include:: /Includes.rst.txt
+
 The inline HTML template which is used for this inspector editor.
 Must be equal to an existing array key within ``TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.formEditor.formEditorPartials`` and must be started with 'Inspector-' by convention.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword.rst
index a8ab70a0b91809c3343aa6e9b1c2f0f6e286f6b8..1a3342e48fb4affc1c329e565768c9967d4f9dd7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.advancedpassword:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor.rst
index d524b907dd4c3a49397a7e356de2d3a52daac586..4af24825953315f2f39404a0375bb41d555f9825 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/100.rst
index 715ae335dcca6b89050a29d1fa5db24be78830b4..1b104416b913477e1f001b46fdc83365bd63bf7c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/200.rst
index ff477b151f4a4a875d775d8ba3a21afd25601bbd..8a8d4ce866e05d4a3b716e466bcadaa0b5065755 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/230.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/230.rst
index 38a200e1dda82a37dcd3d31155911c39ac1a9dd4..d77ca949a109226f5a9053562aa57f72f42dcca8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/230.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/230.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.230
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/300.rst
index 0f31b7eea38e89f52e447f8147adea8603169aab..ff4882576b23862663388f9efade8233240cf10c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.300
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/400.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/400.rst
index bfe647ee4d21ea5017978bc5e60a3982f63cec93..4b1f53dad1a6f7289aa406e4bef9d423d4d128bc 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/400.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/400.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.400
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/700.rst
index 311ec910fa9004deb82138cf827cf8ec5f25f656..cfa8af879595e393627a7cfc0a5e797f174e5de6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.700
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/800.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/800.rst
index c4aeff56f7d4520d57379d3b094a5f3dcc099eca..33dda3d1eca155b4cf8540cb722f49d7149c57ba 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/800.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/800.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.800
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/900.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/900.rst
index 487114f7796a51803e693aa2087632a655bae5c6..8df41a3260f122f133f97467b55f781aec282436 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/900.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/900.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.900
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/9999.rst
index 2597d35e88e953525fe34618927e1bc607f8f0f2..ec8ccf769c73621303ff38c7c0e5abae5e78692d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/group.rst
index 24895cbecbffb609f0aa89782e84feed96af318b..90b80c07b2b3514ac75a7fc53a54188557620dab 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -27,4 +29,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/groupSorting.rst
index 3865faec728095e2c19d0a270f3ccf892ece3d6f..9e673ca707c4b85b4cb5118cdfcbdd663e6ef279 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/iconIdentifier.rst
index 5ca6f5f4e6490f574e5800838340bb63be879ec1..fd6b1445574bdb1d328a08a1abe41861d038a8b5 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
@@ -32,4 +34,4 @@ formEditor.iconIdentifier
       - :ref:`"Inspector [FormElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor>`.
       - :ref:`"Abstract view formelement templates"<apireference-formeditor-stage-commonabstractformelementtemplates>`.
       - ``Tree`` component.
-      - "new element" Modal
\ No newline at end of file
+      - "new element" Modal
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/label.rst
index 35025fe3014f8f76f8b18fea5298811f95db15e8..72977493b5a1fac3bd1acd881c3b2bcb0675dd00 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/predefinedDefaults.rst
index 038f314a8fbb7addaa8f7b1ab73cd9991f6cf33d..6b03a351d65f2bf8471a2210925bc68e9503386a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -28,4 +30,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/10.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/10.rst
index d7e73cbbd38670b76a9b38f6addd48237fef6033..88bdf34d43b11ed596245422727caca5537e82d7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/10.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/10.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/10/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/10/editors/100.rst
index 2078e257698a825174c75195f173da3ca3a7fb22..cb07ac8af8a5da1d9e174e1756db41b4ab6bbc9c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/10/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/10/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/10/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/10/editors/9999.rst
index 6f1bafface010f5630ee3a89122283c731e20386..2df5769b2d7529cf7479923cfab714a4c2914b20 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/10/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/10/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/10/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/10/identifier.rst
index 830a70ac24896bec81521c3ea15f46abc8d444b1..02e2ebd1ba1ea70e6bb730ce1dc57b379ff833fc 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/10/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/10/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/20.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/20.rst
index 7c5447d993b93aeb612ffe9a4d07cc2eee94bd55..a09c457a8612fe174581b62d8c8749f71e0a7b9d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/20.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/20.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/20/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/20/editors/100.rst
index 0b9812ead3a9c3cc641557b481b31aa5a3519344..4b3c2c1b8d46354ed5e406d540f49bbc01283047 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/20/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/20/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/20/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/20/editors/9999.rst
index 73c4729d89f7c88d829c9a4f77924531922d6125..d3b36ded3d985248ae7d029978bea8bc5eeae3a9 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/20/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/20/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/20/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/20/identifier.rst
index ce07224a71ba9973540c7be4c021481ea4d4b19c..e49a1cfdfdddf643fc54f453b6f8454ae8165ef4 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/20/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/20/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.20.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30.rst
index 1ca6ab410981d97b8c1f7765b4c11c382b102ee0..7323757dca1361cf45e9a9b4232104e778b63dac 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30/editors/100.rst
index 587c76c8bcc17821e5fcb62bde639c0d2297f249..0ee45bf00b99fa250e0455abd2e921108b32bc8d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30/editors/200.rst
index 78cf6e4b0836b346a2ed839b952cf9bcdbc35be6..5734dce06b07d652de7f3e713ab93cb12535f23d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30/editors/300.rst
index f1363b1174893bec06fbbbe7b411a617f1e4e277..915686916ee565a2a3b4a2f9866202fb5ed86477 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.300
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30/editors/9999.rst
index c82bfd6c7eb33197123bf9a9cb474d66899747c3..886279c40539438479dd4eefa348e3e4e1dcf63d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30/identifier.rst
index b4bf710b6b7308930eb0e2da8b8bcdc43391221c..1adce9db7cbb1e5a903d170ceedb00d6a40ab895 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/30/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.30.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/40.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/40.rst
index 81aca04b49d6bd29ecc32e63f17cb969b6545a82..5190c9becf88e6d9fb470d4646cac176b100258b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/40.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/40.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/40/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/40/editors/100.rst
index 8cc296e580f943418048e96fb88f032709d9f391..8b28572d8724dcb0375786d34241e730f44c9d4d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/40/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/40/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/40/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/40/editors/9999.rst
index a08466600368f69708bb4374477d3b058deee9ae..96ce3741a5f5206af1ae7e2bed589384d6188bd6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/40/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/40/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/40/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/40/identifier.rst
index 38ea31547538e56575fcea6a1d23c1f68ec7f60c..a9d1620fc14219438f8f5499fb1497d093954c38 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/40/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/40/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.40.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/50.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/50.rst
index 7ad18817e9946ec082b7f632a3e817d34c5a15d3..01d0c642cb0cc80e6e245a342b86b5311f412b88 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/50.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/50.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/50/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/50/editors/100.rst
index fb220b06d6a27079a98b6c5cce9a370201efb4a8..69832c73e07337bc6370b81f637dfe13f139e24d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/50/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/50/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/50/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/50/editors/9999.rst
index a96378397463bae98ac5f91feb8a9b18d41ce7ad..dd38a7ced7bf2803fe1caab0318534bf7293fce3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/50/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/50/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/50/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/50/identifier.rst
index 5b5856ee47cbd4a7a3f6f1cd61f737b96933ea56..69e1349a01016bc5cd05d2cd8f641970a08b230f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/50/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/50/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.50.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/60.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/60.rst
index f1d2a6ce929162e51d6a57c53a41d0ca203ba7f0..a4635543577597899d7975b1659bba12948abe30 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/60.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/60.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/60/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/60/editors/100.rst
index a3c22cd501dfa075b2b7b8cd77350ca3355dbd01..c0440d7473465d81f066547a179c5f062c05f73a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/60/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/60/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/60/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/60/editors/9999.rst
index aa71a44120d8183c948156b92aa1cdbfc867e00d..0451266554425ac963b51729e383e5a32c1b3b7d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/60/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/60/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/60/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/60/identifier.rst
index 92e9d57bf1b8e1618c19ea5ecc242a940b5b8bc7..a504dcb0ccc8c076dce05f4aee8302836cf50746 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/60/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/60/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.60.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70.rst
index e864413188cc700515062bb847559fdebcc1f110..3ab54a4073ef504f7d20a8353da338927d709b47 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70/editors/100.rst
index b7b73d8fd28c0d4653567594df4e69b120415904..4d785e36d3716925f221e2abf80e570d06f374fe 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70/editors/200.rst
index f9e83ec3d39f4af1c3d581c938af9e886fbb7491..7b8aad0fe63d4cd5d087ce266fc66a0f5654b072 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70/editors/300.rst
index 45d34b2f6f40486f4e8f2a0985ba508c6e336ad8..373084bef0d24b954c06606c4e8b51655a91c49e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.300
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70/editors/9999.rst
index 6ae5d32eac779039ae8e23da7518e125b7b527bc..75f7be31ba2d957e3129a4492a18ea478a27b505 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70/identifier.rst
index f14aba0500dd4cc2040d2205e869a38c3896b352..fad8969808802ef9af0ad3e52277d738fe7a3e7f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/70/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.70.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/80.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/80.rst
index 7da0b7af5c0a3bd7855c70173d649a852d37b0b5..0babc071ddf24dd77055295c328d8f5276cc359e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/80.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/80.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/80/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/80/editors/100.rst
index 14450747b0e0369dcc2d37c629cced21450dc26b..acf14cd60903fbb2bf633db33f3ab55a5dd17da8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/80/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/80/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/80/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/80/editors/200.rst
index 0d0ceaac4f2edcd8ef6bdafa6f8e201743f7f100..c81f8684f362528b16d57d09fed712c11bbeb83c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/80/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/80/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/80/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/80/editors/9999.rst
index 88dba06eb38cb5c7edd516b8b788ff3adaaf8caf..f3eef920a2366fd86763042cfba05bade92e449e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/80/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/80/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/80/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/80/identifier.rst
index ad358593a063f15e923de7905897f845c5486754..c08119ec4bb90add3335eb596b89e6a60facc5ca 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/80/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/formEditor/propertyCollections/validators/80/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.80.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/implementationClassName.rst
index b77cbdd8d4ef6b29e20339faa0a705884d1c1bf8..5c87c99b97d5e2f69bc68592c838927137a63639 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/confirmationClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/confirmationClassAttribute.rst
index 2b7ca7bad096b11a4143138e19f7f100f1431a46..f0e8647d335010cc3ee805df59a07525794b69e0 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/confirmationClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/confirmationClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.confirmationClassAttribute
 -------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/confirmationLabel.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/confirmationLabel.rst
index 78f92aa5d7b6f97292b0fff8e70130fb165661e4..98bd3a3d7ec6017e442ea732011c4d89c8e7406f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/confirmationLabel.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/confirmationLabel.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.confirmationLabel
 ----------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/containerClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/containerClassAttribute.rst
index 84759d889a64005846d96ee3b4adf7202f5bb8e9..90b0c1ab321165cef43dce51f6ac6b165f3a34ae 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/containerClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/containerClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.containerClassAttribute
 ----------------------------------
 
@@ -36,4 +38,4 @@ properties.containerClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is typically wrapped around the form elements.
\ No newline at end of file
+      A CSS class which is typically wrapped around the form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/elementClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/elementClassAttribute.rst
index 6c029f7ce49f93af9c1a1364cb64dd1a829f66ad..e8f95fafea4d425bd5ad77261bc35a1ef86a533a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/elementClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/elementClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementClassAttribute
 --------------------------------
 
@@ -36,4 +38,4 @@ properties.elementClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class written to the form element.
\ No newline at end of file
+      A CSS class written to the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/elementDescription.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/elementDescription.rst
index 49b96efcf11494d2aa4eb90a2d4fe55a679cfc11..cd9c4ab23e10fe6906e9137a734699d02b174b0d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/elementDescription.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/elementDescription.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementDescription
 -----------------------------
 
@@ -28,4 +30,4 @@ properties.elementDescription
 
 :aspect:`Description`
       Set a description of the form element. By default, it is displayed
-      below the form element.
\ No newline at end of file
+      below the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/elementErrorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/elementErrorClassAttribute.rst
index db16a00e88eda665c5a9d8587b0c6a2aac9c658b..5005034d04694010a2ec54139c466fdda762c0a9 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/elementErrorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/AdvancedPassword/properties/elementErrorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementErrorClassAttribute
 -------------------------------------
 
@@ -36,4 +38,4 @@ properties.elementErrorClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is written to the form element if validation errors exists.
\ No newline at end of file
+      A CSS class which is written to the form element if validation errors exists.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox.rst
index e7e2794571d4f9342c1c30541fa8bbe4430a1189..da73ce4c96fa48135c219ad446b0d0a4c94be6f0 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.checkbox:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor.rst
index bf8edcff1a0c5343f0d973247dd8346734f73d49..57ea40508e202f24863fef95a5578a65dc672c1b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/100.rst
index 343b5a4246db4a65507141489d4fc4b887832ffd..876439a6e0cb42a5512426a56582429471d85cdf 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/200.rst
index b8b5d7e095959c17e5e67afb93a1ac4b9e37baf0..a522876a8cadaa6bcac29ff98bff0f73b697b23e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/230.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/230.rst
index f12988a44d40e210bc6dd6f4ddb34d3d888b31c4..298ae9908de44333516844e6dbc38d360d1b96eb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/230.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/230.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.230
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/700.rst
index 4f9499184a1972eb0c7e5ebac10455ccfcbc2a3e..882d459f34d755872d5819aa1034ebb68584e9c8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.700
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/800.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/800.rst
index 61334c56a52bb776693b1b892500215f03b0f918..126bf3ccaefd6e371be6c7a4e943aa5275814d47 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/800.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/800.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.800
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/9999.rst
index 8a9e2cbdaf3ff099b74ac79c7759247f80d951f1..8d845afc765f1f9ea587d3bf5b9760a054af3ec3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/group.rst
index 5fcc5f4c68b959e8a4095cf0ab219877733806ef..ed3007b20fe9459bc080ee255d35d737087c22fb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -27,4 +29,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/groupSorting.rst
index 3d80ca8e56a354d93660f25d12164ad844ae718c..70106b446fbd5fbfb433e410275599d6a1d098bd 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/iconIdentifier.rst
index 4fdc99766ba1313e32dadbba034037f95e7221de..24692e524b0a2e78ed35ad39a4610ad7f5642170 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
@@ -32,4 +34,4 @@ formEditor.iconIdentifier
       - :ref:`"Inspector [FormElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor>`.
       - :ref:`"Abstract view formelement templates"<apireference-formeditor-stage-commonabstractformelementtemplates>`.
       - ``Tree`` component.
-      - "new element" Modal
\ No newline at end of file
+      - "new element" Modal
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/label.rst
index b06f7cb6e9b517f39077f7873be1ffb5b4489254..42cb578181ce21e18914ff57c981642f68f0d7e4 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/predefinedDefaults.rst
index 6248bd66c78683bc4edfa527600be301f01b7675..1178421c79cd205ebd933b560720496218c0a6a8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -26,4 +28,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/implementationClassName.rst
index 6dad683f3d6ca1dde4e5c47b5d1daa915c29a257..1e17fa849707849818d0254c6e549d89a350fb87 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/properties/containerClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/properties/containerClassAttribute.rst
index e71d6679ad2b91f39ff45f53b5bb23d3c6ebafdd..b8285faeba38a507d9807b25200b9dc99cc69aee 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/properties/containerClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/properties/containerClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.containerClassAttribute
 ----------------------------------
 
@@ -35,4 +37,4 @@ properties.containerClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is typically wrapped around the form elements.
\ No newline at end of file
+      A CSS class which is typically wrapped around the form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/properties/elementClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/properties/elementClassAttribute.rst
index 02c7c48b6a2732a04e57499188d29e036ac8c8f8..45cc5779df848705a71a3fab04b0c711c71e2e7f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/properties/elementClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/properties/elementClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementClassAttribute
 --------------------------------
 
@@ -35,4 +37,4 @@ properties.elementClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class written to the form element.
\ No newline at end of file
+      A CSS class written to the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/properties/elementDescription.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/properties/elementDescription.rst
index 3680ca78f40f642a8e17127d4dc6b06f4e7f2fe3..cf16979c3bdac707013891dea9486ba432fadb73 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/properties/elementDescription.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/properties/elementDescription.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementDescription
 -----------------------------
 
@@ -28,4 +30,4 @@ properties.elementDescription
 
 :aspect:`Description`
       Set a description of the form element. By default, it is displayed
-      below the form element.
\ No newline at end of file
+      below the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/properties/elementErrorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/properties/elementErrorClassAttribute.rst
index 64fed7fa9c6312e20e230c11fb1395d5e2931015..29e85c4c70ea456c5e281c5a5003c21619b4982c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/properties/elementErrorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/properties/elementErrorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementErrorClassAttribute
 -------------------------------------
 
@@ -35,4 +37,4 @@ properties.elementErrorClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is written to the form element if validation errors exists.
\ No newline at end of file
+      A CSS class which is written to the form element if validation errors exists.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/properties/value.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/properties/value.rst
index e8199c5b11e42bdde36846e3a78953b561dda230..b027cb7ba457deb7447caa3885c56e59b6e87001 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/properties/value.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Checkbox/properties/value.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.value
 ----------------
 
@@ -35,4 +37,4 @@ properties.value
       ToDo
 
 :aspect:`Description`
-      The value of the checkbox which should be sent to the server.
\ No newline at end of file
+      The value of the checkbox which should be sent to the server.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement.rst
index 1c6dd3c41d13c21570c93bbeff4132eaadfb9e1b..60bfd081b906aa5eb73076cfa658e1d42cc6f072 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.contentelement:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor.rst
index b868af585ff1c570522efb54321d3d5bdb5462ce..6d201c919c00237839fdfb0d145399cdc91e9b54 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/editors/100.rst
index 3523b790f21df97907555c8514765a0bf0fc0137..b61122a4239ee19d3e344e1d288a6c153925b319 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/editors/300.rst
index 62ea0d4a9ecef2af2bc126f253c8a169016f7055..9713475afdf2e93d98a33a2fc6f43cb18c0d6deb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.300
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/editors/9999.rst
index 1f623822987eb9403b88b424eab1b5ac08a3ba55..0c21fb5e137c7f25e1a0d2be3eb54e2236a0badc 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/group.rst
index 075b75e2455a355c64b0f05526a8e570cc6053ac..d275f76e6242adc526da4eb3d1953a1dabdc7c75 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -27,4 +29,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/groupSorting.rst
index 67d1111bdf1796e0a36084e8e5a92cd2a331a9dc..b4fa7ecbb3720ba19eff96fb1486900a89a90ffb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/iconIdentifier.rst
index 94f2f8b4e30e1dec95f4da17ff3b6af9e080c019..5c508a2d324a71a86a701526f2a33f21eacd09ef 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/label.rst
index e4cac8d7edb05fdd0983208bfcd4c2d1bc142696..152174850bc5da8c34451b260b58f7a070fef071 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/predefinedDefaults.rst
index 70f2dbc9cf9524cee4ab3e6e9d3488d0b7e51b66..8da8f4759301db7a084c27b91d3d507c1c877633 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -28,4 +30,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/implementationClassName.rst
index 62f2d3a94cf39fb2a6d4cfc35956ce821e23239c..f18c78a10b9ccdef80f644541e13b756a23e045a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/properties/contentElementUid.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/properties/contentElementUid.rst
index 852a296cafed26512453749f2229580de1212191..26ff92341f3dd8c2da0457768df16d350b84f410 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/properties/contentElementUid.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ContentElement/properties/contentElementUid.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.contentElementUid
 ----------------------------
 
@@ -32,4 +34,4 @@ properties.contentElementUid
       ToDo
 
 :aspect:`Description`
-      The uid of the content element which should be rendered.
\ No newline at end of file
+      The uid of the content element which should be rendered.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date.rst
index 9e3c737117b71d59120e5e997587c9f0d9ca86dd..c6ae898c33c4e99b274ee57db052cf38aff64542 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.date:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor.rst
index c8a19de47b296ecacbc2c0ed0caa398dec274c52..087f6b346d62e729e25adfe84b9ff33488dd2d87 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/100.rst
index f8923704e6a3082decb385ce695fb281b7c677b7..20947ad5dd061d329f72a621d6d28775518c046b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/200.rst
index 35994d38b130f8407544b8277df85b50eada19b2..2df680ddb9ad523be21681b5c3ccf0a8b05fe563 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/230.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/230.rst
index df5a5992636ab74f997473de5e146223296b78bc..a1ae7983e77805bf185afba7db6d0c629261b058 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/230.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/230.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.230
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/500.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/500.rst
index 4ebbada9e6c1433b53b46833f04e6585a446e40c..6d426681136ece301974b09695c69bebeb49729a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/500.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/500.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.500
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/550.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/550.rst
index 54593a67bf92e0cbd1c8d195d14bdb9d6204e52d..0fd2a71b2aa45113d276ed9657224aed3f86bb61 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/550.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/550.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.550
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/700.rst
index 2e63e121abd876e4c38daedc504fa66f44377648..4a2fb106406d6a7238c191a449c9593b188ee9f5 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.700
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/800.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/800.rst
index cd8ab557aa1757d3d669866fb6e69b8140d88977..60337fb51bd2c287fab8ad08d264a47ef3b40b80 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/800.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/800.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.800
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/900.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/900.rst
index 3364b707f9c5a62a1d90bd3a4dc051f578e44ef6..8327f9874bef6a255cbb4414d3baec523b979afc 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/900.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/900.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.900
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/9999.rst
index 483c56304e54135bea45aa28733b45786598e773..40ce629cfb23fe0e85cc57011181bdc87e887ab3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/group.rst
index 5f6f1ecf513cae5570869ac835a45296a33ce442..ae18b4547d7c20b7e1c922f1099693659b8d7609 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/groupSorting.rst
index e3cb01150abbfd805bf334a4e2f3eb70dac870be..008955f7028febf5e98f862b3fe5a75d49d8f8df 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/iconIdentifier.rst
index 86e1082dfe94be876d97d2f8c7a36f34072a6d67..0c0179dd7aefb1428c34edcdb848c62f5d58848d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/label.rst
index ee68aaeb697cf5e3fffbd286f8345e80e456c209..14e2596f3a220f9a6e3f549a2adc50da9d0b74b2 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/predefinedDefaults.rst
index 85f2b598945ce63a36133c9468a3b21848782d81..6f07d7fa59baaf5d530beb60e45b1761f6810626 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10.rst
index d9223c62cc09a93014982db2674eccf8a18b6212..0416fff5c4d6d81d29b70de521cc20a70dec26ca 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/editors/100.rst
index d1065189801ee5023958401f755b84431225c0d0..cc06a63665994ebf2495f962c261b3f48adf1bca 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/editors/200.rst
index f30d22e157a4369d477eac81c5208f3a9e409aa6..aec5b296932d8eb8739c254c3ed14345c8a5d0f0 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/editors/250.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/editors/250.rst
index 649cd1df5a99dc48ff279059efca9aa1507cddfe..3b3d0dbbb6d6cc79a4eb9b5901d210d9ce055861 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/editors/250.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/editors/250.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.250
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/editors/300.rst
index fcd0c691f0f1db161ec4f7164c360d13fcd3a870..af81dfbdbe0e1644c7fa50c4dba269ce73328192 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.300
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/editors/9999.rst
index 8f8ab0a355708a9805b0c1498b2cf79e98a41231..cf58725eacd7c33dc67631de834b45fe39bab411 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/identifier.rst
index 951557fe509443ff661865abc3d28651901d1124..cfc6b518906bb5ead228c63db5e03e810f9d5d1b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/10/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/20.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/20.rst
index 53ced6922e01252a40acae22f0608f4d14621746..01673614d0f8d7e1efbf79d9151d39f90473b699 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/20.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/20.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/20/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/20/editors/100.rst
index 5bbc42ca17e5bb1d83fce7afada6bc5a5edf056d..dd36f53ba71ed197d800e243f69211db056a18f1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/20/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/20/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/20/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/20/editors/200.rst
index f59d0094a777d9702c877f7cfd0ef3a1d9fb334c..8bdc0d3671365189dee23fdaab2db7c98d47d8df 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/20/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/20/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/20/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/20/editors/9999.rst
index 241cebce78b85d171f1fe653f2e08c411ed9a234..0dd4754980a4e645c0cb7c74d3eeaf21c2db9771 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/20/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/20/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/20/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/20/identifier.rst
index 3e132e10d9f55e288dd93379a7f0ffcf30bcc8cb..76d7a38741867f7c72c56419144b7fddd36c95fa 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/20/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/20/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30.rst
index 08ffdd0a83065e0a9c2ab2396ed796e9e8930d49..0dcd9f2cab4180ce1399e5607a0a93ee301d7072 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/editors/100.rst
index 34bd243ade124de08662569337b1bd0fa3343840..fb795fadbad1e687f259b65791d94e7b1ebdc6bf 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/editors/200.rst
index c9929f85e2c14fe3d6942a0ae1e5b35790c35c0c..0df595b5a74a609dff1e3d8a17e0a03f6631b931 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/editors/300.rst
index dd88c1ded3267e22a0f6ab86815597b058b4f78e..3f5e680ebdf760d11915b7290c4938eeec7a6b09 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.300
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/editors/400.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/editors/400.rst
index 2389f934a7099264b461939bf35a934a975991e7..6f475e7287d0e58ef57c5c97e81e3ccf55e2b66b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/editors/400.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/editors/400.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.400
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/editors/9999.rst
index 9f55a2943aa719931e8c42a73cabb56cad2b0b57..acbed377573591819fce592e8b78ef830e152294 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/identifier.rst
index 009abbc6745eea961ed16d35e27b87efad7dbb15..a2859fa61a8ac0aafcc1b922ef44878923f51b93 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/30/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/40.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/40.rst
index 07abddb4bfd2d92bdd9b4bd7c5618dc92429aa55..f1c548a7e9001cfd7c7d7c849eebb8484f3cdf51 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/40.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/40.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/40/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/40/editors/100.rst
index ced10188ca0bbefd3ab0ad590e7f5b45a58feb4c..392b77cf56f41fd39844651b9bac83727f4bf078 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/40/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/40/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/40/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/40/editors/200.rst
index 80f048cc439ff7f91de16df8c5a87e96d39da361..f20762b3c7ffdaf8986e00f288e636d813cf342d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/40/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/40/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/40/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/40/editors/9999.rst
index 2dcb96f0398285fde2a49ce3cfdd979ef55c8d9d..f959f5e149d8d74226aa7ef4a839aec9980d3af7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/40/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/40/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/40/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/40/identifier.rst
index b01669f6230a4cb2069b2df38b9d76edd8719beb..b84811a41888599f51bcaea61cdf93f06fd67402 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/40/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/40/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/50.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/50.rst
index dd003ffc9b43f4e3fdfaaa94789f2e68454690c8..0b3cfddf951f73525b0edd95ee0b69b4872fdec5 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/50.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/50.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/50/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/50/editors/100.rst
index 9b2f4b8ba88f3a560b1f40a724e0f94f3af89eec..007f7570418ccf025c9222c7c664675f50ce2d5f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/50/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/50/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/50/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/50/editors/200.rst
index 750becbf14286d915bda5a1f00f1e19668744090..e5a6d1cfad091f519661eaeff14e5abdb8e6925f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/50/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/50/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/50/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/50/editors/9999.rst
index bed6476ef54bb949992525448b720895eb9ce122..0b1b31a69419da78650a643ddd4077206d0427fb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/50/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/50/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/50/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/50/identifier.rst
index c3560301a316681c1b081e1e496560240c59e1ec..6684ac9fdaf900400bb67576ec155948d00ec005 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/50/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/50/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/60.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/60.rst
index 54121ed3897c57a33a637b65c6465f41b8d7a091..9df4a65a88e95ec3736cfe89b220ed1d16d35d75 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/60.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/60.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/60/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/60/editors/100.rst
index 99c4224c36c30190a47a044766d7c850c8780749..9e2ffa58a9c8cc7ef27bc7168f01a526aea56e4b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/60/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/60/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/60/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/60/editors/200.rst
index 5130eb059ee2c2a813b41e7bb90d4eeba29f1c2b..6e77a3ae4f7909e1652756b2b2d921bcea9cae9c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/60/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/60/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/60/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/60/editors/9999.rst
index 840bf2ce5f37cda69b49a1a18f9ef5fded1db000..d61dcad9fd17a1eed8ac209ec8ceb66bfa97e98c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/60/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/60/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/60/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/60/identifier.rst
index 6eaef60f3009d8f50d26ffc80eaf8421841762dd..a6a97ff29b22033dd6be8e70dfc16671c7dd0ebc 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/60/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/60/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70.rst
index d0c112c0b7cfb5ae32ebefceba32dbc9504e50b0..985c648139ce0311fc1bb385b7a7da02aa5e046f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/editors/100.rst
index 3c9017db16cee1a681e9232981ebc8f437335b11..6513069df1baea37cb13111269a10f2dae913ced 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/editors/200.rst
index 10a1142edb8185d8e0b32390d6b63bddef585d3b..49d86b9520ad2c166e4ca2265a07cbbd1df48f50 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/editors/300.rst
index 397f0ed38ee1268b171dd36ea751fa2beac22c84..89b8bb455c8fa1f231fa4e138c624cf52e3bba4a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.300
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/editors/400.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/editors/400.rst
index 9f7ab21fd8e88311a225a39b6d6d063c3cf511c4..f8ebd552cf02a9e37b7fc69178ee510074730cf0 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/editors/400.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/editors/400.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.400
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/editors/9999.rst
index 0ca79ef9aad36a602e8f58176c7e1ec9b1aaa6a3..dcd83fb0380dd3f7af9fc43a186393b59deb58cc 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/identifier.rst
index 307aee211447621fa55ba95e71b7c14536afc2ed..6279fe5159d99cd2f5a400b5aafe3c2d155407cb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/70/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80.rst
index 74da9df1b4a562d4b1ff5b8e1c2c4f0f863602fa..aa22805b78ffc35862c4f29a91dc1099a4c6fb19 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80/editors/100.rst
index 0f896a5a64bece243f0f723bd866eaa2a676e0e3..41f0849d977e21328d28e567b05b981a352ff329 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80/editors/200.rst
index e79f03449c5ecbeae642eca4f767beb383fdea9c..40e1d0454dcaf9ac66f753d5ab241bf5e74bbbe6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80/editors/300.rst
index c7181219acd466e575c9a95e766fc13696ba820e..c424fce87b07304f17972430284852882c8e3766 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.editors.300
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80/editors/9999.rst
index f1f79ceb17ae6dd534bcbf53c75cb6ee678d2541..8da78593b1d0f93c475afd912ad855b38618a165 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80/identifier.rst
index 966c5fb9f3f4f8e99623837b6ff57a9a8808e52d..c2f83878b324bea3ca3fb762da622f31dc97e459 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/formEditor/propertyCollections/validators/80/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/implementationClassName.rst
index 2ffcc834fe1fe3bde0b6f977f36606793a41502b..d74f332adb5e406246b6b42b68ed29c36d106387 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/properties/containerClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/properties/containerClassAttribute.rst
index f603ca44a425d22ffbe5302015bd5e3e90a35ea1..1a979505240accc1fac5e06872156f0689764ed8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/properties/containerClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/properties/containerClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.containerClassAttribute
 ----------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/properties/displayFormat.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/properties/displayFormat.rst
index 0944fe69567492eeede1afbe19d9f1299238af38..4f9a74013b88f6c0b07a81db1915a286a98dd083 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/properties/displayFormat.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/properties/displayFormat.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.displayFormat
 ------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/properties/elementClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/properties/elementClassAttribute.rst
index 820600b149dcdef067d8d2b452cc34c3a0025798..be635a0ef087f72202af0220ef24cf95b47f466d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/properties/elementClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/properties/elementClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementClassAttribute
 --------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/properties/elementErrorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/properties/elementErrorClassAttribute.rst
index 1a0a1de91c5262fb6a2844b1e22343b3502c8a3b..dfc359fb87b1c1f7879e1caab48de14e477c4dba 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/properties/elementErrorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/properties/elementErrorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementErrorClassAttribute
 -------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/properties/fluidAdditionalAttributes/pattern.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/properties/fluidAdditionalAttributes/pattern.rst
index bbd22eaf30f08890e020e53abd477a8190eb5a35..217a0b155d6f50a1b64358e52b1d0ceb30b3b5f7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/properties/fluidAdditionalAttributes/pattern.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Date/properties/fluidAdditionalAttributes/pattern.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.fluidAdditionalAttributes.pattern
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker.rst
index f03aa04f76441a769a6c5ef6e9933feaa1c53751..217d164e5add6e60fa42064b2d11e86ee788bc9f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.datepicker:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor.rst
index 6c655866828249a741d70e943229740a019141bd..7310e645ed13ed8afe2365a2f13b3463cfbb9288 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/100.rst
index e9eb53f3376cbe3172b5f08227dfbb13f08b6eeb..8ae074ada487aeaafe3b20633f561d0543f1c0c5 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/200.rst
index 31f0d115e816dd64fc8432bccd6e15cd120d1b1b..4f235bd5d2f3b8cb17eba21b90fd84b3988b8a3e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/230.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/230.rst
index d37f3e94744a925284e91e36dc268ed668019032..530cb66d882d4343fd82281e86d732807a3ccdc1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/230.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/230.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.230
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/300.rst
index 466df81353e20bb01912662fc6467788488c16ca..7ba71f73765a659687b09db50050612ecf31321a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.300
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/400.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/400.rst
index fd0b4919336f9e23bd893958cc9ac2c7189aa2d9..8835b2f18d26e6d48a89efb7b82898f30756799c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/400.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/400.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.400
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/500.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/500.rst
index 75e173b4a3defe8184a4f2425caeff5e4852453d..ac06bcba3500c67794e9420f0cbbb5ecb328f8f3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/500.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/500.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.500
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/700.rst
index 75d503c77973e3fe764a7120c4475ac3d5f9fa32..8c4739a61bf94b67d7627fc5589b9dbb7a68a754 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.700
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/800.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/800.rst
index adb5a0df9b074d4479dd332e559e517992839e61..796d1ed1100cd3e1ad450099338166cc28617e8b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/800.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/800.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.800
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/900.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/900.rst
index 485d69630f9a42c4cfac612b4b0266a0c9a274a7..787c199f54087d091cda88a6750525c120b3d097 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/900.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/900.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.900
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/9999.rst
index a70cd8862cbdac67686ccbca7e29572cd48bd6ed..207f9fd961758e4868d2caa8b2de145fdf11791c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/group.rst
index dd5decf18da177c32c664130754ad965c35fed62..d8d1774c4219aad9f058d2d4d44855c9e3e8a131 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -27,4 +29,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/groupSorting.rst
index 3d75e32eee36468042b8a6115142d04e21f65f84..5411b5f0afa6514fd6941e631f8f45e591310091 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/iconIdentifier.rst
index 00d53193d41ae94001909bff324632e07d112ac0..9afd13e7fac5c361ed6853e8ccb248ff30679a51 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/label.rst
index c6c8b2d34653ad4e78742fece0a9098c2132b24e..d9bb9d6e235bf54d0aae44c6c7217fbf85db4a6e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/predefinedDefaults.rst
index 443a5f0b7e2c1b6b546bbef0497c5fc24a820fba..55a71b2ed43a052630d3965e3189f03884908fa7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -30,4 +32,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/propertyCollections/validators/10.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/propertyCollections/validators/10.rst
index c5a5d59d586b5eca78766da0b010d82e5d868f2b..dab7db254a2cd1cfb0a12644ae70641d9cc43091 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/propertyCollections/validators/10.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/propertyCollections/validators/10.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/propertyCollections/validators/10/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/propertyCollections/validators/10/editors/100.rst
index 9b97767c1a84bee7cee5868ee7b572d5e38a7f58..8a578c2102a5bbfbca7f7d766cc10f6b3ed908eb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/propertyCollections/validators/10/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/propertyCollections/validators/10/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/propertyCollections/validators/10/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/propertyCollections/validators/10/editors/9999.rst
index 2e991043230282698a81f18096b975ef41ad23ad..bd650af40d526280608a90c46cc7e6506856636c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/propertyCollections/validators/10/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/propertyCollections/validators/10/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/propertyCollections/validators/10/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/propertyCollections/validators/10/identifier.rst
index bccfa1c996cf916eff6b553b43525d2d0b255f3a..f0eafa2b1b6ec7616c6a3087de877704b2baeb6e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/propertyCollections/validators/10/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/formEditor/propertyCollections/validators/10/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/implementationClassName.rst
index 2c849b47296a162cf9461e64cc79906daeca0b51..1c886e6f67dc9098de9951ffe113f219cf4384ce 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/containerClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/containerClassAttribute.rst
index b3c7688b3f488e118c34b3cf1323d425689207c4..8043deed009baf969c6d0d368a0398046a0fc206 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/containerClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/containerClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.containerClassAttribute
 ----------------------------------
 
@@ -40,4 +42,4 @@ properties.containerClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is typically wrapped around the form elements.
\ No newline at end of file
+      A CSS class which is typically wrapped around the form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/dateFormat.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/dateFormat.rst
index 0d922aeb5df81e9b36b02578671314390915e07d..caac84548404ae9cc940b0c3caf8212bd513bda6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/dateFormat.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/dateFormat.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.dateFormat
 ---------------------
 
@@ -72,4 +74,4 @@ properties.dateFormat
       ================ ==================================================================
       Y                A full numeric representation of a year, four digits
       y                A two digit representation of a year
-      ================ ==================================================================
\ No newline at end of file
+      ================ ==================================================================
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/displayTimeSelector.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/displayTimeSelector.rst
index 0270bb983e654124537e14b4c0e9ea17f4c6e5a8..92074938e659bdab690b6cc3423af3dd50c63d81 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/displayTimeSelector.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/displayTimeSelector.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.displayTimeSelector
 ------------------------------
 
@@ -40,4 +42,4 @@ properties.displayTimeSelector
       ToDo
 
 :aspect:`Description`
-      If set to true, an additional timeselector will be shown.
\ No newline at end of file
+      If set to true, an additional timeselector will be shown.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/elementClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/elementClassAttribute.rst
index b6c4dcf274f738852168350602bddff60f761ae2..be4905c5b797bfbe9a085327ec6cb45565a7c431 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/elementClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/elementClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementClassAttribute
 --------------------------------
 
@@ -40,4 +42,4 @@ properties.elementClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class written to the form element.
\ No newline at end of file
+      A CSS class written to the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/elementDescription.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/elementDescription.rst
index b52b78c4f0b43ad402c23bfb128eb8809a2019db..ea5396727609165b17b68540d8b05af526d73bb6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/elementDescription.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/elementDescription.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementDescription
 -----------------------------
 
@@ -28,4 +30,4 @@ properties.elementDescription
 
 :aspect:`Description`
       Set a description of the form element. By default, it is displayed
-      below the form element.
\ No newline at end of file
+      below the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/elementErrorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/elementErrorClassAttribute.rst
index a6c1893649b6c786fee69da2cb8eeea4d642ac55..c0a6613a70f9d72f86135ded5da8850fc0faf9a2 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/elementErrorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/elementErrorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementErrorClassAttribute
 -------------------------------------
 
@@ -40,4 +42,4 @@ properties.elementErrorClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is written to the form element if validation errors exists.
\ No newline at end of file
+      A CSS class which is written to the form element if validation errors exists.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/enableDatePicker.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/enableDatePicker.rst
index 0d917d853302458fa17637e5c41e33f3c131a88d..dbdb69a2f7cf190c7e409f08d4ab6e94fef172b9 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/enableDatePicker.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/enableDatePicker.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.enableDatePicker
 ---------------------------
 
@@ -40,4 +42,4 @@ properties.enableDatePicker
       ToDo
 
 :aspect:`Description`
-      If set to true, an inline javascript will be rendered. This javascript binds the jquery UI datepicker to the formelement.
\ No newline at end of file
+      If set to true, an inline javascript will be rendered. This javascript binds the jquery UI datepicker to the formelement.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/timeSelectorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/timeSelectorClassAttribute.rst
index d398966b746957fedce939e5db505e18182d1f45..b09b3481558e5117053423c2bb75af315546aa26 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/timeSelectorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/timeSelectorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.timeSelectorClassAttribute
 -------------------------------------
 
@@ -40,4 +42,4 @@ properties.timeSelectorClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class written to the time selector form element.
\ No newline at end of file
+      A CSS class written to the time selector form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/timeSelectorHourLabel.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/timeSelectorHourLabel.rst
index f2df79e2048196c4dbbd9886de72501ca4e1bdf3..5257c18cc8eeece6f37943c5f3ef2026e45845aa 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/timeSelectorHourLabel.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/timeSelectorHourLabel.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.timeSelectorHourLabel
 --------------------------------
 
@@ -40,4 +42,4 @@ properties.timeSelectorHourLabel
       ToDo
 
 :aspect:`Description`
-      The label for the hour selector.
\ No newline at end of file
+      The label for the hour selector.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/timeSelectorMinuteLabel.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/timeSelectorMinuteLabel.rst
index f70f25a7afb15b0c15e439d596624826e841160e..3973733c2087236f63edbd19137b68fa0c5a21ed 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/timeSelectorMinuteLabel.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/DatePicker/properties/timeSelectorMinuteLabel.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.timeSelectorMinuteLabel
 ----------------------------------
 
@@ -40,4 +42,4 @@ properties.timeSelectorMinuteLabel
       ToDo
 
 :aspect:`Description`
-      The label for the minute selector.
\ No newline at end of file
+      The label for the minute selector.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email.rst
index 38a8ba9b8e0b2ddf2639b7e7346aa721f43f8e2f..d6a772820c15405b07eba7dd19e94c01b1d3c2a4 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.email:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor.rst
index 4da2b59b5efc1e26884ddf4d16357ffb6ebc03c4..d6ae56787200d0a3dc5069c39aa90d41cd48578c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/100.rst
index 2ce061908c990c5af00c5a8429b2f2310ca6158f..ba4ac30589aa0285a95310f268fa316ddc36aba5 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/200.rst
index 0a07b0a37e781721aa39e7da42114362a6294efb..27b8cf1dd8c79d80f65b0a2380c54468128206a6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/230.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/230.rst
index 2a8eb459467e53024ba9dda56c1bc0d109fbe5b9..ccac180431362726e0be7c3982f8068bbe897c6f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/230.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/230.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.230
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/400.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/400.rst
index d3ce42120cc3cf11c3cacc4a8f28964ee15e6b09..c277953bbdf6595e71492df4ed8d777089c4166d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/400.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/400.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.400
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/500.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/500.rst
index c4ac3019f3e9890fb81188e9b63758a11d46ab7e..bb3d3987d86f16819fe99104fe9ddaf3ba2b7301 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/500.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/500.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.500
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/700.rst
index bfaf95196fd792d19a4164daeeebcd35eaff5e12..4cc0926025c71be2209ad17fd84f53877631209f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.700
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/800.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/800.rst
index c20fb808944bc37d9310dfd3404664752eb9a82e..d9bd53ddd038bd90ae7846f72937ce03441dd9c7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/800.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/800.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.800
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/900.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/900.rst
index 69dfefd20126d8d94c463baf9ad171f206a3f3f7..380a298281ab39b6d905b39fecfdc649ba2fdaa7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/900.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/900.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.900
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/9999.rst
index 425e5d2fe0b2c918b55b9565ffa87ba060d77c5d..0c0f2b6ed61d89128600b941d459d3e57c474479 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/group.rst
index 8fdc05638d0877f354e249913678e08532aafb8b..d2687e2b5bcfb6d82fda5633f038a229088d59c5 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -24,4 +26,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/groupSorting.rst
index f86ca4a5311e0c8b522f6629a4528a1f143df6d9..e9f6f88620af55f8dc3fbe07f21e116f246cff89 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/iconIdentifier.rst
index 10e62d25ea93792e51a849d29fcdac963b731bc4..0774d9557367ee14b04ad29f24a9317f73d421e9 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
@@ -32,4 +34,4 @@ formEditor.iconIdentifier
       - :ref:`"Inspector [FormElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor>`.
       - :ref:`"Abstract view formelement templates"<apireference-formeditor-stage-commonabstractformelementtemplates>`.
       - ``Tree`` component.
-      - "new element" Modal
\ No newline at end of file
+      - "new element" Modal
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/label.rst
index de31f5799cbad8c12c353bcd70b18330834f7535..3cf703e322e3beb3e0373e452da6c817845aca7c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/predefinedDefaults.rst
index 19901508db24b60d19476df1912d290c0a8d7d9f..c415ba4ad436b6960aac3b4d1f97b76aab7d69b1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/propertyCollections/validators/40.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/propertyCollections/validators/40.rst
index 4eecb2c57bcf4b7cb8336775e2fc4fb34df03e36..3eacbe000b97d29d1930bfbe289da9df65303897 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/propertyCollections/validators/40.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/propertyCollections/validators/40.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/propertyCollections/validators/40/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/propertyCollections/validators/40/editors/100.rst
index 02db33bf4326dec092fa9a5d6eb3e0984bcb7cf7..0393ee1a0f5cbacbe98aa4f322d174b3cbc1017b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/propertyCollections/validators/40/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/propertyCollections/validators/40/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/propertyCollections/validators/40/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/propertyCollections/validators/40/identifier.rst
index 9bcdb5a8dac8d42f6d2e64b7b0ae391310fcb4d4..83ed6356e54a95192a048cd29e4aea4d48c21f46 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/propertyCollections/validators/40/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/formEditor/propertyCollections/validators/40/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.40.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/implementationClassName.rst
index 9209e56610574ac8d40a03e11e3e884b108c67f7..95a112de698746c9a0dd55fb666a27004fd0c5d4 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/properties/containerClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/properties/containerClassAttribute.rst
index 223140d5f11563aae56d30256d55d0e0da605adf..e7fc409074b8b3c5ab7416785ea457dc5a06644c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/properties/containerClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/properties/containerClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.containerClassAttribute
 ----------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/properties/elementClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/properties/elementClassAttribute.rst
index 0fda20f0591605f81333e77dc6b14fad2bd1dda2..01008b0ac21859b82cbb53b0c73d8c2297ea9a5a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/properties/elementClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/properties/elementClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementClassAttribute
 --------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/properties/elementDescription.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/properties/elementDescription.rst
index 96849ea22f595fb34e58e294d2163e0f2c6c456e..01d4801f4c14f9aea0cdb4be4b94d37a69289b52 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/properties/elementDescription.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/properties/elementDescription.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementDescription
 -----------------------------
 
@@ -28,4 +30,4 @@ properties.elementDescription
 
 :aspect:`Description`
       Set a description of the form element. By default, it is displayed
-      below the form element.
\ No newline at end of file
+      below the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/properties/elementErrorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/properties/elementErrorClassAttribute.rst
index b409666d895dfd5bac4beafe1ce118d8f6f46485..4b581704b4f48878f21795e9539075d5ceb476cb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/properties/elementErrorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/properties/elementErrorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementErrorClassAttribute
 -------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/validators.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/validators.rst
index 087ab597661b05b85b1eefe519035ea26c82fc4c..d163a259dbb9bb688a76c565e0dae1231eafbec8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/validators.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Email/validators.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 validators
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset.rst
index 669116450d6e47c50eddb8fb9a051c4600e2f7c2..6df371b0a7712219cb215d035778e53a4d2ea2a7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.fieldset:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor.rst
index 2efced83114521354f4c1ee8bb9a90a1856c3f5d..1fcb6a6f5c4a890f05f461feba991aea1f8a33ac 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/_isCompositeFormElement.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/_isCompositeFormElement.rst
index 57b6d15616311dd24b1e3bfdcdca143eb4f42d8d..904f305e3a655b0c60a901570a1caf917e991ae3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/_isCompositeFormElement.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/_isCompositeFormElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor._isCompositeFormElement
 ----------------------------------
 
@@ -26,4 +28,4 @@ formEditor._isCompositeFormElement
       ToDo
 
 :aspect:`Description`
-      Internal control setting to define that the form element contains child form elements.
\ No newline at end of file
+      Internal control setting to define that the form element contains child form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/editors/100.rst
index aa7e036474eea98f4277d0916b183ff19ce5d82e..bc058aa0d99e13ee7da9ecf8f9b41d7b8e24ded1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/editors/200.rst
index 9002c5aefbc5399244affca418404b9b29d27f13..f0d8acacd6c41ac0d3ea69dd072233adbbced726 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/editors/700.rst
index 984353e5da4f11dca1006964595d13d932863c14..a038705cd19067a6588f5575cc6812b49098a3a1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.700
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/editors/9999.rst
index fe59de56693aa08720158cdb35b00bc1d258a813..8b4d269c35a95582dd9e3fe2511acaa02f876335 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/group.rst
index 4aece39f65d4421fc97f64ac36a74f2b6c016267..5f2f92bf5ae24b71d28732d3c379cb20d53f2110 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -27,4 +29,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/groupSorting.rst
index 2962ae97e708ba27ae26da10feed37d3dbe8f591..4b6f0311d6ec324a2df0d7069c59fb90fd5e0e80 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/iconIdentifier.rst
index 22f5d1c5008b80f231c3debd0503ceabe75082ec..a8ddad17d4a71e51212692ec5507abce7f35578c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
@@ -32,4 +34,4 @@ formEditor.iconIdentifier
       - :ref:`"Inspector [FormElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor>`.
       - :ref:`"Abstract view formelement templates"<apireference-formeditor-stage-commonabstractformelementtemplates>`.
       - ``Tree`` component.
-      - "new element" Modal
\ No newline at end of file
+      - "new element" Modal
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/label.rst
index f6df277ec7c668f0cf249000e396b4326ed8510e..4796b677ca8a2cb406342452d22d27e751d076ea 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/predefinedDefaults.rst
index 4314a007c7b2650098979c79014ceeea49fb3ff3..5dcd7672409e89d8030ef6041715262a6515bd31 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -26,4 +28,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/implementationClassName.rst
index c6c128b5374d137b575a6d1c287b9749e61457ac..93f7e5e1f370e9abb7e49d22d66cb0b77af78d76 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/properties/elementClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/properties/elementClassAttribute.rst
index 71e18be3532d15d98119e68ce82b5fca7d78eb01..c1ed3caedbb719e6012837f469a962af72d7c72b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/properties/elementClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/properties/elementClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementClassAttribute
 --------------------------------
 
@@ -34,4 +36,4 @@ properties.elementClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class written to the form element.
\ No newline at end of file
+      A CSS class written to the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/properties/elementErrorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/properties/elementErrorClassAttribute.rst
index 083c4b7bc0dbe427dec096c1abeeff9aa6aa1246..5582c9940a58f13ea41e48e11ddd6b0779afb32b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/properties/elementErrorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/properties/elementErrorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementErrorClassAttribute
 -------------------------------------
 
@@ -34,4 +36,4 @@ properties.elementErrorClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is written to the form element if validation errors exists.
\ No newline at end of file
+      A CSS class which is written to the form element if validation errors exists.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/renderingOptions/_isCompositeFormElement.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/renderingOptions/_isCompositeFormElement.rst
index d02f6ead628c9c68eadaed41a2882cd6ec15d473..6f56a8de1db2eaee6628ac7b082ef7ec73689fd9 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/renderingOptions/_isCompositeFormElement.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Fieldset/renderingOptions/_isCompositeFormElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions._isCompositeFormElement
 ----------------------------------------
 
@@ -32,4 +34,4 @@ renderingOptions._isCompositeFormElement
       ToDo
 
 :aspect:`Description`
-      Internal control setting to define that the form element contains child form elements.
\ No newline at end of file
+      Internal control setting to define that the form element contains child form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload.rst
index 44f863f733a1c0e8f8530090df10af108502bb57..309aec1624b5d05cc18a7bafd29efc5e53978234 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.fileupload:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor.rst
index e98b8cfaaf9e7a08b896fc26fa15863b17c56dcf..76933ff3d6bd7fa70a26a62761e7d23c73fdf825 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/100.rst
index aac468971f14faa8aad6f0bd074ed4a6ed4337e6..d886a82aaa903243dae9449e5f41c2a19c5b0ff7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/200.rst
index d20db1a45405d975a4a8bfa783d2584d19357479..c91f0860bc108d352d1b517915f981a28f5060b3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/230.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/230.rst
index 5f036a3c793cf8d3e931b1c080e82ecaa842dc9a..ec362390f1d8a9457d66a67b16f949b85e8b409c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/230.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/230.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.230
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/300.rst
index ae0a29e3f927e08d1481be686468a1cd68e5b161..4c5f7bf75adfd2682bc73d218a9bb1bec03a6105 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.300
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/400.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/400.rst
index 73beb535803995c10a7ef284566f451b8f3cfb39..e88b7447b4259175883292b5a139ce05261100ca 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/400.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/400.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.400
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/700.rst
index 3d02f90a6bf204fd341b9845e8b8e8a67e718542..36aa0449eea2ce23cb7898d50c436a1b646b41f1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.700
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/800.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/800.rst
index 78922cfddbea1dc54150c2495258ff92200a2248..13093d9a470623a3963b6b5730cff645dd9f3dd7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/800.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/800.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.800
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/900.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/900.rst
index 63afbe31850d0797b6faccaf92e91ae8532829ed..cac97823a14d748f72d89006f7b859d7465562e3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/900.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/900.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.900
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/9999.rst
index 7e180b202c9bf64bc4518a8dcf7222467e311672..70622b94b088a4003f19d291321e78323c86b574 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/group.rst
index b8c4ff1a32fcb414167adda7a582297ee2dc300b..bcdcc623865f0742e71ffd98f5b2aef521c64959 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -27,4 +29,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/groupSorting.rst
index ba55525bf49e56dbb1dbbbd8f3dc1fe3f63c65e0..28cb97203180c6e78d89366c2a2492221f0dcb27 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/iconIdentifier.rst
index 56534e1233c9101f09bc9a65b4cce2153da9d426..7aa86369f458512ae4301c2e8b1dd4370723ba6f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
@@ -32,4 +34,4 @@ formEditor.iconIdentifier
       - :ref:`"Inspector [FormElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor>`.
       - :ref:`"Abstract view formelement templates"<apireference-formeditor-stage-commonabstractformelementtemplates>`.
       - ``Tree`` component.
-      - "new element" Modal
\ No newline at end of file
+      - "new element" Modal
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/label.rst
index 80a087af3186134519f5d950f73a60c63d02ecb3..c08c92bb2c66339ab9bf75767750ee99cf9a8a59 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/predefinedDefaults.rst
index 16848a64553032219ec8e2772cdd1432e52eb37f..9505bcf8996d1afbcacc636bf750201b4ab199e3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -30,4 +32,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10.rst
index d73b375065b5d492c6647a2d7e85ff00b2979073..a3d671155afeb983457ddea74dc140f5972746e9 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10/editors/100.rst
index 6d8875a635b6d4c63cd71979a793813cdeabae70..0f0e2d37ecee34d85e0484c59f42d19e360966ae 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10/editors/200.rst
index 26ab86fd89ddee9c86bac815fe30c122f5b90412..c38c18ab0ac726c36d8e1b5ef734794dccd41119 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10/editors/300.rst
index cd3040507ae8528af8d158ad21612876c8f52d40..ccc0cc0d7cebbd3645bff1c170de3c2e1efc2a5e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10/editors/9999.rst
index 093b818c3b02174dd7a250d88803e4ceb1c5419e..2d904d5ade1afb4a61b41c0d43a7f160a5fe8bca 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10/identifier.rst
index 3c394d8453702254e462124bf0dfae5a85eb24c0..6350bda3ffb6117fa5df9fb5fea0a458648da1fd 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/formEditor/propertyCollections/validators/10/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/implementationClassName.rst
index d3530d5230b11d6081b0f739de32f7c3753f45ed..40500f0793248cbc9ae0b8f00f94ebc839a83bc5 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/allowedMimeTypes.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/allowedMimeTypes.rst
index 5656b3638bbe0ba37957912a4e32f3d58c15b4fb..a75510f6688dcc1d6e33f93ab980bb2c93288769 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/allowedMimeTypes.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/allowedMimeTypes.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.allowedMimeTypes
 ---------------------------
 
@@ -40,4 +42,4 @@ properties.allowedMimeTypes
       ToDo
 
 :aspect:`Description`
-      The allowed mime types for the file uploads.
\ No newline at end of file
+      The allowed mime types for the file uploads.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/containerClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/containerClassAttribute.rst
index 639c1ba2c183f4767da90fba0a66ea02bba65c6c..48c77d9b03a18dd713c25f8a0af10b8835dcd946 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/containerClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/containerClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.containerClassAttribute
 ----------------------------------
 
@@ -40,4 +42,4 @@ properties.containerClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is typically wrapped around the form elements.
\ No newline at end of file
+      A CSS class which is typically wrapped around the form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/elementClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/elementClassAttribute.rst
index 3002b8c26b4133bef6860502012bff168b16ec1d..a789f318e12ef9faad1662d9559547f9a7c640d6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/elementClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/elementClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementClassAttribute
 --------------------------------
 
@@ -40,4 +42,4 @@ properties.elementClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class written to the form element.
\ No newline at end of file
+      A CSS class written to the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/elementDescription.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/elementDescription.rst
index 5d968e6b34bd7908ebd38a4b466839becc8b2b69..54f5d84787f0cf84a1df079656b581b4fc5dacde 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/elementDescription.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/elementDescription.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementDescription
 -----------------------------
 
@@ -28,4 +30,4 @@ properties.elementDescription
 
 :aspect:`Description`
       Set a description of the form element. By default, it is displayed
-      below the form element.
\ No newline at end of file
+      below the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/elementErrorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/elementErrorClassAttribute.rst
index f08118898b64bd4a6f9164f9a9c4d1d663360793..9b6a483618200e12729772bcdb314291f11a32ed 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/elementErrorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/elementErrorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementErrorClassAttribute
 -------------------------------------
 
@@ -40,4 +42,4 @@ properties.elementErrorClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is written to the form element if validation errors exists.
\ No newline at end of file
+      A CSS class which is written to the form element if validation errors exists.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/saveToFileMount.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/saveToFileMount.rst
index 87a3b1accb87efff925dca61cea3ba893e7b475a..2c90243264e8d0dfa35298a689c51930d9906f7c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/saveToFileMount.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/FileUpload/properties/saveToFileMount.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.saveToFileMount
 --------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form.rst
index 6a90bc7692635f01b05431d23994d808dd8e1fbe..5d9ccaa1edec12901e395977651f0cb1db4c0fdf 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.form:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor.rst
index 16d296403449e546fe5510091d05b8f4ab1e7408..d656430138100df64a708cd603eddc782622fe64 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/_isCompositeFormElement.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/_isCompositeFormElement.rst
index 6c3441aae15e1ca1a7209bbef8906e3171038faf..1b8f1a32953a1c9a01a5caa945d01c96c4c791b4 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/_isCompositeFormElement.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/_isCompositeFormElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor._isCompositeFormElement
 ----------------------------------
 
@@ -26,4 +28,4 @@ formEditor._isCompositeFormElement
       ToDo
 
 :aspect:`Description`
-      Internal control setting to define that the form element contains child form elements.
\ No newline at end of file
+      Internal control setting to define that the form element contains child form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/_isTopLevelFormElement.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/_isTopLevelFormElement.rst
index 60c0320a13a7d4c59a54c43e05a2c9b05f1baaee..834f731dd2440b82873ca03c7f49d59757ef7228 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/_isTopLevelFormElement.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/_isTopLevelFormElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor._isTopLevelFormElement
 ---------------------------------
 
@@ -26,4 +28,4 @@ formEditor._isTopLevelFormElement
       ToDo
 
 :aspect:`Description`
-      Internal control setting to define that the form element must not have a parent form element.
\ No newline at end of file
+      Internal control setting to define that the form element must not have a parent form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/editors/100.rst
index d2bd5eb5f25ece92fe900e9fb4a66fe885494988..13f67231997fa66025e875299602f3b958b3f325 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/editors/200.rst
index af616636f5871c592ef4c60be5834e672f940d8f..1461f432c389065c08ed685793106060fa0ed3b6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/editors/300.rst
index 60ea32570ffef483da46a03eb7ad22d594a5510c..227377d39ce5b186becd4b56df82cfc46dbc5b52 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.300
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/editors/900.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/editors/900.rst
index 1654a1c8c9a25ef9b81557e46af0f71824698c7a..130fc1d1a59e3029da882f748518d4655a7b82a0 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/editors/900.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/editors/900.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.900
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/iconIdentifier.rst
index 2819996e41a504dcff68fa74f5edf69b4bf41047..76862145b833d317302351dd01f8c7f586bd7c68 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/inspectorEditorFormElementSelectorNoElements.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/inspectorEditorFormElementSelectorNoElements.rst
index 2c59974f34d356ac9ceb8915e60e3a3bb6c1b7cf..8789ac0d1998c3fc20c6d2c12d11c12f3bec12bf 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/inspectorEditorFormElementSelectorNoElements.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/inspectorEditorFormElementSelectorNoElements.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.inspectorEditorFormElementSelectorNoElements
 -------------------------------------------------------
 
@@ -26,4 +28,4 @@ formEditor.inspectorEditorFormElementSelectorNoElements
       - :ref:`"Translate form editor settings"<concepts-formeditor-translation-formeditor>`
 
 :aspect:`Description`
-      Internal setting.
\ No newline at end of file
+      Internal setting.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalCloseCancleButton.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalCloseCancleButton.rst
index 2b8e0ca0d6e32f0d5b86e0e68702ce013e9b003e..39b16af82b8f6c1b5ac3803ee193254b802fa7db 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalCloseCancleButton.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalCloseCancleButton.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.modalCloseCancleButton
 ---------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalCloseConfirmButton.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalCloseConfirmButton.rst
index 3bfb723d4e1cbabddc7d836b6f15baacf0cea8d5..7e05efa9b00aa903d5d780bc9902abeeb8c755c9 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalCloseConfirmButton.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalCloseConfirmButton.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.modalCloseConfirmButton
 ----------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalCloseDialogMessage.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalCloseDialogMessage.rst
index 463f1e7f6849b08b1bb343f80492ad3554f3269b..1c911e867da7e06f061615fc056e2cd74fc714c9 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalCloseDialogMessage.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalCloseDialogMessage.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.modalCloseDialogMessage
 ----------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalCloseDialogTitle.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalCloseDialogTitle.rst
index aea54025678f91f8c223d7a590a6823260cc92b9..20fc0284800289749567c15b222bac2a667072c2 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalCloseDialogTitle.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalCloseDialogTitle.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.modalCloseDialogTitle
 --------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalInsertElementsDialogTitle.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalInsertElementsDialogTitle.rst
index e3c49c713daf4e7dc49c03f9cd84a1b99e6e04e5..37dfe202b700e2902a54581072697519df790c21 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalInsertElementsDialogTitle.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalInsertElementsDialogTitle.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.modalInsertPagesDialogTitle
 --------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalInsertPagesDialogTitle.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalInsertPagesDialogTitle.rst
index 5a89bd31b44f0c012d2b78796c5fce30b58aa0dd..8312a8800308405040a5d50c658859d2f4404c73 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalInsertPagesDialogTitle.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalInsertPagesDialogTitle.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.modalInsertPagesDialogTitle
 --------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementCancleButton.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementCancleButton.rst
index 0dd2b80673bb551e04b4e54fd215e2cc259c339a..e7d482ae183eb87d49177c2d8836b19c8edae2ba 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementCancleButton.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementCancleButton.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.modalRemoveElementCancleButton
 -----------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementConfirmButton.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementConfirmButton.rst
index ee3e19c79219b43b0b6ed87033acaf3a15512762..630d5a392020c4b3572d0e16316624da9dc61531 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementConfirmButton.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementConfirmButton.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.modalRemoveElementConfirmButton
 ------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementDialogMessage.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementDialogMessage.rst
index f9cba8ddc322d22bf231ea454e081397e1c437b0..e1f08400791a66895b0f856dfcfff70f1d1809c4 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementDialogMessage.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementDialogMessage.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.modalRemoveElementDialogMessage
 ------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementDialogTitle.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementDialogTitle.rst
index ecd21f3649ce5f7412b5e9eca379b41ab27cde14..bb5c52e5e4041ccafc730fb36800619a01ff70bf 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementDialogTitle.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementDialogTitle.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.modalRemoveElementDialogTitle
 ----------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementLastAvailablePageFlashMessageMessage.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementLastAvailablePageFlashMessageMessage.rst
index 08627da65b529df004a4cf78a4d19634e23c8c30..306e5bfdc767daf8b55ac78e88bed872898f5e89 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementLastAvailablePageFlashMessageMessage.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementLastAvailablePageFlashMessageMessage.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.modalRemoveElementLastAvailablePageFlashMessageMessage
 -----------------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementLastAvailablePageFlashMessageTitle.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementLastAvailablePageFlashMessageTitle.rst
index f17cbd50a53e5a8d47fcc75dc0b049ba35d4ca5d..8142b7109b8b49459162f4b58be0e9d5d936ee0c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementLastAvailablePageFlashMessageTitle.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalRemoveElementLastAvailablePageFlashMessageTitle.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.modalRemoveElementLastAvailablePageFlashMessageTitle
 ---------------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalValidationErrorsConfirmButton.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalValidationErrorsConfirmButton.rst
index 75cc0effa2a4eaad5f4c56885b33d3762d19bf41..11daae1ceaa150a71b2fc61c711cd5353a8721c2 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalValidationErrorsConfirmButton.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalValidationErrorsConfirmButton.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.modalValidationErrorsConfirmButton
 ---------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalValidationErrorsDialogTitle.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalValidationErrorsDialogTitle.rst
index f74deeb185b2d1bb84f197bc50fd83b30d0a363c..73dd2eb9db958d52775b717094052a9fddd7c874 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalValidationErrorsDialogTitle.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/modalValidationErrorsDialogTitle.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.modalValidationErrorsDialogTitle
 -------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/paginationTitle.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/paginationTitle.rst
index 78c970d0e40ce04b55ede09d6f24f08b884b0a5a..965a87bce50c79d558c3542f03e0614ac266f817 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/paginationTitle.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/paginationTitle.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.paginationTitle
 --------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/predefinedDefaults.rst
index de74e1e96b0254da9da835ccd83d71bcc7b68b3e..4a22a8fcb4895b408b8f639fb76b3534105e8658 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -28,4 +30,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10.rst
index cd7c910f8b50613e394e394fb6eb46c3e33fb80d..6dd1f93c72b0c94e3769fee46a8979a5a641ad2e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.10
 -------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/100.rst
index 6123d51883896a306b141e51002ea95ef71ca81d..0570724ffdeea4da1ad8a70feee67317321c768b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.10.editors.100
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/1000.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/1000.rst
index 3f4b12bacc98f14c8983a8114d38c9199ce212fc..3180bcfe17dea181799088397fbc9cf0eb58fa6f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/1000.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/1000.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.10.editors.1000
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/1100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/1100.rst
index 7ef9b4c5b2eed616e8a7c8e3b631d4fa884191ae..73a162fe14f3ecc58783f18ccb3e9331378c5ca8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/1100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/1100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.10.editors.1000
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/200.rst
index 610a151f1ef986f7096b1e7a46e1e8f197650ef5..cb6affeeb4c7d17ddbfec379cc664d2bf2ff8182 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.10.editors.200
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/300.rst
index 4c3c5e0154c60231a45d5dedc15f51aacb16ae5b..3c68153c3e0187d7f12489e905e5015427e0de96 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.10.editors.300
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/400.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/400.rst
index f3c50d17d42df24e5313e1afb0fe4d2a352b6e19..c0cf3a6edec614835e7bd1ecad8a6c21e1995176 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/400.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/400.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.10.editors.400
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/500.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/500.rst
index 3c7a44c39c4cb1dc64c39c79e0e05cd350308cf1..c827cd8a2dcdd98cd1a5efa5f600b5c2acac88ee 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/500.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/500.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.10.editors.500
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/600.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/600.rst
index c371ebe24989b152ffe5ebcb54a47f82827785db..0148af2df3ff9efd22a212131db486de4ba63836 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/600.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/600.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.10.editors.600
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/700.rst
index 3bb4a0fc6cb0f68c703ba7ebb4864765eaad926c..68c8991120cc0f8a77ef7669e946ae8cf29906fa 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.10.editors.700
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/800.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/800.rst
index 5a6bfd5aa035c6084c41cf6ac366ff55d9001745..92b5911b76e50836b9677d17d66f7045e2a62d0d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/800.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/800.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.10.editors.800
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/900.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/900.rst
index e27bcee9916fa9d793bcf4167c25817985db3e58..e41819115eb89885ea3fdf5e9a1d5b4fb1dc062b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/900.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/900.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.10.editors.900
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/9999.rst
index 68811e22cf8823005a06e0d5d675b909e369be43..fecf7108895a3ae5a9940b82db8c75861f33f0dd 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.10.editors.9999
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/identifier.rst
index d4a31be00ecf96d46c5ec648e8a67bba77c1139c..a4062635e4f459c74a7b22828138a0644199547d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/10/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.10.identifier
 ------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20.rst
index ae04a933c200e8dc12027754bf70e20622694532..ed00d56c2e97e3d69bf6c6b3cc7b6a750f846576 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.20
 -------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/100.rst
index 56da923e796b944cec1cd91116de2f35a0e19010..47a777c8df9d63b90ff8d621a82a51ead417b18f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.20.editors.100
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/1000.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/1000.rst
index d69fea15880575580529f3bd1f03f28c50dae7bc..f452266616c0391f691c7ad2aecd445496b49a85 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/1000.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/1000.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.20.editors.1000
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/1100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/1100.rst
index 066f1d44564083de2f2c4fbfb90cbac2e406cb5e..b951aaae9a5ec71dc47b2c5da0f5c4486f9c7cad 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/1100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/1100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.20.editors.1000
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/1200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/1200.rst
index 57b79e01c34a2d38116fe0881397a0d19c6fe84a..009eda5e216f72d2ac78e73605687abfd5bbd55b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/1200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/1200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.20.editors.1200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/200.rst
index 1eb70fe078cb4bd1c3e92bb344a5ab0aea96c8d3..11b229c60b0ad1a15732778302ce1434d282773e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.20.editors.200
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/300.rst
index 29977cd15171f5e5b3dd7ec1c019186e46ae124b..e895c1e0c73f25b6fca7ca0dcf6de978b4ac3f03 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.20.editors.300
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/400.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/400.rst
index 4563065b5fee3d97cbdd64048e907e8e5e07ff13..c7434fd9196771f46e23401e75e2cbaf8271fc43 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/400.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/400.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.20.editors.400
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/500.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/500.rst
index 5201d13335d35b6ae0774787bbf21cabc99dba5d..9a1ea8f92a1ea0829d5f442a09c71d0352417bec 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/500.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/500.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.20.editors.500
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/600.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/600.rst
index f03ac4221cd90b9fd8498ca439ad2652e23429a1..b7f03f727f4f3fdd1019230e7235b0c72acc0e98 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/600.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/600.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.20.editors.600
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/700.rst
index 4eb91f4706be9b5adfea480eb981fc8caaa0fd4f..bc6cbced91f31f5b45fcd439315e5673d2cc92e2 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.20.editors.700
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/800.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/800.rst
index a019779fad0a77b1ff7dccdee67fb2b2892ed662..bacc9dcc608ad20f313f627d7e3ff21421812dd1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/800.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/800.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.20.editors.800
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/900.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/900.rst
index 239dd72e4eb7050410b3827412e2cfee915f5c73..03f5ee765ab753818b2fef3ff9c879792940d6e3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/900.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/900.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.20.editors.900
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/9999.rst
index d089793a7e877ac79abbe49f984486239c04b560..53f20a179ca78588ba7115e02fed67469f13955c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.20.editors.9999
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/identifier.rst
index 8809c9d024734a4bc296b246b5485c5a89c50861..e3eed1a322ccbe9486868093c1e83405f8a7b0c8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/20/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.20.identifier
 ------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30.rst
index 1e11a183ed37ca2f40722069478fb610a4aadc60..82fc375129f5ba1d21a917f5aec6deea5e08e9db 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.30
 -------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/editors/100.rst
index 7744c218afadcc7a0c4642f15c19fa8ae2253b43..0fe5ea52edcfe2f70671563340f54b8142a6df51 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.30.editors.100
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/editors/200.rst
index a937e06bc5b751119a8acac795c14c2e424ddbb9..d6c010398ec66b364bb55ae7e0cd2985ce4d2917 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.30.editors.200
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/editors/300.rst
index b48a5849f5ac6eeaecb0c555a592a577acc75cb7..0e052cfbce5d862fad32734656060154cd75100c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.30.editors.300
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/editors/9999.rst
index 72f694ec2f77e9f93334d0484b896d8115289454..cabb0774366ff5c4f37535e42e375fbccf710f1e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.30.editors.9999
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/identifier.rst
index f0fe2d34862d6085e7b3849f72362944241202f8..dde8f476c0334436692324602f1be73fae0b1b66 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/30/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.30.identifier
 ------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/40.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/40.rst
index 203e61b4fd2da9d3ac1738cf9751b9c3993addcd..ac69efd5a2d74399809c84ef8a006890bc3c3e31 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/40.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/40.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.40
 -------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/40/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/40/editors/100.rst
index ef7d064889e3c908b0c0bdcb8cb5e86c27832a08..23b7b801adac7b74a691f7e5ba3464235cc3561d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/40/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/40/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.40.editors.100
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/40/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/40/editors/9999.rst
index dc1e19717392832d3876cc1d953afbfdce9d321a..cb29f086d73d339203da3376b6bd4d3559d980fb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/40/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/40/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.40.editors.9999
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/40/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/40/identifier.rst
index 39202cea925d5ec1d28cdb03d8eed8d853ce075b..9b5284b1a1bbb9170517036458e8d074b8c97ae0 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/40/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/40/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.40.identifier
 ------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/50.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/50.rst
index f3f15d21039a40321178bdbf5d8d8aa861e16d27..5d410d6bc688f6715bad366768e21ce80c2a8ba1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/50.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/50.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.50
 -------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/50/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/50/editors/100.rst
index d2f0c004d1be5786bb9b4335213706a0c09286f6..1f7571cc099c968e13a6f06bea398cdd97ee1789 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/50/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/50/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.50.editors.100
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/50/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/50/editors/9999.rst
index 646d742d2ab9dd0f37f1df0ca659a7a2a33bdaac..da432fe70d34ab6df036f47e2393d7a67eaa8326 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/50/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/50/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.50.editors.9999
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/50/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/50/identifier.rst
index 6a109a80cb5e8a644e1a5c53d2c421badf0696b3..305161c58632fc56522f59c0b876f67134c5c0ee 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/50/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/50/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.50.identifier
 ------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/60.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/60.rst
index 98aeff6ed09e649996adf8a3635fb3427441b8bd..aaa6d57692460acd114fa48765b8ad5a44feeee7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/60.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/60.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.60
 -------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/60/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/60/editors/100.rst
index e2b8b9ff24020c67df7677a86e03c87e5a7cd004..698112e82d879206b90dbd6c86cb5e04c87bb0bd 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/60/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/60/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.60.editors.100
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/60/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/60/editors/9999.rst
index 071f0bafd20650658c0504c6027c6910f76bcf9f..fb24129eff16713acdc07bccd4a4e95fef7f7d1c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/60/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/60/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.60.editors.9999
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/60/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/60/identifier.rst
index 6d73e596685005e332390aec07b9e0e1951a16ca..d68f5cff106e14f2501b52f6a8164c0c47664797 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/60/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/60/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.60.identifier
 ------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/70.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/70.rst
index 84b6930019df21c8ba2e2f3724c6490123f4d9fe..ab2c4321283407ec21943a68ef1b2233cad4a5a6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/70.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/70.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.70
 -------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/70/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/70/editors/100.rst
index 356e5cc2a0c34a7035969ad2131a465dbb81a972..9140fb72ea71e3103ed2ba70c62ab2992bb34c56 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/70/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/70/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.70.editors.100
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/70/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/70/editors/9999.rst
index 8e238a9d9cdfe5f5104e7a53ebecf7429bb1961c..000eae5eb574b012b6d67540d3e28eab3b37b7c8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/70/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/70/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.70.editors.9999
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/70/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/70/identifier.rst
index e9a01f7b814000997a227a647f0c28cb8a64ea94..75e77d5c70a1a2b3f4b2a000c8f2c330ff926e55 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/70/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/70/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.70.identifier
 ------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/80.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/80.rst
index d648c02227b1c80eb03910f49c2752ae6d87feff..9b11d0103a13555898b0c662d4e378517c2f1ed9 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/80.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/80.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.80
 -------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/80/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/80/editors/100.rst
index 19ac618bff34498f23bb8a5a59f1f2d02d061438..57e5b0351f75d95d2eeebddead116f97376fca70 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/80/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/80/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.80.editors.100
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/80/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/80/editors/9999.rst
index 1cda8910b23fdc3abe40becafaacff22e948331c..8aecbfcf05691bc0fb13ae57dd3b374e26220a44 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/80/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/80/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.80.editors.9999
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/80/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/80/identifier.rst
index c039d8537f8fd12fe84046e3aa18e4b4e40bf3dc..26ec4066517ad7e0e1884e477b6d70061f0232b0 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/80/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/propertyCollections/finishers/80/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.finishers.80.identifier
 ------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/saveErrorFlashMessageMessage.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/saveErrorFlashMessageMessage.rst
index 4779f1053259d08a6118efa010d45ef2159243f3..6d40fc66ca2e33433f16f893b06a15b356d97e27 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/saveErrorFlashMessageMessage.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/saveErrorFlashMessageMessage.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.saveErrorFlashMessageMessage
 ---------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/saveErrorFlashMessageTitle.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/saveErrorFlashMessageTitle.rst
index d14ae4980f68d8842f44fde4d2d7f8152a328a81..c187ce04dfde316bd31afb5e321c81c22526b2ed 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/saveErrorFlashMessageTitle.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/saveErrorFlashMessageTitle.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.saveErrorFlashMessageTitle
 -------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/saveSuccessFlashMessageMessage.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/saveSuccessFlashMessageMessage.rst
index de5d716d9f3e09980d0564d73e33b1b52b19a9a7..2081379f736c19d9b64d31b9a30337d82cc9f49c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/saveSuccessFlashMessageMessage.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/saveSuccessFlashMessageMessage.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.saveSuccessFlashMessageMessage
 -----------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/saveSuccessFlashMessageTitle.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/saveSuccessFlashMessageTitle.rst
index bcfb594a35d5cd1c1d4e7528527370eb97c532d3..ebb2858b61c9cdc9dc3addbbe2c7f28dd60d0aea 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/saveSuccessFlashMessageTitle.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/formEditor/saveSuccessFlashMessageTitle.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.saveSuccessFlashMessageTitle
 ---------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/_isCompositeFormElement.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/_isCompositeFormElement.rst
index 347bf9af172f5db7813931429dd743f152abaca2..8025a6bc1ff9c9241e059f036c109e56e3bdf3b1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/_isCompositeFormElement.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/_isCompositeFormElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions._isCompositeFormElement
 ----------------------------------------
 
@@ -53,4 +55,4 @@ renderingOptions._isCompositeFormElement
       ToDo
 
 :aspect:`Description`
-      Internal control setting to define that the form element contains child form elements.
\ No newline at end of file
+      Internal control setting to define that the form element contains child form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/_isTopLevelFormElement.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/_isTopLevelFormElement.rst
index a2d2b611608f9b580a8ba9ce0212f3e4cacc446d..4922a6003f4a964b3db8ded7b4fdb5d5a5f21148 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/_isTopLevelFormElement.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/_isTopLevelFormElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions._isTopLevelFormElement
 ---------------------------------------
 
@@ -53,4 +55,4 @@ renderingOptions._isTopLevelFormElement
       ToDo
 
 :aspect:`Description`
-      Internal control setting to define that the form element must not have a parent form element.
\ No newline at end of file
+      Internal control setting to define that the form element must not have a parent form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/addQueryString.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/addQueryString.rst
index e57d10ae69afe23df7415eee5052dab8ca9b6d18..b55903df05b182138258a4234c3cd5437de1ba58 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/addQueryString.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/addQueryString.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions.addQueryString
 -------------------------------
 
@@ -53,4 +55,4 @@ renderingOptions.addQueryString
       ToDo
 
 :aspect:`Description`
-      Fluid f:form viewHelper option ``addQueryString``
\ No newline at end of file
+      Fluid f:form viewHelper option ``addQueryString``
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/additionalParams.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/additionalParams.rst
index 9f35ee872c11e3b25381cff6181fc5593761b382..8a75611036574ffd7059c58b5e4fabea8c9db071 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/additionalParams.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/additionalParams.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions.additionalParams
 ---------------------------------
 
@@ -53,4 +55,4 @@ renderingOptions.additionalParams
       ToDo
 
 :aspect:`Description`
-      Fluid f:form viewHelper option ``additionalParams``.
\ No newline at end of file
+      Fluid f:form viewHelper option ``additionalParams``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/argumentsToBeExcludedFromQueryString.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/argumentsToBeExcludedFromQueryString.rst
index 8ea35390f60f5680625a89a896de233cf5c53a46..4d972f70b273a17af91a734e4404287e7e005cb9 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/argumentsToBeExcludedFromQueryString.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/argumentsToBeExcludedFromQueryString.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions.argumentsToBeExcludedFromQueryString
 -----------------------------------------------------
 
@@ -53,4 +55,4 @@ renderingOptions.argumentsToBeExcludedFromQueryString
       ToDo
 
 :aspect:`Description`
-      Fluid f:form viewHelper option ``argumentsToBeExcludedFromQueryString``.
\ No newline at end of file
+      Fluid f:form viewHelper option ``argumentsToBeExcludedFromQueryString``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/controllerAction.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/controllerAction.rst
index bb63a7f553682912dedbd871b35fa92b76aff5f1..261a2d6d81fda805c1193c8578d48a3dd0bfa687 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/controllerAction.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/controllerAction.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions.controllerAction
 ---------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/honeypot/enable.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/honeypot/enable.rst
index 8624abd65dc879e82fd30ce6ed665cb2aa0cc359..5f3272b641df9d344d3d47f568c9f09c52337307 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/honeypot/enable.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/honeypot/enable.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions.honeypot.enable
 --------------------------------
 
@@ -89,4 +91,4 @@ renderingOptions.honeypot.enable
                         enable: false
 
    See forge issue `#83212 <https://forge.typo3.org/issues/83212>`_ for more
-   information.
\ No newline at end of file
+   information.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/honeypot/formElementToUse.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/honeypot/formElementToUse.rst
index 85531a1f207cfe5764c846d44f7ba4cfb70299df..ab533fcbf36e481938793506502390cf5def6ca7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/honeypot/formElementToUse.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/honeypot/formElementToUse.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions.honeypot.formElementToUse
 ------------------------------------------
 
@@ -53,4 +55,4 @@ renderingOptions.honeypot.formElementToUse
       ToDo
 
 :aspect:`Description`
-      Define which ``<formElementIdentifier>`` should be used to render the honeypot.
\ No newline at end of file
+      Define which ``<formElementIdentifier>`` should be used to render the honeypot.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/httpEnctype.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/httpEnctype.rst
index 15905f23156a5a035b6c1a174b88383708b728cf..53bb4f779ef1233f58e9a13721f575771646e0b9 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/httpEnctype.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/httpEnctype.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions.httpEnctype
 ----------------------------
 
@@ -53,4 +55,4 @@ renderingOptions.httpEnctype
       ToDo
 
 :aspect:`Description`
-      Fluid f:form viewHelper option ``enctype``.
\ No newline at end of file
+      Fluid f:form viewHelper option ``enctype``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/httpMethod.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/httpMethod.rst
index 2e29acecd92e3a26539be421ab2619b412e8a722..d1f6dfc59e9cbd45355de2e6e0d138064f993afc 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/httpMethod.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/httpMethod.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions.httpMethod
 ---------------------------
 
@@ -53,4 +55,4 @@ renderingOptions.httpMethod
       ToDo
 
 :aspect:`Description`
-      Fluid f:form viewHelper option ``method``.
\ No newline at end of file
+      Fluid f:form viewHelper option ``method``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/layoutRootPaths.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/layoutRootPaths.rst
index 35e73e31c6f56ef0c1ce5f7b66a62daf3f01edaf..f624b7a9948384f96d57d4b957e296f35ef0b453 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/layoutRootPaths.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/layoutRootPaths.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions.layoutRootPaths
 --------------------------------
 
@@ -53,4 +55,4 @@ renderingOptions.layoutRootPaths
       - :ref:`"Custom templates"<concepts-frontendrendering-templates-customtemplates>`
 
 :aspect:`Description`
-      Please read the section :ref:`layoutRootPaths<apireference-frontendrendering-fluidformrenderer-options-layoutrootpaths>`.
\ No newline at end of file
+      Please read the section :ref:`layoutRootPaths<apireference-frontendrendering-fluidformrenderer-options-layoutrootpaths>`.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/partialRootPaths.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/partialRootPaths.rst
index dd29e314a10b211e30fc5ec3b7b64d09509221c6..eb1d022e3416ab6f9bc5240b940732660add7807 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/partialRootPaths.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/partialRootPaths.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions.partialRootPaths
 ---------------------------------
 
@@ -53,4 +55,4 @@ renderingOptions.partialRootPaths
       - :ref:`"Custom templates"<concepts-frontendrendering-templates-customtemplates>`
 
 :aspect:`partialRootPaths`
-      Please read the section :ref:`templateRootPaths<apireference-frontendrendering-fluidformrenderer-options-partialrootpaths>`.
\ No newline at end of file
+      Please read the section :ref:`templateRootPaths<apireference-frontendrendering-fluidformrenderer-options-partialrootpaths>`.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/skipUnknownElements.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/skipUnknownElements.rst
index 78898596b8ea5d02c05d46b17ee967c587015d2d..eef50cee27f7848c996ac9a27f3b79c08c038273 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/skipUnknownElements.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/skipUnknownElements.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions.skipUnknownElements
 ------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/submitButtonLabel.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/submitButtonLabel.rst
index dc0f3f2ec27afed804be23993cc0ad81f6106a67..49fdeea651e3e12483bee83d0fca1d16cb87994a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/submitButtonLabel.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/submitButtonLabel.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions.submitButtonLabel
 ----------------------------------
 
@@ -53,4 +55,4 @@ renderingOptions.submitButtonLabel
       - :ref:`"Translate form editor settings"<concepts-formeditor-translation-formeditor>`
 
 :aspect:`Description`
-      The submit Button label.
\ No newline at end of file
+      The submit Button label.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/templateRootPaths.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/templateRootPaths.rst
index adaed56f5038bb50c670fc0f909a9f3e8aa4aa54..bb14020b80cd4fa126a1225e500bb818e11cedf8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/templateRootPaths.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/templateRootPaths.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions.templateRootPaths
 ----------------------------------
 
@@ -53,4 +55,4 @@ renderingOptions.templateRootPaths
       - :ref:`"Custom templates"<concepts-frontendrendering-templates-customtemplates>`
 
 :aspect:`Description`
-      Please read the section :ref:`templateRootPaths<apireference-frontendrendering-fluidformrenderer-options-templaterootpaths>`.
\ No newline at end of file
+      Please read the section :ref:`templateRootPaths<apireference-frontendrendering-fluidformrenderer-options-templaterootpaths>`.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/translation/translationFiles.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/translation/translationFiles.rst
index d12eb93a5bc0632cf80997a90735317960e54d0d..bcf11a476b025f18f1ca87357944bd4ca8753b6c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/translation/translationFiles.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/translation/translationFiles.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions.translation.translationFiles
 ---------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow.rst
index 9593304d0e11cd7a14ef697f6400455a287444d4..4c8494f6d05c8c67c90ccebfdbf1c0dc5e16f3e4 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.gridrow:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor.rst
index 0e9d9f02d3e851381ce94e5cca35fc82203092f7..2557f663e12ee7659fec1655ce62f832f6360b2e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/_isCompositeFormElement.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/_isCompositeFormElement.rst
index 4da261dd1d2d0a180d0403cba710ae1944650062..8775f6f06c167589cc6982440ea5f6bfa959a400 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/_isCompositeFormElement.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/_isCompositeFormElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor._isCompositeFormElement
 ----------------------------------
 
@@ -26,4 +28,4 @@ formEditor._isCompositeFormElement
       ToDo
 
 :aspect:`Description`
-      Internal control setting to define that the form element contains child form elements.
\ No newline at end of file
+      Internal control setting to define that the form element contains child form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/_isGridRowFormElement.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/_isGridRowFormElement.rst
index 78b292f050c82fd6682ff336a4cb183527bc6f3e..a3471b8ca76d3ac2a53f2498d08220e9e9aa3093 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/_isGridRowFormElement.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/_isGridRowFormElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor._isGridRowFormElement
 --------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/editors/100.rst
index fffe08215968161d20a0da86e7dd4db177415549..dd8874fef9748decb98b6b03262c696f759acd7b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/editors/200.rst
index 33866aba148f555b9a12fd1c375be034b1b31afd..7edbd75c7668a5960084e3ce456e93b6abeda326 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/editors/700.rst
index cb703cf1bc087a5a703eb7943e9bfc3879e52890..26d794d5189112f854fd6e19ca73a7334be35f7d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.700
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/editors/9999.rst
index 2c20f276bf8573e8aac698020909d830232e4de6..65879e679b5ea843ffe7ec38809ad228a2187821 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/group.rst
index 5491afd505ea670705625e6235b50fa963703bb0..365e72e2c462e8d6daecc613ceb5e7c521dc9b28 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -27,4 +29,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/groupSorting.rst
index c2b0ab8ab0eda7fd11de753caee0d1e775598901..419534a2de77eadb4349372a5d09caa919096a48 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/iconIdentifier.rst
index 523c888b5e132a126f01f162f37d079fe059db5c..13d9396620d71d346338a6fec705672f0912c8fb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
@@ -32,4 +34,4 @@ formEditor.iconIdentifier
       - :ref:`"Inspector [FormElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor>`.
       - :ref:`"Abstract view formelement templates"<apireference-formeditor-stage-commonabstractformelementtemplates>`.
       - ``Tree`` component.
-      - "new element" Modal
\ No newline at end of file
+      - "new element" Modal
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/label.rst
index 35e8c9b9131016b513b3f9e95645579b29882686..705b26f06992e5a790cf486820f43ead81dce8cc 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/predefinedDefaults.rst
index aac4b024c34cae0cb37e0401c258c85afa8aeb3a..a3264b0cb69914aaaad4c4ffb7a99b067bbb1700 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -26,4 +28,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/implementationClassName.rst
index 371b2364e7d32f0d787924a40411a94795d52053..13a650587870d0db411b2356190b8ec635d254fb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/containerClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/containerClassAttribute.rst
index 67e1ca28cc39606502de1d8ba4144836ff4b5675..c0b7c619528ad1ffb950f89fc05697629f0d0e33 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/containerClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/containerClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.containerClassAttribute
 ----------------------------------
 
@@ -45,4 +47,4 @@ properties.containerClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is typically wrapped around the form elements.
\ No newline at end of file
+      A CSS class which is typically wrapped around the form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/elementClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/elementClassAttribute.rst
index 0880b145ec0b3e35a10a2ec42c13d912537eb845..1ad5c1500248c11a9d92f2a48934a6b6b7a13b63 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/elementClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/elementClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementClassAttribute
 --------------------------------
 
@@ -45,4 +47,4 @@ properties.elementClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class written to the form element.
\ No newline at end of file
+      A CSS class written to the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/elementErrorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/elementErrorClassAttribute.rst
index 068cd75b785827c29efac9f57ed5016ebfb813cc..3cbafa374065180b0d77693de0de3b1d959635cc 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/elementErrorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/elementErrorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementErrorClassAttribute
 -------------------------------------
 
@@ -45,4 +47,4 @@ properties.elementErrorClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is written to the form element if validation errors exists.
\ No newline at end of file
+      A CSS class which is written to the form element if validation errors exists.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/gridColumnClassAutoConfiguration/gridSize.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/gridColumnClassAutoConfiguration/gridSize.rst
index e56c3f6b50780abb63e5e0ba5866abe2dbcde37b..4892d1915dc84979f14341f564a2e2419d6b6bff 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/gridColumnClassAutoConfiguration/gridSize.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/gridColumnClassAutoConfiguration/gridSize.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.gridColumnClassAutoConfiguration.gridSize
 ----------------------------------------------------
 
@@ -45,4 +47,4 @@ properties.gridColumnClassAutoConfiguration.gridSize
       ToDo
 
 :aspect:`Description`
-      The grid size of the CSS grid system (bootstrap by default).
\ No newline at end of file
+      The grid size of the CSS grid system (bootstrap by default).
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/gridColumnClassAutoConfiguration/viewPorts.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/gridColumnClassAutoConfiguration/viewPorts.rst
index 81811426a03969cc5dfcac1d4a1a984e10c16455..af7b13d5e32e3746f5cf4fe76e1645ef02ee8a06 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/gridColumnClassAutoConfiguration/viewPorts.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/gridColumnClassAutoConfiguration/viewPorts.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.gridColumnClassAutoConfiguration.viewPorts
 -----------------------------------------------------
 
@@ -45,4 +47,4 @@ properties.gridColumnClassAutoConfiguration.viewPorts
       - :ref:`"properties.gridColumnClassAutoConfiguration"<typo3.cms.form.prototypes.\<prototypeIdentifier>.formelementsdefinition.\<formelementtypeidentifier>.properties.gridcolumnclassautoconfiguration>`
 
 :aspect:`Description`
-      Each configuration key within `properties.gridColumnClassAutoConfiguration.viewPorts` represents an viewport of the CSS grid system (bootstrap by default).
\ No newline at end of file
+      Each configuration key within `properties.gridColumnClassAutoConfiguration.viewPorts` represents an viewport of the CSS grid system (bootstrap by default).
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/gridColumnClassAutoConfiguration/viewPorts/classPattern.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/gridColumnClassAutoConfiguration/viewPorts/classPattern.rst
index b6983eae9eba308bf8353514d02f455b9205cba9..d7da816ddda408198a696c8eddf3caf923f06a4d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/gridColumnClassAutoConfiguration/viewPorts/classPattern.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/properties/gridColumnClassAutoConfiguration/viewPorts/classPattern.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.gridColumnClassAutoConfiguration.viewPorts.[*].classPattern
 ----------------------------------------------------------------------
 
@@ -46,7 +48,7 @@ properties.gridColumnClassAutoConfiguration.viewPorts.[*].classPattern
 
 :aspect:`Description`
       Defines the CSS class pattern for the CSS grid system.
-      Each viewport `classPattern` will be wrapped around a form element within a grid row. 
+      Each viewport `classPattern` will be wrapped around a form element within a grid row.
       The `{@numbersOfColumnsToUse}` placeholder will be replaced by the number of columns which the respective form element should occupy.
       The number of columns which the respective form element should occupy has to defined within the respective form elements within a GridRow.
-      If a form element has no number of columns defined, the ``{@numbersOfColumnsToUse}`` are calculated automatically.
\ No newline at end of file
+      If a form element has no number of columns defined, the ``{@numbersOfColumnsToUse}`` are calculated automatically.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/renderingOptions/_isCompositeFormElement.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/renderingOptions/_isCompositeFormElement.rst
index a85a1894dffabb780f410803f5f5ed26406a0137..cb2bb642e9262594f959c1adaffbba1e9ca705d7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/renderingOptions/_isCompositeFormElement.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/renderingOptions/_isCompositeFormElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions._isCompositeFormElement
 ----------------------------------------
 
@@ -33,4 +35,4 @@ renderingOptions._isCompositeFormElement
       ToDo
 
 :aspect:`Description`
-      Internal control setting to define that the form element contains child form elements.
\ No newline at end of file
+      Internal control setting to define that the form element contains child form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/renderingOptions/_isGridRowFormElement.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/renderingOptions/_isGridRowFormElement.rst
index b98a6e29f39068fc4a687215def91c8563e7784a..1332673587f348b424683c666cdac79057a92506 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/renderingOptions/_isGridRowFormElement.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/GridRow/renderingOptions/_isGridRowFormElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions._isGridRowFormElement
 --------------------------------------
 
@@ -33,4 +35,4 @@ renderingOptions._isGridRowFormElement
       ToDo
 
 :aspect:`Description`
-      Internal control setting.
\ No newline at end of file
+      Internal control setting.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden.rst
index de6720966da8070fe4e89db15da4265f2168194c..c0fd0d23432708fd9559ffad448aeec57a5c7675 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.hidden:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor.rst
index 0428983f176209b16bdaa02f3bc138af253f2cb6..3361f3c313eaed9146053e59a04ad9e10d65ef0c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/editors/100.rst
index 0b60a5f1e51915fd84f84ccb64316b5732d81488..d3c56d6df23635593cdf04db5f169145f154b055 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/editors/200.rst
index eba5971725676ac8db0bc9cbfb75749983fa45e4..a18becf98c829ef090103887944ea37b86f29d92 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/editors/300.rst
index 398984c618e23d165d09fa294d401352fd2ff323..762ad675db118ac33a0b1aae04fed8abafb48e80 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.300
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/editors/700.rst
index f33be242adc32356fc86b7bc69299b232cef3eef..b9848fda972a4824ff7957724453b9621138d5e5 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.700
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/editors/9999.rst
index 9727cf75ace951e4667809f409425a14b46ac440..9e502d24d17cb6105d55dfb16aa349321115552e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/group.rst
index 2a8ba6a36ef2d7d765111bef4b92c32e45e0440e..55de0d35a7af0dccc252e39d65ea52abcaab43f9 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -27,4 +29,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/groupSorting.rst
index 13b48f09b895b02c75f060630fb4ecbe6ec1d7f0..e23d0d4ad18bba64d556d2eab02593414b3cb84c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/label.rst
index 9b24907cb245a9f32b1e32094afd0534aa0d7b2a..165f172af580b4f9877afced32283100cb44ed26 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/predefinedDefaults.rst
index 12a8524bb45053367b3ab53b0963322b73cc1c07..2b7c99a9de378f3369a04215c81bfc432804dac9 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -27,4 +29,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/implementationClassName.rst
index 23feaae8171e771c127f42b2c1296840c1c36965..a94c0dbfee51455fbec6b585a22fda0366d50e9f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Hidden/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot.rst
index f2fb36602dc15afc95e7630d38fa6ce00aa89e2b..17fc0de1e0b1ec9ab1b27cc835f7a6a7fc19da82 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.honeypot:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/implementationClassName.rst
index cd197b195fb93fcf1cc804924c795947a56cb19e..4c7c0ca3d14ac69cdf32592b64b1ece3bfa45c7d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
@@ -31,4 +33,4 @@ implementationClassName
       ToDo
 
 :aspect:`Description`
-      Classname which implements the form element.
\ No newline at end of file
+      Classname which implements the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/properties/containerClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/properties/containerClassAttribute.rst
index afb05eb2e21f9ae7c961f0db78f1f816f5248200..fc981cc384a803aab8d70d5b243875a796448660 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/properties/containerClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/properties/containerClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.containerClassAttribute
 ----------------------------------
 
@@ -36,4 +38,4 @@ properties.containerClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is typically wrapped around the form elements.
\ No newline at end of file
+      A CSS class which is typically wrapped around the form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/properties/elementClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/properties/elementClassAttribute.rst
index 17c3f94a231b2be947b03c5db3aac58eb621fdb1..69d1ffaf5a24ae80895f4e6f48bb7303ad355ff6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/properties/elementClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/properties/elementClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementClassAttribute
 --------------------------------
 
@@ -36,4 +38,4 @@ properties.elementClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class written to the form element.
\ No newline at end of file
+      A CSS class written to the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/properties/elementErrorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/properties/elementErrorClassAttribute.rst
index be59e754304a91f1268d5f98e9ea34a914624589..d5f0be350d37675d7d9a7ecc3889ff72a5e6a85b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/properties/elementErrorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/properties/elementErrorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementErrorClassAttribute
 -------------------------------------
 
@@ -36,4 +38,4 @@ properties.elementErrorClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is written to the form element if validation errors exists.
\ No newline at end of file
+      A CSS class which is written to the form element if validation errors exists.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/properties/renderAsHiddenField.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/properties/renderAsHiddenField.rst
index 628cff8a9f4f2b4cf4c3a8507118df9910634e57..59faf80c5f6ef9d3ca69b3b4e04096777da46d70 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/properties/renderAsHiddenField.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/properties/renderAsHiddenField.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.renderAsHiddenField
 ------------------------------
 
@@ -36,4 +38,4 @@ properties.renderAsHiddenField
       ToDo
 
 :aspect:`Description`
-      By default the honeypot will be rendered as a regular text form element (input type "text"). ``renderAsHiddenField`` renders the honeypot as a hidden form element (input type "hidden").
\ No newline at end of file
+      By default the honeypot will be rendered as a regular text form element (input type "text"). ``renderAsHiddenField`` renders the honeypot as a hidden form element (input type "hidden").
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/properties/styleAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/properties/styleAttribute.rst
index b6c40e842de8d5601917603ce10a3c57f0ca7066..82fb2a7f20ca2f1e3df8301020a75027cc88bfbd 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/properties/styleAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Honeypot/properties/styleAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.styleAttribute
 -------------------------
 
@@ -36,4 +38,4 @@ properties.styleAttribute
       ToDo
 
 :aspect:`Description`
-      By default the honeypot will be rendered as a regular text form element (input type "text"). The ``styleAttribute`` is written to the honeypot form element to make it "invisible" for humans.
\ No newline at end of file
+      By default the honeypot will be rendered as a regular text form element (input type "text"). The ``styleAttribute`` is written to the honeypot form element to make it "invisible" for humans.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload.rst
index 1bf6cd462ef1b3a0d85f539089eba74bfa1a8885..0c5495c94e899c9ffbade3ff496a2839827ff049 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.imageupload:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor.rst
index 970f0f35d5e3e44768c6d2f71231f00bd8ff64a7..73e00fb232b3136f2b7b05c224dac978f27e7d2d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/100.rst
index c00530037346d9c6b499ec1509d489fe77bf20e5..ab97cd4307ea2b60f93e76d673c4267127b3929d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/200.rst
index bc07871452df95e2d84a2cd9c24aff3ba0ce94f2..75fd729dd48ca61ce5525e0d58409537d6521b48 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/230.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/230.rst
index 1da093f3a93964f09de410b8a2486c384ed7f625..a0f4c7aa4457824f3eaf4138b4b8f44e0bd92ef5 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/230.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/230.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.230
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/300.rst
index b59d331ca7ec66346387ab49bb9c7720122bb791..f6ca7f47e7161eb19b06f141c555918670f1df81 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.300
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/400.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/400.rst
index 8edd1ed2efa9ba619b67fbe9d3f8a2e473f6fbb0..65d0ed8906768c7297ea9b668355f977683f791e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/400.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/400.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.400
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/700.rst
index 9196bd0046dd8492d8b13bfe0d42d5cc4bf7339d..e03bcbee5a0987cbaae709fba651ffeaace72d98 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.700
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/800.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/800.rst
index f5391a8816d5b9248e587545a5d3389673c43e10..5779703c4c40921e790429c94f5d83433a7e11d7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/800.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/800.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.800
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/900.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/900.rst
index 1cc458bfc6599ca6e3e6cd63bbd08719f85352c6..525b5455936092267ad212b39d8bb6e1be2f1322 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/900.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/900.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.900
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/9999.rst
index 9a5099ff4c1ac02bafa43f67e8648fc39367c62b..edb3223e8423ceca7e66166203c932a29cbe813e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/group.rst
index 6b865c68355c1b4a8cd4b0d94dbd617d7dd24fcb..69ada6f30d3edfb83466659bae8ec2236e76ce1a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -27,4 +29,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/groupSorting.rst
index 7db474731157cc58115e18312dc2a92aefa3fd1c..61192ed19ed4477fd35fa409ea60a87a34ed9b96 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/iconIdentifier.rst
index bf08c5e7381144df752e6041165cbeae0a3b1bff..af641939b74a9625217f3ab2e3bf28563eda7cd0 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
@@ -32,4 +34,4 @@ formEditor.iconIdentifier
       - :ref:`"Inspector [FormElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor>`.
       - :ref:`"Abstract view formelement templates"<apireference-formeditor-stage-commonabstractformelementtemplates>`.
       - ``Tree`` component.
-      - "new element" Modal
\ No newline at end of file
+      - "new element" Modal
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/label.rst
index 03d0611e8dbf18bfc807ae1960facadc0366eed9..9a3d166ba301df05cf5953b8be3d77c8eded5dee 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/predefinedDefaults.rst
index e2dda4f9d7e60d52a315c651c56a52a7c6a05f69..d3e5284cccd4e12c835f1becafc127f9daf84689 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -30,4 +32,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10.rst
index d693f1128665769292ae55ea5cf6c435efb6d0e3..70350f2d84cf1c64f955cba8220ecdd6e8957465 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10/editors/100.rst
index edb78df217bcb04952cd87d1881fbfdd355bc393..523af4168edf53c0570f60c3728ab6a1112b3de2 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10/editors/200.rst
index b0fcb26957746a00beadb0753f304ea43673f977..46e65f42d23833268bd3e6814fcfb19f3934df25 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10/editors/300.rst
index 996c341c67b2bf630810b6d500b0e0bd6e5763cc..6f6df13ec011bb9681db27cb32c4285c9e6d9855 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10/editors/9999.rst
index fcc40faa138c3fecfa7212ee1adabf1d5ae24389..4d65e5035f67cf9e2abbe62ed4f7290fa675c08f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10/identifier.rst
index 73d4b465452dccc1f061cdaa8a9646b17428cf05..671fa36eb4290c597d63dfca948e3618594a09ab 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/formEditor/propertyCollections/validators/10/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/implementationClassName.rst
index a0d7dc55c613f2ae1cdaac6211ceb8c8a61f4b5b..ed6a1f2a18f74a0dee36092360aed98b7b16975a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/allowedMimeTypes.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/allowedMimeTypes.rst
index d30b0369f820be50db76a79390aeb22aad28459c..1c5b97ddae68b12b83b2e8ab14171b0d0c2b1a70 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/allowedMimeTypes.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/allowedMimeTypes.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.allowedMimeTypes
 ---------------------------
 
@@ -42,4 +44,4 @@ properties.allowedMimeTypes
       ToDo
 
 :aspect:`Description`
-      The allowed mime types for the image uploads.
\ No newline at end of file
+      The allowed mime types for the image uploads.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/containerClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/containerClassAttribute.rst
index 0e25051f1ab1d015b88bf78e7b628b05dd626c58..a0b1212f818b5ea0c455a33179a2e3ca95e01ec0 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/containerClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/containerClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.containerClassAttribute
 ----------------------------------
 
@@ -42,4 +44,4 @@ properties.containerClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is typically wrapped around the form elements.
\ No newline at end of file
+      A CSS class which is typically wrapped around the form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/elementClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/elementClassAttribute.rst
index 18003be84d8f58d58dd71de76a1c24c50fcb1f13..2f6c622eecb53f6c49f77554f24cbe90a4b4ca9a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/elementClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/elementClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementClassAttribute
 --------------------------------
 
@@ -42,4 +44,4 @@ properties.elementClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class written to the form element.
\ No newline at end of file
+      A CSS class written to the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/elementDescription.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/elementDescription.rst
index edee66475d9b84bc78ec53c1ac83508d0e551bb8..5316ed9f81f1974149aa46dbe6215e4a0eec8c51 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/elementDescription.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/elementDescription.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementDescription
 -----------------------------
 
@@ -28,4 +30,4 @@ properties.elementDescription
 
 :aspect:`Description`
       Set a description of the form element. By default, it is displayed
-      below the form element.
\ No newline at end of file
+      below the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/elementErrorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/elementErrorClassAttribute.rst
index d7ec00abf0aa5aff5f984fc0fc08b968bf35575d..d1fe15c3c40bf6625b9122103622ea4f5d4a3e4f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/elementErrorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/elementErrorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementErrorClassAttribute
 -------------------------------------
 
@@ -42,4 +44,4 @@ properties.elementErrorClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is written to the form element if validation errors exists.
\ No newline at end of file
+      A CSS class which is written to the form element if validation errors exists.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/imageLinkMaxWidth.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/imageLinkMaxWidth.rst
index 642b7cbc66b2f4c6aaf04639f912e4b9765d744d..c0c6e96fac28335bbf9e2fe96473d13a903e2359 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/imageLinkMaxWidth.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/imageLinkMaxWidth.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.imageLinkMaxWidth
 ----------------------------
 
@@ -42,4 +44,4 @@ properties.imageLinkMaxWidth
       ToDo
 
 :aspect:`Description`
-      The max width for the uploaded image preview link.
\ No newline at end of file
+      The max width for the uploaded image preview link.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/imageMaxHeight.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/imageMaxHeight.rst
index f744dbb05d7a6f20aa32a61f41ae6582501c6ee1..5a4799d9c013e8675a5ca586707a38a22287ac8c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/imageMaxHeight.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/imageMaxHeight.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.imageMaxHeight
 -------------------------
 
@@ -42,4 +44,4 @@ properties.imageMaxHeight
       ToDo
 
 :aspect:`Description`
-      The max height for the uploaded image preview.
\ No newline at end of file
+      The max height for the uploaded image preview.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/imageMaxWidth.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/imageMaxWidth.rst
index 0ebe1049d26e2f57b38c9f054efc36c842c0edf7..bcf4cb7f86b0158570109d7f1cf8c7d61093b611 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/imageMaxWidth.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/imageMaxWidth.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.imageMaxWidth
 ------------------------
 
@@ -42,4 +44,4 @@ properties.imageMaxWidth
       ToDo
 
 :aspect:`Description`
-      The max width for the uploaded image preview.
\ No newline at end of file
+      The max width for the uploaded image preview.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/saveToFileMount.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/saveToFileMount.rst
index b8872fe21264569545ec16ad7a41327835c10217..06b16229efc7487427bbf4248dada4c759f7c40c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/saveToFileMount.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/ImageUpload/properties/saveToFileMount.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.saveToFileMount
 --------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox.rst
index ba8c554ef3a569340dea84c44a76477f798fdbc4..eed5e6be3b46f718bd51a73fabc34ce9067a810f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.multicheckbox:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor.rst
index c2f5598fc48453024698011f6ab1afa7aa491a7f..51a1a5f46b482ffd9675df9806b65c6bb0038906 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/100.rst
index da2bfb90b686e4890c89fe1314f2bcf501c3c1bc..08c80af679735c95f2516fa0f46631ccb29ce493 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/200.rst
index 56262086af40024e5a57d91809b7c98bdb408d53..0f49c0acf4f9640b03efbb70614f5c434c44a696 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/230.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/230.rst
index 71945ca2f6c3e9efdd951c04d102c755e2b7d824..879bdbeb5d00ed3e7833b871c282d5eacb0f179d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/230.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/230.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.230
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/300.rst
index bab098f011123dd75e00b5e89544a2a324d17a94..48f5b9363892a8478daffbcc62b9dd9b0516d177 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.300
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/700.rst
index b704c70033d56e846faeba5304eab041d044fbb7..1299756bdb54d302fd63c4a865da1ddda867e0bd 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.700
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/800.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/800.rst
index 960a91ff5b6df736dea5cc914a08227fb938710a..442ceb6a8a94e9bb3b8d8d8b6e64fac326b15998 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/800.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/800.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.800
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/900.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/900.rst
index abe1081bd548cd877ce628eae9e8c8424dcb61ac..9139286d339e5836d10b9bc6b26e7f9aedc595e9 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/900.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/900.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.900
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/9999.rst
index 1f343d5928d4a357a5fa0dee6c8f14c1bad5a183..e7a7f3d21d6210c9fc34f4d93eae2e47e9ac6a69 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/group.rst
index 64d95a2733b2a3e777e8be122ef6c9a1969d93b5..e5a15f4ccfb99b7deaed8b26afdf216891adf398 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -27,4 +29,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/groupSorting.rst
index 2c624cc6c9b5316166ebbd228ded218e5848125c..2e09a457ce2660af6aad22b8ce000837c6819852 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/iconIdentifier.rst
index 1f63ff2ed4f13e7c510a19de6cde4bc8df6d684b..3f6743f5d2f3f70c522757873520db395866c94b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
@@ -32,4 +34,4 @@ formEditor.iconIdentifier
       - :ref:`"Inspector [FormElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor>`.
       - :ref:`"Abstract view formelement templates"<apireference-formeditor-stage-commonabstractformelementtemplates>`.
       - ``Tree`` component.
-      - "new element" Modal
\ No newline at end of file
+      - "new element" Modal
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/label.rst
index 6d38aeecba61aaf71c06ab28857bfc4f4cf0d39e..a9da0a09db5dca5d4274f1103820c38207b28fef 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/predefinedDefaults.rst
index 814a9673edbd2aa491e6ff639214b8237bb2500b..7c7c68fd869eed144d186875c0093dec7570a919 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -28,4 +30,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10.rst
index 4afb9e667ad6d33b3d1eb193e2a126c09d23d2f3..85a5a3470d98427f27c46e8bd3e50cfa7f966269 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10/editors/100.rst
index 29d5fa033f9bc802e30df3969a1a155c86127c36..737ae4f2f0d2ac9aca8d130bc6bef80b4f671d5c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10/editors/200.rst
index 9bfaffb7119390d0755c55c73441513f6b0d8a7b..f5c061937f6c6f085bd27c201077d302a472054e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10/editors/300.rst
index 7e0f89c39c5a9dd214f205747a67b141328227fe..3d66157c58a7b31524a34286dd295f5d72077a1f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10/editors/9999.rst
index c50fe2fa606ced21dc31c8f5c88e4abbf9b9d3f9..700664175dc739c7944dccc6b514c483b83a42e8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10/identifier.rst
index 67a015b45b45aa6e404f2b28906183953926c5d8..3004576986644704094ece9da896c06662851989 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/formEditor/propertyCollections/validators/10/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.10.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/implementationClassName.rst
index 9b8145ab5104c3ebf5c2560738704e43093795b3..2d4c3485cf45306245b3cf06ab7ed5cef30b744d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/properties/containerClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/properties/containerClassAttribute.rst
index 8e70fb26aefca4eaf18d3d552ffc28b59efddcbe..77f5b89dedc636a7a41eab058eeafbdfc84b0075 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/properties/containerClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/properties/containerClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.containerClassAttribute
 ----------------------------------
 
@@ -34,4 +36,4 @@ properties.containerClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is typically wrapped around the form elements.
\ No newline at end of file
+      A CSS class which is typically wrapped around the form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/properties/elementClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/properties/elementClassAttribute.rst
index e622696d0005b44abe01a5d16975fe08688fd192..ae9a81a86ebd9997e069b406a9ed32e5ee94b8ce 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/properties/elementClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/properties/elementClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementClassAttribute
 --------------------------------
 
@@ -34,4 +36,4 @@ properties.elementClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class written to the form element.
\ No newline at end of file
+      A CSS class written to the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/properties/elementDescription.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/properties/elementDescription.rst
index 3dfceb2cc8be3f10412f4489757153e3d00ad405..1efaa03c6cce5923af4ac29a821a5719e7e4d582 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/properties/elementDescription.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/properties/elementDescription.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementDescription
 -----------------------------
 
@@ -28,4 +30,4 @@ properties.elementDescription
 
 :aspect:`Description`
       Set a description of the form element. By default, it is displayed
-      below the form element.
\ No newline at end of file
+      below the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/properties/elementErrorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/properties/elementErrorClassAttribute.rst
index aaf9a5e11ca450e09d1f6f1b1b1e9f26b270e6fc..4f49c110f65304e734bd5e87bf95ec52cb4ea762 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/properties/elementErrorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiCheckbox/properties/elementErrorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementErrorClassAttribute
 -------------------------------------
 
@@ -34,4 +36,4 @@ properties.elementErrorClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is written to the form element if validation errors exists.
\ No newline at end of file
+      A CSS class which is written to the form element if validation errors exists.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect.rst
index c73a736233dfeac7fbec2351476a0a39b5d1d1c9..6bd4475dfa9daae3c9be091b5a3ff8abbd31e2e0 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.multiselect:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor.rst
index 5165e5b6487e4d84898a5a7715280cbcab10dd7d..1131ffb321ec943ebe9c1c0a33922e7120bf296c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/100.rst
index f11dc5ca6181367f71b5c947cddc2efb0d02a796..885688c27543752ded4e221de1fd2d589526e99b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/200.rst
index fb16e0c99971b78ddc9b7a3a48fca7b71a745e83..25a849de5273af2c300fe0f64988c2420b543992 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/230.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/230.rst
index d443f51be73df2fc4507a8e0ab6640f099c778a0..284466c52bb0f83b8fa10d75e3899c3cbd88312a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/230.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/230.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.230
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/250.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/250.rst
index 5e53c606e1a68ba8fed4adb08a45c47468dbbad7..26428323810b9fb090a828fe885e577a31ab5df5 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/250.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/250.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.250
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/300.rst
index f201573989668dcd8e146f6501df239891536cb2..fb46df4539634c9061dd2429ef327a7753436dc3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.300
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/700.rst
index 9858b1e76cb522218254094c642609aec113c1ba..df20869d442fc59896cc52ef0bb0be956bd5593e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.700
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/800.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/800.rst
index e33121b0ca3ee70ef8667100343753107e80d352..23dd72f86625b1115471e4840721ba7c703a6a29 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/800.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/800.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.800
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/900.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/900.rst
index ad23b36bf035d052f6ae5a708b6da51ef88eba71..bf45dad142ff8754d45ebac650c8657c3f1f4c34 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/900.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/900.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.900
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/9999.rst
index 2e57fceffe14d2bd7b9acb2abfdf735bbe764fc4..8d13db977011f3f60a473c3f3f40d0ad9816cb31 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/group.rst
index e08833c0a6f6e3664c6be889f4899edea2f3f9b9..b7908d5c7b7715ba0bee6084290908837d618b53 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -27,4 +29,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/groupSorting.rst
index 0c3227b07c15a0aed4bb5c40c8f3005ca2602905..ec77308ff3ef076eed64bde05fec3597b19d5d18 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/iconIdentifier.rst
index 29a6a95361384614f6aaf03bc7ff23e00f23e716..42fab9eabafdc8d1eb402c043856b2eae1fd10a5 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
@@ -32,4 +34,4 @@ formEditor.iconIdentifier
       - :ref:`"Inspector [FormElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor>`.
       - :ref:`"Abstract view formelement templates"<apireference-formeditor-stage-commonabstractformelementtemplates>`.
       - ``Tree`` component.
-      - "new element" Modal
\ No newline at end of file
+      - "new element" Modal
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/label.rst
index 06d05b3f884b3e7d79b79179accd8153bd78f75f..94ac4d39e0d3e72e4eb1da879038507bca392aad 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/predefinedDefaults.rst
index 8f88129cffd17178038b429b07ae892a41b13e91..afaabfd6df43ac784ec2fbfa6ecca696b6a7d343 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -28,4 +30,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10.rst
index 5240b6fc1ca08c8b1fdecbb4d09ba6b44ac31933..a54561a366cd0557b91c618bff8d893d1698e440 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10/editors/100.rst
index 6d8f11637b7d2355c0b38e87b9649004a79d4040..1d64136430d62e3456946367583f6144e8350a79 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10/editors/200.rst
index 36b622c76cffb8c68abfafd225e34ad4cd111997..adfc7471ad9115a7e7d883a2e1ec9a155b31af06 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10/editors/300.rst
index ab9a2af4ad219ce969bb436c712374befc6583f2..56ccada98a2386ef244a0914d1ba26e11b74bbfe 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10/editors/9999.rst
index 6a358ee83559ca9f062ea4d4ede8afbb33918cae..c85a0475ba295cb9ab09ce3317243280d162bf97 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10/identifier.rst
index 698bf14e6d41caf623beb1517740424414d07e52..272dac00395db2cf1226c9cc05bb55ca61fde452 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/formEditor/propertyCollections/validators/10/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.10.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/implementationClassName.rst
index d7600add8fe9a90b06d247a30c65a5aa8b73d613..0f959085aa4098db623a67fe4036c30125f451f7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
@@ -31,4 +33,4 @@ implementationClassName
       ToDo
 
 :aspect:`Description`
-      Classname which implements the form element.
\ No newline at end of file
+      Classname which implements the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/containerClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/containerClassAttribute.rst
index 8cdc7e25e487d71c39340e2e8741ef3c3e45eae6..a9aedc20498c6f04bb949e89f9382e8d5d256091 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/containerClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/containerClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.containerClassAttribute
 ----------------------------------
 
@@ -34,4 +36,4 @@ properties.containerClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is typically wrapped around the form elements.
\ No newline at end of file
+      A CSS class which is typically wrapped around the form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/elementClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/elementClassAttribute.rst
index 5a57c8c477c6dfba589716a0dd8052d00b274eb7..99a848e287a271c974d5536aa079473d05d714c7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/elementClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/elementClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementClassAttribute
 --------------------------------
 
@@ -34,4 +36,4 @@ properties.elementClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class written to the form element.
\ No newline at end of file
+      A CSS class written to the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/elementDescription.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/elementDescription.rst
index 91488f6db1fc4fe10cffd5406913bf3e5738a158..754cdd2f76a701f41d81674701ff2388192e031a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/elementDescription.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/elementDescription.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementDescription
 -----------------------------
 
@@ -28,4 +30,4 @@ properties.elementDescription
 
 :aspect:`Description`
       Set a description of the form element. By default, it is displayed
-      below the form element.
\ No newline at end of file
+      below the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/elementErrorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/elementErrorClassAttribute.rst
index 24cad799141c3e8b880fb28cd298b2a577fcaebe..ff56d935900422c91f4ada60693403ee52830a62 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/elementErrorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/elementErrorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementErrorClassAttribute
 -------------------------------------
 
@@ -34,4 +36,4 @@ properties.elementErrorClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is written to the form element if validation errors exists.
\ No newline at end of file
+      A CSS class which is written to the form element if validation errors exists.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/prependOptionLabel.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/prependOptionLabel.rst
index 095c4809215d672b872c837a0fb588d10dcd3a2b..418e35b735501c62e55eab99219506da98386d78 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/prependOptionLabel.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/prependOptionLabel.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.prependOptionLabel
 -----------------------------
 
@@ -26,4 +28,4 @@ properties.prependOptionLabel
       ToDo
 
 :aspect:`Description`
-      If set, this label will be shown as first select-option.
\ No newline at end of file
+      If set, this label will be shown as first select-option.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/prependOptionValue.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/prependOptionValue.rst
index aac3fad27856e562999c32664197196b119528ff..15b4c9f94a7fb20346dc8554ea1240df4423f1a4 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/prependOptionValue.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/MultiSelect/properties/prependOptionValue.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.prependOptionValue
 -----------------------------
 
@@ -26,4 +28,4 @@ properties.prependOptionValue
       ToDo
 
 :aspect:`Description`
-      If set, this value will be set for the first select-option.
\ No newline at end of file
+      If set, this value will be set for the first select-option.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number.rst
index 098bdaa42024281df60fe17d85dde108fc60effd..cabd6015fc3e1452b4e2d597cb9cdde1541ca142 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.number:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor.rst
index 6e97c9f0257de527b1d3ddbeb51d3a94df8504ec..2d3f640b1bc1bda91a1cff07158f111c8bf9873e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/100.rst
index 394e16e1acedb964c55d2f6ec235e6937d20f9ad..f515588fe0c4186d8bfbc4d1201777f3855018cb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/200.rst
index b38316f1ef7106081f1998288a314db7595c2056..4fe18c9b26fee8ad382fc2d17833791c91805ea2 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/230.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/230.rst
index 649e8379847129de42692f26c25852d66e357e96..cdf1194affea9854e2b4c1abad1f5dfc1fc948f5 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/230.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/230.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.230
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/400.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/400.rst
index 1bfa4869b7ce8fe649495ce8b6142ef166b65538..169dc4f7c312513700b6d79f485ad8e6ca82c071 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/400.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/400.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.400
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/500.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/500.rst
index aa36fa0910e3f2181132d7132b5225d679eac02e..5b0671857b56f93af03e7d338ce3a5006afc1637 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/500.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/500.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.500
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/700.rst
index 77ef0bfe67780fee940333e6b149544412f3d9f3..433dfeb5e26fbc4988d1095c2fb984f3d0a27d47 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.700
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/800.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/800.rst
index a9959d69ad21b8a27e55795d7bfa7e7e1a636e93..071d273ca98c2166d783bf6622e19e7020354037 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/800.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/800.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.800
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/900.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/900.rst
index 21f69bf051b1f83106d7cb679e19f5a60faaae3d..7a4116a0c3780a2ab002f55f6321beadb3c15cc4 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/900.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/900.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.900
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/9999.rst
index ec88a4608cda8ca5d22a0f519c7fe2232bb2b84f..15bb421a17050113351638d3860b1c5aefca7ba2 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/groupSorting.rst
index 2b06930717ed003355529923fba8b485dd57a3a2..c4489f15e8486184b47e02bfb4d468f73c6024c1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/iconIdentifier.rst
index 2d3aa64256ccf846598f233908f73f6ebbf997f7..e4e132068392537566258738b48361687ad5011b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
@@ -32,4 +34,4 @@ formEditor.iconIdentifier
       - :ref:`"Inspector [FormElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor>`.
       - :ref:`"Abstract view formelement templates"<apireference-formeditor-stage-commonabstractformelementtemplates>`.
       - ``Tree`` component.
-      - "new element" Modal
\ No newline at end of file
+      - "new element" Modal
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/label.rst
index 347a817334470587f295c24a918ae77d25541b78..c265afef933e65809d496765f9a3504031c732a3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/predefinedDefaults.rst
index bfaff9724a16a568b3f08a9ffc0eb300cce7f6f4..443b7ecd1dc50b5990b225743b2f534aead114f3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -33,4 +35,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/60.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/60.rst
index f9f6e00842ea85db6f4b40f074d022dd26794961..811d3e37bb2d1555d1e6e1b6e3828633ef399102 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/60.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/60.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/60/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/60/editors/100.rst
index 69594ce4ba762ff8b8dad2a09c89bf187774ac5e..8360ce1a7a29019842511285f35c3bf5460735e3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/60/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/60/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/60/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/60/identifier.rst
index d2bb96c78037a8d4142e3824feadfe3cc6a12b27..3d0a832ae6bda628e1308ca9b8fa2cf7ff75fd61 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/60/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/60/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60.identifier
 -------------------------------------------------------
 
@@ -35,4 +37,4 @@ formEditor.propertyCollections.validators.60.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70.rst
index bf835d748634ab4f212f1315fd5aee5c26bfa1c5..46a0e3c64df1ad46bc3117db9a2c107a13da61d1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70/editors/100.rst
index 1416fca09e61a9954b180d700a1f0302de0d2bf8..466d755a0d242ada33d509c9b9d028db2e271972 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70/editors/200.rst
index f80033dbc3ea0947f420939b3397161635020a9e..89a42ab1337d728b0a50ab52b792577399fb2c54 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70/editors/300.rst
index f90eee85f034a4801ff0dda272c4c078f05ac8b2..59efe9285875545b16f039d19ab8b8bbd71be07b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.300
 --------------------------------------------------------
 
@@ -33,4 +35,4 @@ formEditor.propertyCollections.validators.70.editors.300
                        propertyValidators:
                          10: Integer
                        additionalElementPropertyPaths:
-                         10: properties.fluidAdditionalAttributes.max
\ No newline at end of file
+                         10: properties.fluidAdditionalAttributes.max
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70/editors/9999.rst
index eb4fbdf7dc31d96df8bcd7e4c46450d00ee285f6..9def0e35ca1b9a5b40510a080066affc57d97549 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70/identifier.rst
index 9d2277540253b0ea14e9642779bba533afd98299..a62ff95bd5a09000233365b915808f2018228ae3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/formEditor/propertyCollections/validators/70/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.70.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/implementationClassName.rst
index fe6d744f3209239297b3b08c5ae7156e33703638..a1469cd6834b9a74310aaf6565c5d0815df75d25 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/properties/containerClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/properties/containerClassAttribute.rst
index ea60c60b4b51339c24bbfc46f760e017599b19ec..eec917a1eba3e137ce02baa8531da7f6de3eeaa6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/properties/containerClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/properties/containerClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.containerClassAttribute
 ----------------------------------
 
@@ -34,4 +36,4 @@ properties.containerClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is typically wrapped around the form elements.
\ No newline at end of file
+      A CSS class which is typically wrapped around the form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/properties/elementClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/properties/elementClassAttribute.rst
index 88f23dbacc07dfaa96c578c21933f3f01efe9dba..da4bf6c665890669faf3d09f1b49ee75d2f78c71 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/properties/elementClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/properties/elementClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementClassAttribute
 --------------------------------
 
@@ -34,4 +36,4 @@ properties.elementClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class written to the form element.
\ No newline at end of file
+      A CSS class written to the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/properties/elementDescription.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/properties/elementDescription.rst
index 9e2d5d5fd8ee3e690c359afe7d012164be4e5de9..fbe542cc524a8d6a86bc37d28a9e31c0d3b3cc06 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/properties/elementDescription.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/properties/elementDescription.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementDescription
 -----------------------------
 
@@ -28,4 +30,4 @@ properties.elementDescription
 
 :aspect:`Description`
       Set a description of the form element. By default, it is displayed
-      below the form element.
\ No newline at end of file
+      below the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/properties/elementErrorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/properties/elementErrorClassAttribute.rst
index c2dd69ba1495d32b43ec9d88262937ca15e356ae..49b6d8cd1ca04df30debcc7ac2a27c92012ebdb7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/properties/elementErrorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/properties/elementErrorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementErrorClassAttribute
 -------------------------------------
 
@@ -34,4 +36,4 @@ properties.elementErrorClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is written to the form element if validation errors exists.
\ No newline at end of file
+      A CSS class which is written to the form element if validation errors exists.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/validators.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/validators.rst
index d6a1a2032d5679028eeb9fb6ad4e9006d674f122..22f8d27341448e79437bc51eb03c3f4d5026755e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/validators.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Number/validators.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 validators
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page.rst
index b70904a29fafe9fd72fd802bcafea274f4d3671c..cf1b8d1d489b25e791101eefabbe9c8a84fd39eb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.page:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor.rst
index 60952f9174cdbe42aaa447979dd3644ef4aedce8..5e068ccdaec4ad2337a4d6e16eacf3ab89c72713 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/_isCompositeFormElement.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/_isCompositeFormElement.rst
index 15b1b44d5cefd27ed0d67989e96d99ad7560e216..5724f735b83bc41ae6ea5b36d58986bcc51bb6c9 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/_isCompositeFormElement.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/_isCompositeFormElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor._isCompositeFormElement
 ----------------------------------
 
@@ -26,4 +28,4 @@ formEditor._isCompositeFormElement
       ToDo
 
 :aspect:`Description`
-      Internal control setting to define that the form element contains child form elements.
\ No newline at end of file
+      Internal control setting to define that the form element contains child form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/_isTopLevelFormElement.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/_isTopLevelFormElement.rst
index 0493c0b7127b956b6e7bcee7bb9a83b76062a5c6..214ec3abd5cfa8ec43aabff1abe2a25b8c8c5cdb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/_isTopLevelFormElement.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/_isTopLevelFormElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor._isTopLevelFormElement
 ---------------------------------
 
@@ -26,4 +28,4 @@ formEditor._isTopLevelFormElement
       ToDo
 
 :aspect:`Description`
-      Internal control setting to define that the form element must not have a parent form element.
\ No newline at end of file
+      Internal control setting to define that the form element must not have a parent form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/editors/100.rst
index 92aa1a4d1f567734712b7d5b79161c7ab0e34573..52480826e51b45cc043516a8c078fc7e5fcb4521 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/editors/200.rst
index 777bd15e8cf6004f794a6bb19df8150969989646..cb429d8d98cebe21b6de7e3c30db3154078cfd04 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/editors/300.rst
index 93ac441c53bb6f91b157b26c4fabdddef0454143..9be5a7517feb368e2ffac2281e3a785599df42e7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.300
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/editors/400.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/editors/400.rst
index 328aa918427df9e52e666cfa9e6720bf055e7e40..4b12083e50fa0db31778ae868b52943896e77201 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/editors/400.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/editors/400.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.400
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/editors/9999.rst
index 652285d685a9ec43e6b8bbdd671a2404d906379e..918457cbea0a8e89a77d335511dc1313b5498e1e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/group.rst
index 0794db7a59fbfa5b25d8aa095c5afbbbf35d8700..9ce09afb05b2c4bdc520dfbd6826356b608c8387 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -27,4 +29,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/groupSorting.rst
index f9f921520fa5538f8588ba2a20212efd3f6bbe58..a1178d2d33440ae0e4ac51712a81d73c4334f9be 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/iconIdentifier.rst
index 5500553c0edc08e26618c1ef6a6bc0cf62b46a9a..f3a14a922511db14897051fafb0cc1327c506715 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
@@ -32,4 +34,4 @@ formEditor.iconIdentifier
       - :ref:`"Inspector [FormElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor>`.
       - :ref:`"Abstract view formelement templates"<apireference-formeditor-stage-commonabstractformelementtemplates>`.
       - ``Tree`` component.
-      - "new element" Modal
\ No newline at end of file
+      - "new element" Modal
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/label.rst
index c044e6f4462c91205df64c3485ff51b4982ebd75..9b2ac73915ed474558d806b1e75e0f0e1ca0bb98 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/predefinedDefaults.rst
index 9cf59df3a8d6850b38ce7eb0ebbb5bf356853e60..11424de18d595b463465120c8cce3fbf8ccf651f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -29,4 +31,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/implementationClassName.rst
index e844a533043ddbc3defc28ad5fbde51775b1bbda..e70166204fbdcfadd15aa49796ec66d7b3290177 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/renderingOptions/_isCompositeFormElement.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/renderingOptions/_isCompositeFormElement.rst
index 04eb8e4579ede158b5cb465713f7f5c9676b7f35..a942a3649166a7d5e0ec3cc686102635c0d8e9fb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/renderingOptions/_isCompositeFormElement.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/renderingOptions/_isCompositeFormElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions._isCompositeFormElement
 ----------------------------------------
 
@@ -35,4 +37,4 @@ renderingOptions._isCompositeFormElement
       ToDo
 
 :aspect:`Description`
-      Internal control setting to define that the form element contains child form elements.
\ No newline at end of file
+      Internal control setting to define that the form element contains child form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/renderingOptions/_isTopLevelFormElement.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/renderingOptions/_isTopLevelFormElement.rst
index ace12e7b44906337837496f49699360bfb1c5ee2..eea0eff02ffbf43e5b49f74ea129c3caa06c5997 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/renderingOptions/_isTopLevelFormElement.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/renderingOptions/_isTopLevelFormElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions._isTopLevelFormElement
 ---------------------------------------
 
@@ -35,4 +37,4 @@ renderingOptions._isTopLevelFormElement
       ToDo
 
 :aspect:`Description`
-      Internal control setting to define that the form element must not have a parent form element.
\ No newline at end of file
+      Internal control setting to define that the form element must not have a parent form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/renderingOptions/nextButtonLabel.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/renderingOptions/nextButtonLabel.rst
index da8da66113c38c2901bce91b0538fb5cf238b13a..f934feaab623d4f3a616d7dfbf41a3c7f9b7770d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/renderingOptions/nextButtonLabel.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/renderingOptions/nextButtonLabel.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions.nextButtonLabel
 --------------------------------
 
@@ -35,4 +37,4 @@ renderingOptions.nextButtonLabel
       ToDo
 
 :aspect:`Description`
-      The label for the "next page" Button.
\ No newline at end of file
+      The label for the "next page" Button.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/renderingOptions/previousButtonLabel.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/renderingOptions/previousButtonLabel.rst
index 72d11eca26ee6b10c6c3a5381f91d02ddbaf86a3..eaa53ebdc741d43e3f7289fcf9734326c1115592 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/renderingOptions/previousButtonLabel.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Page/renderingOptions/previousButtonLabel.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions.previousButtonLabel
 ------------------------------------
 
@@ -35,4 +37,4 @@ renderingOptions.previousButtonLabel
       ToDo
 
 :aspect:`Description`
-      The label for the "previous page" Button.
\ No newline at end of file
+      The label for the "previous page" Button.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password.rst
index 14092972802a70aeee8f4ab9b73354e02c2a9611..f97faa5c34b01500707128d9296dc21bab10330b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.password:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor.rst
index a527109eb4a16b917c3685644e0d6e2b615772a4..e8c66b63e6a2f707127edacfb5e633649363b392 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
@@ -241,4 +243,4 @@ formEditor
              label: formEditor.elements.Password.label
              group: input
              groupSorting: 300
-             iconIdentifier: t3-form-icon-password
\ No newline at end of file
+             iconIdentifier: t3-form-icon-password
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/100.rst
index a0209be03b252d32cce6deefa64b3f0f5b867bf1..e4f1527427d30daae1cecb4c9f603170e69cda33 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/200.rst
index e2d4cb285658e9bc39e7cbb690b0a3dc5fe84be0..3a880409e22f50d9d6c7de8719f43254ca656d6c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/230.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/230.rst
index 243bb4019e0372e7c760cf3bbfc43a923f0555c5..6bc55fdf57544f7e4e6948a336254b38e0b240c2 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/230.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/230.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.230
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/400.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/400.rst
index 12ca70405e63ce5d9515a130e5f94d982b18df56..e9e62d2190d40095e67406b10d09375623b567b8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/400.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/400.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.400
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/500.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/500.rst
index 7bb39aacb423a7459d8eea0120c25a5c5387e8f0..aeacbf7409f4b8e1b4532b796204e78afbeee9a8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/500.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/500.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.500
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/700.rst
index 92c7e2790e3bbbdd2c7f69528de057499609b129..c21816d20dbf65c00a129cb5860d550956c91de6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.700
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/800.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/800.rst
index 0988b976957a96107e2c412dd46d2af3e0f1e791..1c768ae469698962d4b5dfbf1fd8956c1c54e26f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/800.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/800.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.800
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/900.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/900.rst
index 75cd9ae6878b0996e62ba9e5b31c6288f1399523..e8baacf048451250cebc9926de4198a5d2aab0b5 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/900.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/900.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.900
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/9999.rst
index 4008dbc1d8acaa8fa201e5a9812636899620db35..9ccf739ebf0195b504e6c6a1bde9b09ab8f55b10 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/group.rst
index bdad919d31adef1f6bce7c7a5186aac2a5cc1a02..37276e43a7b49eceb35cda6b778fef912834bfad 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -27,4 +29,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/groupSorting.rst
index 576e3b46ab179acfc23b27af95394d0007c224a7..517a84feeee879c186bb8375130a7b2100ebf6cb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/iconIdentifier.rst
index d31a78927b0350749b8638a51df2565f639f6167..9400343cdfc6c43ef9571a34544fae81681cebb1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
@@ -32,4 +34,4 @@ formEditor.iconIdentifier
       - :ref:`"Inspector [FormElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor>`.
       - :ref:`"Abstract view formelement templates"<apireference-formeditor-stage-commonabstractformelementtemplates>`.
       - ``Tree`` component.
-      - "new element" Modal
\ No newline at end of file
+      - "new element" Modal
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/label.rst
index a71e8ca9427e4c17d3f31c585ea02dd0815f8f43..4b45a38d1207f4ac9d552e413b35abd203ab84f4 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/predefinedDefaults.rst
index 7ed824291eec89abb0f04fda396dd01342e21c31..d530a6843486c42f0d2c1aa05d58a190c4254814 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -27,4 +29,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/10.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/10.rst
index aa2b355ee2fae6c9c6314f0e969616f422ba017c..82aa66e0eb42fe2c8154b119b760d92a6e6d07ad 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/10.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/10.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/10/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/10/editors/100.rst
index 1f3f27c6cc0c1d31eb08f4f9cb8ff9219c4e286a..648fdd623cbda05264a65d41f846d0212fd4a301 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/10/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/10/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/10/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/10/editors/9999.rst
index 6c67e11de6da34cc0024155e4c8465d7fdeadd19..35eb3b933760442579b720a551fbd1d13b713abd 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/10/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/10/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/10/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/10/identifier.rst
index 874f7c66cfc7f8558562a0e9a2ae6f9b075be108..eb5bbbaa128ab13464b273f74a001eb6a8e36388 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/10/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/10/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/20.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/20.rst
index 00a05a6a5d42b12c202302527abbdb63f7d0993d..7a469c5758dbfeaf153a6f9017f5bd029072df8a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/20.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/20.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/20/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/20/editors/100.rst
index 758d6f3fdd2d67070c2f02a8a6bd01cbacc181b6..093dc46bc032527d73291e38eccfc74aa2976348 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/20/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/20/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/20/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/20/editors/9999.rst
index 012aa7fafd6f44eac9e7170def152f88d0d04762..8e70775cc361688abdd713375b5a8c2b6288a459 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/20/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/20/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/20/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/20/identifier.rst
index eed392b29a7f2acd60f670a7860f7307ee57ef4b..904b5b2b346e974e00d3adaf92f046888d002c42 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/20/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/20/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30.rst
index a6063dd6f3725bd2fd6a293e18373bbd6e8ac9d4..d64f5c8624122ae43b3141a8456ed8cd4423ea85 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30/editors/100.rst
index 095938de59dd65645b6a1a2f2a001c2a281cf052..677526c30997197dd56bcae97c0a0e56ae6329f4 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30/editors/200.rst
index 9f385d831baf7b571033f6a3824ac0124e033432..f633813df5c6d4718ab89ba720869b64568bfa89 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30/editors/300.rst
index 8b195f03e8c72a0f908589da08243e23d0eea005..d86c6a48c883be7bcd733b785ccfe8ead60ef495 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.300
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30/editors/9999.rst
index b5a9bcc53923275cc1669a456c4c071ebb4e0ec7..6d61ed94a9f20596a543ea405c81434d0cbb754a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30/identifier.rst
index 58209b7e49eb5a92c5a77d62a8d65a795c82295c..eed4a06ab8e2e167022c7673d5c3428ca5c683dd 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/30/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/40.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/40.rst
index 585b3337b10a3f0c1b66896c4ff5575db93923fa..b4e41056caee108c3d515662932f05bca165d8de 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/40.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/40.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/40/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/40/editors/100.rst
index cdbd2a3ce571739bc414bb00c56853046537c7d0..54d7a4673b3ed7c0852626ea458a5a4270bb7152 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/40/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/40/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/40/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/40/editors/9999.rst
index 9029ecac7e2eccdee1505ecf7e4c08a86bd28e30..4d0d080726b1f82c5b5bba6f6780f0c36de0a50a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/40/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/40/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/40/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/40/identifier.rst
index 17a851b6d12580f3aaf4085f4a729e7fe2e8f4dd..c6fb5f0b67418c4a766c760bf2d48797f5a727a6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/40/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/40/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/50.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/50.rst
index 69fab0802d0a2737fa704806897049e2ab33b5cc..45f4cfece651b8e798440eeb7aff6de14dab7c4c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/50.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/50.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/50/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/50/editors/100.rst
index d02e9a6b48b331e511e2908c54c5c08e16c1b37b..58ba87f3d46d12dd1cc8bc251700bee9e6cb5316 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/50/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/50/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/50/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/50/editors/9999.rst
index 75486bff795ddd6383a474fc22b14e099ba48e46..e25e7859b4c2494685383512d7dbb157e3dfaef4 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/50/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/50/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/50/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/50/identifier.rst
index 9b53663e9632aba4b5e2843dc084955a4dba61c2..1dcc1bd252bc0dea446fcaf5a3a714af49d0ba72 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/50/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/50/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/60.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/60.rst
index 2a02e0337e3a78d29450b78443e0ea5ec2315c2e..cac9b7fcbb43456f77d867663bfa071609a8d76a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/60.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/60.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/60/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/60/editors/100.rst
index 41e450e0f2ccde6b9bd360c647a7e7a911c6158c..267455b5a96cdea7d4d629a3e98b7fb91d3e3418 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/60/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/60/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/60/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/60/editors/9999.rst
index 2faec5682a866b40c34df6d5f4cfc96f88b50f65..079c0467dd210d9038c91ceb455ce35339d5e60e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/60/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/60/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/60/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/60/identifier.rst
index 93046eae102c3be109dad7eb06abb9eee6f26012..b599b914a05c9eaef52f9e25fda9ec0241918194 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/60/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/60/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70.rst
index f2a01790fc888254abf6e861e05081427186af42..c53089e9fe534606e8e3c8877583ac528dd5117b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70/editors/100.rst
index 99edc59076cfe3679446a1a72a245cf69913e2ac..8108382f0df2f1091d2e960a4e3e084c301aa745 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70/editors/200.rst
index 0071e3dc9457c49b1e7f6f9751bb3b6172483c8e..7f64df91197b50f6921090c1999cfb26032969f1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70/editors/300.rst
index ec511978b4936b21475e7651847d58d4d7614fbb..2816a95ab9bb5bcc86c28cde169989746a676855 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.300
 --------------------------------------------------------
 
@@ -33,4 +35,4 @@ formEditor.propertyCollections.validators.70.editors.300
                        propertyValidators:
                          10: Integer
                        additionalElementPropertyPaths:
-                         10: properties.fluidAdditionalAttributes.max
\ No newline at end of file
+                         10: properties.fluidAdditionalAttributes.max
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70/editors/9999.rst
index a5daada27e55c9743f5fe50bc0794402ef57c578..7cf5c8d6c842c577a53edcec26abc73c0df52040 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70/identifier.rst
index 2a7c90e37834130b65f7ace384ed0a86373ea4c7..8d57533aa9d7d7b4efd7e6cf413c9df939f69e7c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/70/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/80.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/80.rst
index fbd027619427ac7e8032e6c4be9a2b54868b74be..811f3a1b77024a6642cfa6d6611387d1ab215f20 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/80.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/80.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/80/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/80/editors/100.rst
index c400e9cf8f8e0575a2b621e17a152b67ed26f93a..e5c5b3e6de14c94d279d459a0ca51450d3574b06 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/80/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/80/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/80/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/80/editors/200.rst
index 1d04f6a9df6d3fdd4756589c63465fb19fd9ac37..e557c649e8195bf768cc381ec9da9ef5c45a1e13 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/80/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/80/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/80/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/80/editors/9999.rst
index fadf37c07e9b09a84ffeb85dbd57e384bf336ea1..48b65dc9fe130685f3cca849f7da4d6f7597d330 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/80/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/80/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/80/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/80/identifier.rst
index d573eaa4b2124f3abae2ea5df0662cada4bf9733..a757e3fa3ca90dfb8fcfa81c7ae7faed2c012938 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/80/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/formEditor/propertyCollections/validators/80/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/implementationClassName.rst
index 5d990d7e42f526937a2db2ac7cb40552e8b90de4..6bcbd72294944425d8c8d415bbea13fc73d00645 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/properties/containerClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/properties/containerClassAttribute.rst
index bb76c4184c265c351b75a5824122dfc38f384805..5f4222fe2d504039d3508dad8ce05923e6d76cc8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/properties/containerClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/properties/containerClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.containerClassAttribute
 ----------------------------------
 
@@ -34,4 +36,4 @@ properties.containerClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is typically wrapped around the form elements.
\ No newline at end of file
+      A CSS class which is typically wrapped around the form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/properties/elementClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/properties/elementClassAttribute.rst
index 88c36eafaf08822563ad452d0aa1ae458a952f6e..cddf3a6793ecc45398ef566b881a96eeac3fb436 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/properties/elementClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/properties/elementClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementClassAttribute
 --------------------------------
 
@@ -34,4 +36,4 @@ properties.elementClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class written to the form element.
\ No newline at end of file
+      A CSS class written to the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/properties/elementDescription.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/properties/elementDescription.rst
index 042a8778ac151a15cbd29e2af04b2478d2e96915..a4cd1e3d1a9939cbd90afc2ced81fab8e52ab62e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/properties/elementDescription.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/properties/elementDescription.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementDescription
 -----------------------------
 
@@ -28,4 +30,4 @@ properties.elementDescription
 
 :aspect:`Description`
       Set a description of the form element. By default, it is displayed
-      below the form element.
\ No newline at end of file
+      below the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/properties/elementErrorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/properties/elementErrorClassAttribute.rst
index 695e5ab1794611d4f614d9d3f3578e5d9a6080a4..e7406fbc9c22445378149b7aedfd7c8e06d5e8b0 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/properties/elementErrorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Password/properties/elementErrorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementErrorClassAttribute
 -------------------------------------
 
@@ -34,4 +36,4 @@ properties.elementErrorClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is written to the form element if validation errors exists.
\ No newline at end of file
+      A CSS class which is written to the form element if validation errors exists.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton.rst
index 077cb4520a7cb9bfdd9a07fde3a4aa18001d1dfe..88e4617b83c5a016bf666cec9e52f67f6457eda7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.radiobutton:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor.rst
index 9ffd7b2f07d309b374e705ee2d2f951fa515f1b8..ff2d15cac239d6706e86630bb91ece1039e83d8c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/100.rst
index 4809c2fb09127561b52221911969d80e46abf9a6..2be468df79453439a35b9968f10f104445381e71 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/200.rst
index ec440f51cb43f7338ee50b6245c2ec7ed3f8dc0c..9f45979353cf6ffb548ed545e5d4e85c22e6b6bd 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/230.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/230.rst
index 6eeb1a549166fbaeccca14c6e72f8a437d4d8a23..313b3dc0e9913769517b5a13c62903a631d0bda8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/230.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/230.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.230
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/300.rst
index ac26f6756b490284d8b190bde4026f098592eaec..4bd4f7b6ab96af28c2bc6f578c2765c01a1721d7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.300
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/700.rst
index 96ccbea8c05b437555aac88afacdad9b0905b91d..0512e7946981ad353ec5e5d5fa957fff8dff6011 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.700
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/800.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/800.rst
index f8b1b9ed2a54d34df8782000c35a5d1d734dfae1..8f83dbd57e62d9c94044e23a87c7a0dcfe45ef85 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/800.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/800.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.800
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/9999.rst
index c47bc249089e2e60a38d3ebec458fbf9dade742f..81199571d9adb2a1edb6e1edef99d7cc88eaad47 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/group.rst
index ea3903ab76a178e9a59f290bd909e4f6db186ca6..1cf7e603c4be3eb7c7d51e27aeb81daa38a94233 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -27,4 +29,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/groupSorting.rst
index 0e99ab9fcd6ccc55ea723c7f1b96a805081ea356..03d001ed2f1444a48fe5c8eff3382d854d0475d8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/iconIdentifier.rst
index e007a42def067de07d1c8df42c739555c4ffa4c4..511af2af92f3eddbd93a4fa94cdb9fc5cc28cade 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
@@ -32,4 +34,4 @@ formEditor.iconIdentifier
       - :ref:`"Inspector [FormElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor>`.
       - :ref:`"Abstract view formelement templates"<apireference-formeditor-stage-commonabstractformelementtemplates>`.
       - ``Tree`` component.
-      - "new element" Modal
\ No newline at end of file
+      - "new element" Modal
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/label.rst
index 10f09be3b2befbd679053f0b6c61fe09ca498d9f..1542a6cca1f54856b6218061101e3c7648f6e175 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/predefinedDefaults.rst
index 34384a74248c0f164639c8ff0f6695cb1993fd6e..2f08dbc91d4c0f1416b326830fb98560b34fda7c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -28,4 +30,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/implementationClassName.rst
index d69af519a29c5b3db2f225ea952997e4faab4b17..6037ba3ced2bf8902cbdd37f78cf8440ad946011 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/properties/containerClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/properties/containerClassAttribute.rst
index fc33a39088c79d6e879a92b0f86d0a5f3add0a43..8f49767e0724bc05cffabad410072b3a949520b3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/properties/containerClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/properties/containerClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.containerClassAttribute
 ----------------------------------
 
@@ -34,4 +36,4 @@ properties.containerClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is typically wrapped around the form elements.
\ No newline at end of file
+      A CSS class which is typically wrapped around the form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/properties/elementClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/properties/elementClassAttribute.rst
index 79cd8e1515b941a12011634f65df7495be431af7..d986de4e26b27b64fc4f888acaaefd5967f765a6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/properties/elementClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/properties/elementClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementClassAttribute
 --------------------------------
 
@@ -34,4 +36,4 @@ properties.elementClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class written to the form element.
\ No newline at end of file
+      A CSS class written to the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/properties/elementDescription.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/properties/elementDescription.rst
index 14cf472d94ee43b0782a1f56605d75ccd8949f40..954696a5fe0eed825ff76992345ac7193616d0bf 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/properties/elementDescription.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/properties/elementDescription.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementDescription
 -----------------------------
 
@@ -28,4 +30,4 @@ properties.elementDescription
 
 :aspect:`Description`
       Set a description of the form element. By default, it is displayed
-      below the form element.
\ No newline at end of file
+      below the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/properties/elementErrorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/properties/elementErrorClassAttribute.rst
index 31c582dd56296496c52bbd566bde2d7c851164f3..29ab418378ab7a71f3844d48aa5d3465695c6932 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/properties/elementErrorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/RadioButton/properties/elementErrorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementErrorClassAttribute
 -------------------------------------
 
@@ -34,4 +36,4 @@ properties.elementErrorClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is written to the form element if validation errors exists.
\ No newline at end of file
+      A CSS class which is written to the form element if validation errors exists.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect.rst
index ce72bc0169def4e1acf0d76ea0f7c3fddfaa1bdd..511a1281b410aea304e1825813e83085a115de36 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.singleselect:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor.rst
index 3b84b6eab9d88d034c005d2eb19bf552312f68f1..72dd93cf894a3476b5870dbaaeb21b64480a266e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/100.rst
index f64c885c9f609b7b22e66c34d165fa03d77e7975..193ab27b0c28f676886eccd33f36e42fab7470c3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/200.rst
index 6459592137513ed9a9105ccc3f1113608442dbb3..ff01b642e945d3af43ec9898ca82e9970d0680bf 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/230.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/230.rst
index 81e6b5ec481300324199b0c60323730beafcce6a..fb6caa2c933d3e268917e0c186bb57ea14852454 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/230.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/230.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.230
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/250.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/250.rst
index 34d153e6271e92abfb1d83f281dac447cf1c8c55..d5bcfed13c1b7f943a52744edb13759fbce7e0af 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/250.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/250.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.250
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/300.rst
index 6b4eeafd98efb4fb27a73cbb3e8c00e1d929dcc8..5464af9f26e3deddb282a575a20b674e0aa3ee3b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.300
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/700.rst
index 8e0edc44d0ac1bf89cf0bf3cf3cf8413ef3a4324..b337782d31a48cb3615aba72624a99a90f0a8692 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.700
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/800.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/800.rst
index 949a7468bbfa14180d0303aa18b07eb1bf7ac26c..47557403a73ff508401a8bda1e1af80c84aae2fb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/800.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/800.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.800
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/9999.rst
index c112dec95efa0afed5a1bf528eb3e6609b1cca41..b2d62626fb5816c7615769e2a8895c76c7f66ab2 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/group.rst
index 395376f608e078f5f1e48856ecab93390f2c3ac2..6bff7b672e9f1e41608dd352f873f8f723cdda00 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -27,4 +29,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/groupSorting.rst
index 90367e245ecca86dc092760d6997ef839582f185..163a74c3ae750622de6f25a361d8e4b5c38967be 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/iconIdentifier.rst
index 8bbf3b9202ca7e67a7d65836b822ca5e83621502..7626085f6e4f2e1c5a958492773db2bad2790919 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
@@ -32,4 +34,4 @@ formEditor.iconIdentifier
       - :ref:`"Inspector [FormElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor>`.
       - :ref:`"Abstract view formelement templates"<apireference-formeditor-stage-commonabstractformelementtemplates>`.
       - ``Tree`` component.
-      - "new element" Modal
\ No newline at end of file
+      - "new element" Modal
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/label.rst
index 153e3fc47d54430f93eeca860b0d262b4cd4c3f1..2c62b25f206ca75bf5d20372ae1a558025a2ba04 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/predefinedDefaults.rst
index 445da2a82469edac5b3107d448aeef341d48c85d..d9c117da48d6872a8aaf15dfd2ef11fd947b5a82 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -28,4 +30,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/implementationClassName.rst
index 48ae35d7436ef4b511e49b98736f8f86e12bdd35..c09a704eec9319f49ce6fc7534582e439d07e368 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
@@ -31,4 +33,4 @@ implementationClassName
       ToDo
 
 :aspect:`Description`
-      Classname which implements the form element.
\ No newline at end of file
+      Classname which implements the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/containerClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/containerClassAttribute.rst
index 7ef03c43b945287be19a82b73ed5d5297ab7e80a..9d1be5908c31986ac9a5350007fafc0308ae2c56 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/containerClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/containerClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.containerClassAttribute
 ----------------------------------
 
@@ -34,4 +36,4 @@ properties.containerClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is typically wrapped around the form elements.
\ No newline at end of file
+      A CSS class which is typically wrapped around the form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/elementClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/elementClassAttribute.rst
index ff6cc1478cb2b20b2054ec3dee9a353d80d6f599..702a5cd1aff0f3e4f6891f9c5e49ef85ffcd41fc 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/elementClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/elementClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementClassAttribute
 --------------------------------
 
@@ -34,4 +36,4 @@ properties.elementClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class written to the form element.
\ No newline at end of file
+      A CSS class written to the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/elementDescription.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/elementDescription.rst
index a7d5a991848069a482622e048b6f0f94d9e56e28..4c80acbf5fd0ec77203af3bd1c76757837898ecf 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/elementDescription.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/elementDescription.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementDescription
 -----------------------------
 
@@ -28,4 +30,4 @@ properties.elementDescription
 
 :aspect:`Description`
       Set a description of the form element. By default, it is displayed
-      below the form element.
\ No newline at end of file
+      below the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/elementErrorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/elementErrorClassAttribute.rst
index 7e6140d125492cbeb3ba1f2652214f7073c71c49..6ff0049dbc0ebce9d1aed7ef9f8a2a0538dd4f88 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/elementErrorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/elementErrorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementErrorClassAttribute
 -------------------------------------
 
@@ -34,4 +36,4 @@ properties.elementErrorClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is written to the form element if validation errors exists.
\ No newline at end of file
+      A CSS class which is written to the form element if validation errors exists.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/prependOptionLabel.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/prependOptionLabel.rst
index e1d753d1b760c05770188caf63c10954751b45c2..0ec4368d1a9523998cb483b0935d9dd4a621690d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/prependOptionLabel.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/prependOptionLabel.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.prependOptionLabel
 -----------------------------
 
@@ -26,4 +28,4 @@ properties.prependOptionLabel
       ToDo
 
 :aspect:`Description`
-      If set, this label will be shown as first select-option.
\ No newline at end of file
+      If set, this label will be shown as first select-option.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/prependOptionValue.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/prependOptionValue.rst
index 03aed71bdbb671eb4a119f35ec4ae03951aedc10..245b1f92ef7678e24353e044faebebd6c1b8a61f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/prependOptionValue.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SingleSelect/properties/prependOptionValue.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.prependOptionValue
 -----------------------------
 
@@ -26,4 +28,4 @@ properties.prependOptionValue
       ToDo
 
 :aspect:`Description`
-      If set, this value will be set for the first select-option.
\ No newline at end of file
+      If set, this value will be set for the first select-option.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText.rst
index 68606129f872e39135dffa9567d661c0ff5a99e6..cf65ca8b1b02f2ceeab47970de72c396ee608f0e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.statictext:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor.rst
index 0144c2c303b14d9d7aa9f6b9943d8940f05ccfea..f4ae2a2e527d56c9ea0abc02188eac139552945f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/editors/100.rst
index 756ffe6017058a544fbf50281933381998cc4391..7e7bc26a61ea8e05f6d7641f6718a83c784af815 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/editors/200.rst
index 334eba736fd42eb70c33c34dfb213d4ac9fd1bc1..3ca83bb22752cd678a6c61fefa21e13b743f428d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/editors/300.rst
index b6ccde393d8922779ad1756b7a2d3e51bb6f5fd2..37373a17f32a08709ac827b8d41de026041a3f1a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.300
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/editors/9999.rst
index 4edcd154cc5cbda20190d04e1d5d618e33620d6b..7a336a792962b6afd2a12d313cb754c670a9b49b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/group.rst
index 62bde1bacbce6591a33cc463e08cc70139b18d2d..8a15593e7cdecc3fcbd577b3d8f496f37a21f43b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -27,4 +29,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/groupSorting.rst
index 0abbdf1ed6c38023d9dda410d342d3e182148304..ea588d4a46b0c01846b96a4f9e8ac439e53db80f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/iconIdentifier.rst
index fc46135c12d1a0aa3502228ca3178add9e6c16d5..7dd34cfc7d76a5b19c53d8379a5195bba2ec5232 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
@@ -32,4 +34,4 @@ formEditor.iconIdentifier
       - :ref:`"Inspector [FormElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor>`.
       - :ref:`"Abstract view formelement templates"<apireference-formeditor-stage-commonabstractformelementtemplates>`.
       - ``Tree`` component.
-      - "new element" Modal
\ No newline at end of file
+      - "new element" Modal
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/label.rst
index 69a4ceee7148b37f1083acafcb45e38194dcf363..347bc440ba3b1ee570f64201d087e7eb0962a36b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/predefinedDefaults.rst
index 0ae639dac33686bc277b7f34463c41a823d055d4..3d90a4d3ca08f5cf4c4684176102571d4e70e184 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -28,4 +30,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/implementationClassName.rst
index d493c03883b3b9d6c64b5fce420e523eff95bbae..b709a041f96448fb21c1e316bda5599cd19c8074 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/properties/text.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/properties/text.rst
index 806945139dd85b7da4a62dc7e8c58b09b06eeda1..7044d3afde274dbd38741e3deca678efca8fe9b5 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/properties/text.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/StaticText/properties/text.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.text
 ---------------
 
@@ -32,4 +34,4 @@ properties.text
       ToDo
 
 :aspect:`Description`
-      The text to display.
\ No newline at end of file
+      The text to display.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage.rst
index abdec204096bcd916254a7455f294351989d38a7..626c1963f144a10bb32309cdae1477cf7c4b57c0 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.summarysummarypage:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor.rst
index 6b0d982d7b59b11193dfdc6baebc1e87788771e7..76fdc213692d09e1c17aa333097684eef8808d6a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/_isCompositeFormElement.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/_isCompositeFormElement.rst
index 3136a4e403e15d473701e36f397cc05289dcd528..bbfd874389ac9efac8d51941d246548f7e92fddb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/_isCompositeFormElement.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/_isCompositeFormElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor._isCompositeFormElement
 ----------------------------------
 
@@ -26,4 +28,4 @@ formEditor._isCompositeFormElement
       ToDo
 
 :aspect:`Description`
-      Internal control setting to define that the form element contains child form elements.
\ No newline at end of file
+      Internal control setting to define that the form element contains child form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/_isTopLevelFormElement.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/_isTopLevelFormElement.rst
index a9b6e941cedc3860c87ad0afb3ac203a637bbdf1..de3e03aea25db26bd97c3139a132aa6b7565b76d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/_isTopLevelFormElement.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/_isTopLevelFormElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor._isTopLevelFormElement
 ---------------------------------
 
@@ -26,4 +28,4 @@ formEditor._isTopLevelFormElement
       ToDo
 
 :aspect:`Description`
-      Internal control setting to define that the form element must not have a parent form element.
\ No newline at end of file
+      Internal control setting to define that the form element must not have a parent form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/editors/100.rst
index 3db6936498930da85eebfd68c279fa0fe581a614..7697ac863163bcc85b8f84851fdd06e394946a92 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/editors/200.rst
index 28f5caf013f88434ab4b7cc1140739a00f50b931..6ad5c9e8bc3557d1bd51d725b525949b68f3c992 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/editors/300.rst
index 70f12d1b0ceeef7794a959cdd6fb9c3d6a19ad8b..b69c7e1bcb5569bd27fc2f9dc5fbdfb08ce7184b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.300
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/editors/400.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/editors/400.rst
index 565c09d14da4e0fa867b876818edb5b4e23189da..5ba5b970739f3234dae1be375c94ab0e4b90ead8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/editors/400.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/editors/400.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.400
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/editors/9999.rst
index 465a959657040ec01c0b4309f5090243467a74d7..7646bbdf664a8022bc3da97271d8d5fef3199905 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/group.rst
index 6e195babaa1805f2fd29177516f1fb7cb055713a..7e187135cb8112b4c1f8889411a3de546b35e94d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -27,4 +29,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/groupSorting.rst
index ba977004f8218ff6c7a2d48b2dbbb8a9e4b53616..d03219e7378b2dba7a44a471787e7e89f09e5eb1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/iconIdentifier.rst
index 9923ce2f34f74f2a242e0e5bfa4d59e0cbf72a6b..8b04f0bc64cd648526975cd6ae4ef260d2b9192e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
@@ -32,4 +34,4 @@ formEditor.iconIdentifier
       - :ref:`"Inspector [FormElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor>`.
       - :ref:`"Abstract view formelement templates"<apireference-formeditor-stage-commonabstractformelementtemplates>`.
       - ``Tree`` component.
-      - "new element" Modal
\ No newline at end of file
+      - "new element" Modal
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/label.rst
index 0ce9a8e17fa83424625010039da7212f0b21008b..9b3d61da638f7f83d19f85f454f097d0588d25cf 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/predefinedDefaults.rst
index bbfaa790f8fc70a5ad1bfc5dce704d9fb27da94c..1af44c8c170037746aa5904e86848df4827801a4 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -29,4 +31,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/implementationClassName.rst
index d1e255117cc3fbf147a135b89761656bdb240aa6..60844c4bbf22fd492636f61d72d681b8de4024da 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/renderingOptions/_isCompositeFormElement.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/renderingOptions/_isCompositeFormElement.rst
index 47e9977d2ad1aaaa66abbaebad6d3b2f754fda5e..f7a00aef632ce8ef5c3400c148b32193a34b5376 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/renderingOptions/_isCompositeFormElement.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/renderingOptions/_isCompositeFormElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions._isCompositeFormElement
 ----------------------------------------
 
@@ -35,4 +37,4 @@ renderingOptions._isCompositeFormElement
       ToDo
 
 :aspect:`Description`
-      Internal control setting to define that the form element contains child form elements.
\ No newline at end of file
+      Internal control setting to define that the form element contains child form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/renderingOptions/_isTopLevelFormElement.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/renderingOptions/_isTopLevelFormElement.rst
index 64ad047817717a41feee5c886de8980eed41a74b..221e5e47a79b7769c949c0d6a43869eddb96189c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/renderingOptions/_isTopLevelFormElement.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/renderingOptions/_isTopLevelFormElement.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions._isTopLevelFormElement
 ---------------------------------------
 
@@ -35,4 +37,4 @@ renderingOptions._isTopLevelFormElement
       ToDo
 
 :aspect:`Description`
-      Internal control setting to define that the form element must not have a parent form element.
\ No newline at end of file
+      Internal control setting to define that the form element must not have a parent form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/renderingOptions/nextButtonLabel.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/renderingOptions/nextButtonLabel.rst
index 330ec7ce61132b8b774b34c5deb1ae96f4b3a526..66b23541d98512139eff504de6b78ebd420d2a6f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/renderingOptions/nextButtonLabel.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/renderingOptions/nextButtonLabel.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions.nextButtonLabel
 --------------------------------
 
@@ -35,4 +37,4 @@ renderingOptions.nextButtonLabel
       ToDo
 
 :aspect:`Description`
-      The label for the "next page" Button.
\ No newline at end of file
+      The label for the "next page" Button.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/renderingOptions/previousButtonLabel.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/renderingOptions/previousButtonLabel.rst
index f27919bce2d74817d3dc6d53921be3706b2c6864..4c125154bc20e7d23bbedd71d4938e0108d41645 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/renderingOptions/previousButtonLabel.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/SummaryPage/renderingOptions/previousButtonLabel.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 renderingOptions.previousButtonLabel
 ------------------------------------
 
@@ -35,4 +37,4 @@ renderingOptions.previousButtonLabel
       ToDo
 
 :aspect:`Description`
-      The label for the "previous page" Button.
\ No newline at end of file
+      The label for the "previous page" Button.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone.rst
index f871ad31dc1867fa9b048d428753a3eda9ab0007..7c354e1d5c31cd57000c5feaa4ca53083d573f1d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.telephone:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor.rst
index e001020885826a229c5a63fc9e0a356b5e2651b2..94c2b6e7f96ccfeb814859913ed59351015f949e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/100.rst
index b79f1a24842cfad440ac39eb0e7ca68d07b7f181..61c978097b603b2925061b0c8327555260984593 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/200.rst
index 98278a4e012b1446ca300db05ceb590357acaa00..dfce00f1b293081ba72289e923c12a2a067b2113 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/230.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/230.rst
index f6a42c0f1562a8d226f2778a7fbffd43b02f8229..79b368a8a4f61cebaa95fab64959f2c833c7a43a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/230.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/230.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.230
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/400.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/400.rst
index aa04b44d3ab735fcf5dd0b8b6f2bb59138213ad6..2931baee0234a0836ea3ebe64dfb1d2202f219b6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/400.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/400.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.400
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/500.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/500.rst
index 7f61273759da45cd88b2d9a1dd0409a3ca1633a2..6119a5c225d666c94e3d6a405d13f432882dfd38 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/500.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/500.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.500
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/700.rst
index 6960555547c6e6a9b2b59701d8bf0f50ba9f8dd3..63ed2c87e91e4953643ee21eed5a1695ef97e56a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.700
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/800.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/800.rst
index 8a952877a72f1e5777d4fae474d5a91b6d9f865b..f979bc64b553a8af9c74549a53faa364acc9496c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/800.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/800.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.800
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/900.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/900.rst
index 7fab058f396cf6b83cf390d702906dc2c517b748..d33b19c7930d1de14f5827d7b29fed18626b302d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/900.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/900.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.900
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/9999.rst
index 7d706a99e8f3cf1253a0a08b61ff7fb7eeefecae..fdde520270ea07f0ea8366268e2172d512562c5e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/group.rst
index 10c39bcf0e6b095afac0db6e9a2752a4af2e4dc2..28f31aae12f2d075df7f673daa21e08f4c95916e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -24,4 +26,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/groupSorting.rst
index 9a8080d0b172d996c8e15c9facc6508c3bd0b4e7..7b3f7728561c39ce30a46ad88c6e51008082135a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/iconIdentifier.rst
index 7780fdb8e2c0344e5aacc8408756c640f0aa4258..6aad95f4d4ff58b5d5f0c73d19eb5f64a6ffe3d3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
@@ -32,4 +34,4 @@ formEditor.iconIdentifier
       - :ref:`"Inspector [FormElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor>`.
       - :ref:`"Abstract view formelement templates"<apireference-formeditor-stage-commonabstractformelementtemplates>`.
       - ``Tree`` component.
-      - "new element" Modal
\ No newline at end of file
+      - "new element" Modal
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/label.rst
index a592859f8cf5aadd6b8e045ffc208c0293002aea..ab316cd18c0a3de3056a8ac675803cf84e1ffbd4 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/predefinedDefaults.rst
index b880d17f439cb60e1fba539f267cf4ef9795cb0d..ef9f4611728cb1af33e4a5b79d3bc0f65eb321ff 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/propertyCollections/validators/80.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/propertyCollections/validators/80.rst
index c205211ab9f83dafeeb8709a8c8866ac9ce652d4..e753e4bb344fc849043c07168625243ce28625b1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/propertyCollections/validators/80.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/propertyCollections/validators/80.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/propertyCollections/validators/80/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/propertyCollections/validators/80/editors/100.rst
index c4085582fc3c2273aefa9c5c108318b95f03a2f1..02794dfbf1de2460a619913cd2937c6e763b870b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/propertyCollections/validators/80/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/propertyCollections/validators/80/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/propertyCollections/validators/80/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/propertyCollections/validators/80/editors/200.rst
index 7daa8c7ba72da5f0201e3b0f34d5c65aa08ff64f..46efd0581808784d4253bdc06030ecb6a71cbde9 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/propertyCollections/validators/80/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/propertyCollections/validators/80/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/propertyCollections/validators/80/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/propertyCollections/validators/80/identifier.rst
index a0f377b47c330b762dc37b93f9adbbcb709aeb98..829b203d1ba7ede7a7577c77270ea46d2ef82891 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/propertyCollections/validators/80/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/formEditor/propertyCollections/validators/80/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.80.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/implementationClassName.rst
index 411881a778fdd1fd9dd9597a5e791169eb36d797..b29a09c533500738cb80b0b3109eff86b04100da 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/properties/containerClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/properties/containerClassAttribute.rst
index 199aa4c22d83a5cb1b386d2544d420e495b3782f..64cc1c5640d547db9471154ce268cb5b885b655d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/properties/containerClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/properties/containerClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.containerClassAttribute
 ----------------------------------
 
@@ -34,4 +36,4 @@ properties.containerClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is typically wrapped around the form elements.
\ No newline at end of file
+      A CSS class which is typically wrapped around the form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/properties/elementClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/properties/elementClassAttribute.rst
index cb21e7b914b835c4bc932d25a36fd206a2fecb34..cb6ae3ce6885b771abc6b7d5f2e3db990318ba20 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/properties/elementClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/properties/elementClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementClassAttribute
 --------------------------------
 
@@ -34,4 +36,4 @@ properties.elementClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class written to the form element.
\ No newline at end of file
+      A CSS class written to the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/properties/elementDescription.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/properties/elementDescription.rst
index b8ce167bc14ff0e711eb887c3870e53920555328..b1f6d5d64e439c7ee3dcfbea351a0cbccd1ec005 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/properties/elementDescription.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/properties/elementDescription.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementDescription
 -----------------------------
 
@@ -28,4 +30,4 @@ properties.elementDescription
 
 :aspect:`Description`
       Set a description of the form element. By default, it is displayed
-      below the form element.
\ No newline at end of file
+      below the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/properties/elementErrorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/properties/elementErrorClassAttribute.rst
index 874962aa45ee3062e6e67d4a286c81872228e4b3..9230971f1e40a9edf86c349a94f2b7a3de02c2de 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/properties/elementErrorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/properties/elementErrorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementErrorClassAttribute
 -------------------------------------
 
@@ -34,4 +36,4 @@ properties.elementErrorClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is written to the form element if validation errors exists.
\ No newline at end of file
+      A CSS class which is written to the form element if validation errors exists.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/validators.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/validators.rst
index e2a2235305aa62660a39e11de634b2774f83e7de..01259e9eeefd153619e810ffb6a6e897a54989af 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/validators.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Telephone/validators.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 validators
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text.rst
index 0ea9007191459bc568c2dfb8c0e07ddec0cef2a3..7a4dd67dd6173988c23e4894ccbe49b717f1344e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.text:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor.rst
index 8984891d50e68924a9294b69fbc23479ef3b54ee..f4efff64308b105221500a8537c5ed29ec716d2c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/100.rst
index 228454bdc9abce4163b52d16d40cc76e803e27b0..85a69cf34d00d1143dba38dcb0b17936fa85ebbf 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/200.rst
index 4340af6f3074d42eaaa79cd445e7c8053c38d738..803129db8411550b7fca20a71d9535a4b32002cd 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/230.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/230.rst
index f25de3e7bc68bf61b348b5e1db78da0f70015f5d..cc6d765a3f80e8b623ab9ab3ca74547f95ce6985 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/230.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/230.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.230
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/400.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/400.rst
index 417c19a9dafc1699a4808ff5d67654cf63f38955..19bedeaebe0512e94dac5aa387a6328c936ff28b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/400.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/400.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.400
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/500.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/500.rst
index c396d9e85ad2db7e9ce7bcd1d045d6e5b455d058..545660e9b0353e91c04664310b5847b7b26422b0 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/500.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/500.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.500
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/700.rst
index 434c123fd62e7c7a35a5c6a94bd881a460185170..a61cfccf917b259b06ed3b698e7ca39e4f7902bb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.700
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/800.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/800.rst
index 7042833aec997db0e76b3eddeb9e355f64e6cb7e..582c266e1e50a5aa0aa85da782b3ad06593668e6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/800.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/800.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.800
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/900.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/900.rst
index 6cbda9b0a053e312ef2fcb57de2821db9f263c33..5f948a4c0f2448d4adb9a5357e4de7f73124d428 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/900.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/900.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.900
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/9999.rst
index fc7dbe877ef26dc5af6780ded17aa1f019527c99..134a10acc29b091e4dad4d740217ffae2f986f1b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/group.rst
index 8d76c0d96e22f140106826334d6730384f7ffd73..8552b85e3e2846ca80c0006841d7c48e4f1fb8b7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -27,4 +29,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/groupSorting.rst
index e8d30c656ec34cc5307f0cac19c1167beb9423ca..ad19f47e007fdbcb4c38623040ca0c02a1a2a1dd 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/iconIdentifier.rst
index 915dc9a5c830f30851d280cdabfa17c2b854ad2a..6bf4b3747b7b0535985784091f1c17532641861c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
@@ -32,4 +34,4 @@ formEditor.iconIdentifier
       - :ref:`"Inspector [FormElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor>`.
       - :ref:`"Abstract view formelement templates"<apireference-formeditor-stage-commonabstractformelementtemplates>`.
       - ``Tree`` component.
-      - "new element" Modal
\ No newline at end of file
+      - "new element" Modal
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/label.rst
index ddb1ab51defb7d5fd2878e7a6989f6dc0bd28f37..3865ed849cacd737a48b03d3dedb4949a92c4a18 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/predefinedDefaults.rst
index 7bb5e928626b65c42e72a01f5517cbe796bf1443..968f0a9e4785600afd7c3e5e3404ddd6973407ac 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -27,4 +29,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/10.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/10.rst
index 0d038e90b39fc116122b33c3b463d73dd218d638..38ec21ba5dde9530477e6cad08925b92fdae6b42 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/10.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/10.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/10/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/10/editors/100.rst
index e052b10063535d115ac22f24452676ecd835b11b..96c6ca3c2607f521ab1d528e5dd52cef2e4e0c29 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/10/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/10/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/10/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/10/editors/9999.rst
index 17a330d48ba1d093d8a54202d0ea8e16b17edad7..78aea97368dbf48f429911d9f246f605bd8cd989 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/10/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/10/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/10/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/10/identifier.rst
index 125afe15026f08e2ab0c93d86691fba99ba1172f..a586e94679db6442f3cc65e4bda8945987ee26ce 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/10/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/10/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.10.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/20.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/20.rst
index 8ab3c33f64a28c4cc26866df79344cece5473d7d..707e1f9464eb7a30efbc33e704a9669b1d583177 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/20.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/20.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/20/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/20/editors/100.rst
index 462fb0fa34b62ee6e8705c99c1c388e3b0d2133d..322557d495716c3cb1c4db04cb49e6571b257ae3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/20/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/20/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/20/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/20/editors/9999.rst
index ba688c0b3974b7407529c07ea7c696e974e9f144..d5ee5d15b28cb92b4402a0247330eb2b337f1958 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/20/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/20/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/20/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/20/identifier.rst
index 496d0981381ed9842faad03735c244ef9410d7ca..a4ffbce58b971dbabe6cdb43de29ab58b1539343 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/20/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/20/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.20.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30.rst
index 46da8671dff0f0b2cc168c69ee8c585aa82ce99b..2e6686bc5af0ce460fe90898cc44dbc3f985be2f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30/editors/100.rst
index a5cc4a2b5ef676977b33d3232c742ffaeb3e2e01..3d03c8e9f16ca17f051ad27e8888d24ca9aff3e5 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30/editors/200.rst
index 4e91d00c5ab97fc5b446fabd2298cb39489a5708..0424448fb3cd58e0cc0fba168189d0e68b2170a3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30/editors/300.rst
index 1f9497fcf4c306caffc7530556a01f7f30fe1cc2..5914e00207e237547c6eab60d7f8cda3b1b7664c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.300
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30/editors/9999.rst
index 739a6c1e9c230aadb768f7453728534f502cac92..3fa29268bbec6eb5eac2f545309f23859f1ec558 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30/identifier.rst
index 7335bde7b85a87f21b7faf3b62ee4701daeccc9b..7fbca22f4e9553823ac72cc202ecb65e94af1d9a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/30/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.30.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/40.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/40.rst
index 87cca0a92d594e27fe41f9ba5eebc7497a69d606..0ca53fea68612a095296a449eae94f8faa038688 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/40.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/40.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/40/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/40/editors/100.rst
index f126e59f76b0a4f7cf65c79c08b065cd512a55ed..f6e92ad8e48d270a938ec15c89ea26da5b9abb3b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/40/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/40/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/40/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/40/editors/9999.rst
index ab288fcc4e2e1c27fd2f327ccb466ca916d520d7..967e0b25da7b9be293de42538a4601a2732af478 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/40/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/40/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/40/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/40/identifier.rst
index 5b83ed9076f29a50282991dd2a70953920631f1e..fba2978db49243e8d7fd7632a44e197da0e3621d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/40/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/40/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.40.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/50.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/50.rst
index ded05666983befc4aeafc84295d6e588f9b9f925..078dd3568b44c6f26e13db1302b99ed9b0de9884 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/50.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/50.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/50/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/50/editors/100.rst
index 3093b92bd23b44a99d662567bebc6636cf50d2f4..0ffea71e381ee40da7ba5209860d8b88715b3cfb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/50/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/50/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/50/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/50/editors/9999.rst
index 8425938c2da5660148d6649d282eb9add50fbb31..51147271d5c91ee3ab72f9424bc2304ffbf54f4c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/50/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/50/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/50/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/50/identifier.rst
index 143a45dddbdc65fabb2d667e4bc021915ed7df01..6537c3a98423cb4cd993aff027bb3f88cd48cc52 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/50/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/50/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.50.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/60.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/60.rst
index 41141ea09014075f33caec31bd33e2f0e992ef24..cf4ddc907bdbc84750ef49168f1a15009a8cb250 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/60.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/60.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/60/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/60/editors/100.rst
index 75ed65c748b12b1a0f1dbdb082eaf12724702940..c1b887dad818197e8e6627dcdfbdf5f861d0194b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/60/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/60/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/60/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/60/editors/9999.rst
index b3f5fa3bed6cd87aab65a32aece02f0134d4ce6e..984dfa8a4c5ceceaba354a58b56327a6dffa4778 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/60/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/60/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/60/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/60/identifier.rst
index 3a97c98bc23d2dfc6c649f00c18c4a85df3b6879..b503c7d4dde377fdb97c9ac7a7e0a2df486aff48 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/60/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/60/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.60.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70.rst
index 1c70872335c45878b95c09e488f1d17edc1c6e43..0efbd896b7f6d6f5728ee50bf5fdbc0b69783909 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70/editors/100.rst
index b1d845b5e42ecf4d4f84aa5f8f45594029474afb..7f717c19b8cfd7446c1f43ec93f60d72b5a58708 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70/editors/200.rst
index 5b760ecc79ed70ee11314d2b24250c71ae26fa8a..a1a39f9904522f038af620724fdc60283976171f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70/editors/300.rst
index 540457055fa088bca6cdcbb406d41bf1d7f9dcd5..9c69f859984f452d8fb3253d0d32098be5ce9e18 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.300
 --------------------------------------------------------
 
@@ -33,4 +35,4 @@ formEditor.propertyCollections.validators.70.editors.300
                        propertyValidators:
                          10: Integer
                        additionalElementPropertyPaths:
-                         10: properties.fluidAdditionalAttributes.max
\ No newline at end of file
+                         10: properties.fluidAdditionalAttributes.max
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70/editors/9999.rst
index 24d5ae576cf46e2503a2e0d084bb0607f28a2c35..1274d2cf2a8069bd71368431daaf2717fb2c4a25 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70/identifier.rst
index d0b1b2bf3b79d8720e23fc2dc7f9177aa33d7e60..9de462b864bfafd10f343599f0e098ae6bcb5113 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/70/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/80.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/80.rst
index b338a8c4acc4544741a3964632d7add0f262eafe..37e293458318ae2f61d3d7be18ac3972a0cf7fd1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/80.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/80.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/80/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/80/editors/100.rst
index c4085582fc3c2273aefa9c5c108318b95f03a2f1..02794dfbf1de2460a619913cd2937c6e763b870b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/80/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/80/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/80/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/80/editors/200.rst
index 6a29b340eed2fd64d3acfca7f351b76279f913ac..adaf7a4b36b2ce8ca2dc2b5a86572c3e81a7b0e5 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/80/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/80/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/80/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/80/editors/9999.rst
index 0ef6839ea5f50f818f49743d29f30575024e577c..4556eefa9d3ec76ef5024e1d4f2bebc167790fa1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/80/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/80/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/80/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/80/identifier.rst
index dfc51c29177c7d7420583edc2392b97d8ed6f851..4948824b0551edaa0f379c59619e17bf771ae7af 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/80/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/formEditor/propertyCollections/validators/80/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.80.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/implementationClassName.rst
index 96a5dd541d22779c164628343ce1b0e8e5d2f29b..e876e4f38b079418ecd60ac3953a0ae5bf97619a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/properties/containerClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/properties/containerClassAttribute.rst
index e5bf7e849adc1d907ae8cf8134765e96e0b523ee..0bdb22d178182942c02d5fb74bd3e1ee62f79b4e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/properties/containerClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/properties/containerClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.containerClassAttribute
 ----------------------------------
 
@@ -34,4 +36,4 @@ properties.containerClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is typically wrapped around the form elements.
\ No newline at end of file
+      A CSS class which is typically wrapped around the form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/properties/elementClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/properties/elementClassAttribute.rst
index 17f1655883796548eb7b602351916284d07d752d..4e46cf7c7343dac537855933689ae00d1d282ae0 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/properties/elementClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/properties/elementClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementClassAttribute
 --------------------------------
 
@@ -34,4 +36,4 @@ properties.elementClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class written to the form element.
\ No newline at end of file
+      A CSS class written to the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/properties/elementDescription.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/properties/elementDescription.rst
index a16b16ef7338ec9e65d270541a19a88eec2d81b7..d6e9593337586fdb989580b32cdee4737a53e935 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/properties/elementDescription.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/properties/elementDescription.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementDescription
 -----------------------------
 
@@ -28,4 +30,4 @@ properties.elementDescription
 
 :aspect:`Description`
       Set a description of the form element. By default, it is displayed
-      below the form element.
\ No newline at end of file
+      below the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/properties/elementErrorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/properties/elementErrorClassAttribute.rst
index 9500b80c43c5d5ff91fd820463368f7e6c06b7b3..1409ee0d6ab6857928be29341c138bd5af9bedd8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/properties/elementErrorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Text/properties/elementErrorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementErrorClassAttribute
 -------------------------------------
 
@@ -34,4 +36,4 @@ properties.elementErrorClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is written to the form element if validation errors exists.
\ No newline at end of file
+      A CSS class which is written to the form element if validation errors exists.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea.rst
index bcfa6583faac2b5db8d52331ced7c33c9a5ff34f..a32c21c3eb09674472c73607b4c6230deec0f035 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.textareaarea:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor.rst
index 6f63e75f0c0702bebe2515a9ba6687b1c631c730..4a2aed2a89258efaf6454e4ae5878100a4a21f95 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/100.rst
index 7c09fcb98058de1ea63af27ccf0646aaa87596cb..357e89182a993d7f5cd4928f0343dd51b76c6e01 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/200.rst
index 81cc2f2d40da82d86e0f7e2266a33ec82e57edaf..d7ef8db4203c3f505d6d724ac9e3c9b8e77c85fb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/230.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/230.rst
index b5f55e5ea0f95c822830b99f3a0736798f0880f2..65708798b4bbc4d6db6506a7ce16c170cd4bdbb1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/230.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/230.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.230
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/400.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/400.rst
index 38540c5e1e4141e64167ad211e02bc00825ce24a..3456fa5afa2a7be3034262676d792bf1f289a785 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/400.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/400.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.400
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/500.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/500.rst
index 17db2eb5f8b4c1f76974e5577b3e40a2b4bf570a..298d8dda471024668af5c2cba6e37d8c52d26135 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/500.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/500.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.500
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/700.rst
index a90f7047ea93e67eaf066348327eb47026f19d41..e70768fa598f808ef3b75e60a4de9e1710119f7c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.700
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/800.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/800.rst
index 349ca27b40d1630dfacc5b9e9df824930df0844a..3d9d5deed1d1f186bf57976724fa7405d6eec4f8 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/800.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/800.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.800
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/900.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/900.rst
index d79f891367798b1085c15fd32bc2f5d6948c39e8..93958019c618c6c53126720d55bf9631f6a60396 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/900.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/900.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.900
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/9999.rst
index aa698a7465a5973c362e0f8b6e56abe59a249690..cab6f990efeba879b08be0d3f3b6f5bbce083f45 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/group.rst
index d246a57dff6ec9a185e99564f7e888ca3566e563..6ec8e5291f0febe34d340ff92722f93a2aa05452 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -27,4 +29,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/groupSorting.rst
index 219ac4d544ef0b91ae7990f9fa5cc9024285f971..a283880a06c47f9b05e37e095f15529eaeb73070 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/iconIdentifier.rst
index 86328d9f82013f55bccd35d6c88f0b6aaa9f8701..2aedbc306de0b3af094c1fd311c60e223fb40419 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
@@ -32,4 +34,4 @@ formEditor.iconIdentifier
       - :ref:`"Inspector [FormElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor>`.
       - :ref:`"Abstract view formelement templates"<apireference-formeditor-stage-commonabstractformelementtemplates>`.
       - ``Tree`` component.
-      - "new element" Modal
\ No newline at end of file
+      - "new element" Modal
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/label.rst
index 9ffdba2a7eee2c4e829bba3e0255b36808817bda..d11543a6ed65807a6f848366f344ec5d907d98f3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/predefinedDefaults.rst
index d8a3c6b615a758710c400b6f8e96cc8e266efc7e..6ecbd9e9b10054b8192eaa30566cc73ad195e616 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
@@ -27,4 +29,4 @@ formEditor.predefinedDefaults
       ToDo
 
 :aspect:`Description`
-      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
\ No newline at end of file
+      Defines predefined defaults for form element properties which are prefilled, if the form element is added to a form.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/10.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/10.rst
index aa0e04af4606e9f117d07943c8b86398fa754782..87f31c5ae2261cd07705026c025c6d77b87fc963 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/10.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/10.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/10/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/10/editors/100.rst
index 7c09e019440ad436af71a31cc97ba6ea9b2c9e96..ea119c306db240a3807d6543adb5089d29f849ac 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/10/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/10/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/10/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/10/editors/9999.rst
index 110f651d82ce488e859e3022541ea1cfd0b7a5c8..33d28487fdf28a48eb0c12ee789fe560c461e50c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/10/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/10/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/10/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/10/identifier.rst
index 8c55f34190450db2d1b5654518e4dfcb2f8a9c06..8bba2117244e9689678b0172389a9b664cf35acb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/10/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/10/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.10.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.10.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/20.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/20.rst
index 41d118e60948469a1fd930ba326178216c46ba53..77bfc27e09b6dcfe60eb0f7e95feaf39882ddd4c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/20.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/20.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/20/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/20/editors/100.rst
index 7262f826b72136b364c623ec94ba044e87346afb..c877e91195e3444c73694d1a804eb0bdfa78a364 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/20/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/20/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/20/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/20/editors/9999.rst
index c684931d94b552a778336dcfb2797ce650e0d855..36d9eeaa03981d298b5c36ccc64decfe313446bb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/20/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/20/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/20/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/20/identifier.rst
index 508caa60935a81c1751144cd85fb2a3c77f2f2a3..9c01fe6d94a82d7e3868f937e7c90eaf64b94224 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/20/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/20/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.20.identifier
 -------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30.rst
index 587b4b93d6bea3626f6865bfebc2e458af6c8ae4..d12f36a5f0dc7b42ec41dffea806fa9b25d93d87 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30/editors/100.rst
index 43b81a92087614faec43bc39bcae69569faa60cf..447fdb44b67e5451b5f9395a7489e2213d784f3a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30/editors/200.rst
index ddde30713967449e04f98c565efe4e5a4ebea957..e8e98d34e876d6b837fa1a616d853366d181a483 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30/editors/300.rst
index db4918f9d7d0b59cb5e8518b667bb2fcd8f5a59a..8082ac80ebb03a13c513f834ca0507aa97e17159 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.300
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30/editors/9999.rst
index b9d4a4c7ea3ed973cf3b8bab906d763ef8033934..ded3c406ee0262e35c537b78baf09b77988998c2 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30/identifier.rst
index bf3ad39a6ba8c3daa2c58cc8b1826d622c01ab51..7de338d1c6b6f65f367b02e723316e357361a689 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/30/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.30.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.30.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/40.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/40.rst
index 7063deed4fcf2c9bd94fffccfa3ed20274af3166..1962e365b0ef2833b9dfff41a6135ba575c4bdf0 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/40.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/40.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/40/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/40/editors/100.rst
index 822b3e886fc24de94e6c8927a2cc911c74cd6c68..dc79653d2246d6dc67bb087d7fddd5de5d2ac0ab 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/40/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/40/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/40/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/40/editors/9999.rst
index 574dc45a07d81ada32207ddf57e29721c263a11b..e4e54752e7800f78eedcb1eef04af76aa8357acb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/40/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/40/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/40/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/40/identifier.rst
index e82834c6961adbeed2be83489569d72bba0e27e0..36710fd2d2189beabf2f0625ebb43b3e72d49945 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/40/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/40/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.40.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.40.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/50.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/50.rst
index 7a646f7822b979782c346203a2bbb7e0e6b0197f..8c61d60ed2b1b54b11b4bd047920d59060983f19 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/50.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/50.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/50/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/50/editors/100.rst
index b0e2efb9fccbe8663fbf2390e895cdfebded8048..b6203e7f70dce14a539a1347b8028cba98e4a5bb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/50/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/50/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/50/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/50/editors/9999.rst
index f6cbf23afaf56acf81a673f3fe605b886a35fbfe..b28dd53b2678bd62472a67ab31ced7cd79aec975 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/50/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/50/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/50/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/50/identifier.rst
index 7c557a547dafd9379b96976ac45ad9e832315ed0..7f1d8ecc9908af95972867ba6ece5a48f1caea46 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/50/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/50/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.50.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.50.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/60.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/60.rst
index 9c35228d1dd1f89272fba4e72f94d1cd21df11fe..f39e568f69933fec60175d9a9d0cc44bb6483722 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/60.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/60.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/60/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/60/editors/100.rst
index e05cdfa1cebf7561f066598e393f8e9fa60de65f..e56ed0dbdeebc7e134c35cc5944b16da182a495d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/60/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/60/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/60/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/60/editors/9999.rst
index 32e188e6b7a7b5185fd2fecde077a7d13c02e52e..df2744a59b09f964a64de409f87792c497583e3b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/60/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/60/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/60/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/60/identifier.rst
index 72c21fc36c9aa84c1a788d14f362c158967d32d3..b976dfd36443978376b1d00825bb85163894426d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/60/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/60/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.60.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.60.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70.rst
index 0df5642e100e95519168171b56618de025b28b13..6a0dd7bcd8f3ce3738a663f27b4760e93c295316 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70/editors/100.rst
index 778e179ffc32e797ed8dabd03e41d15f1a6aeb11..fa66ed970c832149785cc787dd8987c18118931e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70/editors/200.rst
index 864f750bbb55b94a93380b6b5a2e7cdd7999c25c..5dceda3d6081cd3028d8a3e4365f8be36c7d2fad 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70/editors/300.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70/editors/300.rst
index b9b173401c0867c6acb9d5acb7fe2b4b3bf7ab82..a816db372aec99f24485f880476e60097c5c8e30 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70/editors/300.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70/editors/300.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.300
 --------------------------------------------------------
 
@@ -33,4 +35,4 @@ formEditor.propertyCollections.validators.70.editors.300
                        propertyValidators:
                          10: Integer
                        additionalElementPropertyPaths:
-                         10: properties.fluidAdditionalAttributes.max
\ No newline at end of file
+                         10: properties.fluidAdditionalAttributes.max
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70/editors/9999.rst
index cd450bff7a037e9cf0ea55dca4e22eafd1131496..ec5c784a06451ac69875a5f57ca43ce24449ead0 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70/identifier.rst
index 95247ebb13eeb6ec2e5d814f5f86d7066b006c9a..d42b3cc9eda0cd9dbe3a2caa2706dabf248bfc10 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/70/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.70.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.70.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/80.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/80.rst
index e025e3d57af2918e3c2b136850d359c9d732e743..1dcebaadb43281633a6727d4a69a8301643a6dd6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/80.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/80.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/80/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/80/editors/100.rst
index a53746ef6de017f399f82b959099edf418be174a..60f1340591a05c1bb51b2f002a0eeda7659b5800 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/80/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/80/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/80/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/80/editors/200.rst
index d71312eb0bee48f9605076e4014a8891cfb4b9ad..15bb1d744fd898e43819e37a9125ccbc75a3a662 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/80/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/80/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/80/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/80/editors/9999.rst
index b0d978fcc6b0e4e67b826408ebed259aaf7d589f..f4dfae31be49f5afb583aa2c5ae4f26e7abd58b1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/80/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/80/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.editors.9999
 ---------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/80/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/80/identifier.rst
index 3726ff30f865a6783edbdb1e9880c4aa75e1160c..23223b96b8bea7355bd894c97eb48157ff727861 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/80/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/formEditor/propertyCollections/validators/80/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.80.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/implementationClassName.rst
index a724373139c5dab578bbffd1c26480a6065f2dc8..e3521189220140991bf228fd3706cc7a0127e545 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
@@ -31,4 +33,4 @@ implementationClassName
       ToDo
 
 :aspect:`Description`
-      Classname which implements the form element.
\ No newline at end of file
+      Classname which implements the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/properties/containerClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/properties/containerClassAttribute.rst
index 1a0758a653f705620b30e1da2481c2319444b289..36475d64c43215f755e6572615d4ad1adba43c87 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/properties/containerClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/properties/containerClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.containerClassAttribute
 ----------------------------------
 
@@ -34,4 +36,4 @@ properties.containerClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is typically wrapped around the form elements.
\ No newline at end of file
+      A CSS class which is typically wrapped around the form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/properties/elementClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/properties/elementClassAttribute.rst
index 260dce894d8e21ffd99ddd2c54d16a3cf9fa8817..cd6b19cbc53eaea2fe3cebe19f5136ca60b6bfc4 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/properties/elementClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/properties/elementClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementClassAttribute
 --------------------------------
 
@@ -34,4 +36,4 @@ properties.elementClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class written to the form element.
\ No newline at end of file
+      A CSS class written to the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/properties/elementDescription.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/properties/elementDescription.rst
index b3d55a4e1862c8061b6c940b9fd3f88af75a7cac..f88709a711666ad1225b3484ff9f74c5eea8725a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/properties/elementDescription.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/properties/elementDescription.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementDescription
 -----------------------------
 
@@ -28,4 +30,4 @@ properties.elementDescription
 
 :aspect:`Description`
       Set a description of the form element. By default, it is displayed
-      below the form element.
\ No newline at end of file
+      below the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/properties/elementErrorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/properties/elementErrorClassAttribute.rst
index 94eaf29d17adc0688d4fe8bf7944f217c1563342..816d732e3f3bff20592dea625f7a2ffd34a5d821 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/properties/elementErrorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Textarea/properties/elementErrorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementErrorClassAttribute
 -------------------------------------
 
@@ -34,4 +36,4 @@ properties.elementErrorClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is written to the form element if validation errors exists.
\ No newline at end of file
+      A CSS class which is written to the form element if validation errors exists.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url.rst
index 640c2473fde489d62a3434f840ff8e9edcf6eb92..d19f18c0513a144303aab9bb58cab151126102f1 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formelementsdefinition.url:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor.rst
index 6bd183ce1bdd6228644b84340f13176c203266f0..dfb290523f9b48ef224505397e024dcb19a04066 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/100.rst
index a068b7cdc70499c731dcdcda1aaf76632552ec05..0e29364a365db5ad3ba776a68748aaa23a83285b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.100
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/200.rst
index 09b89d56f7ccf758280492333e7bb78764bc007c..25df33cb93e5a713972a56702d8a3c1d87dc9a2e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.200
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/230.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/230.rst
index 4d2367264def59d0269e16fb56183321557a6688..7b671c3ef8b6676cdccd07497127438a64c09fe2 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/230.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/230.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.230
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/400.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/400.rst
index fb23e2365ebb05795dc8f3cbdb41441e168e4039..31d1b1fe349928e13f0b846a2ffc5140ec51288a 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/400.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/400.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.400
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/500.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/500.rst
index c1b403f925b3befbb776b1d8bab389cf0606a316..2769cf551c7d1915d2ac8d1d5a21379adc1c85b5 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/500.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/500.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.500
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/700.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/700.rst
index cef7e9441c16e1c291d9a7c060984db7fd57b318..bd74966c369bf6279fa1a22c9b31969205a87775 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/700.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/700.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.700
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/800.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/800.rst
index 5009117785fd2e58e7682c340bccaf9180e1b6e1..5e77acd4767411eb57a858af999efdc9cf3b88bf 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/800.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/800.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.800
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/900.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/900.rst
index 798a3d8ece5caed07e6e1ce4589965f0eaab6937..c2ef458455ecbf63c1b72272e114295a70e89f1e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/900.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/900.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.900
 ----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/9999.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/9999.rst
index 30feecd6fa7f840cfdc8fb628aa0dc189de7f5ed..e3cd1b19230402e50cf1b53cebf2db8eb9f0148d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/9999.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/editors/9999.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.editors.9999
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/group.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/group.rst
index dd4c0d789a2da60ee85bb04f72972f956028ddcf..8e9950f2587e3d15b67aadb4d2867f16cb332d0f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/group.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/group.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.group
 ----------------
 
@@ -24,4 +26,4 @@ formEditor.group
 
 :aspect:`Description`
       Define within which group within the ``form editor`` "new Element" modal the form element should be shown.
-      The ``group`` value must be equal to an array key within ``formElementGroups``.
\ No newline at end of file
+      The ``group`` value must be equal to an array key within ``formElementGroups``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/groupSorting.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/groupSorting.rst
index 86d2b5dfcf02421338142d2a0dafe0b7b54728c2..e3d8bb296cfe041b377466795561b25dcacbf793 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/groupSorting.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/groupSorting.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.groupSorting
 -----------------------
 
@@ -26,4 +28,4 @@ formEditor.groupSorting
       ToDo
 
 :aspect:`Description`
-      The position within the ``formEditor.group`` for this form element.
\ No newline at end of file
+      The position within the ``formEditor.group`` for this form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/iconIdentifier.rst
index 93feec02c944a1e70be79cd6c25f3d901352ee2c..876f90b35c8f12ece87e5a754b51eca2c4134026 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/iconIdentifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.iconIdentifier
 -------------------------
 
@@ -32,4 +34,4 @@ formEditor.iconIdentifier
       - :ref:`"Inspector [FormElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.formelementheadereditor>`.
       - :ref:`"Abstract view formelement templates"<apireference-formeditor-stage-commonabstractformelementtemplates>`.
       - ``Tree`` component.
-      - "new element" Modal
\ No newline at end of file
+      - "new element" Modal
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/label.rst
index af780dfe138f3b1ca9fa659abfdc2e53450fd10d..b92187973ae9b6306f7a80664a7c22a79d626f7e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/label.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.label
 ----------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/predefinedDefaults.rst
index dda32c2fec5855bb1784d572bff92ef8dd94139e..8316530aafc1903bf6033bbe11f37fc27097921d 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/predefinedDefaults.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.predefinedDefaults
 -----------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/propertyCollections/validators/80.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/propertyCollections/validators/80.rst
index 8b4d00738307f71573eecd805afaed94cc3a6738..b8ab9c1e2d265b5e6f46931043d4e52d777b8bc0 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/propertyCollections/validators/80.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/propertyCollections/validators/80.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80
 --------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/propertyCollections/validators/80/editors/100.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/propertyCollections/validators/80/editors/100.rst
index c4085582fc3c2273aefa9c5c108318b95f03a2f1..02794dfbf1de2460a619913cd2937c6e763b870b 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/propertyCollections/validators/80/editors/100.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/propertyCollections/validators/80/editors/100.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.editors.100
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/propertyCollections/validators/80/editors/200.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/propertyCollections/validators/80/editors/200.rst
index 86b6dfcc4da3160133c34ad07d0682398fe9f61e..53f501970b38718175e7d851c0762eb0ac79d2ba 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/propertyCollections/validators/80/editors/200.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/propertyCollections/validators/80/editors/200.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.editors.200
 --------------------------------------------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/propertyCollections/validators/80/identifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/propertyCollections/validators/80/identifier.rst
index 7421b617e4cd34eab42c97c2a9b1802e42cd25bb..f88fe86cc6ff9180d650d7b98a6be0a82fd5427c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/propertyCollections/validators/80/identifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/formEditor/propertyCollections/validators/80/identifier.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 formEditor.propertyCollections.validators.80.identifier
 -------------------------------------------------------
 
@@ -30,4 +32,4 @@ formEditor.propertyCollections.validators.80.identifier
       - :ref:`"\<validatorIdentifier>"<typo3.cms.form.prototypes.\<prototypeidentifier>.validatorsdefinition.\<validatoridentifier>>`
 
 :aspect:`Description`
-      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
\ No newline at end of file
+      Identifies the validator which should be attached to the form element. Must be equal to a existing ``<validatorIdentifier>``.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/implementationClassName.rst
index c9f871f19778af61469888fea27b06d44acf807a..0fb397294f434711c4c3925768083af4881fcd0c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/implementationClassName.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 implementationClassName
 -----------------------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/properties/containerClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/properties/containerClassAttribute.rst
index 443fc4af032e8ecac4cff7045bee99247593adb1..9bbac9a1a6ee2de6dfe6b093d8a4721f7816a338 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/properties/containerClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/properties/containerClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.containerClassAttribute
 ----------------------------------
 
@@ -34,4 +36,4 @@ properties.containerClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is typically wrapped around the form elements.
\ No newline at end of file
+      A CSS class which is typically wrapped around the form elements.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/properties/elementClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/properties/elementClassAttribute.rst
index 29578574198fe38d8c65bc9c5a1ef8e4e8fb0a42..26e760e0f0684204c5390d540ab8860220dda325 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/properties/elementClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/properties/elementClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementClassAttribute
 --------------------------------
 
@@ -34,4 +36,4 @@ properties.elementClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class written to the form element.
\ No newline at end of file
+      A CSS class written to the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/properties/elementDescription.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/properties/elementDescription.rst
index 3aee099be9caef7bfd45b95831eb534ed1904ae2..1999ffef8daa78f7ba606ccc113d30aa8a02ee11 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/properties/elementDescription.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/properties/elementDescription.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementDescription
 -----------------------------
 
@@ -28,4 +30,4 @@ properties.elementDescription
 
 :aspect:`Description`
       Set a description of the form element. By default, it is displayed
-      below the form element.
\ No newline at end of file
+      below the form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/properties/elementErrorClassAttribute.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/properties/elementErrorClassAttribute.rst
index 6266d138bf0cfc55355d5101558b30d4b7207300..7694a320b3e3bfea518e5d1aaee8c4f61fbd110c 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/properties/elementErrorClassAttribute.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/properties/elementErrorClassAttribute.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 properties.elementErrorClassAttribute
 -------------------------------------
 
@@ -34,4 +36,4 @@ properties.elementErrorClassAttribute
       ToDo
 
 :aspect:`Description`
-      A CSS class which is written to the form element if validation errors exists.
\ No newline at end of file
+      A CSS class which is written to the form element if validation errors exists.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/validators.rst b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/validators.rst
index cf02f2c1330d7eeb2b4735d3117aeee5cfac9814..688c014f73930f1a783f40e718928d8791654ce7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/validators.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Url/validators.rst
@@ -1,3 +1,5 @@
+.. include:: /Includes.rst.txt
+
 validators
 ----------
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/formEngine/Index.rst b/typo3/sysext/form/Documentation/I/Config/proto/formEngine/Index.rst
index e107f3fc04e99829b873fb0050b0982d3dbf7c9e..5c31035220c51b20faa3016aea74054d26636dc3 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/formEngine/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/formEngine/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.formengine:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/Index.rst b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/Index.rst
index b209dcc0f484b196212ded9b222ec31b8464e28e..d50c49ce32aac10b8de8082d9679875feaf77cb0 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.validatorsdefinition:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/properties/iconIdentifier.rst b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/properties/iconIdentifier.rst
index 8284530e2ef07ff5bd27c54b8cacd50d8662e85a..81c1ffe989fd92a1800901e7b0554a6609190b95 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/properties/iconIdentifier.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/properties/iconIdentifier.rst
@@ -1,2 +1,4 @@
+.. include:: /Includes.rst.txt
+
 An icon identifier which must be registered through the ``\TYPO3\CMS\Core\Imaging\IconRegistry``.
 This icon will be shown within the - :ref:`"Inspector [CollectionElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.collectionelementheadereditor>` if the validator is selected.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/properties/implementationClassName.rst b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/properties/implementationClassName.rst
index 60f3d0b2062ca509c315ad44cb6f6581bd72ab47..8cf17d9035b015df2bb74bd4c61fbf5f5fa38d3f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/properties/implementationClassName.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/properties/implementationClassName.rst
@@ -1 +1,3 @@
-Classname which implements the validator.
\ No newline at end of file
+.. include:: /Includes.rst.txt
+
+Classname which implements the validator.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/properties/label.rst b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/properties/label.rst
index 758c71d1d0494aafecd3f1a5197eef150dc5175f..b33060a1631a0a37ec09c65d7c4c67255f420e54 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/properties/label.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/properties/label.rst
@@ -1 +1,3 @@
-This label will be shown within the - :ref:`"Inspector [CollectionElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.collectionelementheadereditor>` if the validator is selected.
\ No newline at end of file
+.. include:: /Includes.rst.txt
+
+This label will be shown within the - :ref:`"Inspector [CollectionElementHeaderEditor]"<typo3.cms.form.prototypes.\<prototypeidentifier>.formelementsdefinition.\<formelementtypeidentifier>.formeditor.editors.*.collectionelementheadereditor>` if the validator is selected.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/properties/predefinedDefaults.rst b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/properties/predefinedDefaults.rst
index 4b30701c1526e85361961adc8d3619af5e3ab4e7..86dbb6f155946b8ae99706c3bda749e429445f02 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/properties/predefinedDefaults.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/properties/predefinedDefaults.rst
@@ -1 +1,3 @@
-Defines predefined defaults for validator options which are prefilled, if the validator is added to a form element.
\ No newline at end of file
+.. include:: /Includes.rst.txt
+
+Defines predefined defaults for validator options which are prefilled, if the validator is added to a form element.
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Alphanumeric.rst b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Alphanumeric.rst
index b3e7ed281e0545c5be91f472191ece7c58553de3..565a4d0b43cbd949e1c5d465dac05423d52e3da5 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Alphanumeric.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Alphanumeric.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.validatorsdefinition.alphanumeric:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Count.rst b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Count.rst
index a981843232e0e43de09c92e79d1279aad4fca0d0..b4d93252756948183177b9cfdff798fe401a5e58 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Count.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Count.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.validatorsdefinition.count:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/DateTime.rst b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/DateTime.rst
index 32b2159bf85fa21b6f879668e1974d0b3ef7069e..94322d1bad428f9b04f284286d504a7b51af9152 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/DateTime.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/DateTime.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.validatorsdefinition.datetime:
@@ -46,7 +46,7 @@ implementationClassName
 
          DateTime:
            implementationClassName: TYPO3\CMS\Extbase\Validation\Validator\DateTimeValidator
- 
+
 :aspect:`Good to know`
       - :ref:`"Custom validator implementations"<concepts-validators-customvalidatorimplementations>`
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/EmailAddress.rst b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/EmailAddress.rst
index 800ae2719a79ea63c916b711f64d68a1f96323d5..fb125ad8ca9f1ae80d8ecdcc3f9b758556059e73 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/EmailAddress.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/EmailAddress.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.validatorsdefinition.emailaddress:
@@ -48,7 +48,7 @@ implementationClassName
            formEditor:
              iconIdentifier: t3-form-icon-validator
              label: formEditor.elements.TextMixin.editor.validators.EmailAddress.label
- 
+
 :aspect:`Good to know`
       - :ref:`"Custom validator implementations"<concepts-validators-customvalidatorimplementations>`
 
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/FileSize.rst b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/FileSize.rst
index d1d45e0cc88391ccdcfdfdbe2fa56068a0df23cd..4fddef85b1de88838e95e34fbd768834684ceb9f 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/FileSize.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/FileSize.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.validatorsdefinition.filesize:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Float.rst b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Float.rst
index bef5852888c3dce3f035b18d00343a7b8c7ac23b..cc44bec1ac2d9cfdfd253e19fb38bae972123359 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Float.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Float.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.validatorsdefinition.float:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Integer.rst b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Integer.rst
index 241fa38c24cdac3c25a50c3251574477cbcbb86e..d74274fb7845b71b827f56498d168c1a576f7bc6 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Integer.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Integer.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.validatorsdefinition.integer:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/NotEmpty.rst b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/NotEmpty.rst
index c45508f8e1093c3311fba710c786905b7564ed28..15a68f4feed866a1b1b6083f307b48892d9f597e 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/NotEmpty.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/NotEmpty.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.<prototypeidentifier>.validatorsdefinition.notempty:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Number.rst b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Number.rst
index 546676a1375604eec1e14682c87feeca362e84a1..acd73a0e616dcc2cea870e880cd8ed77fbf00864 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Number.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Number.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.validatorsdefinition.number:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/NumberRange.rst b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/NumberRange.rst
index 43dc1b0d8f32e8daf6c2fae6e1c125d9332f9e1c..853de6ae6b94b83a607ab552be7d92fe369b6cf7 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/NumberRange.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/NumberRange.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.validatorsdefinition.numberrange:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/RegularExpression.rst b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/RegularExpression.rst
index 7294b87472dba53cda7c6842b3d8291dda25300e..08b25d8987db4ea4a3c1ed2d89d9012b4c2083ec 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/RegularExpression.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/RegularExpression.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.validatorsdefinition.regularexpression:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/StringLength.rst b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/StringLength.rst
index 7db5d04bedbec518e3a12f4c70a17db5159bb0fe..ff78f52219ad79d17ea26395f719117d2a8865a9 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/StringLength.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/StringLength.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.validatorsdefinition.stringlength:
diff --git a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Text.rst b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Text.rst
index eaa449d2f388609b74945653d7608e0c4190ac2e..9e31cecd264444ee996a4c8ccb9ac1b7b4823cbb 100644
--- a/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Text.rst
+++ b/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/Text.rst
@@ -1,4 +1,4 @@
-.. include:: ../../../../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _typo3.cms.form.prototypes.validatorsdefinition.text:
diff --git a/typo3/sysext/form/Documentation/I/FAQ/Index.rst b/typo3/sysext/form/Documentation/I/FAQ/Index.rst
index 801c7bd75df23e89d9700f659fb3ac5280830c58..8ebcc5419cd6006a3c4f6d3f30414fede37ef5b0 100644
--- a/typo3/sysext/form/Documentation/I/FAQ/Index.rst
+++ b/typo3/sysext/form/Documentation/I/FAQ/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _faq:
diff --git a/typo3/sysext/form/Documentation/I/Index.rst b/typo3/sysext/form/Documentation/I/Index.rst
index 8753c9ade8af6347fdcf7f934136516ccf73d204..14b5e30dc9ae476df07bf74a6698117fb9633bf3 100644
--- a/typo3/sysext/form/Documentation/I/Index.rst
+++ b/typo3/sysext/form/Documentation/I/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _forIntegrators:
diff --git a/typo3/sysext/form/Documentation/Includes.rst.txt b/typo3/sysext/form/Documentation/Includes.rst.txt
new file mode 100644
index 0000000000000000000000000000000000000000..af7f7005ee325b1b6517f153d183a7ddc8f086b7
--- /dev/null
+++ b/typo3/sysext/form/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/form/Documentation/Includes.txt b/typo3/sysext/form/Documentation/Includes.txt
deleted file mode 100644
index 3b58940a357b15159868e151bb924bd4702afa66..0000000000000000000000000000000000000000
--- a/typo3/sysext/form/Documentation/Includes.txt
+++ /dev/null
@@ -1,19 +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:: typoscript(code)
-
-.. role:: ts(typoscript)
-   :class: typoscript
-
-.. default-role:: code
-.. highlight:: php
-
-.. special in this manual:
-
-.. role:: yaml(code)
diff --git a/typo3/sysext/form/Documentation/Index.rst b/typo3/sysext/form/Documentation/Index.rst
index 0063b8b8dcbc1a9d2559b4f26297a40b165b0e2d..ff099cf5f0b6cd89386ffcc23de28b3bf6dd9d5e 100644
--- a/typo3/sysext/form/Documentation/Index.rst
+++ b/typo3/sysext/form/Documentation/Index.rst
@@ -1,53 +1,54 @@
-.. include:: Includes.txt
-
-
-.. _Start:
-
-====
-Form
-====
+.. include:: /Includes.rst.txt
 
+==========
+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
    I/Index
    E/Index
-   Targets
+
+.. Meta Menu
+
+.. toctree::
+   :hidden:
+
+   Sitemap
+   genindex
diff --git a/typo3/sysext/form/Documentation/Introduction/Index.rst b/typo3/sysext/form/Documentation/Introduction/Index.rst
index e836228ee33cc6e05279db8409bf1844f1abae43..282e6876b690efaefc905851412c9ffaa691e60e 100644
--- a/typo3/sysext/form/Documentation/Introduction/Index.rst
+++ b/typo3/sysext/form/Documentation/Introduction/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _introduction:
diff --git a/typo3/sysext/form/Documentation/QuickStartForEditors/Index.rst b/typo3/sysext/form/Documentation/QuickStartForEditors/Index.rst
index 427b14c47a30fb715ccb21d16f1a01d705013890..3208587871efe0655557729e814d63952c9957f6 100644
--- a/typo3/sysext/form/Documentation/QuickStartForEditors/Index.rst
+++ b/typo3/sysext/form/Documentation/QuickStartForEditors/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _quickstartEditors:
diff --git a/typo3/sysext/form/Documentation/QuickStartForIntegrators/Index.rst b/typo3/sysext/form/Documentation/QuickStartForIntegrators/Index.rst
index 658efc4b36aef0e1b9c4e74303dc5dc3a360b16f..a5036d23db5d3b06aefa1fc468c1936aa046c03e 100644
--- a/typo3/sysext/form/Documentation/QuickStartForIntegrators/Index.rst
+++ b/typo3/sysext/form/Documentation/QuickStartForIntegrators/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _quickstartIntegrators:
diff --git a/typo3/sysext/form/Documentation/Settings.cfg b/typo3/sysext/form/Documentation/Settings.cfg
index c08c9875db2f9d63ec6a0385e070257f90446bbd..ca16191d5bfabf72627b1d395dd7dd709202171c 100644
--- a/typo3/sysext/form/Documentation/Settings.cfg
+++ b/typo3/sysext/form/Documentation/Settings.cfg
@@ -1,29 +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     = Form Framework
+project     = Form
 version     = 10.4
 release     = 10.4
-t3author    = TRITUM GmbH
-copyright   = 1997-2021
-
-description = This is the documentation of TYPO3's system
-   extension 'form'. This extension implements a very.
-   flexible form framework. It ships the "Forms" backend
-   module and a plugin.
-
+copyright   = since 2011 by the TYPO3 contributors
 
 [html_theme_options]
 
-# Add 'Edit on Github' button
-github_branch             = 10.4
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/form/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = 10.4
+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_repository        = https://github.com/typo3/typo3
+project_discussions  =
+
+use_opensearch       =
 
 [intersphinx_mapping]
-# allow linking via intersphinx to other documentation projects
-t3coreapi     = https://docs.typo3.org/m/typo3/reference-coreapi/10.4/en-us/
-t3extbasebook = https://docs.typo3.org/m/typo3/book-extbasefluid/10.4/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/10.4/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/10.4/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 337cbda8b6cd7110219cf5c20a3ebbc358573a95..0000000000000000000000000000000000000000
--- a/typo3/sysext/form/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/form/Documentation/Targets.rst b/typo3/sysext/form/Documentation/Targets.rst
deleted file mode 100644
index aa91e57c427f497a9c5bf23749036a12516f7027..0000000000000000000000000000000000000000
--- a/typo3/sysext/form/Documentation/Targets.rst
+++ /dev/null
@@ -1,12 +0,0 @@
-.. include:: Includes.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
new file mode 100644
index 0000000000000000000000000000000000000000..248ff3a74d184a97569c0aa81b78b70330b63f21
--- /dev/null
+++ b/typo3/sysext/form/README.rst
@@ -0,0 +1,11 @@
+========================
+TYPO3 extension ``form``
+========================
+
+This is a flexible TYPO3 frontend form framework that allows editors,
+integrators and developers alike to create all kinds of forms.
+
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-form/10.4/en-us/
+:TER:         https://extensions.typo3.org/extension/form/
diff --git a/typo3/sysext/frontend/README.rst b/typo3/sysext/frontend/README.rst
new file mode 100644
index 0000000000000000000000000000000000000000..262bfe8354fce60d9945c1b106fd7061b20f280d
--- /dev/null
+++ b/typo3/sysext/frontend/README.rst
@@ -0,0 +1,12 @@
+============================
+TYPO3 extension ``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/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/frontend/
diff --git a/typo3/sysext/impexp/README.rst b/typo3/sysext/impexp/README.rst
new file mode 100644
index 0000000000000000000000000000000000000000..e08ab0ff05fadcecef83eb94b8fa47f77abc09b8
--- /dev/null
+++ b/typo3/sysext/impexp/README.rst
@@ -0,0 +1,11 @@
+==========================
+TYPO3 extension ``impexp``
+==========================
+
+This is a tool for importing and exporting records using XML or the custom T3D
+format.
+
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+: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 e70d7bc17d795c449a9f8c6eee842d88e47c9153..1a3aabb79cefb0cad7f3e2b7924db0da443bc584 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 544bc1816a37c1e13c2c430726ee235cf36ceac2..3ddb5e50394abf14165d05ec11f1f0d60660e51b 100644
--- a/typo3/sysext/indexed_search/Documentation/Settings.cfg
+++ b/typo3/sysext/indexed_search/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     = Indexed Search Engine
+project     = Indexed Search
 version     = 10.4
 release     = 10.4
-t3author    = Kasper Skaarhoj
-copyright   = 1997-2021
-
-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.
-
+copyright   = since 1997 by the TYPO3 contributors
 
-[intersphinx_mapping]
+[html_theme_options]
 
-t3tsref    = https://docs.typo3.org/m/typo3/reference-typoscript/10.4/en-us/
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = 10.4
+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             = 10.4
-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/10.4/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
new file mode 100644
index 0000000000000000000000000000000000000000..9a8d037016e06e9fd9540df911bd27a8ce8268d9
--- /dev/null
+++ b/typo3/sysext/indexed_search/README.rst
@@ -0,0 +1,12 @@
+==================================
+TYPO3 extension ``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.
+
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-indexed-search/10.4/en-us/
+:TER:         https://extensions.typo3.org/extension/indexed_search/
diff --git a/typo3/sysext/info/README.rst b/typo3/sysext/info/README.rst
new file mode 100644
index 0000000000000000000000000000000000000000..dcf4d1ec0e981802dc1b7bfca2399f4b9b26c1c3
--- /dev/null
+++ b/typo3/sysext/info/README.rst
@@ -0,0 +1,11 @@
+========================
+TYPO3 extension ``info``
+========================
+
+This TYPO3 backend module displays general information, such as a page tree
+overview and localization information.
+
+: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
new file mode 100644
index 0000000000000000000000000000000000000000..d4de834bda46a0023e5546e8bbfe78c8115f8355
--- /dev/null
+++ b/typo3/sysext/install/README.rst
@@ -0,0 +1,18 @@
+===========================
+TYPO3 extension ``install``
+===========================
+
+The Install Tool is used for installation, upgrade, system administration and
+setup tasks.
+
+It can be accessed via the Admin Tools module in the backend or through a
+dedicated URL (typo3/install.php). The functionality (via the browser) is only
+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/
+: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 5e26954eaac7b965760a785073337d96e8572d0d..491444c6a27d81aab1531302da5f5f437757bff4 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 857cbcdc643758dd96af0de2e6f2b4b318054cb2..934a16b8afb943aa966cb96514ab6cd69e0d9d8e 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 (e.g. the
 root page) and override them in user or groups TSconfig. You must
 prefix them with mod.linkvalidator, e.g.
-: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/Development/Index.rst b/typo3/sysext/linkvalidator/Documentation/Development/Index.rst
index 8f95f730180e83403b6efdc24a693a229132df7d..e79758049818cc7fb5f171f0a4b2b9c4a40a9e2c 100644
--- a/typo3/sysext/linkvalidator/Documentation/Development/Index.rst
+++ b/typo3/sysext/linkvalidator/Documentation/Development/Index.rst
@@ -1,4 +1,4 @@
-.. include:: ../Includes.txt
+.. include:: /Includes.rst.txt
 
 
 .. _development:
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 6f6d15ac0e57db62d01a3a8628cc57cc968473e3..0000000000000000000000000000000000000000
--- a/typo3/sysext/linkvalidator/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/linkvalidator/Documentation/Index.rst b/typo3/sysext/linkvalidator/Documentation/Index.rst
index 4491c6e2934a88f9f61c4006d3380b1248c1085c..7da569796756c0c71ccdce542d3cb68ace5b94ef 100644
--- a/typo3/sysext/linkvalidator/Documentation/Index.rst
+++ b/typo3/sysext/linkvalidator/Documentation/Index.rst
@@ -1,63 +1,47 @@
-.. ==================================================
-.. FOR YOUR INFORMATION
-.. --------------------------------------------------
-.. -*- coding: utf-8 -*- with BOM.
+.. include:: /Includes.rst.txt
 
-.. include:: Includes.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|
-
-The content of this document is related to TYPO3,
+   |today|
 
-a GNU/GPL CMS/Framework available from `www.typo3.org
-<http://www.typo3.org/>`_
+----
 
+The Link Validator 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.
 
+----
 
-**Table of Contents**
+**Table of Contents:**
 
 .. toctree::
-   :maxdepth: 5
+   :maxdepth: 2
    :titlesonly:
-   :glob:
 
    Introduction/Index
    Administration/Index
@@ -65,5 +49,11 @@ a GNU/GPL CMS/Framework available from `www.typo3.org
    LargeSites/Index
    NextSteps/Index
    Development/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 673c6ecf98163675c66d0b8463e1b881f28793c5..67a061edcfbfd625e343a9766039a29ebb301dc1 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
 
 
 
@@ -95,14 +90,10 @@ Linkvalidator features full support of the TYPO3 scheduler. This is
 the linkvalidator task:
 
 .. figure:: ../Images/SchedulerTask.png
-   :alt: The linkvalidator scheduler task (1)
-
-   Defining the linkvalidator task in the Scheduler (2)
+   :alt: The linkvalidator scheduler task
 
-.. figure:: ../Images/SchedulerTask2.png
-   :alt: The linkvalidator scheduler task (2)
+   Defining the linkvalidator task in the Scheduler
 
-   Defining the linkvalidator task in the Scheduler (2)
 
 
 - With this task you can run linkvalidator regularly via cron without
diff --git a/typo3/sysext/linkvalidator/Documentation/LargeSites/Index.rst b/typo3/sysext/linkvalidator/Documentation/LargeSites/Index.rst
index 607ea06ca76f886c861d7d3f0386d9c6d3e796e5..6f5e0cacbbc89bdbbc59d15adca8d1fea8e18f23 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/NextSteps/Index.rst b/typo3/sysext/linkvalidator/Documentation/NextSteps/Index.rst
index d26936cbc5406b9ee0819e675c9fabaf43a046ec..6c046dadeadf8a9d64e05cb9149567ac6739c690 100644
--- a/typo3/sysext/linkvalidator/Documentation/NextSteps/Index.rst
+++ b/typo3/sysext/linkvalidator/Documentation/NextSteps/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 d32df9f469b66b8cbf4efd0aab72b5db1819587f..da8b0debfb602bae4b20436923607f87fb8502f4 100644
--- a/typo3/sysext/linkvalidator/Documentation/Settings.cfg
+++ b/typo3/sysext/linkvalidator/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     = Link Validator
 version     = 10.4
 release     = 10.4
-t3author    = Jochen Rieger, Dimitri König, Michael Miousse
-copyright   = 2000-2021
-
-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.
+copyright   = since 2000 by the TYPO3 contributors
 
 [html_theme_options]
 
-# Add 'Edit me on Github' button
-github_branch             = 10.4
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/linkvalidator/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = 10.4
+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/10.4/en-us/
-t3coreapi     = https://docs.typo3.org/m/typo3/reference-coreapi/10.4/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/10.4/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/10.4/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
new file mode 100644
index 0000000000000000000000000000000000000000..3cd11b3cd18daa5e553bb8528313f8c0e32b589a
--- /dev/null
+++ b/typo3/sysext/linkvalidator/README.rst
@@ -0,0 +1,15 @@
+=================================
+TYPO3 extension ``linkvalidator``
+=================================
+
+The Link Validator 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.
+
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-linkvalidator/10.4/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
new file mode 100644
index 0000000000000000000000000000000000000000..95760a280cd69c4bc7e3ecbb586838ea9bfd8b23
--- /dev/null
+++ b/typo3/sysext/lowlevel/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:: shell
diff --git a/typo3/sysext/lowlevel/Documentation/Index.rst b/typo3/sysext/lowlevel/Documentation/Index.rst
new file mode 100644
index 0000000000000000000000000000000000000000..024ad283499ae470d9259c435daeb75f98ad7d8e
--- /dev/null
+++ b/typo3/sysext/lowlevel/Documentation/Index.rst
@@ -0,0 +1,236 @@
+.. include:: /Includes.rst.txt
+
+===============
+TYPO3 Low Level
+===============
+
+:Extension key:
+   lowlevel
+
+:Package name:
+   typo3/cms-lowlevel
+
+: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|
+
+----
+
+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.
+
+----
+
+**Table of Contents:**
+
+.. contents::
+   :backlinks: top
+   :depth: 2
+   :local:
+
+
+Introduction
+============
+
+For various reasons your TYPO3 installation may over time accumulate data with
+integrity problems or data you wish to delete completely. For instance, why keep
+old versions of published content? Keep that in your backup - don't load your
+running website with that overhead!
+
+Or what about deleted records? Why not flush them - they also fill up your
+database and filesystem and most likely you can rely on your backups in case of
+an emergency recovery?
+
+Also, relations between records and files inside TYPO3 may be lost over time for
+various reasons.
+
+If your website runs as it should such "integrity problems" are mostly easy to
+automatically repair by simply removing the references pointing to a missing
+record or file.
+
+However, it might also be "soft references" from eg. internal links
+(`<a href="t3://page?id=123">...</a>`) or a file references in a TypoScript
+template (`something.file = fileadmin/template/miss_me.jpg`) which are missing.
+Those cannot be automatically repaired but the cleanup script incorporates
+warnings that will tell you about these problems if they exist and you can
+manually fix them.
+
+These scripts provides solutions to these problems by offering an array of tools
+that can analyze your TYPO3 installation for various problems and in some cases
+offer fixes for them.
+
+
+Preparations
+============
+
+THERE IS ABSOLUTELY NO WARRANTY associated with this script! It is completely on
+your OWN RISK that you run it. It may cause accidental data loss due to software
+bugs or circumstances that it does not know about yet - or data loss might
+happen due to misuse!
+
+ALWAYS make a complete backup of your website! That means:
+
+*  Dump the complete database to an SQL file. This can usually be done from the
+   command line like this::
+
+      mysqldump <database name> -u <database user> -p --add-drop-table > ./mywebsite.sql
+
+*  Save all files in the webroot of your site. I usually do this from the
+   command line like this::
+
+      tar czf ./mywebsite.tgz <webroot directory of your site>
+
+It could be a good idea to run a `myisamchk` on your database just to make sure
+MySQL has everything pulled together right.
+
+Something like this will do::
+
+   myisamchk <path_to_mysql_databases>/<database_name>/*.MYI -s -r
+
+
+Running the script
+==================
+
+The "<base command>" is::
+
+   [typo3_site_directory]/typo3/sysext/core/bin/typo3
+
+Try this first. If it all works out you should see a help-screen. Otherwise
+there will be instructions about what to do.
+
+You can use the script entirely by following the help screens. However, through
+this document you get some idea about the best order of events since they may
+affect each other.
+
+For each of the tools in the test you can see a help screen by running::
+
+   <base command> --help <toolkey>
+
+Example with the tool "orphan_records"::
+
+   <typo3_site_directory>/typo3/sysext/core/bin/typo3 --help cleanup:orphanrecords
+
+Suggested order of clean up
+---------------------------
+
+The suggested order below assumes that you are interested in running all these
+tests. Maybe you are not! So you should check the description of each one and if
+there is any of the tests you wish not to run, just leave it out.
+
+It kind of gets simpler that way since the complexity mostly is when you wish to
+run all tests successively in which case there is an optimal order that ensures
+you don't have to run the tests all over again.
+
+- `<base command> cleanup:orphanrecords`
+
+  - As a beginning, get all orphaned records out of the system since you
+    probably want to. Since orphan records may keep some missing relations from
+    being detected it's a good idea to get them out immediately.
+
+- `<base command> cleanup:multiplereferencedfiles`
+
+  - Fix any files referenced twice or more before you delete records (which
+    could potentially delete a file that is referenced by another file).
+
+- `<base command> cleanup:deletedrecords`
+
+  - Flush deleted records. As a rule of thumb, tools that create deleted records
+    should be run before this one so the deleted records they create are also
+    flushed (if you like to of course)
+
+- `<base command> cleanup:missingrelations`
+
+  - Remove missing relations at this point.
+  - If you get an error like this::
+
+       \TYPO3\CMS\Core\Database\ReferenceIndex::setReferenceValue(): ERROR: No
+       reference record with hash="132ddb399c0b15593f0d95a58159439f" was found!
+
+    just run the test again until no errors occur. The reason is that another
+    fixed reference in the same record and field changed the reference index
+    hash. Running the test again will find the new hash string which will then
+    work for you.
+
+- `<base command> cleanup:flexforms`
+
+  - After the "deleted" tool since we cannot clean-up deleted records and to
+    make sure nothing unimportant is cleaned up.
+
+Executed anytime
+----------------
+
+These can be executed anytime, however you should wait till all deleted records
+and versions are flushed so you don't waste system resources on fixing deleted
+records.
+
+::
+
+	<base command> cleanup:missingfiles
+	<base command> cleanup:lostfiles
+
+Nightly reports of problems in the system
+-----------------------------------------
+
+If you wish to scan your TYPO3 installations for problems with a cronjob or so,
+a shell script that outputs a report could look like this::
+
+	#!/bin/sh
+	[typo3_site_directory]/typo3/sysext/core/bin/typo3 cleanup:orphanrecords -vv --dry-run
+	[typo3_site_directory]/typo3/sysext/core/bin/typo3 cleanup:multiplereferencedfiles --update-refindex -vv --dry-run
+	[typo3_site_directory]/typo3/sysext/core/bin/typo3 cleanup:deletedrecords -v --dry-run
+	[typo3_site_directory]/typo3/sysext/core/bin/typo3 cleanup:missingrelations --update-refindex -vv --dry-run
+	[typo3_site_directory]/typo3/sysext/core/bin/typo3 cleanup:flexforms -vv --dry-run
+	[typo3_site_directory]/typo3/sysext/core/bin/typo3 cleanup:missingfiles --update-refindex -vv --dry-run
+	[typo3_site_directory]/typo3/sysext/core/bin/typo3 cleanup:lostfiles --update-refindex -vv --dry-run
+
+You may wish to change the verbosity level from `-vv` to `-v` as in the case
+above, depending on how important you consider the warnings.
+
+The output can then be put into a logfile so the logging system can report
+errors.
+
+You might also wish to disable tests like "deleted" which would report deleted
+records - something that might not warrant a warning, frankly speaking...
+
+Example script for checking your installation
+---------------------------------------------
+
+::
+
+    #!/bin/sh
+    ./typo3/sysext/core/bin/typo3 cleanup:orphanrecords -vv --dry-run
+    ./typo3/sysext/core/bin/typo3 cleanup:multiplereferencedfiles -vv --dry-run
+    ./typo3/sysext/core/bin/typo3 cleanup:deletedrecords -v --dry-run
+    ./typo3/sysext/core/bin/typo3 cleanup:missingrelations -vv --dry-run
+    ./typo3/sysext/core/bin/typo3 cleanup:flexforms -vv --dry-run
+    ./typo3/sysext/core/bin/typo3 cleanup:missingfiles -vv --dry-run
+    ./typo3/sysext/core/bin/typo3 cleanup:lostfiles -vv --dry-run
+
+
+Example script for cleaning your installation
+---------------------------------------------
+
+::
+
+    #!/bin/sh
+    ./typo3/sysext/core/bin/typo3 cleanup:orphanrecords -vv
+    ./typo3/sysext/core/bin/typo3 cleanup:multiplereferencedfiles -vv --update-refindex
+    ./typo3/sysext/core/bin/typo3 cleanup:deletedrecords -v
+    ./typo3/sysext/core/bin/typo3 cleanup:missingrelations -vv --update-refindex
+    ./typo3/sysext/core/bin/typo3 cleanup:flexforms -vv
+    ./typo3/sysext/core/bin/typo3 cleanup:missingfiles --update-refindex
+    ./typo3/sysext/core/bin/typo3 cleanup:lostfiles -vv --update-refindex
diff --git a/typo3/sysext/lowlevel/Documentation/Settings.cfg b/typo3/sysext/lowlevel/Documentation/Settings.cfg
index 5267d8325352533feed98fbcd9449ace56bc8cfa..1be71b66c7c5f5cd932cdb89433472936cc10376 100644
--- a/typo3/sysext/lowlevel/Documentation/Settings.cfg
+++ b/typo3/sysext/lowlevel/Documentation/Settings.cfg
@@ -1,21 +1,64 @@
-
-# #####
-#
-# 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
-#
-# #####
+# 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
+project     = Low Level
+version     = 10.4
+release     = 10.4
+copyright   = since 1997 by the TYPO3 contributors
 
 [html_theme_options]
 
-github_branch        = 10.4
-github_repository    =  typo3/typo3
-path_to_documentation_dir = typo3/sysext/lowlevel
-project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = 10.4
+path_to_documentation_dir  = typo3/sysext/lowlevel/Documentation
+
+# Footer links
+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       =
+
+[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/
+# 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/
+# 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/lowlevel/README.rst b/typo3/sysext/lowlevel/README.rst
index 9a0866bf77d17888c64da47ee5d9f448d9cdfb9a..2be601bdc1e5d73de53b668b3de8f7df4c7ac0f8 100644
--- a/typo3/sysext/lowlevel/README.rst
+++ b/typo3/sysext/lowlevel/README.rst
@@ -1,179 +1,12 @@
-This documentation describes the lowlevel script provided by the TYPO3 system
-extension EXT:lowlevel.
-
-
-Introduction
-============
-
-For various reasons your TYPO3 installation may over time accumulate data with integrity problems or data you wish
-to delete completely. For instance, why keep old versions of published content? Keep that in your backup - don't load
-your running website with that overhead!
-
-Or what about deleted records? Why not flush them - they also fill up your database and filesystem and most likely you
-can rely on your backups in case of an emergency recovery?
-
-Also, relations between records and files inside TYPO3 may be lost over time for various reasons.
-
-If your website runs as it should such "integrity problems" are mostly easy to automatically repair by simply removing
-the references pointing to a missing record or file.
-
-However, it might also be "soft references" from eg. internal links (`<a href="t3://page?id=123">...</a>`) or a file references in a
-TypoScript template (`something.file = fileadmin/template/miss_me.jpg`) which are missing. Those cannot be automatically
-repaired but the cleanup script incorporates warnings that will tell you about these problems if they exist and you
-can manually fix them.
-
-These scripts provides solutions to these problems by offering an array of tools that can analyze your TYPO3 installation
-for various problems and in some cases offer fixes for them.
-
-
-
-Preparations
-============
-
-THERE IS ABSOLUTELY NO WARRANTY associated with this script! It is completely on your OWN RISK that you run it.
-It may cause accidental data loss due to software bugs or circumstances that it does not know about yet - or data
-loss might happen due to misuse!
-
-ALWAYS make a complete backup of your website! That means:
-
-* Dump the complete database to an SQL file. This can usually be done from the command line like this::
-
-	mysqldump [database name] -u [database user] -p --add-drop-table > ./mywebsite.sql
-
-* Save all files in the webroot of your site. I usually do this from the command line like this::
-
-	tar czf ./mywebsite.tgz [webroot directory of your site]
-
-It could be a good idea to run a `myisamchk` on your database just to make sure MySQL has everything pulled together right.
-
-Something like this will do::
-
-	myisamchk [path_to_mysql_databases]/[database_name]/*.MYI -s -r
-
-
-
-Running the script
-==================
-
-The "[base command]" is::
-
-	[typo3_site_directory]/typo3/sysext/core/bin/typo3
-
-Try this first. If it all works out you should see a help-screen. Otherwise there will be instructions about what to do.
-
-You can use the script entirely by following the help screens. However, through this document you get some idea about
-the best order of events since they may affect each other.
-
-For each of the tools in the test you can see a help screen by running::
-
-	[base command] --help [toolkey]
-
-Example with the tool "orphan_records"::
-
-	[typo3_site_directory]/typo3/sysext/core/bin/typo3 --help cleanup:orphanrecords
-
-
-
-Suggested order of clean up
----------------------------
-
-The suggested order below assumes that you are interested in running all these tests. Maybe you are not! So you should
-check the description of each one and if there is any of the tests you wish not to run, just leave it out.
-
-It kind of gets simpler that way since the complexity mostly is when you wish to run all tests successively in which
-case there is an optimal order that ensures you don't have to run the tests all over again.
-
-- `[base command] cleanup:orphanrecords`
-
-  - As a beginning, get all orphaned records out of the system since you probably want to. Since orphan records may
-    keep some missing relations from being detected it's a good idea to get them out immediately.
-
-- `[base command] cleanup:multiplereferencedfiles`
-
-  - Fix any files referenced twice or more before you delete records (which could potentially delete a file that is
-    referenced by another file).
-
-- `[base command] cleanup:deletedrecords`
-
-  - Flush deleted records. As a rule of thumb, tools that create deleted records should be run before this one so
-    the deleted records they create are also flushed (if you like to of course)
-
-- `[base command] cleanup:missingrelations`
-
-  - Remove missing relations at this point.
-  - If you get an error like this; "\TYPO3\CMS\Core\Database\ReferenceIndex::setReferenceValue(): ERROR: No reference
-    record with hash="132ddb399c0b15593f0d95a58159439f" was found!" just run the test again until no errors occur.
-    The reason is that another fixed reference in the same record and field changed the reference index hash. Running
-    the test again will find the new hash string which will then work for you.
-
-- `[base command] cleanup:flexforms`
-
-  - After the "deleted" tool since we cannot clean-up deleted records and to make sure nothing unimportant
-    is cleaned up.
-
-
-Executed anytime
-----------------
-
-These can be executed anytime, however you should wait till all deleted records and versions are flushed so you don't
-waste system resources on fixing deleted records.
-
-::
-
-	[base command] cleanup:missingfiles
-	[base command] cleanup:lostfiles
-
-
-Nightly reports of problems in the system
------------------------------------------
-
-If you wish to scan your TYPO3 installations for problems with a cronjob or so, a shell script that outputs a
-report could look like this::
-
-	#!/bin/sh
-	[typo3_site_directory]/typo3/sysext/core/bin/typo3 cleanup:orphanrecords -vv --dry-run
-	[typo3_site_directory]/typo3/sysext/core/bin/typo3 cleanup:multiplereferencedfiles --update-refindex -vv --dry-run
-	[typo3_site_directory]/typo3/sysext/core/bin/typo3 cleanup:deletedrecords -v --dry-run
-	[typo3_site_directory]/typo3/sysext/core/bin/typo3 cleanup:missingrelations --update-refindex -vv --dry-run
-	[typo3_site_directory]/typo3/sysext/core/bin/typo3 cleanup:flexforms -vv --dry-run
-	[typo3_site_directory]/typo3/sysext/core/bin/typo3 cleanup:missingfiles --update-refindex -vv --dry-run
-	[typo3_site_directory]/typo3/sysext/core/bin/typo3 cleanup:lostfiles --update-refindex -vv --dry-run
-
-
-You may wish to change the verbosity level from `-vv` to `-v` as in the case above, depending on how important
-you consider the warnings.
-
-The output can then be put into a logfile so the logging system can report errors.
-
-You might also wish to disable tests like "deleted" which would report deleted records - something that might not
-warrant a warning, frankly speaking...
-
-Example script for checking your installation
----------------------------------------------
-
-::
-
-    #!/bin/sh
-    ./typo3/sysext/core/bin/typo3 cleanup:orphanrecords -vv --dry-run
-    ./typo3/sysext/core/bin/typo3 cleanup:multiplereferencedfiles -vv --dry-run
-    ./typo3/sysext/core/bin/typo3 cleanup:deletedrecords -v --dry-run
-    ./typo3/sysext/core/bin/typo3 cleanup:missingrelations -vv --dry-run
-    ./typo3/sysext/core/bin/typo3 cleanup:flexforms -vv --dry-run
-    ./typo3/sysext/core/bin/typo3 cleanup:missingfiles -vv --dry-run
-    ./typo3/sysext/core/bin/typo3 cleanup:lostfiles -vv --dry-run
-
-
-Example script for cleaning your installation
----------------------------------------------
-
-::
-
-    #!/bin/sh
-    ./typo3/sysext/core/bin/typo3 cleanup:orphanrecords -vv
-    ./typo3/sysext/core/bin/typo3 cleanup:multiplereferencedfiles -vv --update-refindex
-    ./typo3/sysext/core/bin/typo3 cleanup:deletedrecords -v
-    ./typo3/sysext/core/bin/typo3 cleanup:missingrelations -vv --update-refindex
-    ./typo3/sysext/core/bin/typo3 cleanup:flexforms -vv
-    ./typo3/sysext/core/bin/typo3 cleanup:missingfiles --update-refindex
-    ./typo3/sysext/core/bin/typo3 cleanup:lostfiles -vv --update-refindex
-
+============================
+TYPO3 extension ``lowlevel``
+============================
+
+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.
+
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-lowlevel/10.4/en-us/
+:TER:         https://extensions.typo3.org/extension/lowlevel/
diff --git a/typo3/sysext/opendocs/README.rst b/typo3/sysext/opendocs/README.rst
new file mode 100644
index 0000000000000000000000000000000000000000..9fba4f3c8d32b98606687efbcf43e3d6931b03e7
--- /dev/null
+++ b/typo3/sysext/opendocs/README.rst
@@ -0,0 +1,11 @@
+============================
+TYPO3 extension ``opendocs``
+============================
+
+This extension supports the backend user in finding and resuming work in
+progress.
+
+: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
new file mode 100644
index 0000000000000000000000000000000000000000..4a0b6190a38b690d5ae03e7086c17ad19f0df951
--- /dev/null
+++ b/typo3/sysext/recordlist/README.rst
@@ -0,0 +1,11 @@
+==============================
+TYPO3 extension ``recordlist``
+==============================
+
+This extension lists and lets you manage database records in the TYPO3 backend
+module (Web>List).
+
+: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 8b07a5a2e345e63e82d672c7675e178e75d23994..ff594ade7767ecf4b3d0f846996889a5761cebda 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     = 10.4
 release     = 10.4
-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.
-
+copyright   = since 2009 by the TYPO3 contributors
 
 [html_theme_options]
 
-# Add 'Edit me on Github' button
-github_branch             = 10.4
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/recycler/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = 10.4
+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
new file mode 100644
index 0000000000000000000000000000000000000000..84123d297559e10c4accd48ec2faf1cf63f86043
--- /dev/null
+++ b/typo3/sysext/recycler/README.rst
@@ -0,0 +1,16 @@
+============================
+TYPO3 extension ``recycler``
+============================
+
+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.
+
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-recycler/10.4/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 13188a6a8aa98aeaa73d22d5d8359fbc8db1a826..692ca2e35b3da4b32a24ad493c55f804a7aa57f4 100644
--- a/typo3/sysext/redirects/Documentation/BestPractices/Index.rst
+++ b/typo3/sysext/redirects/Documentation/BestPractices/Index.rst
@@ -37,7 +37,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
+:ref:`workspaces <ext_workspaces:start>` 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 622c305ccd4f33e9b693efd97a877fc4e828a17e..331899ee1d98c1ec37dcae76d6412ca0191b39e1 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
+project     = Redirects
 version     = 10.4
 release     = 10.4
-copyright   = since 2021
-
-description = This is the documentation of TYPO3's system extension 'redirects'.
+copyright   = since 2018 by the TYPO3 contributors
 
 [html_theme_options]
 
-# Add 'Edit me on Github' button
-github_branch             = 10.4
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/redirects/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = 10.4
+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/10.4/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/10.4/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/10.4/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/10.4/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 c33fab66f6224a845defbf1c2554f0356a42de59..eb633dfc095ebef9ae57f37b57cb6673fa5a4467 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/main/en-us/Index.html>`__  \|
-`Help & Support <https://typo3.org/help>`__ \|
+=============================
+TYPO3 extension ``redirects``
+=============================
 
-=====================================
-TYPO3 Redirects (typo3/cms-redirects)
-=====================================
+This extension makes it possible to create manual redirects, list existing
+redirects and automatically create redirects on slug changes.
 
-The TYPO3 system extension provides custom redirects for TYPO3 for manual
-and automatic redirect creation on slug changes.
-
-:Repository: https://github.com/typo3/typo3
-:Issues: https://forge.typo3.org/
-:Documentation: https://docs.typo3.org/c/typo3/cms-redirects/10.4/en-us/
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-redirects/10.4/en-us/
+:TER:         https://extensions.typo3.org/extension/redirects/
diff --git a/typo3/sysext/reports/README.rst b/typo3/sysext/reports/README.rst
new file mode 100644
index 0000000000000000000000000000000000000000..5de2dba3f28dc6efcda65c1c17265d766ee4f91f
--- /dev/null
+++ b/typo3/sysext/reports/README.rst
@@ -0,0 +1,11 @@
+===========================
+TYPO3 extension ``reports``
+===========================
+
+This extension shows status reports and installed services in the
+(System>Reports) backend module.
+
+: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 431d5cb0647314c713160d1a9dc68565be5b7b4d..499c4caed498bd1c33121aaceae14cc7f349688f 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:
@@ -21,7 +21,7 @@ For more information about sitepackages in TYPO3 see:
 
 * Benjamin Kott: `"The Anatomy of Sitepackages"
   <https://www.slideshare.net/benjaminkott/typo3-the-anatomy-of-sitepackages>`__ (Slideshare)
-* :ref:`t3sitepackage:start`
+* :doc:`t3sitepackage:Index`
 
 .. TODO Explain Create an extension, add ext_localconf.php, start over and copy over the Default.yaml file
 
diff --git a/typo3/sysext/rte_ckeditor/Documentation/Configuration/Concepts.rst b/typo3/sysext/rte_ckeditor/Documentation/Configuration/Concepts.rst
index b1eee8c817454c3343f02fb85473c10b5569c494..a665a5649cabc59e7a811e4fef1a73f4f6a77d68 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 1aced04a6c1dfd4ffc744029bd8788c895e214c5..d83994cc3df724697ff35459b3c5658f398edb29 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 2499e30726fb3f7589f4f37cfb83bea9a905ea3f..60ace4b34e7de918c9a1e89dd416c9c5ae735866 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 ab2e36e0e269aaefed619728d814d701dae65383..3917b0ff0195a9769488e8424f15272a5eb9fbbd 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 45abc238f7f2d35e785614e735dfff8c6c5b8a4f..5322f8cc47f6aef6f3d071d2b9485d83a0304726 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)
+
+project     = RTE by CKEditor
 version     = 10.4
 release     = 10.4
-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).
+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        = 10.4
-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              = 10.4
+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/10.4/en-us/
-t3editors     = https://docs.typo3.org/m/typo3/tutorial-editors/10.4/en-us/
-t3sitepackage = https://docs.typo3.org/m/typo3/tutorial-sitepackage10.4/en-us/
-t3tca         = https://docs.typo3.org/m/typo3/reference-tca/10.4/en-us/
-t3tsconfig    = https://docs.typo3.org/m/typo3/reference-tsconfig/10.4/en-us/
-t3tsref       = https://docs.typo3.org/m/typo3/reference-typoscript/10.4/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/10.4/en-us/
+# t3docteam      = https://docs.typo3.org/m/typo3/team-t3docteam/main/en-us/
+t3editors      = https://docs.typo3.org/m/typo3/tutorial-editors/10.4/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/10.4/en-us/
+# t3start        = https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/
+t3tca          = https://docs.typo3.org/m/typo3/reference-tca/10.4/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/10.4/en-us/
+t3tsref        = https://docs.typo3.org/m/typo3/reference-typoscript/10.4/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
new file mode 100644
index 0000000000000000000000000000000000000000..84ed559d02d6f923477ac1346dbd8e24026d132e
--- /dev/null
+++ b/typo3/sysext/rte_ckeditor/README.rst
@@ -0,0 +1,13 @@
+================================
+TYPO3 extension ``rte_ckeditor``
+================================
+
+This extension integrates the `CKEditor`_ as a rich text editor into the TYPO3
+backend.
+
+.. _CKEditor: https://ckeditor.com/
+
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-rte-ckeditor/10.4/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 f366aaffef5f1c9437aa5cbe874bb9fd866b5971..30d68a3a28937aa63b8d8a5edad222ee2543ebfc 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 fc699b18581a452c81e316f323ac6fc6913adc56..2c9102468318aaca22d286a89adc543ba7f26897 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     = 10.4
 release     = 10.4
-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.
-
+copyright   = since 2009 by the TYPO3 contributors
 
 [html_theme_options]
 
-# Add 'Edit me on Github' button
-github_branch             = 10.4
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/scheduler/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = 10.4
+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/10.4/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/10.4/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
new file mode 100644
index 0000000000000000000000000000000000000000..0c8fe2a01b439896d43649f549aa7983c4dd3189
--- /dev/null
+++ b/typo3/sysext/scheduler/README.rst
@@ -0,0 +1,11 @@
+=============================
+TYPO3 extension ``scheduler``
+=============================
+
+The Scheduler supports one-time or periodic execution of tasks that can be
+delivered by any extension.
+
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-scheduler/10.4/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 d9b1f9ae0a485d9ca59c2084828de9cfee4e183a..900abfa34176e247a2e6cd58165addb80d1a0257 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
 ===================
@@ -190,7 +190,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 f7fdfecc40f7995ccff97a56365a745e4fd15b6a..0dbaeeb78f7295aab99a01d6b46afae9f32b9a7f 100644
--- a/typo3/sysext/seo/Documentation/Settings.cfg
+++ b/typo3/sysext/seo/Documentation/Settings.cfg
@@ -1,50 +1,65 @@
-[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     = Search engine optimization (seo)
+project     = SEO
 version     = 10.4
 release     = 10.4
-t3author    = TYPO3 Core Team + Contributors, TYPO3 Documentation Team
-copyright   = 2018-2021
-
-description = This documentation is about TYPO3's system extension
-              "seo" which provides provides search engine optimizations
+copyright   = since 2018 by the TYPO3 contributors
 
 [html_theme_options]
 
-; for theme t3SphinxThemeRtd
-
-# Add 'Edit me on Github' button
-github_branch             = 10.4
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/seo/Documentation
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = 10.4
+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/10.4/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/10.4/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/10.4/en-us/
-linkvalidator   = https://docs.typo3.org/c/typo3/cms-linkvalidator/10.4/en-us/
-redirects       = https://docs.typo3.org/c/typo3/cms-redirects/10.4/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/10.4/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/10.4/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/10.4/en-us/
+ext_redirects      = https://docs.typo3.org/c/typo3/cms-redirects/10.4/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
new file mode 100644
index 0000000000000000000000000000000000000000..c75e449c7cfe02a72ab2dbb9420e55ee96022d53
--- /dev/null
+++ b/typo3/sysext/seo/README.rst
@@ -0,0 +1,11 @@
+=======================
+TYPO3 extension ``seo``
+=======================
+
+This extension offers special fields for SEO purposes, HTML meta tags display
+and sitemaps.
+
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-seo/10.4/en-us/
+:TER:         https://extensions.typo3.org/extension/seo/
diff --git a/typo3/sysext/setup/README.rst b/typo3/sysext/setup/README.rst
new file mode 100644
index 0000000000000000000000000000000000000000..4cd646d3676859886bcd227ac57486582ecda731
--- /dev/null
+++ b/typo3/sysext/setup/README.rst
@@ -0,0 +1,11 @@
+=========================
+TYPO3 extension ``setup``
+=========================
+
+This extension allows users to edit a set of options of their user profile,
+including the preferred language, their name and email address.
+
+: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
new file mode 100644
index 0000000000000000000000000000000000000000..0f9552b09d505c64ccaaabf318954cc2b6fe65c2
--- /dev/null
+++ b/typo3/sysext/sys_note/README.rst
@@ -0,0 +1,11 @@
+============================
+TYPO3 extension ``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.
+
+: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/README.rst b/typo3/sysext/t3editor/README.rst
new file mode 100644
index 0000000000000000000000000000000000000000..f620a6ec9a6072d805c91626a71850860ed56a81
--- /dev/null
+++ b/typo3/sysext/t3editor/README.rst
@@ -0,0 +1,13 @@
+============================
+TYPO3 extension ``t3editor``
+============================
+
+This extension provides a JavaScript-driven editor with syntax highlighting and
+code completion, based on the `CodeMirror`_ editor.
+
+.. _CodeMirror: https://codemirror.net/
+
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/
+:TER:         https://extensions.typo3.org/extension/t3editor/
diff --git a/typo3/sysext/tstemplate/README.rst b/typo3/sysext/tstemplate/README.rst
new file mode 100644
index 0000000000000000000000000000000000000000..454ea0dbd7ea70626a34213ca4542de5fb4564ef
--- /dev/null
+++ b/typo3/sysext/tstemplate/README.rst
@@ -0,0 +1,11 @@
+==============================
+TYPO3 extension ``tstemplate``
+==============================
+
+This TYPO3 backend module allows the administration of TypoScript templates
+that configure the frontend rendering.
+
+: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
new file mode 100644
index 0000000000000000000000000000000000000000..50e2db366288735c3b6f6512980aa180e19ab957
--- /dev/null
+++ b/typo3/sysext/viewpage/README.rst
@@ -0,0 +1,10 @@
+============================
+TYPO3 extension ``viewpage``
+============================
+
+Use the (Web>View) backend module to preview a frontend page in the TYPO3 backend.
+
+: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 23c4a00d9d0898d93c06f92f60ecb254674a3e27..9c994a0463c7e6da5c65e09afe6fa3f7228a5e03 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 5ab39f42a3caa42514b0938e95c64e95a2bb2d64..c27255e22f22ac4b34373330d4d8a02d33c170ca 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:
@@ -84,4 +84,4 @@ mind. Although the ideal is complete transparency in backend and
 perfect previews in the frontend, this is almost impossible to obtain.
 Nevertheless a high level of consistency can be obtained by using the API
 provided by TYPO3 CMS. These functions and the challenges they are designed to
-address are discussed in :ref:`TYPO3 Core API <t3api:workspaces>`.
+address are discussed in :ref:`TYPO3 Core API <t3coreapi: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 f17a2c6953a2ba9144bbaa3b6d2c1e2242582f1d..582dbbeed5bd641f09bc75247bc5287309cba2b4 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
 
 
 
@@ -27,7 +27,7 @@ Credits
 ^^^^^^^
 
 This manual corresponds in large parts to the original version from
-Kasper found in the :ref:`Inside TYPO3 <t3inside:start>` document. It was adjusted and
+Kasper found in the :doc:`Inside TYPO3 <t3inside:Index>` document. It was adjusted and
 updated to fit with the workspaces and versioning modules as found in
 current versions.
 
diff --git a/typo3/sysext/workspaces/Documentation/Settings.cfg b/typo3/sysext/workspaces/Documentation/Settings.cfg
index 43e5fc30bf058a61e16dc876fe5c078d1e02c33f..acb178e01385251f074b3f74c8ed8f02d0997dde 100644
--- a/typo3/sysext/workspaces/Documentation/Settings.cfg
+++ b/typo3/sysext/workspaces/Documentation/Settings.cfg
@@ -1,31 +1,64 @@
+# 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     = Workspaces Management
+project     = Workspaces
 version     = 10.4
 release     = 10.4
-t3author    = Workspaces Team
-copyright   = 1997-2021
-
-description = This is the documentation of TYPO3's system
-      extension 'workspaces' which adds the functionality of
-      custom stages to TYPO3.
+copyright   = since 2010 by the TYPO3 contributors
 
-[intersphinx_mapping]
+[html_theme_options]
 
-; in this manual we actually use:
+# "Edit on GitHub" button
+github_repository          = typo3/typo3
+github_branch              = 10.4
+path_to_documentation_dir  = typo3/sysext/workspaces/Documentation
 
-t3api        = https://docs.typo3.org/typo3cms/CoreApiReference/
-t3tca        = https://docs.typo3.org/typo3cms/TCAReference/
-t3inside     = https://docs.typo3.org/typo3cms/InsideTypo3Reference/
+# 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  =
 
+use_opensearch       =
 
-[html_theme_options]
+[intersphinx_mapping]
 
-# Add 'Edit me on Github' button
-github_branch             = 10.4
-github_repository         = typo3/typo3
-path_to_documentation_dir = typo3/sysext/workspaces/Documentation
+# 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/10.4/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/
+t3inside       = https://docs.typo3.org/m/typo3/reference-inside/main/en-us/
+# 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/10.4/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/
 
-# show as related links
-project_issues       = https://forge.typo3.org/projects/typo3cms-core/issues
-project_repository   = https://github.com/typo3/typo3
+# 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
new file mode 100644
index 0000000000000000000000000000000000000000..24e6fb01d41cffd8da92185cc892d783f802b85f
--- /dev/null
+++ b/typo3/sysext/workspaces/README.rst
@@ -0,0 +1,11 @@
+==============================
+TYPO3 extension ``workspaces``
+==============================
+
+This extension introduces workflows with custom stages and versioning for a more
+granular editing and publishing process.
+
+:Repository:  https://github.com/typo3/typo3
+:Issues:      https://forge.typo3.org/
+:Read online: https://docs.typo3.org/c/typo3/cms-workspaces/10.4/en-us/
+:TER:         https://extensions.typo3.org/extension/workspaces/