refactor: rename folder v2 and delete old docs

This commit is contained in:
Mauricio Siu
2024-11-09 23:40:18 -06:00
parent 6904d2d663
commit 86020f3af8
390 changed files with 1274 additions and 71353 deletions

View File

@@ -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,
}),
],
};