From aa373f798ff22844692341c60c605bf627744cd7 Mon Sep 17 00:00:00 2001 From: Joshua Gleitze Date: Thu, 2 Jun 2016 22:01:49 +0200 Subject: [PATCH] + apidoc.json The apidoc.json file configures the ApiDoc tools. It generates AJAX API documentation out of comments in the source code. --- apidoc.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apidoc.json diff --git a/apidoc.json b/apidoc.json new file mode 100644 index 0000000..760e429 --- /dev/null +++ b/apidoc.json @@ -0,0 +1,6 @@ +{ + "name": "isso", + "description": "a Disqus alternative", + "title": "isso API" +} +