Added documentation

This commit is contained in:
Karthik KK
2025-04-22 18:07:42 +12:00
parent cd70b3550f
commit 5d0f4b5b4b
46 changed files with 19310 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"]
}