docs: generate documentation with typedoc (#1607)

* docs: generate documentation with typedoc
This commit is contained in:
Nathan Nichols
2021-09-13 14:02:41 -07:00
committed by Mayukha Vadari
parent 1037e0da88
commit b9b32eb3d2
178 changed files with 39768 additions and 10633 deletions

View File

@@ -45,7 +45,6 @@
"buffer": "^6.0.2",
"chai": "^4.3.4",
"crypto-browserify": "^3.12.0",
"doctoc": "^2.0.0",
"ejs": "^3.0.1",
"eslint": "^7.5.0",
"eslint-plugin-array-func": "^3.1.7",
@@ -69,6 +68,7 @@
"stream-http": "3.2.0",
"ts-loader": "^9.2.5",
"ts-node": "^10.2.1",
"typedoc": "^0.21.9",
"typescript": "^4.4.2",
"url": "^0.11.0",
"webpack": "^5.6.0",
@@ -83,8 +83,7 @@
"analyze": "run-s build:web --analyze",
"watch": "run-s build:lib --watch",
"clean": "rm -rf dist",
"doctoc": "doctoc docs/index.md --title '# RippleAPI Reference' --github --maxlevel 2",
"docgen": "node --harmony scripts/build_docs.js",
"docgen": "typedoc ./src/index.ts",
"prepublish": "run-s clean build",
"test": "nyc mocha --config=test/.mocharc.json --exit",
"test:integration": "TS_NODE_PROJECT=tsconfig.build.json nyc mocha ./test/integration/*.ts",