Merge branch 'main' into bulk-import-components

This commit is contained in:
Alexandr P
2022-07-13 15:40:38 +03:00
committed by GitHub
19 changed files with 952 additions and 257 deletions

View File

@@ -63,9 +63,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'
},
}