There are tons of links in markdown that don't get converted from their internal source format to the actual rendered link. I'm not sure how this is supposed to work, but markdown in the docs is directly copied to the output. This means markdown like page shows up directly as that instead of [page](/docusaurus-root/thing-other) which would be the correct path to the page.
There are tons of links in markdown that don't get converted from their internal source format to the actual rendered link. I'm not sure how this is supposed to work, but markdown in the docs is directly copied to the output. This means markdown like page shows up directly as that instead of
[page](/docusaurus-root/thing-other)which would be the correct path to the page.