Add getting started docs
Lint / lint (push) Successful in 16s

This commit is contained in:
Julien Valverdé
2026-06-08 13:55:16 +02:00
parent 1292b9885a
commit 845aa193ba
39 changed files with 434 additions and 1431 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": "."
"baseUrl": ".",
"ignoreDeprecations": "6.0"
},
"exclude": [".docusaurus", "build"]
}