From 2b8494f15df5f20edfbe817cbaa446350b8f9a84 Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 15 Sep 2023 12:50:58 -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 d56e2a4..c2837ce 100644 --- a/typedoc.json +++ b/typedoc.json @@ -2,6 +2,7 @@ "tsconfig": "./tsconfig/esm.json", "entryPoints": ["./src/**/*.+(ts|tsx|mts|cts)"], "navigationLinks": { + "GitHub": "https://github.com/isaacs/tshy", "isaacs projects": "https://isaacs.github.io/" } }