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
When pages(.md) have same content, we can't navigate in these pages which has same content in dev mode.
https://stackblitz.com/edit/github-zbjrsg-bcngzg?file=docs%2Fguide%2Faaa.md,docs%2Fguide%2Fbbb.md
a
b
The b link won't be active and the page is not navigated to b.md at all.
b.md
b link is active and the page is navigated to b.md
System: OS: macOS 12.4 CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Memory: 1.11 GB / 32.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 14.19.3 - ~/Library/Caches/fnm_multishells/46430_1657095997514/bin/node npm: 6.14.17 - ~/Library/Caches/fnm_multishells/46430_1657095997514/bin/npm
I have made an investigate and found it's because the cache key. I'll come up with a PR later.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
When pages(.md) have same content, we can't navigate in these pages which has same content in dev mode.
Reproduction
https://stackblitz.com/edit/github-zbjrsg-bcngzg?file=docs%2Fguide%2Faaa.md,docs%2Fguide%2Fbbb.md
a
in sidebarb
in sidebarThe
b
link won't be active and the page is not navigated tob.md
at all.Expected behavior
b
link is active and the page is navigated tob.md
System Info
Additional context
I have made an investigate and found it's because the cache key. I'll come up with a PR later.
Validations
The text was updated successfully, but these errors were encountered: