refactor: перенос docusaurus в корень, так как больше ничего не планируется в этой репе держать

This commit is contained in:
2026-06-16 14:03:23 +03:00
parent 8250d61f56
commit 6d68cd5d23
19 changed files with 26 additions and 25 deletions
+12
View File
@@ -0,0 +1,12 @@
// This file is not used by "docusaurus start/build" commands.
// It is here to improve your IDE experience (type-checking, autocompletion...),
// and can also run the package.json "typecheck" script manually.
{
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"ignoreDeprecations": "6.0",
"strict": true
},
"exclude": [".docusaurus", "build"]
}