⬆️ Docs: 更新 docusaurus 3.10 (#4121)

This commit is contained in:
StarHeart
2026-07-18 16:10:51 +08:00
committed by GitHub
parent 05f8b84cd1
commit 226782b422
16 changed files with 15857 additions and 12201 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
"noUnusedParameters": false,
"importsNotUsedAsValues": "remove",
// This is important. We run `yarn tsc` in website so we can catch issues
// This is important. We run `pnpm tsc` in website so we can catch issues
// with our declaration files (mostly names that are forgotten to be
// imported, invalid semantics...). Because we don't have end-to-end type
// tests, removing this would make things much harder to catch.