Initial docusaurus

This commit is contained in:
2024-10-01 01:01:59 +00:00
parent 100a3d4948
commit 338600605a
133 changed files with 19832 additions and 4188 deletions

7
tsconfig.json Normal file
View File

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