Skip to content

Commit

Permalink
Merge pull request #5443 from dlubitz/task/command-reference
Browse files Browse the repository at this point in the history
TASK: Render command references
  • Loading branch information
dlubitz authored Jan 20, 2025
2 parents 4cea007 + 197905a commit 8aab709
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Neos.Neos/Configuration/Settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -620,16 +620,19 @@ Neos:
commandReferences:
'Neos:NeosCommands':
title: 'Neos Command Reference'
packageKeys:
packageKeys: # These are actually no package keys, but rather command controller identifiers extracted out of namespaces.
'Neos.Flow': true
'Neos.Party': true
'Neos.FluidAdaptor': true
'Neos.Kickstarter': true
'Neos.Welcome': true
'Neos.Media': true
'Neos.ContentRepository': true
'Neos.ContentRepository.Migration': true
'Neos.SiteKickstarter': true
'Neos.Neos': true
'Neos.Neos.Setup': true
'Neos.Setup': true
savePathAndFilename: '%FLOW_PATH_PACKAGES%Neos/Neos.Neos/Documentation/References/CommandReference.rst'
references:
'TYPO3Fluid:ViewHelpers':
Expand Down

0 comments on commit 8aab709

Please sign in to comment.