mirror of
https://github.com/dathere/ckanaction.git
synced 2025-12-19 08:49:26 +00:00
build: update dependencies and fumadocs
This commit is contained in:
parent
100165ec29
commit
fd5ebf4af0
144 changed files with 301 additions and 431 deletions
7
docs/components/api-page.tsx
Normal file
7
docs/components/api-page.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { createAPIPage } from "fumadocs-openapi/ui";
|
||||
import client from "@/components/api-page.client";
|
||||
import { openapi } from "@/lib/openapi";
|
||||
|
||||
export const APIPage = createAPIPage(openapi, {
|
||||
client,
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue