Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
centau committed Nov 3, 2024
1 parent f8e84f9 commit 1edcd65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -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({
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1edcd65

Please sign in to comment.