From ee858b2d91ee223f9c901d891c1da56bdcac320f Mon Sep 17 00:00:00 2001 From: Clement Date: Thu, 16 May 2024 11:32:44 +0200 Subject: [PATCH] add some jsdocs plugin --- Express/barAndCafe/jsdoc.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Express/barAndCafe/jsdoc.json b/Express/barAndCafe/jsdoc.json index 2f8c36a..797d78d 100644 --- a/Express/barAndCafe/jsdoc.json +++ b/Express/barAndCafe/jsdoc.json @@ -6,10 +6,15 @@ "allowUnknownTags": true }, "plugins": [ - "node_modules/better-docs/typescript" + "node_modules/better-docs/typescript", + "plugins/markdown", + "jsdoc-mermaid" ], "source": { "include": ["./src"], "includePattern": "\\.(jsx|js|ts|tsx)$" + }, + "templates": { + "search": true } -} \ No newline at end of file +}