Skip to content

Commit

Permalink
update vitepress config
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Oct 16, 2024
1 parent ef137fa commit 8930b46
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions site/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,18 @@ import { defineConfig } from 'vitepress'

// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "My Awesome Project",
description: "A VitePress Site",
title: "Dooit",
description: "Documentation for Dooit",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
{ text: 'Examples', link: '/markdown-examples' }
],

sidebar: [
{
text: 'Examples',
items: [
{ text: 'Markdown Examples', link: '/markdown-examples' },
{ text: 'Runtime API Examples', link: '/api-examples' }
]
}
],

socialLinks: [
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
{ icon: 'github', link: 'https://github.com/kraanzu/dooit' }
]
}
})

0 comments on commit 8930b46

Please sign in to comment.