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 42679aa commit a30176eCopy full SHA for a30176e
databox/api/Command/DocumentationDumperCommand.php
@@ -22,7 +22,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
22
$source = Path::join(__DIR__, '../_preGeneratedDoc');
23
$destination = Path::join(__DIR__, '../doc');
24
25
-
26
$filesystem->copy("$source/Databox-api_dynamic.md", "$destination/Databox-api_dynamic.md", true);
27
$filesystem->mirror("$source/Databox/Api/", "$destination/Databox/Api/");
28
$filesystem->mirror("$source/Databox/Attributes/", "$destination/Databox/Attributes/");
0 commit comments