Replies: 1 comment
-
|
The default behavior is on purpose: we should be able to open a category without navigating it, even if the category is linking to some page. As a user don't you think it's preferable to keep this ability? Now if you want the Nextjs behavior, we don't have a way to do that apart with swizzling, but that could probably be implemented easily (new category sidebar attribute + respective md frontMatter) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I did some testing with actual users on our docs recently, and many of them didn't realize that the "folders" are also articles themselves. When you click the title it opens the article, but when you click the expand arrow it only expands the group.
On the other hand, for example on https://nextjs.org/docs when you click a group where the "folder" itself is also an article, it always opens that article.
Is there any way to achieve this behaviour in Docusaurus?
Beta Was this translation helpful? Give feedback.
All reactions