mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs: don't generate all sub-package docs for /next (#10916)
This commit is contained in:
@@ -2,25 +2,26 @@
|
|||||||
"extends": "../../api-extractor.json",
|
"extends": "../../api-extractor.json",
|
||||||
"docModel": {
|
"docModel": {
|
||||||
"projectFolderUrl": "https://github.com/discordjs/discord.js/tree/main/packages/next"
|
"projectFolderUrl": "https://github.com/discordjs/discord.js/tree/main/packages/next"
|
||||||
},
|
}
|
||||||
"additionalEntryPoints": [
|
// We probably don't want to generate docs here for these and instead link to the other modules
|
||||||
{ "modulePath": "discord-api-types", "filePath": "<projectFolder>/dist-docs/exports/discord-api-types.d.ts" },
|
// "additionalEntryPoints": [
|
||||||
{ "modulePath": "builders", "filePath": "<projectFolder>/dist-docs/exports/builders.d.ts" },
|
// { "modulePath": "discord-api-types", "filePath": "<projectFolder>/dist-docs/exports/discord-api-types.d.ts" },
|
||||||
{ "modulePath": "collection", "filePath": "<projectFolder>/dist-docs/exports/collection.d.ts" },
|
// { "modulePath": "builders", "filePath": "<projectFolder>/dist-docs/exports/builders.d.ts" },
|
||||||
{ "modulePath": "core", "filePath": "<projectFolder>/dist-docs/exports/core.d.ts" },
|
// { "modulePath": "collection", "filePath": "<projectFolder>/dist-docs/exports/collection.d.ts" },
|
||||||
{ "modulePath": "formatters", "filePath": "<projectFolder>/dist-docs/exports/formatters.d.ts" },
|
// { "modulePath": "core", "filePath": "<projectFolder>/dist-docs/exports/core.d.ts" },
|
||||||
{ "modulePath": "rest", "filePath": "<projectFolder>/dist-docs/exports/rest.d.ts" },
|
// { "modulePath": "formatters", "filePath": "<projectFolder>/dist-docs/exports/formatters.d.ts" },
|
||||||
{ "modulePath": "util", "filePath": "<projectFolder>/dist-docs/exports/util.d.ts" },
|
// { "modulePath": "rest", "filePath": "<projectFolder>/dist-docs/exports/rest.d.ts" },
|
||||||
{ "modulePath": "ws", "filePath": "<projectFolder>/dist-docs/exports/ws.d.ts" }
|
// { "modulePath": "util", "filePath": "<projectFolder>/dist-docs/exports/util.d.ts" },
|
||||||
],
|
// { "modulePath": "ws", "filePath": "<projectFolder>/dist-docs/exports/ws.d.ts" }
|
||||||
"bundledPackages": [
|
// ],
|
||||||
"discord-api-types",
|
// "bundledPackages": [
|
||||||
"@discordjs/builders",
|
// "discord-api-types",
|
||||||
"@discordjs/collection",
|
// "@discordjs/builders",
|
||||||
"@discordjs/core",
|
// "@discordjs/collection",
|
||||||
"@discordjs/formatters",
|
// "@discordjs/core",
|
||||||
"@discordjs/rest",
|
// "@discordjs/formatters",
|
||||||
"@discordjs/util",
|
// "@discordjs/rest",
|
||||||
"@discordjs/ws"
|
// "@discordjs/util",
|
||||||
]
|
// "@discordjs/ws"
|
||||||
|
// ]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user