Skip to content

Commit f51c45d

Browse files
committed
chore: force typedoc to generate relative symlinks
Signed-off-by: Thorsten Hans <[email protected]>
1 parent f0c96ac commit f51c45d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

typedoc.jsonc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"typedoc-plugin-missing-exports",
88
"@shipgirl/typedoc-plugin-versions"
99
],
10-
"versions": {},
10+
"versions": {
11+
"makeRelativeLinks": true
12+
},
1113
"excludeExternals": true,
1214
"readme": "none",
1315
"out": "./docs"

0 commit comments

Comments
 (0)