I would like to host a docusaurus bundle next to a another website. Linking from docusaurus does not easily allow this. You need to now the absolute url, there is no way to specific a relative url path, because react router is intercepting them.
Please provide more flexibility's to manages this. Maybe a blacklist of relative path react router is ignoring, or the possibility to define a sidebar/navbar link with a dynamic baseUrl resolution, since the url target is not always known beforehand.