File tree 3 files changed +11
-0
lines changed
packages/typo3-version-handling/src
tests/Integration/tests/guides-inventories/expected 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,12 @@ Available default inventories
41
41
These inventories can be used by default in any rendered documentation:
42
42
43
43
44
+ * Title: :doc: `t3docs:Index `
45
+
46
+ Inventory key: :doc: `t3docs <t3docs:Index >`
47
+
48
+ URL: https://docs.typo3.org/
49
+
44
50
* Title: :doc: `changelog:Index `
45
51
46
52
Inventory key: :doc: `changelog <changelog:Index >`
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ enum DefaultInventories: string
6
6
{
7
7
// IMPORTANT: If new default inventories are added, please
8
8
// also add them to `Documentation/Developer/InterlinkInventories.rst`.
9
+ case t3docs = 't3docs ' ;
9
10
case changelog = 'changelog ' ;
10
11
case t3coreapi = 't3coreapi ' ;
11
12
case t3tca = 't3tca ' ;
@@ -30,6 +31,9 @@ enum DefaultInventories: string
30
31
public function getUrl (): string
31
32
{
32
33
return match ($ this ) {
34
+ // Main doc page, it is only deployed to main
35
+ DefaultInventories::t3docs => 'https://docs.typo3.org/ ' ,
36
+
33
37
// Changelog, it is only deployed to main
34
38
DefaultInventories::changelog => 'https://docs.typo3.org/c/typo3/cms-core/main/en-us/ ' ,
35
39
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ <h1>Title<a class="headerlink" href="#title" data-bs-toggle="modal" data-bs-targ
8
8
< li > t3content</ li >
9
9
< li > t3contribute</ li >
10
10
< li > t3coreapi</ li >
11
+ < li > t3docs</ li >
11
12
< li > t3editors</ li >
12
13
< li > t3exceptions</ li >
13
14
< li > t3install</ li >
You can’t perform that action at this time.
0 commit comments