Skip to content

Commit

Permalink
Cleaning up the next-gen-docs stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
matt committed Aug 15, 2016
1 parent 7c927fc commit fe843e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
vendor/*
composer.phar
composer.lock
coverage
package.xml
*.tgz
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -57,7 +57,7 @@ docs-install:
composer require --dev apigen/apigen

docs: docs-install
apigen generate -s ./ -d docs/api --exclude="Tests/*" --exclude="vendor/*" --exclude="autoload.php" --template-theme bootstrap --main Twilio
vendor/bin/apigen generate -s ./ -d docs/api --exclude="Tests/*" --exclude="vendor/*" --exclude="autoload.php" --template-theme bootstrap --main Twilio
sh docs-update.sh

release-install:
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -15,7 +15,8 @@
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.5.*"
"phpunit/phpunit": "4.5.*",
"apigen/apigen": "^4.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fe843e6

Please sign in to comment.