refactor: rename docs to dev-docs (#5487)

This commit is contained in:
Aakansha Doshi
2022-07-26 16:55:25 +05:30
committed by GitHub
parent 2b049b4a65
commit 966ca2ffa6
26 changed files with 0 additions and 0 deletions

7
dev-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": "."
}
}