mirror of
https://github.com/dathere/ckanaction.git
synced 2026-07-05 17:12:19 +00:00
docs(build): update dependencies and use pnpm
This commit is contained in:
parent
aed973683f
commit
1947c2f5eb
141 changed files with 6255 additions and 1775 deletions
|
|
@ -1,8 +1,10 @@
|
|||
import { generateFiles } from 'fumadocs-openapi';
|
||||
import { openapi } from '@/lib/openapi';
|
||||
import { createOpenAPI } from 'fumadocs-openapi/server';
|
||||
|
||||
void generateFiles({
|
||||
input: openapi,
|
||||
input: createOpenAPI({
|
||||
input: ["./lib/openapi.yml"],
|
||||
}),
|
||||
output: './content/docs',
|
||||
// we recommend to enable it
|
||||
// make sure your endpoint description doesn't break MDX syntax.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue