From 2a20e38218c9d135d03941a00f50881f9adf4864 Mon Sep 17 00:00:00 2001 From: Vincent Germain Date: Fri, 13 Oct 2023 10:22:55 +0200 Subject: [PATCH] chore(doc): upgrade typedoc.json (#929) Co-authored-by: Nathanael Demacon --- typedoc.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/typedoc.json b/typedoc.json index aa45a0b8a..b40d0c60a 100644 --- a/typedoc.json +++ b/typedoc.json @@ -7,5 +7,12 @@ "excludeInternal": true, "excludePrivate": true, "excludeProtected": true, - "readme": "none" + "readme": "none", + "navigationLinks": { + "GitHub Project": "https://github.com/scaleway/scaleway-sdk-js", + "Developers Reference": "https://www.scaleway.com/en/developers/" + }, + "visibilityFilters": { + "protected": false, + } }