Started incorporating the docs into the repo

This commit is contained in:
Aria Minaei 2021-09-04 15:44:31 +02:00
parent a3bec04088
commit c189bb2662
17 changed files with 2918 additions and 69 deletions

View file

@ -13,7 +13,9 @@
"test": "jest",
"postinstall": "husky install",
"deploy": "zx devEnv/deploy.mjs",
"lint:all": "eslint . --ext ts,tsx --ignore-path=.gitignore --rulesdir ./devEnv/eslint/rules"
"lint:all": "eslint . --ext ts,tsx --ignore-path=.gitignore --rulesdir ./devEnv/eslint/rules",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"lint-staged": {
"**/*.(t|j)s?(x)": [
@ -47,6 +49,10 @@
"zx": "^2.0.0"
},
"dependencies": {
"node-gyp": "^8.1.0"
"node-gyp": "^8.1.0",
"typedoc": "^0.21.9",
"typedoc-plugin-markdown": "^3.10.4",
"vuepress": "^1.8.2",
"vuepress-plugin-typedoc": "^0.8.2"
}
}