You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you open a page then the sidebar should expand to display that page.
What is actually happening?
However only pages that are bottom level links are opened. Pages that are groups are not opened.
Other relevant information
This is reproducable on builds in windows and in ubuntu.
This particular project is built from root in the normal way - ie yarn docs:dev. It is not relevant to this problem, but the tree is built dynamically from a file named SUMMARY.md using .vuepress/get_sidebar.js
Can be reproduced in Windows and Ubuntu builds.
Output of npx vuepress info in my VuePress project:
Note, provided none of your groups have links (because children work properly). This however forces a kind of ugly interaction where you have to structure like this:
Some Group
About Some Group (Topic)
The things in the group)
Bug report
Steps to reproduce
Open any of these links:
Note that the sidebar does not open to the current page in these cases - it remains "unexpanded". That is because these are sidebar groups.
Note that any item which is a link (not a group) - e.g. a child node with no children - then the page does open to the link - see https://docs.px4.io/master/en/modules/modules_command.html#dyn
Problem Repo: https://github.com/PX4/PX4-user_guide
What is expected?
If you open a page then the sidebar should expand to display that page.
What is actually happening?
However only pages that are bottom level links are opened. Pages that are groups are not opened.
Other relevant information
This is reproducable on builds in windows and in ubuntu.
This particular project is built from root in the normal way - ie
yarn docs:dev
. It is not relevant to this problem, but the tree is built dynamically from a file named SUMMARY.md using .vuepress/get_sidebar.jsCan be reproduced in Windows and Ubuntu builds.
npx vuepress info
in my VuePress project:The text was updated successfully, but these errors were encountered: