mirror of
https://github.com/pterodactyl/documentation.git
synced 2026-05-31 23:42:26 -05:00
9 lines
188 B
TypeScript
9 lines
188 B
TypeScript
import { openapi } from '@/lib/openapi';
|
|
import { createAPIPage } from 'fumadocs-openapi/ui';
|
|
|
|
export const APIPage = createAPIPage(openapi, {
|
|
playground: {
|
|
enabled: false,
|
|
},
|
|
});
|