mirror of
https://github.com/Dokploy/website.git
synced 2026-07-19 04:45:24 +02:00
feat: migration to fumadocs 14
This commit is contained in:
21
apps/docs-v2/tailwind.config.js
Normal file
21
apps/docs-v2/tailwind.config.js
Normal file
@@ -0,0 +1,21 @@
|
||||
import { createPreset } from "fumadocs-ui/tailwind-plugin";
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
"./components/**/*.{ts,tsx}",
|
||||
"./app/**/*.{ts,tsx}",
|
||||
"./content/**/*.{md,mdx}",
|
||||
"./mdx-components.{ts,tsx}",
|
||||
"./node_modules/fumadocs-ui/dist/**/*.js",
|
||||
"./node_modules/fumadocs-openapi/dist/**/*.js",
|
||||
],
|
||||
darkMode: "class",
|
||||
presets: [
|
||||
createPreset({
|
||||
// preset: 'neutral',
|
||||
layoutWidth: 1400,
|
||||
addGlobalColors: true,
|
||||
}),
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user