From db5ef2d0da3f1d66132ae82011eb4ef0dbc90d50 Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Fri, 19 Jul 2024 15:17:56 +0200 Subject: [PATCH 1/2] use guides.xml instead of Settings.cfg --- Documentation/Configuration/TypoScriptReference/Index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Configuration/TypoScriptReference/Index.rst b/Documentation/Configuration/TypoScriptReference/Index.rst index 33897f0..32529b5 100644 --- a/Documentation/Configuration/TypoScriptReference/Index.rst +++ b/Documentation/Configuration/TypoScriptReference/Index.rst @@ -12,7 +12,7 @@ don't hesitate to cross-link to the TypoScript Reference as shown below. See :ref:`h2document:how-to-document-hyperlinks` for information about how to use cross-references. -See the :file:`Settings.cfg` file for the declaration of cross-linking keys. +See the :file:`guides.xml` file for the declaration of cross-linking keys. .. toctree:: :maxdepth: 5 From 5bb2d3982fe21824954218c1e72fb9073cafe479 Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Fri, 19 Jul 2024 16:32:48 +0200 Subject: [PATCH 2/2] guides.xml file --- Documentation/Introduction/Index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Introduction/Index.rst b/Documentation/Introduction/Index.rst index 5b352a1..94d5549 100644 --- a/Documentation/Introduction/Index.rst +++ b/Documentation/Introduction/Index.rst @@ -33,7 +33,7 @@ install and use this extension. .. attention:: - Do not forget to set extension's version number in :file:`Settings.cfg` file, + Do not forget to set extension's version number in :file:`guides.xml` file, in the :code:`release` property. It will be automatically picked up on the cover page by the :code:`|release|` substitution.