mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
refactor: rename folder v2 and delete old docs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { createPreset, presets } from "fumadocs-ui/tailwind-plugin";
|
||||
import { createPreset } from "fumadocs-ui/tailwind-plugin";
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
@@ -8,24 +8,14 @@ export default {
|
||||
"./content/**/*.{md,mdx}",
|
||||
"./mdx-components.{ts,tsx}",
|
||||
"./node_modules/fumadocs-ui/dist/**/*.js",
|
||||
"./node_modules/fumadocs-openapi/dist/**/*.js",
|
||||
],
|
||||
darkMode: "class",
|
||||
presets: [
|
||||
createPreset({
|
||||
preset: {
|
||||
...presets.default,
|
||||
dark: {
|
||||
...presets.default.dark,
|
||||
background: "0 0% 2%",
|
||||
foreground: "0 0% 98%",
|
||||
popover: "0 0% 4%",
|
||||
card: "0 0% 4%",
|
||||
muted: "0 0% 8%",
|
||||
border: "0 0% 14%",
|
||||
accent: "0 0% 15%",
|
||||
"accent-foreground": "0 0% 100%",
|
||||
"muted-foreground": "0 0% 60%",
|
||||
},
|
||||
},
|
||||
// preset: 'neutral',
|
||||
layoutWidth: 1400,
|
||||
addGlobalColors: true,
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user