Skip to content

Commit

Permalink
Fix Doctum config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox committed Jun 3, 2021
1 parent 47ce5ce commit 72ef997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-api/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
->in($dir);

$versions = GitVersionCollection::create($dir)
->add('master', 'master branch');
->add('master', 'master branch')
->add('1.1', '1.1 branch')
->add('1.2', '1.2 branch')
->add('2.x', '2.x branch')
->add('2.x', '2.x branch');

return new Doctum($iterator, [
'title' => 'Twill API',
Expand Down

0 comments on commit 72ef997

Please sign in to comment.