themesberg / flowbite-svelte

Official Svelte components built for Flowbite and Tailwind CSS
https://flowbite-svelte.com
MIT License
2.19k stars 270 forks source link

Button page on docs shows internal error #1212

Open megagames-me opened 9 months ago

megagames-me commented 9 months ago

Describe the bug

When going to the button documentation page, this appears:

Screenshot 2024-01-10 at 7 21 07 PM

Here are the errors in the console:

Screenshot 2024-01-10 at 7 21 36 PM

Seems like a filename changed and it wasn't reflected in the code.

Reproduction

https://flowbite-svelte.com/docs/components/button

Flowbite version and System Info

N/A
jjagielka commented 9 months ago

Proper link is buttons - plural. https://flowbite-svelte.com/docs/components/buttons

I believe the button link comes from the search. This means search db needs to be re-scanned.

jjagielka commented 9 months ago

@shinokada - Algolia search needs re-scan to update the paths

shinokada commented 9 months ago

@zoltanszogyenyi Can you take care of this?