2022-12-20

This commit is contained in:
2022-12-20 14:13:05 -03:00
parent 85fef16b27
commit 0f3febc00d
87 changed files with 2525 additions and 419 deletions

View File

@ -36,5 +36,11 @@ return [
'python' => 'http://python:5000'
];
return (object) $arr;
},
'documentation' => function(Container $container) {
return \ProVM\Implement\Path::fromArray([
$container->get('folders')->documentation,
'base.json'
]);
}
];