Skip to content

Commit db275f3

Browse files
committed
Update typedoc config with router and external links
1 parent f4aa7c2 commit db275f3

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

typedoc.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"propertyMembersFormat": "table",
2424
"typeDeclarationFormat": "table",
2525
"excludeScopesInPaths": true,
26-
"outputFileStrategy": "members",
26+
"router": "member",
2727
"formatWithPrettier": true,
2828
"cleanOutputDir": true,
2929
"headings": {
@@ -39,5 +39,10 @@
3939
"name": "markdown",
4040
"path": "./apps/web/src/app/(docs)/docs/api-reference"
4141
}
42-
]
42+
],
43+
"externalSymbolLinkMappings": {
44+
"typescript": {
45+
"PromiseLike": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise#thenables"
46+
}
47+
}
4348
}

0 commit comments

Comments
 (0)