Skip to content
This repository was archived by the owner on Apr 12, 2020. It is now read-only.

Commit d4cecc2

Browse files
committed
readd gitonomy.documentation service
1 parent bf16036 commit d4cecc2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Gitonomy/Application.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ public function __construct()
2222
));
2323
};
2424

25+
$this['gitonomy.documentation'] = function ($app) {
26+
return new Documentation(array(
27+
'master' => __DIR__.'/../../cache/doc/gitonomy/json/master'
28+
));
29+
};
30+
2531
$this['gitonomy.changelog.cache'] = function ($app) {
2632
return new CacheLoader(new GithubLoader(), __DIR__.'/../../cache/changelog.json');
2733
};

0 commit comments

Comments
 (0)