From 7ea471612cbf5f40a95040acbb433d9c329257b8 Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 15 Sep 2023 12:59: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 92e10e7..09a2933 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,5 +1,6 @@ { "navigationLinks": { + "GitHub": "https://github.com/isaacs/node-lru-cache", "isaacs projects": "https://isaacs.github.io/", "benchmark summary": "https://isaacs.github.io/node-lru-cache/benchmark/", "benchmark details": "https://isaacs.github.io/node-lru-cache/benchmark/results/"