mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(website): links to builtin documentation not showing in summary (#10267)
This commit is contained in:
@@ -328,7 +328,7 @@ function itemTsDoc(item: DocNode, apiItem: ApiItem) {
|
||||
if (!foundItem && !resolved) {
|
||||
return {
|
||||
kind: DocNodeKind.LinkTag,
|
||||
text: null,
|
||||
text: codeDestination.memberReferences[0]?.memberIdentifier?.identifier ?? null,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user