Code of Conduct
AI Policy
Is your feature request related to a problem? Please describe.
Coding harnesses will sometimes try to use mix usage_rules.search_docs for Oban Pro which the docs for it are served by https://oban.pro/docs/pro/. It seems like searching docs can only be done against hex and therefore returns 404 for the following mix usage_rules.search_docs "rate_limit partition" -p oban_pro.
Describe the solution you'd like
Ability to query other hex doc servers if possible.
Describe alternatives you've considered
No response
Additional context
No response
Code of Conduct
AI Policy
Is your feature request related to a problem? Please describe.
Coding harnesses will sometimes try to use
mix usage_rules.search_docsfor Oban Pro which the docs for it are served by https://oban.pro/docs/pro/. It seems like searching docs can only be done against hex and therefore returns 404 for the followingmix usage_rules.search_docs "rate_limit partition" -p oban_pro.Describe the solution you'd like
Ability to query other hex doc servers if possible.
Describe alternatives you've considered
No response
Additional context
No response