mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
fix(proxy): add docs script
This commit is contained in:
7
packages/proxy/scripts/docs.mjs
Normal file
7
packages/proxy/scripts/docs.mjs
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
import { runGenerator } from '@discordjs/ts-docgen';
|
||||||
|
|
||||||
|
runGenerator({
|
||||||
|
existingOutput: 'docs/typedoc-out.json',
|
||||||
|
custom: 'docs/index.yml',
|
||||||
|
output: 'docs/docs.json',
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user