feat: docs logo

This commit is contained in:
Alexandr
2022-07-11 19:17:12 +03:00
parent 61e734f0d9
commit 1216a535b3
6 changed files with 311 additions and 4 deletions

View File

@@ -44,9 +44,13 @@ function getUtils() {
* https://github.com/vuejs/vitepress/blob/master/docs/.vitepress/config.js
*/
export default {
title: 'Flowbite Vue 3 Components',
title: 'Flowbite Vue 3',
head: [
['link', { rel: "icon", type: "image/svg", href: "../assets/logo.svg"}],
],
themeConfig: {
docsDir: 'docs',
sidebar: buildSidebar(),
logo: '../assets/logo.svg'
},
}