Update docs

This commit is contained in:
aaron 2024-11-03 17:37:41 +00:00
parent f8e84f9f8d
commit 1edcd65166
2 changed files with 1 additions and 8 deletions

View file

@ -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({
@ -10,12 +9,6 @@ export default withMermaid({
base: "/vide/",
head: [["link", { rel: "icon", href: "/vide/logo.svg" }]],
markdown: {
config(md) {
md.use(tabsMarkdownPlugin)
}
},
themeConfig: {
logo: "/logo.svg",

View file

@ -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