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,5 +0,0 @@
|
|||
"use client";
|
||||
import { defineClientConfig } from "fumadocs-openapi/ui/client";
|
||||
|
||||
export default defineClientConfig({
|
||||
});
|
||||
|
|
@ -1,7 +1,4 @@
|
|||
import { createAPIPage } from "fumadocs-openapi/ui";
|
||||
import client from "@/components/api-page.client";
|
||||
import { openapi } from "@/lib/openapi";
|
||||
"use client";
|
||||
import { createOpenAPIPage } from "fumadocs-openapi/ui";
|
||||
|
||||
export const APIPage = createAPIPage(openapi, {
|
||||
client,
|
||||
});
|
||||
export const OpenAPIPage = createOpenAPIPage({});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue