docs: added reference for JS Client (#1629)

* added reference for JS Client

* added reference for JS Client

* added reference for JS Client
This commit is contained in:
Shahed Nasser
2022-07-08 18:21:46 +03:00
committed by GitHub
parent 371682b4f7
commit 3b28f46705
357 changed files with 32911 additions and 3 deletions

View File

@@ -45,7 +45,11 @@
"resolve-cwd": "^3.0.0",
"ts-jest": "^26.5.6",
"typedoc": "^0.22.15",
"typedoc-frontmatter-plugin": "link:docs-util/typedoc-plugins/typedoc-frontmatter-plugin",
"typedoc-monorepo-link-types": "^0.0.2",
"typedoc-plugin-markdown": "^3.12.1",
"typedoc-plugin-merge-modules": "^3.1.0",
"typedoc-plugin-reference-excluder": "^1.0.0",
"typeorm": "^0.2.31"
},
"lint-staged": {
@@ -67,6 +71,7 @@
"test:integration:plugins": "jest --config=integration-tests/jest.config.js --projects=integration-tests/plugins",
"test:fixtures": "jest --config=docs-util/jest.config.js --runInBand",
"generate:services": "typedoc --options typedoc.services.js",
"generate:js-client": "typedoc --options typedoc.js-client.js",
"release:snapshot": "changeset publish --no-git-tags --snapshot --tag snapshot"
},
"dependencies": {