feat: Add docs package which uses docusaurus internally

This commit is contained in:
Faruk AYDIN
2021-12-09 17:11:01 +01:00
committed by Ömer Faruk Aydın
parent 95d38b740e
commit cab2d281f3
43 changed files with 5777 additions and 86 deletions

20
packages/docs/.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Dependencies
/node_modules
# Production
/build
# Generated files
.docusaurus
.cache-loader
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*