feat(website): include reexported members in docs (#10518)

* feat(website): add re-exported members to docs site

* refactor(scripts): rewrite sourceURL for externals

* feat(website): add external badge

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Qjuh
2025-01-09 19:02:28 +00:00
committed by almeidx
co-authored by kodiakhq[bot]
parent d48136bee1
commit aa61c20ffd
4 changed files with 69 additions and 3 deletions
+1
View File
@@ -1,5 +1,6 @@
{
"extends": "../../api-extractor.json",
"bundledPackages": ["discord-api-types"],
"docModel": {
"projectFolderUrl": "https://github.com/discordjs/discord.js/tree/main/packages/core"
}