chore(website): Cleanup docusaurus setup (#3355)

* Update docusaurus typescript setup for v3

And fix lint-staged and eslint

* Enable automatic JSX runtime

* Remove babel config and dependencies

* update yarn.lock

* add typecheck to site workflow

* update typedoc config

* downgrade docusaurus packages

* Update site.yml

* Type context and options in webpack-docusaurus-plugin.ts

---------

Co-authored-by: Matt Hatcher <3768988+MatthewSH@users.noreply.github.com>
This commit is contained in:
Fleny
2024-02-09 20:34:59 +00:00
committed by GitHub
co-authored by Matt Hatcher
parent 96becc331d
commit f0ac958903
35 changed files with 1101 additions and 675 deletions
+5 -5
View File
@@ -6,8 +6,8 @@
### Modules
- [@discordeno/bot](modules/Bot.md)
- [@discordeno/gateway](modules/Gateway.md)
- [@discordeno/rest](modules/Rest.md)
- [@discordeno/types](modules/Types.md)
- [@discordeno/utils](modules/Utils.md)
- [@discordeno/bot](modules/Bot)
- [@discordeno/gateway](modules/Gateway)
- [@discordeno/rest](modules/Rest)
- [@discordeno/types](modules/Types)
- [@discordeno/utils](modules/Utils)