Add apidoc customisation file

This commit is contained in:
Starbeamrainbowlabs 2016-10-19 20:51:53 +01:00
parent 49a1153083
commit 4e19f76a8d
2 changed files with 7 additions and 1 deletions

View File

@ -10,7 +10,7 @@ peppermint:
docs: setupApiDoc
@echo [peppermint/docs] Building docs
apidoc -o './RestApiDocs/' -f '.*\.php' -e index.php
apidoc -o './RestApiDocs/' --config apidoc.json -f '.*\.php' -e index.php
rm -rf doc/
setupApiDoc:

6
apidoc.json Normal file
View File

@ -0,0 +1,6 @@
{
"name": "Pepperminty Wiki",
"version": "0.13-dev",
"description": "A wiki in a box. This is the API documentation.",
"title": "Pepperminty Wiki"
}