feat(docs): add docusaurus workspace, initial setup of docs

This commit is contained in:
Amruth Pillai
2022-03-08 23:54:00 +01:00
parent a131bb3652
commit dc4aa0b496
16 changed files with 6184 additions and 177 deletions

View File

@ -1,4 +1,16 @@
dist
.next
__ENV.js
node_modules
# Global
node_modules
# Schema
schema/dist
# Server
server/dist
# Client
client/.next
client/public/__ENV.js
# Docs
docs/build
docs/.docusaurus