Added i18n and some base pages

This commit is contained in:
hhh
2024-01-10 18:32:28 +02:00
commit dc802647aa
28 changed files with 15428 additions and 0 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": "."
}
}