Skip to content
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

Remap old URLs #79

Closed
raisedadead opened this issue Apr 12, 2024 · 1 comment · Fixed by #135
Closed

Remap old URLs #79

raisedadead opened this issue Apr 12, 2024 · 1 comment · Fixed by #135
Labels
help wanted Extra attention is needed

Comments

@raisedadead
Copy link
Member

raisedadead commented Apr 12, 2024

We need to add a handler for URL scheme between Docsify and Astro:

- /#/how-to-work-on-localized-client-webapp?id=file-structure
+ /how-to-work-on-localized-client-webapp/#file-structure
  • Handle the #/ by removing it.
  • Handle the ?id= query param swapping it with a /#
@raisedadead raisedadead added the help wanted Extra attention is needed label Apr 12, 2024
@a2937
Copy link
Member

a2937 commented Apr 30, 2024

I had an idea on how to do this. I have a local prototype in progress.

https://docs.astro.build/en/guides/endpoints/#redirects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
2 participants