Skip to content

Commit 88735ae

Browse files
authored
Merge pull request #2216 from kubernetes-client/max/2209
docs: correct directory and set entryPointStrategy
2 parents 95b099e + 3c7bc0c commit 88735ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"test-transpiled": "mocha --no-config dist",
3131
"prepare": "npm run build && husky",
3232
"prepack": "npm run build",
33-
"docs": "typedoc src/gen/api"
33+
"docs": "typedoc src/gen/apis"
3434
},
3535
"c8": {
3636
"include": [

typedoc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"out": "docs"
2+
"out": "docs",
3+
"entryPointStrategy": "expand"
34
}

0 commit comments

Comments
 (0)