feat: rest docs (#7281)

This commit is contained in:
Jan
2022-01-17 10:56:48 +01:00
committed by GitHub
parent ecf2430f6e
commit 9054f2f7ad
6 changed files with 20 additions and 2 deletions

View 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',
});