-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
Redux docs next page link not working #1344
Comments
Hey I am new to contributing on github. Can I take this issue ? Or is it taken? |
@alzaar it's yours! I've added an "issue: claimed" label so that others will know not to start work on the issue. If you change your mind about the issue, no worries! Just let me know so that I can remove the label and free it up for someone else to claim. I'll check in with you periodically so that we can keep the task updated with the progress. |
Thanks! Could explain a bit more about the issue? I cloned the repo and am messing around with the code to see how it works. |
Hi @alzaar, I didn't do too much investigation into the bug, but I wrote down what I think could be the cause at the bottom of the issue. Did you manage to reproduce the bug? |
I am going to work on it and see if I can find the bug. But I will keep you posted! |
@alzaar are you working on this? If not I'll be happy to work on it. |
Hey @joybhallaa! Yes I am. I will let you know in case I am not able so you can work on it. |
@alzaar, okay! No problem! |
@alzaar, Still working on it ? I'll free it up now for anyone else who wanted to work on it. Let me know if you are still working on it |
🐛 Bug Report
Docusaurus generates a 404 link in Redux docs.
Have you read the Contributing Guidelines on issues?
Yes
To Reproduce
(Write your steps here:)
Expected behavior
Go to the General page.
(Write what you thought would happen.)
Actual Behavior
404
Reproducible Demo
Go to https://redux.js.org/faq
I think the problem is because the FAQ page has an ambiguous ID that is also a dir within
docs
. If I change theFAQ.md
id tofaq-index
it'll be fine, but the URL will be ugly. Perhaps we should support a field to allow overriding of the URL, instead of just using the front matter id.The text was updated successfully, but these errors were encountered: