Feat: add entry for jihu to override discover link
What does this MR do and why?
Background
Jihu needs to replace the link with something else, but right now it is hard-coded so it can not be changed very easily.
Strategy
The current link described on the discover page is hard coded and it is hard to replace it in normal ways, so I extracted it from the template and created a dedicated file for exposing the entry of the link.
In the template, we import from jh
(when Jihu enabled), or ee
(when not a Jihu instance).
/cc @prajnamas @orozot @qk44077907
Describe in detail what your merge request does and why.
Screenshots or screen recordings
These are strongly recommended to assist reviewers and reduce the time to merge your change.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.