From 084f6e5cf050222c35ace7c4f8c95556d0d19c1e Mon Sep 17 00:00:00 2001 From: Joshua Gleitze Date: Fri, 3 Jun 2016 14:39:22 +0200 Subject: [PATCH] apidoc settings --- apidoc.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apidoc.json b/apidoc.json index 760e429..a960a32 100644 --- a/apidoc.json +++ b/apidoc.json @@ -1,6 +1,11 @@ { "name": "isso", "description": "a Disqus alternative", - "title": "isso API" + "title": "isso API", + "order": ["Thread", "Comment"], + "template": { + "withCompare": false + } + }