We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba2d2a commit a45bef4Copy full SHA for a45bef4
packages/proxy/scripts/docs.mjs
@@ -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