From 22af79a115dc549322021237c61754584496dd03 Mon Sep 17 00:00:00 2001 From: peppidesu Date: Sat, 29 Jun 2024 21:39:05 +0200 Subject: [PATCH] docs: exclude readme in doc build (#25) --- typedoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typedoc.json b/typedoc.json index 26994e3..71456f7 100644 --- a/typedoc.json +++ b/typedoc.json @@ -8,7 +8,7 @@ "React hooks": 2 }, "out": "./docs", - "readme": "./README.md", + "readme": "none", "excludeInternal": true, "navigationLinks": { "GitHub": "https://github.com/PolarExpress/graphpolaris-vis-api" // TODO: set this to GitLab after migration.