mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix: docs /md bug
This commit is contained in:
@@ -39,6 +39,12 @@ for await (let filepath of walk(typedocOutPath)) {
|
||||
|
||||
// Converts ugly names to clean names for example discordeno_types.ActionRow becomes ActionRow
|
||||
const cleanForms = [
|
||||
{ ugly: 'discordeno_bot.md', clean: 'Bot.md'},
|
||||
{ ugly: 'discordeno_client.md', clean: 'Client.md'},
|
||||
{ ugly: 'discordeno_gateway.md', clean: 'Gateway.md'},
|
||||
{ ugly: 'discordeno_rest.md', clean: 'Rest.md'},
|
||||
{ ugly: 'discordeno_types.md', clean: 'Types.md'},
|
||||
{ ugly: 'discordeno_utils.md', clean: 'Utils.md'},
|
||||
{ ugly: 'discordeno_bot.' },
|
||||
{ ugly: 'discordeno_client.' },
|
||||
{ ugly: 'discordeno_gateway.' },
|
||||
|
||||
Reference in New Issue
Block a user