Added docs folder at the project root. Added build_docs and publish_d… (#105)

Docs sub-directory added to the project.
This commit is contained in:
Kelvin Mwinuka
2024-09-11 01:32:58 +08:00
committed by GitHub
parent 7feae0cc52
commit 206a9fe4e6
170 changed files with 27320 additions and 0 deletions

8
docs/tsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"jsx": "react",
"baseUrl": "."
}
}