mirror of https://github.com/vuejs/vitepress
parent
2af6731524
commit
b96566c950
@ -1,28 +0,0 @@
|
|||||||
import { defineConfig } from 'vitepress'
|
|
||||||
|
|
||||||
// https://vitepress.vuejs.org/config/app-config
|
|
||||||
export default defineConfig({
|
|
||||||
title: <%= title %>,
|
|
||||||
description: <%= description %><% if (defaultTheme) { %>,
|
|
||||||
themeConfig: {
|
|
||||||
// https://vitepress.vuejs.org/config/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' }
|
|
||||||
]
|
|
||||||
}<% } %>
|
|
||||||
})
|
|
Loading…
Reference in new issue