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

Mandarin docs and crodin docs do not match up.

Open rzzuozuo opened this issue 4 years ago • 1 comments

Mandarin docs:https://docs.px4.io/master/zh/flight_modes/

Some additional HTML code has been added here: 1629249051(1)

image

The same issue appears in Korean documents

rzzuozuo avatar Aug 18 '21 01:08 rzzuozuo

Thanks for posting.

This is probably not going to be fixed (at least soon)

  • The original source looks like this: https://raw.githubusercontent.com/PX4/PX4-user_guide/master/en/flight_modes/README.md
  • The translated source looks like this: https://raw.githubusercontent.com/PX4/PX4-user_guide/master/zh/flight_modes/README.md

Both are valid HTML, but Vuepress is rendering extra stuff in the output. I have raised a bug against them here: https://github.com/vuejs/vuepress/issues/2914

This might also be done by turning the page into markdown. However that has its own problems (e.g. with bullets etc).

hamishwillee avatar Aug 18 '21 04:08 hamishwillee