membuat project baru
This commit is contained in:
42
.vitepress/config.js
Normal file
42
.vitepress/config.js
Normal file
@@ -0,0 +1,42 @@
|
||||
import { defineConfig } from 'vitepress'
|
||||
|
||||
// https://vitepress.dev/reference/site-config
|
||||
export default defineConfig({
|
||||
title: "Portal Layanan PNS Kota Magelang",
|
||||
description: "Website Portal Layanan PNS Kota Magelang",
|
||||
themeConfig: {
|
||||
// https://vitepress.dev/reference/default-theme-config
|
||||
nav: [
|
||||
{ text: 'Home', link: '/' },
|
||||
{
|
||||
text: 'Tutorial',
|
||||
items: [
|
||||
{
|
||||
// Title for the section.
|
||||
items: [
|
||||
{ text: 'Roundcube webmail', link: '/roundcube/' },
|
||||
{ text: 'SOGo', link: '/sogo/' },
|
||||
{ text: 'IMAP (Smartphone)', link: '/imap/' },
|
||||
{ text: 'K-9 Mail (Smartphone)', link: '/k-9/' }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{ text: 'Manual Book', link: '/manual-book' },
|
||||
],
|
||||
|
||||
// sidebar: [
|
||||
// {
|
||||
// text: 'Examples',
|
||||
// items: [
|
||||
// { text: 'Markdown Examples', link: '/markdown-examples' },
|
||||
// { text: 'Runtime API Examples', link: '/api-examples' }
|
||||
// ]
|
||||
// }
|
||||
// ],
|
||||
|
||||
// socialLinks: [
|
||||
// { icon: 'twitter', link: 'https://github.com/vuejs/vitepress' }
|
||||
// ]
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user