Skip to content

Instantly share code, notes, and snippets.

@bretterer
Last active October 18, 2015 21:40
Show Gist options
  • Save bretterer/7a6268a1ca36ba6401d2 to your computer and use it in GitHub Desktop.
Save bretterer/7a6268a1ca36ba6401d2 to your computer and use it in GitHub Desktop.
Build Stormpath Api Docs
<?php
return new Sami($iterator, array(
'theme' => 'symfony',
'title' => 'Symfony2 API',
'build_dir' => __DIR__.'/build',
'cache_dir' => __DIR__.'/cache',
'remote_repository' => new GitHubRemoteRepository('bretterer/stormpath-sdk-php', '/'),
'default_opened_level' => 2,
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment