Skip to content

Commit 447252e

Browse files
authored
docs: fix 'npm run generate-docs' (cloudevents#398)
Fixes: cloudevents#392 This commit also removes the external doc theme, since the new version generates decent looking docs. After this lands, docs should be published. Signed-off-by: Lance Ball <[email protected]>
1 parent efe466a commit 447252e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@
134134
"superagent": "^6.1.0",
135135
"ts-node": "^8.10.2",
136136
"typedoc": "^0.20.24",
137-
"typedoc-clarity-theme": "~1.1.0",
138137
"typescript": "^3.8.3",
139138
"webpack": "^5.1.1",
140139
"webpack-cli": "^4.0.0"

tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
"node_modules"
2222
],
2323
"typedocOptions": {
24-
"out": "docs",
25-
"mode": "file",
26-
"theme": "node_modules/typedoc-clarity-theme/bin"
24+
"out": "docs"
2725
}
2826
}

0 commit comments

Comments
 (0)