Skip to content

Commit 1180d69

Browse files
committed
Update .sami.php as per oauth2-php.
1 parent 6e31e6e commit 1180d69

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.sami.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
$versions = GitVersionCollection::create($dir)
1414
->add('develop', 'develop branch')
1515
->add('master', 'master branch')
16-
->addFromTags('*');
16+
->addFromTags('1.*');
1717

18-
return new Sami($iterator, array(
18+
return new Sami($iterator, [
1919
'theme' => 'default',
2020
'versions' => $versions,
2121
'title' => 'AuthBucket\Push API',
22-
'build_dir' => __DIR__ . '/build/sami/%version%',
23-
'cache_dir' => __DIR__ . '/build/cache/sami/%version%',
22+
'build_dir' => __DIR__.'/build/sami/%version%',
23+
'cache_dir' => __DIR__.'/build/cache/sami/%version%',
2424
'include_parent_data' => false,
2525
'default_opened_level' => 2,
26-
));
26+
]);

0 commit comments

Comments
 (0)