mirror of
https://github.com/anatolykopyl/vue-three-d-mockup.git
synced 2026-03-26 12:55:08 +00:00
Added vitepress docs
This commit is contained in:
15
docs/.vitepress/config.js
Normal file
15
docs/.vitepress/config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineConfig } from 'vitepress'
|
||||
|
||||
export default defineConfig({
|
||||
title: 'Vue 3D Mockup',
|
||||
description: '📱 A 3D phone mockup component to showcase your apps',
|
||||
themeConfig: {
|
||||
nav: [
|
||||
{ text: 'Guide', link: '/guide' },
|
||||
{ text: 'Github', link: 'https://github.com/anatolykopyl/vue-three-d-mockup' }
|
||||
],
|
||||
footer: {
|
||||
message: 'Released under the GPL-3.0 license.',
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user