improve home page

This commit is contained in:
alice 2024-10-28 20:08:31 +01:00
parent 27a2cdcaeb
commit 08d10184fb
6 changed files with 110 additions and 25 deletions

View file

@ -1,6 +1,6 @@
//import { defineConfig } from "vitepress"
import { withMermaid } from "vitepress-plugin-mermaid";
import banner from "vite-plugin-banner"
import { tabsMarkdownPlugin } from 'vitepress-plugin-tabs'
// https://vitepress.dev/reference/site-config
export default withMermaid({
@ -9,6 +9,12 @@ export default withMermaid({
description: "A reactive UI library for Luau.",
base: "/vide/",
head: [["link", { rel: "icon", href: "/vide/logo.svg" }]],
markdown: {
config(md) {
md.use(tabsMarkdownPlugin)
}
},
themeConfig: {
logo: "/logo.svg",