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, + } }