add todo on store docs

This commit is contained in:
Valentin Gagarin 2023-09-06 09:14:56 +02:00
parent 3a62651bd6
commit 589fd897fb

View file

@ -70,6 +70,7 @@ let
* [`${command} ${name}`](./${appendName filename name}.md) - ${subcmd.description}
'';
# TODO: move this confusing special case out of here when implementing #8496
maybeDocumentation = optionalString
(details ? doc)
(replaceStrings ["@stores@"] [storeDocs] details.doc);