diff --git a/Makefile b/Makefile index bcdfd10..eee4e42 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/apidoc.json b/apidoc.json new file mode 100644 index 0000000..ec2b8ec --- /dev/null +++ b/apidoc.json @@ -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" +}