added documentation

This commit is contained in:
afonya 2025-06-17 17:31:59 +02:00
parent 94669c9443
commit db1794d82e
Signed by: afonya
GPG key ID: EBB9C4CAFAAFB2DC
18 changed files with 18365 additions and 1 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"]
}