Skip to content

redirect from old content #56

New issue

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

Closed
benmccann opened this issue Jul 10, 2024 · 2 comments · Fixed by #72
Closed

redirect from old content #56

benmccann opened this issue Jul 10, 2024 · 2 comments · Fixed by #72

Comments

@benmccann
Copy link
Member

The documentation URLs have changed significantly which will break links in tutorials, stackoverflow, etc. We should rename some of the content back to the old URLs or add redirects to send users to the corresponding new page.

See sveltejs/svelte#12317 for an overview of which URLs have changed

@dummdidumm
Copy link
Member

Not practical to keep the old URLs IMO because it's now docs/[package name]/[section]/[page].
But yeah we should definitely have redirects in place, similar to what we have in the current site

dummdidumm added a commit that referenced this issue Sep 3, 2024
- hash-based onMount for Svelte 3 docs
- inside handle hook for paths from Svelte 4 docs

closes #56
dummdidumm added a commit that referenced this issue Sep 4, 2024
- hash-based onMount for Svelte 3 docs
- inside handle hook for paths from Svelte 4 docs

closes #56
@Leftium
Copy link

Leftium commented Oct 28, 2024

It would be nice if URL fragments from old links redirected to the specific section in new links.

For example in this tutorial there are two links: https://www.leftium.com/userfront-svelte/#userfront-environment-variables

It would be nice if they redirected to these links, instead of the base kit documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants