From ed22c06c060a89f02b30d996c0eec032b1781962 Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 15 Sep 2023 12:57:03 -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 74ce9869..da5e888d 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,5 +1,6 @@ { "navigationLinks": { + "GitHub": "https://github.com/isaacs/node-glob", "isaacs projects": "https://isaacs.github.io/" } }