Skip to content

Commit 83f9947

Browse files
authored
[TASK] Call How to Document by this name (#275)
* [TASK] Call How to Document by this name We always call it this when we are talking about it * [TASK] Anounce movement of TSconfig And add Administration and Extension Development to menu * [TASK] Announce movement of TSconfig And add Administration and Extension Development to menu
1 parent 1f91065 commit 83f9947

File tree

2 files changed

+54
-10
lines changed

2 files changed

+54
-10
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: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,30 @@
4242
* :ref:`12.4 <t3sitepackage/12:start>`
4343
* :ref:`14-dev <t3sitepackage/main:start>`
4444

45-
* :ref:`Editors Guide <t3editors:start>`
45+
* :ref:`Administration (Install, Update) <t3coreapi:administration>`
4646

47-
* :ref:`13.4 <t3editors/13:start>`
48-
* :ref:`12.4 <t3editors/12:start>`
49-
* :ref:`14-dev <t3editors/main:start>`
47+
* :ref:`13.4 <t3coreapi/13:administration>`
48+
* :ref:`12.4 <t3coreapi/12:administration>`
49+
* :ref:`14-dev <t3coreapi/main:administration>`
50+
51+
* :ref:`Extension Development <t3coreapi:extension-development>`
52+
53+
* :ref:`13.4 <t3coreapi/13:extension-development>`
54+
* :ref:`12.4 <t3coreapi/12:extension-development>`
55+
* :ref:`14-dev <t3coreapi/main:extension-development>`
5056

5157
* :ref:`Frontend Localization Guide <t3translate:start>`
5258

53-
* :ref:`13.4 <t3translate/12:start>`
59+
* :ref:`13.4 <t3translate/13:start>`
5460
* :ref:`12.4 <t3translate/12:start>`
5561
* :ref:`14-dev <t3translate/main:start>`
5662

63+
* :ref:`Editors Guide <t3editors:start>`
64+
65+
* :ref:`13.4 <t3editors/13:start>`
66+
* :ref:`12.4 <t3editors/12:start>`
67+
* :ref:`14-dev <t3editors/main:start>`
68+
5769
* `API TYPO3 Core <https://api.typo3.org/>`__
5870

5971
* `TYPO3 v14.0-dev API <https://api.typo3.org/main/>`__
@@ -64,7 +76,7 @@
6476
* `Contribution <https://docs.typo3.org/Home/Overview.html>`__
6577

6678
* :ref:`TYPO3 Core Contribution Guide <t3contribute:recommended-reading>`
67-
* :ref:`Writing documentation <h2document:start>`
79+
* :ref:`How to Document <h2document:start>`
6880
* `typo3.org Team <https://docs.typo3.org/m/typo3/team-t3oteam/main/en-us/>`__
6981
* :ref:`Content and Marketing Guide <t3content:start>`
7082
* :ref:`Language and Writing Guide <t3writing:start>`

0 commit comments

Comments
 (0)