From 4e19f76a8d39428cf10e9d9a7248ae00636923eb Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 19 Oct 2016 20:51:53 +0100 Subject: [PATCH] Add apidoc customisation file --- Makefile | 2 +- apidoc.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 apidoc.json 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" +}