We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc31f3a commit 2bf5fa1Copy full SHA for 2bf5fa1
apps/docs/src/utils/docgen.mjs
@@ -0,0 +1,8 @@
1
+import { createDocumentation } from 'typedoc-nextra';
2
+
3
+await createDocumentation({
4
+ input: [`${process.cwd()}/../../packages/handler/src/index.ts`],
5
+ output: `${process.cwd()}/src/pages/docs/api`,
6
+ tsconfigPath: `${process.cwd()}/../../packages/handler/tsconfig-base.json`,
7
+ markdown: true,
8
+});
0 commit comments