Skip to content

Commit 2a20e38

Browse files
chore(doc): upgrade typedoc.json (#929)
Co-authored-by: Nathanael Demacon <ndemacon@scaleway.com>
1 parent f88e38d commit 2a20e38

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

typedoc.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,12 @@
77
"excludeInternal": true,
88
"excludePrivate": true,
99
"excludeProtected": true,
10-
"readme": "none"
10+
"readme": "none",
11+
"navigationLinks": {
12+
"GitHub Project": "https://github.com/scaleway/scaleway-sdk-js",
13+
"Developers Reference": "https://www.scaleway.com/en/developers/"
14+
},
15+
"visibilityFilters": {
16+
"protected": false,
17+
}
1118
}

0 commit comments

Comments
 (0)