mirror of
https://github.com/Dokploy/website.git
synced 2026-07-15 10:55:25 +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:
@@ -1,7 +1,7 @@
|
||||
import { defineConfig, defineDocs } from "fumadocs-mdx/config";
|
||||
|
||||
export const { docs, meta } = defineDocs({
|
||||
dir: "content/docs",
|
||||
dir: "content/docs",
|
||||
});
|
||||
|
||||
export default defineConfig();
|
||||
|
||||
Reference in New Issue
Block a user