feat: docs

This commit is contained in:
Alexandr
2022-07-23 13:46:46 +03:00
parent 7afd92b7ec
commit d28902cbbf
4 changed files with 71 additions and 10 deletions

View File

@@ -2,7 +2,8 @@ function buildSidebar() {
return [
{
items: [
{ text: 'Home', link: '/' }
{ text: 'Home', link: '/' },
{ text: 'Quickstart', link: '/pages/getting-started' },
],
},
{
@@ -64,13 +65,12 @@ function getUtils() {
*/
export default {
title: 'Flowbite Vue 3',
outDir: '../public_html',
head: [
['link', { rel: "icon", type: "image/svg", href: "../assets/logo.svg"}],
['link', { rel: "icon", type: "image/svg", href: "/assets/logo.svg"}],
],
themeConfig: {
docsDir: 'docs',
sidebar: buildSidebar(),
logo: '../assets/logo.svg'
logo: '/assets/logo.svg'
},
}