mirror of
https://github.com/centau/vide.git
synced 2026-08-20 23:01:37 +00:00
improve home page
This commit is contained in:
parent
27a2cdcaeb
commit
08d10184fb
6 changed files with 110 additions and 25 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue