🏗️ change doc theme

This commit is contained in:
yanyongyu
2021-12-01 16:28:55 +08:00
parent b92c1a0b33
commit a414406039
111 changed files with 8887 additions and 11998 deletions

12
website/tsconfig.json Normal file
View File

@ -0,0 +1,12 @@
{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@tsconfig/docusaurus/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"types": [
"node",
"@docusaurus/module-type-aliases",
"docusaurus-theme-nonepress"
]
}
}