We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5958f6b commit 9bd70c7Copy full SHA for 9bd70c7
src/Command/BuildDocsCommand.php
@@ -155,6 +155,7 @@ private function generateJson(Metas $metas)
155
156
$jsonGenerator = new JsonGenerator($metas, $this->buildContext);
157
$jsonGenerator->setOutput($this->io);
158
+ $jsonGenerator->generateJson();
159
}
160
161
private function renderDocForPDF(Metas $metas)
0 commit comments