init docs

This commit is contained in:
xie7654
2025-07-05 22:22:44 +08:00
parent 18ff652257
commit 2de86a86a6
32 changed files with 1181 additions and 0 deletions

8
docs/tsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": "."
},
"exclude": [".docusaurus", "build"]
}