From 7539e2a93cdf15a135a307e58558c68a6dcb4b4f Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Wed, 25 May 2016 11:11:39 -0500 Subject: [PATCH] chore: Remove versioning from apidoc --- apidoc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apidoc.json b/apidoc.json index 094a59e80f..91b4830440 100644 --- a/apidoc.json +++ b/apidoc.json @@ -1,5 +1,8 @@ { "name": "Habitica V3 API Documentation", "title": "Habitica", - "url": "https://habitica.com" + "url": "https://habitica.com", + "template": { + "withCompare": false + } }