This repository was archived by the owner on May 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Boxt API Documentation buildpack | ||
|
||
This buildpack should be included as part of Heroku apps that host API documentation. | ||
|
||
For more info on how buildpacks work, read the Heroku Buildpacks API: https://devcenter.heroku.com/articles/buildpack-api | ||
|
||
## Detect | ||
|
||
The detect script in `./bin/detect` will test for the existence of the **boxt_documentation** gem on the system. If it's not found, the buildpack will exit, otherwise it will run the script in `./bin/compile`. | ||
|
||
## Compile | ||
|
||
The compile script will run the requisite rake tasks on the **boxt_documentation** gem to build the API documentation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters