File tree 2 files changed +3
-0
lines changed
packages/typo3-version-handling/src
tests/Integration/tests/guides-inventories/expected 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ enum DefaultInventories: string
23
23
case t3contribute = 't3contribute ' ;
24
24
case fluid = 'fluid ' ;
25
25
case t3renderguides = 't3renderguides ' ;
26
+ case t3exceptions = 't3exceptions ' ;
26
27
27
28
public function getUrl (): string
28
29
{
@@ -55,6 +56,7 @@ public function getUrl(): string
55
56
// Other
56
57
DefaultInventories::fluid => 'https://docs.typo3.org/other/typo3fluid/fluid/main/en-us/ ' ,
57
58
DefaultInventories::t3renderguides => 'https://docs.typo3.org/other/t3docs/render-guides/main/en-us/ ' ,
59
+ DefaultInventories::t3exceptions => 'https://docs.typo3.org/typo3cms/exceptions/main/en-us/ ' ,
58
60
};
59
61
}
60
62
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ <h1>Title<a class="headerlink" href="#title" data-bs-toggle="modal" data-bs-targ
10
10
< li > t3contribute</ li >
11
11
< li > t3coreapi</ li >
12
12
< li > t3editors</ li >
13
+ < li > t3exceptions</ li >
13
14
< li > t3install</ li >
14
15
< li > t3renderguides</ li >
15
16
< li > t3sitepackage</ li >
You can’t perform that action at this time.
0 commit comments