Install Docusaurus

This commit is contained in:
Félix Malfait
2023-04-19 10:47:23 +02:00
parent 5560476ea0
commit 167426e41c
41 changed files with 14166 additions and 0 deletions

7
docs/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": "@tsconfig/docusaurus/tsconfig.json",
"compilerOptions": {
"baseUrl": "."
}
}