Context
We have a hardcoded base URL for doc links that's used as a base for every doc link reference within the components project.
It's good because it allows us to only change the URL in one place when / if the host changes but we could take this to the next step by allowing the base URL to be customized through env vars.
The system would be exactly the same as assets URL (getAssetUrl helper).