mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Update docs
This commit is contained in:
parent
f8e84f9f8d
commit
1edcd65166
2 changed files with 1 additions and 8 deletions
|
|
@ -1,6 +1,5 @@
|
|||
//import { defineConfig } from "vitepress"
|
||||
import { withMermaid } from "vitepress-plugin-mermaid";
|
||||
import { tabsMarkdownPlugin } from "vitepress-plugin-tabs"
|
||||
|
||||
// https://vitepress.dev/reference/site-config
|
||||
export default withMermaid({
|
||||
|
|
@ -9,12 +8,6 @@ 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",
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ hero:
|
|||
src: /logo.svg
|
||||
actions:
|
||||
- theme: brand
|
||||
text: Crash Course
|
||||
text: Tutorials
|
||||
link: /tut/crash-course/1-introduction
|
||||
- theme: alt
|
||||
text: API Reference
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue