docs: update (#95)

* docs: update

* docs: update

* docs: update

* docs: add setters

* docs: update

* chore: add typedoc workflow
This commit is contained in:
Wells
2024-02-19 16:58:59 +08:00
committed by GitHub
parent eaff3604f3
commit 63dca2a9b7
30 changed files with 589 additions and 504 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"deploy:site": "yarn workspace website deploy",
"build": "lerna run build",
"build:site": "yarn workspace website build",
"typedoc": "typedoc --options typedoc.json",
"typedoc": "typedoc",
"docs": "yarn typedoc && open docs/index.html",
"test": "jest",
"test:watch": "jest --watch",