Skip to content

Commit

Permalink
fix(proxy): add docs script
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Jun 4, 2022
1 parent 1ba2d2a commit a45bef4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/proxy/scripts/docs.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { runGenerator } from '@discordjs/ts-docgen';

runGenerator({
existingOutput: 'docs/typedoc-out.json',
custom: 'docs/index.yml',
output: 'docs/docs.json',
});

0 comments on commit a45bef4

Please sign in to comment.