We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correction
Hey!
I've noticed that the directory apps/www/** was recently renamed to sites/docs/**, which has resulted in broken links across the site.
apps/www/**
sites/docs/**
This affects the Component Source links on component pages in /docs, as well as the View Code links for examples.
/docs
For instance:
The Component Source button for the Accordion component still leads to https://github.com/huntabyte/shadcn-svelte/tree/main/apps/www/src/lib/registry/default/ui/accordion instead of the correct https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/registry/default/ui/accordion
The Tasks example View Code link still points to https://github.com/huntabyte/shadcn-svelte/tree/main/apps/www/src/routes/(app)/examples/tasks instead of the correct https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/routes/(app)/examples/tasks
Hope it helps
The text was updated successfully, but these errors were encountered:
This is odd... had a look and couldn't find any reference to those links.
[Speculation]: Could it be that these new changes weren't built and deployed, and what we see on https://www.shadcn-svelte.com/docs/components/accordion, is an old deployment?
Sorry, something went wrong.
The correct previews are now live. I believe this can be closed.
No branches or pull requests
Change Type
Correction
Proposed Changes
Hey!
I've noticed that the directory
apps/www/**
was recently renamed tosites/docs/**
, which has resulted in broken links across the site.This affects the Component Source links on component pages in
/docs
, as well as the View Code links for examples.For instance:
The Component Source button for the Accordion component still leads to
https://github.com/huntabyte/shadcn-svelte/tree/main/apps/www/src/lib/registry/default/ui/accordion
instead of the correct
https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/registry/default/ui/accordion
The Tasks example View Code link still points to
https://github.com/huntabyte/shadcn-svelte/tree/main/apps/www/src/routes/(app)/examples/tasks
instead of the correct
https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/routes/(app)/examples/tasks
Hope it helps
The text was updated successfully, but these errors were encountered: