mirror of
https://github.com/Dokploy/website.git
synced 2026-06-19 14:15:23 +02:00
- Enhanced API documentation with new MDX files and improved structure. - Updated OpenAPI specifications to reflect recent changes and added new components. - Refined global CSS and layout configurations for better styling and user experience. - Added various images and icons to enrich the visual aspects of the documentation. - Updated package dependencies to ensure compatibility with the latest features.
8 lines
243 B
TypeScript
8 lines
243 B
TypeScript
import { source } from '@/lib/source';
|
|
import { createFromSource } from 'fumadocs-core/search/server';
|
|
|
|
export const { GET } = createFromSource(source, {
|
|
// https://docs.orama.com/docs/orama-js/supported-languages
|
|
language: 'english',
|
|
});
|