diff --git a/bun.lockb b/bun.lockb index 669a69c..949b555 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/example/.vitepress/config.mts b/example/.vitepress/config.mts index f5b6a25..76f8135 100644 --- a/example/.vitepress/config.mts +++ b/example/.vitepress/config.mts @@ -1,36 +1,33 @@ import { defineConfig } from "vitepress"; -import { withMermaid } from "vitepress-plugin-mermaid"; // https://vitepress.dev/reference/site-config -export default withMermaid( - defineConfig({ - title: "Catppuccin", - description: "A VitePress theme", - srcDir: "./src", - themeConfig: { - logo: { - src: "https://github.com/catppuccin/catppuccin/blob/main/assets/logos/exports/1544x1544_circle.png?raw=true", - alt: "Catppuccin logo", - }, - // https://vitepress.dev/reference/default-theme-config - nav: [ - { text: "Home", link: "/" }, - { text: "Install", link: "/install" }, - ], +export default defineConfig({ + title: "Catppuccin", + description: "A VitePress theme", + srcDir: "./src", + themeConfig: { + logo: { + src: "https://github.com/catppuccin/catppuccin/blob/main/assets/logos/exports/1544x1544_circle.png?raw=true", + alt: "Catppuccin logo", + }, + // https://vitepress.dev/reference/default-theme-config + nav: [ + { text: "Home", link: "/" }, + { text: "Install", link: "/install" }, + ], - sidebar: [ - // { - // text: "Examples", - // items: [ - // { text: "Specifications", link: "/specs" }, - // { text: "Style Guide", link: "/style-guide" }, - // { text: "Port Creation", link: "/port-creation" }, - // { text: "Translation table", link: "/translation-table" }, - // ], - // }, - ], + sidebar: [ + // { + // text: "Examples", + // items: [ + // { text: "Specifications", link: "/specs" }, + // { text: "Style Guide", link: "/style-guide" }, + // { text: "Port Creation", link: "/port-creation" }, + // { text: "Translation table", link: "/translation-table" }, + // ], + // }, + ], - socialLinks: [{ icon: "github", link: "https://github.com/42willow/vitepress" }], - }, - }), -); + socialLinks: [{ icon: "github", link: "https://github.com/42willow/vitepress" }], + }, +}) diff --git a/package.json b/package.json index 3b97fde..f4dabc8 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,7 @@ }, "devDependencies": { "@types/bun": "latest", - "mermaid": "^10.9.1", - "vitepress": "^1.2.3", - "vitepress-plugin-mermaid": "^2.0.16" + "vitepress": "^1.2.3" }, "peerDependencies": { "typescript": "^5.0.0"