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 { defineConfig } from "vitepress"
|
||||||
import { withMermaid } from "vitepress-plugin-mermaid";
|
import { withMermaid } from "vitepress-plugin-mermaid";
|
||||||
import { tabsMarkdownPlugin } from "vitepress-plugin-tabs"
|
|
||||||
|
|
||||||
// https://vitepress.dev/reference/site-config
|
// https://vitepress.dev/reference/site-config
|
||||||
export default withMermaid({
|
export default withMermaid({
|
||||||
|
|
@ -9,12 +8,6 @@ export default withMermaid({
|
||||||
description: "A reactive UI library for Luau.",
|
description: "A reactive UI library for Luau.",
|
||||||
base: "/vide/",
|
base: "/vide/",
|
||||||
head: [["link", { rel: "icon", href: "/vide/logo.svg" }]],
|
head: [["link", { rel: "icon", href: "/vide/logo.svg" }]],
|
||||||
|
|
||||||
markdown: {
|
|
||||||
config(md) {
|
|
||||||
md.use(tabsMarkdownPlugin)
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
logo: "/logo.svg",
|
logo: "/logo.svg",
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ hero:
|
||||||
src: /logo.svg
|
src: /logo.svg
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
text: Crash Course
|
text: Tutorials
|
||||||
link: /tut/crash-course/1-introduction
|
link: /tut/crash-course/1-introduction
|
||||||
- theme: alt
|
- theme: alt
|
||||||
text: API Reference
|
text: API Reference
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue