From 4acb72518325cb8955f1598e719442f1d6347b56 Mon Sep 17 00:00:00 2001 From: Mayank Kumar Chaudhari Date: Wed, 1 May 2024 08:59:58 +0530 Subject: [PATCH] Add navlink --- lib/r18gs/typedoc.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/r18gs/typedoc.config.js b/lib/r18gs/typedoc.config.js index 972a2eaf..251486be 100644 --- a/lib/r18gs/typedoc.config.js +++ b/lib/r18gs/typedoc.config.js @@ -10,7 +10,7 @@ module.exports = { hideGenerator: true, githubPages: false, navigationLinks: { - "Getting Started": "./md-docs/1.getting-started.md", + GitHub: "https://github.com/react18-tools/react18-global-store", }, plugin: [ "typedoc-plugin-mdn-links",