Documentation of CovenantSQL and related tools, build with Docusaurus.
Update markdown docs in /docs folder, and make sure every doc file has the header
structure as following:
---
id: $doc_id
title: $doc_title
---
Update sidebar from website/sidebars.json:
{
  "docs": {
    "Intro": [ // category name
      "intro" // doc_id
    ],
    ...
    "About": [
      "usecase",
      "qna"
    ]
  }
}
- install yarn
- install node module dependencies cd website && yarn install
- chmod +x ./ship.sh
- ./ship.sh -v $version -u $github_username