From fdf6005432c2506ce31f8cae237039dda2f8479d Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 15 Sep 2023 12:59:23 -0700 Subject: [PATCH] add github link to typedocs --- typedoc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/typedoc.json b/typedoc.json index 74ce986..19f60a7 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,5 +1,6 @@ { "navigationLinks": { + "GitHub": "https://github.com/isaacs/node-mkdirp", "isaacs projects": "https://isaacs.github.io/" } }