Skip to content

Commit 65a760f

Browse files
committed
[TASK] Add exceptions page to default inventories
1 parent 7102c72 commit 65a760f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/typo3-version-handling/src/DefaultInventories.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ enum DefaultInventories: string
2323
case t3contribute = 't3contribute';
2424
case fluid = 'fluid';
2525
case t3renderguides = 't3renderguides';
26+
case t3exceptions = 't3exceptions';
2627

2728
public function getUrl(): string
2829
{
@@ -55,6 +56,7 @@ public function getUrl(): string
5556
// Other
5657
DefaultInventories::fluid => 'https://docs.typo3.org/other/typo3fluid/fluid/main/en-us/',
5758
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/',
5860
};
5961
}
6062

tests/Integration/tests/guides-inventories/expected/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ <h1>Title<a class="headerlink" href="#title" data-bs-toggle="modal" data-bs-targ
1010
<li>t3contribute</li>
1111
<li>t3coreapi</li>
1212
<li>t3editors</li>
13+
<li>t3exceptions</li>
1314
<li>t3install</li>
1415
<li>t3renderguides</li>
1516
<li>t3sitepackage</li>

0 commit comments

Comments
 (0)