Skip to content

Commit f57d296

Browse files
committed
Document all of the api, instead of just corev1Api
1 parent d8ce9e9 commit f57d296

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"watch": "tsc --watch",
2323
"test": "nyc mocha",
2424
"prepare": "npm run build",
25-
"docs": "typedoc src/gen/api/coreV1Api.ts"
25+
"docs": "typedoc src/gen/api"
2626
},
2727
"nyc": {
2828
"include": [

typedoc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"mode": "file",
3-
"out": "docs",
4-
"excludeExternals": true
3+
"out": "docs"
54
}

0 commit comments

Comments
 (0)