From c00068246bd66a6037744af58f2a99f9ed4701fe Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Tue, 17 Feb 2026 11:32:25 +0100 Subject: [PATCH] add explanation about Inventory Keys interlink The Internlink explanations are completely missing here. --- .../ReStructuredText/Links/Documentation.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Documentation/Reference/ReStructuredText/Links/Documentation.rst b/Documentation/Reference/ReStructuredText/Links/Documentation.rst index e97408b3..1a4d005c 100644 --- a/Documentation/Reference/ReStructuredText/Links/Documentation.rst +++ b/Documentation/Reference/ReStructuredText/Links/Documentation.rst @@ -12,7 +12,7 @@ You can link the following elements in any TYPO3 manual: Headlines, :ref:`confvals ` and :ref:`phpdomain definitions `. It is also possible to put an anchor almost anywhere and then link it. -When an element in a manual can be linked a link symbol will appear when you +When an element in a manual can be linked as permalink a link symbol will appear when you hover it: .. figure:: /_Images/link-headlines.png @@ -26,6 +26,17 @@ appears: Copy the reST reference +When a link to an element in a manual is required outside of permalinks, then an inventory key needs to be used. +See :ref:`Inventory Keys ` . + +reST code with interlink to a TYPO3 official manual: + +.. code-block:: rst + :caption: Reference to the TYPO3 Explained manual's chapter "Settings and Configuration" + + :ref:`Settings and Configuration of TYPO3 websites ` + + The reST code of the reference looks like this: .. code-block:: rst