From 1e72d5e90590ef191484d3beb8b10a131771f2fb Mon Sep 17 00:00:00 2001 From: Seth Falco <seth@falco.fun> Date: Sun, 25 Jul 2021 16:39:23 +0200 Subject: [PATCH] chore: exclude services and tests from docs (#6791) Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- jsdoc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jsdoc.json b/jsdoc.json index 59f8fe2233..6c9151711d 100644 --- a/jsdoc.json +++ b/jsdoc.json @@ -8,7 +8,8 @@ "node_modules", "private", "public" - ] + ], + "excludePattern": ".+\\.(service|spec|tester)\\.js$" }, "plugins": ["plugins/markdown"], "opts": { -- GitLab