Skip to content

Commit 741cc7d

Browse files
authored
Add mapping for 'h' folder
1 parent 954237e commit 741cc7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Dto/Manual.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ public static function createFromFolder(\SplFileInfo $folder, $changelog = false
7171
'c' => 'System extension',
7272
'p' => 'Community extension',
7373
'm' => 'TYPO3 manual',
74-
'changelog' => 'Core changelog'
74+
'changelog' => 'Core changelog',
75+
'h' => 'Docs Home Page',
7576
];
7677
$type = $map[$type] ?? $type;
7778

0 commit comments

Comments
 (0)