docs: Updated links

This commit is contained in:
Ilya Artamonov
2022-12-14 22:53:01 +03:00
parent c5a333eb61
commit 0be359c368
24 changed files with 96 additions and 97 deletions

View File

@@ -64,15 +64,14 @@ function getComponents() {
function getFormComponents() {
return [
{ text: 'Input', link: 'components/input/input.md' },
{ text: 'Input', link: 'components/input' },
]
}
function getUtils() {
return [
{ text: 'Flowbite Themable', link: '/components/flowbiteThemable/flowbiteThemable.md' },
{ text: 'Toast Provider', link: '/components/toastProvider/toastProvider.md' },
{ text: 'PLAYGROUND', link: '/components/PLAYGROUND/PLAYGROUND.md' },
{ text: 'Toast Provider', link: '/components/toastProvider/toastProvider.md' }
]
}