From 603fb849f381d004f230c107931431dc8bd38f6b Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 29 Nov 2022 22:23:24 +0000 Subject: [PATCH] add explanation of JSDoc usage to ADR --- specs/adrs/112922-doccumentation-jsdoc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/adrs/112922-doccumentation-jsdoc.md b/specs/adrs/112922-doccumentation-jsdoc.md index a7e92df..5d2be4c 100644 --- a/specs/adrs/112922-doccumentation-jsdoc.md +++ b/specs/adrs/112922-doccumentation-jsdoc.md @@ -14,4 +14,4 @@ ## Decision Outcome -Chosen Option: JSDoc \ No newline at end of file +Chosen Option: JSDoc. Will run by generating docs in /source/docs/ before publishing /source/ so users can enter the URI /docs/ to see documentation. \ No newline at end of file