Hey! It's me again with the super wacky structure 😅
I've tried finally updating docusaurus/your plugin from some obscure canary version and 2.0.1 of your plugin to latest of both, and this ended up causing lots of issues in the website.
The branch with the updates can be seen here https://github.com/discordjs/discord-api-types/tree/chore/crying-in-docusaurus-updates, with a cd website && npm ci && npm start being enough to start the website.
From what I see, it seems like the plugin is now trying to group all interfaces in one module, even if they've got other entry points.. Is that the issue? If it is, can it be disabled? If that's not the issue, do you have any tips on how to handle this? 🙏
Or do you have any tips on what I could do to help debug this? I would love to help, but I honestly don't know where to start 😓
thanks a lot for the help, and sorry for coming with such wack setups that end up broken 😅
Hey! It's me again with the super wacky structure 😅
I've tried finally updating docusaurus/your plugin from some obscure canary version and 2.0.1 of your plugin to latest of both, and this ended up causing lots of issues in the website.
The branch with the updates can be seen here https://github.com/discordjs/discord-api-types/tree/chore/crying-in-docusaurus-updates, with a
cd website && npm ci && npm startbeing enough to start the website.From what I see, it seems like the plugin is now trying to group all interfaces in one module, even if they've got other entry points.. Is that the issue? If it is, can it be disabled? If that's not the issue, do you have any tips on how to handle this? 🙏
Or do you have any tips on what I could do to help debug this? I would love to help, but I honestly don't know where to start 😓
thanks a lot for the help, and sorry for coming with such wack setups that end up broken 😅