Skip to content

Commit

Permalink
updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wmews-hw committed Feb 26, 2020
1 parent 8c643dc commit c32b7ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
17 changes: 7 additions & 10 deletions .esdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,16 @@
"source": "./src",
"destination": "./docs",
"excludes": ["examples/"],
"title": "Hyperwallet REST SDK",
"test": {
"type": "mocha",
"source": "./test"
},
"plugins": [
{
"name": "esdoc-importpath-plugin",
"name": "esdoc-standard-plugin",
"option": {
"replaces": [
{"from": "^src/", "to": "lib/"}
]
"brand": {
"title": "Hyperwallet REST SDK",
"repository": "https://github.com/hyperwallet/node-sdk",
"site": "http://www.hyperwallet.com"
}
}
}
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"coveralls": "^3.0.2",
"dirty-chai": "^1.2.2",
"esdoc": "^1.1.0",
"esdoc-importpath-plugin": "0.0.1",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.8.0",
Expand Down

0 comments on commit c32b7ae

Please sign in to comment.