|
@@ -22,8 +22,8 @@ |
|
|
block discarded – undo |
|
22
|
22
|
return new Sami($iterator, array( |
|
23
|
23
|
'versions' => $versions, |
|
24
|
24
|
'title' => 'Silk API', |
|
25
|
|
- 'build_dir' => __DIR__ . '/../../silk-api-docs/%version%', |
|
26
|
|
- 'cache_dir' => __DIR__ . '/../../silk-api-docs-cache/%version%', |
|
|
25
|
+ 'build_dir' => __DIR__.'/../../silk-api-docs/%version%', |
|
|
26
|
+ 'cache_dir' => __DIR__.'/../../silk-api-docs-cache/%version%', |
|
27
|
27
|
'remote_repository' => new GitHubRemoteRepository('aaemnnosttv/silk', $repository_root), |
|
28
|
28
|
'default_opened_level' => 2, |
|
29
|
29
|
)); |
Please login to merge, or discard this patch.