From 4dc218cfad02a9eaaeefcdb5b96abdc7c0db8592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Sz=C5=91gy=C3=A9nyi?= Date: Mon, 19 Sep 2022 18:42:15 +0300 Subject: [PATCH 1/2] Update to SEO friendly titles. --- docs/components/accordion/accordion.md | 2 +- docs/components/alert/alert.md | 2 +- docs/components/avatar/avatar.md | 2 +- docs/components/badge/badge.md | 2 +- docs/components/breadcrumb/breadcrumb.md | 2 +- docs/components/button/button.md | 6 +- docs/components/buttonGroup/buttonGroup.md | 2 +- docs/components/card/card.md | 2 +- docs/components/carousel/carousel.md | 2 +- docs/components/dropdown/dropdown.md | 4 +- .../flowbiteThemable/flowbiteThemable.md | 2 +- docs/components/footer/footer.md | 2 +- docs/components/input/input.md | 2 +- docs/components/listGroup/listGroup.md | 2 +- docs/components/modal/modal.md | 2 +- docs/components/navbar/navbar.md | 2 +- docs/components/pagination/pagination.md | 2 +- docs/components/progress/progress.md | 2 +- docs/components/rating/rating.md | 2 +- docs/components/sidebar/sidebar.md | 2 +- docs/components/spinner/spinner.md | 2 +- docs/components/table/table.md | 2 +- docs/components/tabs/tabs.md | 2 +- docs/components/timeline/timeline.md | 2 +- docs/components/toast/toast.md | 2 +- .../components/toastProvider/toastProvider.md | 2 +- docs/components/tooltip/tooltip.md | 2 +- package-lock.json | 5104 ++++++++++++++++- 28 files changed, 5125 insertions(+), 39 deletions(-) diff --git a/docs/components/accordion/accordion.md b/docs/components/accordion/accordion.md index 63f2650..3ed9fa6 100644 --- a/docs/components/accordion/accordion.md +++ b/docs/components/accordion/accordion.md @@ -1,7 +1,7 @@ -# Accordion +# Vue Accordion Component - Flowbite ```vue -# Alert +# Vue Alert Component - Flowbite #### Show contextual information to your users using alert elements based on Tailwind CSS diff --git a/docs/components/avatar/avatar.md b/docs/components/avatar/avatar.md index a1b8a7f..9a65c1e 100644 --- a/docs/components/avatar/avatar.md +++ b/docs/components/avatar/avatar.md @@ -10,7 +10,7 @@ import AvatarPlaceholderExample from './examples/AvatarPlaceholderExample.vue' import AvatarPlaceholderInitialsExample from './examples/AvatarPlaceholderInitialsExample.vue' -# Avatar +# Vue Avatar Component - Flowbite Use the avatar component to show a visual representation of a user profile using an image element or SVG object based on multiple styles and sizes ## Default avatar diff --git a/docs/components/badge/badge.md b/docs/components/badge/badge.md index 5ba67ce..9cf1905 100644 --- a/docs/components/badge/badge.md +++ b/docs/components/badge/badge.md @@ -5,7 +5,7 @@ import BadgeLinksExample from './examples/BadgeLinksExample.vue' import BadgeIconsExample from './examples/BadgeIconsExample.vue' import BadgeOnlyIconsExample from './examples/BadgeOnlyIconsExample.vue' -# Badge +# Vue Badge Component - Flowbite #### Use Tailwind CSS badges as elements to show counts or labels separately or inside other components --- diff --git a/docs/components/breadcrumb/breadcrumb.md b/docs/components/breadcrumb/breadcrumb.md index ed78a57..4127852 100644 --- a/docs/components/breadcrumb/breadcrumb.md +++ b/docs/components/breadcrumb/breadcrumb.md @@ -3,7 +3,7 @@ import BreadcrumbExample from './examples/BreadcrumbExample.vue' import BreadcrumbSolidExample from './examples/BreadcrumbSolidExample.vue' import BreadcrumbCustomIconsExample from './examples/BreadcrumbCustomIconsExample.vue' -# Breadcrumb +# Vue Breadcrumb Component - Flowbite The breadcrumb component is an important part of any website or application that can be used to show the current location of a page in a hierarchical structure of pages. Flowbite includes two styles of breadcrumb elements, one that has a transparent background and a few more that come with a background in different colors. diff --git a/docs/components/button/button.md b/docs/components/button/button.md index a70a0d6..dadc71f 100644 --- a/docs/components/button/button.md +++ b/docs/components/button/button.md @@ -15,7 +15,7 @@ import ButtonDisabledExample from './examples/ButtonDisabledExample.vue'; import ButtonLoadingExample from './examples/ButtonLoadingExample.vue'; -# Button +# Vue Button Component - Flowbite #### Use the button component inside forms, as links, social login, payment options with support for multiple styles, colors, sizes, gradients, and shadows @@ -412,7 +412,7 @@ import { Button } from 'flowbite-vue' diff --git a/docs/components/buttonGroup/buttonGroup.md b/docs/components/buttonGroup/buttonGroup.md index 7296465..54ad533 100644 --- a/docs/components/buttonGroup/buttonGroup.md +++ b/docs/components/buttonGroup/buttonGroup.md @@ -3,7 +3,7 @@ import ButtonGroupBasicExample from './examples/ButtonGroupBasicExample.vue'; import ButtonGroupIconExample from './examples/ButtonGroupIconExample.vue'; -# Button Group +# Vue Button Group Component - Flowbite #### Button groups are a Tailwind CSS powered set of buttons sticked together in a horizontal line diff --git a/docs/components/card/card.md b/docs/components/card/card.md index 0bb9b88..16af53f 100644 --- a/docs/components/card/card.md +++ b/docs/components/card/card.md @@ -1,7 +1,7 @@ -# Card +# Vue Card Components - Flowbite ```vue -# Carousel +# Vue Carousel Component - Flowbite ```vue -# Dropdown +# Vue Dropdown Component - Flowbite #### Get started with the dropdown component to show a list of menu items when clicking on the trigger element based on multiple layouts, styles, and placements @@ -32,7 +32,7 @@ import { Dropdown } from 'flowbite-vue' diff --git a/docs/components/flowbiteThemable/flowbiteThemable.md b/docs/components/flowbiteThemable/flowbiteThemable.md index 34482d3..1a1288d 100644 --- a/docs/components/flowbiteThemable/flowbiteThemable.md +++ b/docs/components/flowbiteThemable/flowbiteThemable.md @@ -6,7 +6,7 @@ import FlowbiteThemableDropdownExample from './examples/dropdown/FlowbiteThemabl import FlowbiteThemableButtonExample from './examples/button/FlowbiteThemableButtonExample.vue'; -# Flowbite Themable +# Vue Themable Configuration - Flowbite You can use this wrapper for styling components with no color prop(like tabs, dropdown etc.) diff --git a/docs/components/footer/footer.md b/docs/components/footer/footer.md index 5874ef0..897328a 100644 --- a/docs/components/footer/footer.md +++ b/docs/components/footer/footer.md @@ -1,7 +1,7 @@ -# Footer +# Vue Footer Component - Flowbite ```vue -# Input +# Vue Input Components - Flowbite #### Get started with a collection of input fields built with Tailwind CSS to start accepting data from the user based on multiple sizes, variants, and input types diff --git a/docs/components/listGroup/listGroup.md b/docs/components/listGroup/listGroup.md index 2d5aea4..6793a10 100644 --- a/docs/components/listGroup/listGroup.md +++ b/docs/components/listGroup/listGroup.md @@ -5,7 +5,7 @@ import ListGroupHoverIconExample from './examples/ListGroupHoverIconExample.vue' import ListGroupHoverIconDisabledExample from './examples/ListGroupHoverIconDisabledExample.vue' -# ListGroup +# Vue List Group Component - Flowbite #### Use the list group component to display a series of items, buttons or links inside a single element diff --git a/docs/components/modal/modal.md b/docs/components/modal/modal.md index ec6568b..3314dd5 100644 --- a/docs/components/modal/modal.md +++ b/docs/components/modal/modal.md @@ -1,7 +1,7 @@ -# Modal +# Vue Modal Component - Flowbite ```vue -# Navbar +# Vue Navbar Component - Flowbite ```vue -# Pagination +# Vue Pagination Component - Flowbite ```vue -# Progress +# Vue Progress Bar Component - Flowbite ```vue -# Rating +# Vue Rating Component - Flowbite ```vue -# Sidebar +# Vue Sidebar Component - Flowbite ```vue -# Spinner +# Vue Spinner Component - Flowbite #### Use the spinner component as a loader indicator in your projects when fetching data based on an animated SVG using the utility classes from Tailwind CSS diff --git a/docs/components/table/table.md b/docs/components/table/table.md index e88f195..1ed74e5 100644 --- a/docs/components/table/table.md +++ b/docs/components/table/table.md @@ -1,7 +1,7 @@ -# Table +# Vue Table Component - Flowbite ```vue -# Tabs +# Vue Tabs Component - Flowbite #### Use these responsive tabs components to create a secondary navigational hierarchy for your website or toggle content inside a container diff --git a/docs/components/timeline/timeline.md b/docs/components/timeline/timeline.md index 72523a3..8d552d7 100644 --- a/docs/components/timeline/timeline.md +++ b/docs/components/timeline/timeline.md @@ -1,7 +1,7 @@ -# Timeline +# Vue Timeline Component - Flowbite ```vue -# Toast +# Vue Toast Component - Flowbite #### Push notifications to your users using the toast component and choose from multiple sizes, colors, styles, and positions diff --git a/docs/components/toastProvider/toastProvider.md b/docs/components/toastProvider/toastProvider.md index 0b1be30..667812f 100644 --- a/docs/components/toastProvider/toastProvider.md +++ b/docs/components/toastProvider/toastProvider.md @@ -1,6 +1,6 @@ -# Toast provider +# Vue Toast Provider - Flowbite diff --git a/docs/components/tooltip/tooltip.md b/docs/components/tooltip/tooltip.md index 1666216..608372b 100644 --- a/docs/components/tooltip/tooltip.md +++ b/docs/components/tooltip/tooltip.md @@ -1,7 +1,7 @@ -# Tooltip +# Vue Tooltip Component - Flowbite ```vue