From 1edcd6516638b536bbd6d969f08f70a39f9db2e9 Mon Sep 17 00:00:00 2001 From: aaron <83140718+centau@users.noreply.github.com> Date: Sun, 3 Nov 2024 17:37:41 +0000 Subject: [PATCH] Update docs --- docs/.vitepress/config.ts | 7 ------- docs/index.md | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index cde7870..1b30a51 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -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", diff --git a/docs/index.md b/docs/index.md index 21f0227..295d137 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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