Skip to content

Commit a45bef4

Browse files
committed
fix(proxy): add docs script
1 parent 1ba2d2a commit a45bef4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/proxy/scripts/docs.mjs

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { runGenerator } from '@discordjs/ts-docgen';
2+
3+
runGenerator({
4+
existingOutput: 'docs/typedoc-out.json',
5+
custom: 'docs/index.yml',
6+
output: 'docs/docs.json',
7+
});

0 commit comments

Comments
 (0)