-
-
Notifications
You must be signed in to change notification settings - Fork 58
[FEATURE]: ditch /docs
path
#143
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
Comments
Hey! Can I add this on the website? Would love to contribute to SyntaxUI and get started with this |
sure, all yours. if you have any doubts then please ask me :) |
We should implement this in a way that supports redirects from old urls to maintain backwards compatibility? |
yeah that should definitely be there, maybe you two can collaborate on this one. i think @epoll31 you can lead this one as this is a big change and you have more experience with the codebase of SyntaxUI |
SyntaxUI.-.Stop.coding.from.scratch.Build.faster.Launch.sooner.-.Brave.2024-05-06.11-33-38.mp4Does this work? Or should there be more changes required |
path is wrong, it should be for eg. |
@Ansub for this part:
Do you want In that case we would move the |
The Simple solution for the above can be making docs as (docs) and adding a page to all routes -> Components, animations, effects and hooks where we can say that a user can select a component from the sidebar to view it. as otherwise if no pages.tsx made it will give a 404 error |
basically (docs) can what @vanshavenger suggested then we can have redirections for components, effects, animations eg. “syntaxui.com/components/button”, |
Ya that's basically what I had implemented in the PR :) |
Feature Description 📝
I am thinking of ditching
/docs
pathname,Get Started
will get redirected to/components
page which is basically/docs
atm.Motivation 🌟
Link sharing will become much easier.
docs
makes it appear overly complex, which seems unnecessary.Expected Behavior 🤔
instead of redirection to
https://syntaxui.com/docs
it will behttps://syntaxui.com/components
Additional Information ℹ️
No response
The text was updated successfully, but these errors were encountered: