From 7da1156e3efbf4e785f3e56425fe1713e1724d94 Mon Sep 17 00:00:00 2001 From: Vincent Germain Date: Fri, 13 Oct 2023 10:10:40 +0200 Subject: [PATCH 1/2] chore(doc): upgrade typedoc.json --- typedoc.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/typedoc.json b/typedoc.json index aa45a0b8a..9e38a8db9 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, + } } From 36d49b44fc5ec6f2c0d7f0cb7f11c742fa546213 Mon Sep 17 00:00:00 2001 From: Nathanael Demacon Date: Fri, 13 Oct 2023 10:22:41 +0200 Subject: [PATCH 2/2] Update typedoc.json --- typedoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typedoc.json b/typedoc.json index 9e38a8db9..b40d0c60a 100644 --- a/typedoc.json +++ b/typedoc.json @@ -14,5 +14,5 @@ }, "visibilityFilters": { "protected": false, - } + } }