mirror of
https://github.com/Dokploy/website.git
synced 2026-07-27 08:45:35 +02:00
refactor: standardize code formatting and improve readability
- Updated various files to ensure consistent code formatting, including adjusting indentation and spacing. - Refactored components and utility functions for better readability and maintainability. - Removed unnecessary newlines and ensured consistent use of single quotes for strings across the codebase.
This commit is contained in:
@@ -5,13 +5,13 @@ import { createOpenAPI } from "fumadocs-openapi/server";
|
||||
import { attachFile } from "fumadocs-openapi/server";
|
||||
|
||||
export const source = loader({
|
||||
baseUrl: "/docs",
|
||||
source: createMDXSource(docs, meta),
|
||||
// pageTree: {
|
||||
// attachFile,
|
||||
// },
|
||||
baseUrl: "/docs",
|
||||
source: createMDXSource(docs, meta),
|
||||
// pageTree: {
|
||||
// attachFile,
|
||||
// },
|
||||
});
|
||||
|
||||
export const openapi = createOpenAPI({
|
||||
// options
|
||||
// options
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user