fix: docs /md bug

This commit is contained in:
Skillz
2023-02-28 13:59:46 -06:00
parent ba6ece8b8a
commit 1bc79deb18
4 changed files with 22 additions and 7 deletions
+6
View File
@@ -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.' },