From 197905a7da86ef18787293f08cb3d41a6aa8f8bb Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Mon, 20 Jan 2025 16:30:34 +0100 Subject: [PATCH] TASK: Render command references also for Neos.ContentRepository.Migration, Neos.Neos.Setup and Neos.Setup --- Neos.Neos/Configuration/Settings.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Neos.Neos/Configuration/Settings.yaml b/Neos.Neos/Configuration/Settings.yaml index 47223d623fb..d5c2783aa72 100755 --- a/Neos.Neos/Configuration/Settings.yaml +++ b/Neos.Neos/Configuration/Settings.yaml @@ -620,7 +620,7 @@ 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 @@ -628,8 +628,11 @@ Neos: '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':