PX4-user_guide icon indicating copy to clipboard operation
PX4-user_guide copied to clipboard

Anchor link does not expand side menu

Open elpiel opened this issue 4 years ago • 3 comments

When opening a link with anchor, e.g. https://docs.px4.io/master/en/simulation/#sitl-simulation-environment

The side menu doesn't expand on the Development -> Simulation

elpiel avatar Nov 30 '20 08:11 elpiel

The same happens here. Thanks for the feedback @elpiel . We recently changed our documentation build tools so it's "normal" that we have these issues. So it's good when people point them up.

RicardoM17 avatar Nov 30 '20 17:11 RicardoM17

No problems, looks nice and it's understandable to have some wrinkles to iron :wink:

elpiel avatar Nov 30 '20 19:11 elpiel

It isn't anchors, it is particular pages.

Basically a "leaf" at the end of a tree works:

  • https://docs.px4.io/master/en/modules/modules_command.html#dyn
  • https://docs.px4.io/master/en/concept/flight_modes.html#flight-mode-summary
  • https://docs.px4.io/master/en/flight_stack/controller_diagrams.html#multicopter-control-architecture
  • https://docs.px4.io/master/en/debug/consoles.html#system-console-vs-shells

But any group does not open:

  • https://docs.px4.io/master/en/debug/consoles.html#system-console-vs-shells
  • https://docs.px4.io/master/en/concept/architecture.html#high-level-software-architecture
  • https://docs.px4.io/master/en/modules/modules_main.html#categories

Raising defect report in Vuepress: https://github.com/vuejs/vuepress/issues/2724

hamishwillee avatar Dec 02 '20 01:12 hamishwillee