mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Add mermaid diagrams to docs
This commit is contained in:
parent
3c45defeac
commit
e9742e88fd
4 changed files with 131 additions and 18 deletions
|
|
@ -1,7 +1,8 @@
|
|||
import { defineConfig } from "vitepress"
|
||||
//import { defineConfig } from "vitepress"
|
||||
import { withMermaid } from "vitepress-plugin-mermaid";
|
||||
|
||||
// https://vitepress.dev/reference/site-config
|
||||
export default defineConfig({
|
||||
export default withMermaid({
|
||||
title: "Vide",
|
||||
titleTemplate: ":title - A reactive UI library for Luau",
|
||||
description: "A reactive UI library for Luau.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue