Skip to content

Commit 707b6c0

Browse files
committed
[TASK] Anounce movement of TSconfig
And add Administration and Extension Development to menu
1 parent ea7308f commit 707b6c0

File tree

2 files changed

+53
-9
lines changed

2 files changed

+53
-9
lines changed

Documentation/Home/RecentlyMovedChapters.rst

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,47 @@ Recently moved chapters
88

99
.. contents::
1010

11+
.. _recently-moved-tsconfig:
12+
13+
TSconfig reference into TypoScript Explained
14+
============================================
15+
16+
*Starting with the documentation of TYPO3 12.4*
17+
18+
The complete TSconfig reference has been moved from TYPO3 Explained
19+
into typoScript Explained.
20+
21+
You find the chapters here now:
22+
23+
* :ref:`Using and setting TSconfig <t3tsref:typoscript-syntax-using-setting>`
24+
* :ref:`Page TSconfig Reference <t3tsref:pagetoplevelobjects>`
25+
* :ref:`User TSconfig reference <t3tsref:usertoplevelobjects>`
26+
27+
References need to be changed like this:
28+
29+
.. code-block:: diff
30+
31+
-:ref:`TCAdefaults <t3tsconfig:userTsTcaDefaults>`
32+
+:ref:`TCAdefaults <t3tsref:userTsTcaDefaults>`
33+
34+
Almost all anchors are persevered. The only exception is
35+
:ref:`Conditions (TScongi) <t3tsref:tsconfig-condition-differences>`. Anchors in
36+
this area have been prefixed with `tsconfig-`:
37+
38+
.. code-block:: diff
39+
40+
-:ref:`Condition variables available in TSconfig <t3tsconfig:condition-variables>`
41+
+:ref:`Condition variables available in TSconfig <t3tsref:tsconfig-condition-variables>`
42+
1143
.. _recently-moved-ts-syntax:
1244

13-
TypoScript syntax into TypoScript reference
45+
TypoScript syntax into TypoScript Explained
1446
===========================================
1547

1648
*Starting with the documentation of TYPO3 12.4*
1749

1850
The chapters regarding TypoScript syntax have been moved from TYPO3 Explained
19-
into the TypoScript reference.
51+
into the TypoScript Explained.
2052

2153
You find the chapters here now: :ref:`TypoScript syntax <t3tsref:typoscript-syntax>`
2254

@@ -29,13 +61,13 @@ References need to be changed like this:
2961
3062
.. _recently-moved-ts-45:
3163

32-
TypoScript in 45 minutes into TypoScript reference
64+
TypoScript in 45 minutes into TypoScript Explained
3365
==================================================
3466

3567
*Starting with the documentation of TYPO3 12.4*
3668

3769
The chapters of the former TypoScript in 45 minutes tutorial have been moved
38-
into the TypoScript reference, Getting Started section:
70+
into the TypoScript Explained, Getting Started section:
3971

4072
:ref:`Getting started: A quick introduction into TypoScript <t3tsref:guide>`
4173

Documentation/_mainMenu.rst.txt

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,30 @@
4848
* :ref:`12.4 <t3sitepackage/12:start>`
4949
* :ref:`14-dev <t3sitepackage/main:start>`
5050

51-
* :ref:`Editors Guide <t3editors:start>`
51+
* :ref:`Administration (Install, Update) <3coreapi:administration>`
5252

53-
* :ref:`13.4 <t3editors/13:start>`
54-
* :ref:`12.4 <t3editors/12:start>`
55-
* :ref:`14-dev <t3editors/main:start>`
53+
* :ref:`13.4 <3coreapi/13:administration>`
54+
* :ref:`12.4 <3coreapi/12:administration>`
55+
* :ref:`14-dev <3coreapi/main:administration>`
56+
57+
* :ref:`Extension Development <t3coreapi:extension-development>`
58+
59+
* :ref:`13.4 <t3coreapi/13:extension-development>`
60+
* :ref:`12.4 <t3coreapi/12:extension-development>`
61+
* :ref:`14-dev <t3coreapi/main:extension-development>`
5662

5763
* :ref:`Frontend Localization Guide <t3translate:start>`
5864

59-
* :ref:`13.4 <t3translate/12:start>`
65+
* :ref:`13.4 <t3translate/13:start>`
6066
* :ref:`12.4 <t3translate/12:start>`
6167
* :ref:`14-dev <t3translate/main:start>`
6268

69+
* :ref:`Editors Guide <t3editors:start>`
70+
71+
* :ref:`13.4 <t3editors/13:start>`
72+
* :ref:`12.4 <t3editors/12:start>`
73+
* :ref:`14-dev <t3editors/main:start>`
74+
6375
* `API TYPO3 Core <https://api.typo3.org/>`__
6476

6577
* `TYPO3 v14.0-dev API <https://api.typo3.org/main/>`__

0 commit comments

Comments
 (0)