File tree 3 files changed +10
-0
lines changed
packages/typo3-version-handling/src
tests/Integration/tests/guides-inventories/expected 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,12 @@ These inventories can be used by default in any rendered documentation:
149
149
150
150
URL: https://docs.typo3.org/m/typo3/writing-guide/main/en-us/
151
151
152
+ * Title: :doc: `t3org:Index `
153
+
154
+ Inventory key: :doc: `t3org <t3org:Index >`
155
+
156
+ URL: https://docs.typo3.org/m/typo3/writing-guide/main/en-us/
157
+
152
158
* Title: :doc: `fluid:Index `
153
159
154
160
Inventory key: :doc: `fluid <fluid:Index >`
Original file line number Diff line number Diff line change @@ -23,12 +23,14 @@ enum DefaultInventories: string
23
23
case h2document = 'h2document ' ;
24
24
case t3content = 't3content ' ;
25
25
case t3writing = 't3writing ' ;
26
+ case t3org = 't3org ' ;
26
27
case t3contribute = 't3contribute ' ;
27
28
case fluid = 'fluid ' ;
28
29
case t3renderguides = 't3renderguides ' ;
29
30
case t3exceptions = 't3exceptions ' ;
30
31
case api = 'api ' ;
31
32
33
+
32
34
public function getUrl (): string
33
35
{
34
36
return match ($ this ) {
@@ -59,6 +61,7 @@ public function getUrl(): string
59
61
DefaultInventories::t3content => 'https://docs.typo3.org/m/typo3/guide-contentandmarketing/main/en-us/ ' ,
60
62
DefaultInventories::t3contribute => 'https://docs.typo3.org/m/typo3/guide-contributionworkflow/main/en-us/ ' ,
61
63
DefaultInventories::t3writing => 'https://docs.typo3.org/m/typo3/writing-guide/main/en-us/ ' ,
64
+ DefaultInventories::t3org => 'https://docs.typo3.org/m/typo3/team-t3oteam/main/en-us/ ' ,
62
65
63
66
// Other
64
67
DefaultInventories::fluid => 'https://docs.typo3.org/other/typo3fluid/fluid/main/en-us/ ' ,
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ <h1>Title<a class="headerlink" href="#title" data-bs-toggle="modal" data-bs-targ
13
13
< li > t3editors</ li >
14
14
< li > t3exceptions</ li >
15
15
< li > t3install</ li >
16
+ < li > t3org</ li >
16
17
< li > t3renderguides</ li >
17
18
< li > t3sitepackage</ li >
18
19
< li > t3start</ li >
You can’t perform that action at this time.
0 commit comments