There is one place left in the ML app where we use doc URLs directly instead of via the doc link service: https://github.com/elastic/kibana/blob/master/x-pack/plugins/ml/common/constants/messages.ts
We need to change the API to just return message IDs (and required metadata) and construct the actual translated messages and possible documentation links on the client side.