Add mermaid diagrams to docs

This commit is contained in:
Aaron Smith 2023-09-21 19:15:32 +01:00
parent 3c45defeac
commit e9742e88fd
4 changed files with 131 additions and 18 deletions

View file

@ -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.",