-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[4.1] Help pages #36713
Copy link
Copy link
Closed
Labels
Milestone
Description
In Order to generate the helpTOC.json correctly for 4.1 we need to run build/helpTOC.php
Currently the script fails because it cannot find the MINOR version as called here
Lines 92 to 96 in 79d8b8e
| // Get the category members (local hack) | |
| $categoryMembers = $mediawiki->categories->getCategoryMembers( | |
| sprintf('Category:Help_screen_%s.%s', Version::MAJOR_VERSION, Version::MINOR_VERSION), | |
| null, | |
| 'max' |
IIRC there is something that has to be done on help.joomla.org to facilitate this but I neither have access nor remember exactly
PS this always gets forgotten when we release a new minor version and should be documented and even better be automated
Reactions are currently unavailable