From 6bb94d2ac7b7d060177552ba5d1fc73c1fd3212d Mon Sep 17 00:00:00 2001 From: kovacsv Date: Thu, 23 Dec 2021 22:06:30 +0100 Subject: [PATCH] Minor modification. --- tools/jsdoc.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tools/jsdoc.json b/tools/jsdoc.json index 1111fa3..5e23fa0 100644 --- a/tools/jsdoc.json +++ b/tools/jsdoc.json @@ -1,6 +1,6 @@ { "source": { - "include": "source" + "include": ["source", "website"] }, "opts": { "template": "node_modules/docdash/", @@ -16,5 +16,10 @@ "target":"_blank" } } - } + }, + "templates": { + "default": { + "includeDate": false + } + } }