We don't actually inject the URL ourselves, we do it through a Docusaurus plugin. Neither the plugin we're using, nor the official one from Docusaurus, supports custom URLs. We'll need to replicate the plugin in our own code, and modify the URL there.
A request from @antantunes:
Due date: Monday, Sept 30.
Implementation details
We don't actually inject the URL ourselves, we do it through a Docusaurus plugin. Neither the plugin we're using, nor the official one from Docusaurus, supports custom URLs. We'll need to replicate the plugin in our own code, and modify the URL there.