-
ContextThis feature would enhance flexibility for projects with content sourced from multiple repositories. DescriptionBy allowing Related links
Use CasesAs mentioned, It would allow for greater flexibility in setting source-specific repository links and edit URIs, enabling per-page and per-directory overrides for projects where documents originate from multiple repositories. VisualsNo response Before submitting
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Thanks for suggesting! Honestly, this is an excellent case for customization via hooks, and will also be compatible with the meta plugin. I'm moving this to a discussion, as this can be solved in 5-10 lines of Python code. |
Beta Was this translation helpful? Give feedback.
-
Thank you! This was very useful. For anyone interested, that's the code of the hook that worked for me:
I had to manually build |
Beta Was this translation helpful? Give feedback.
Thank you! This was very useful. For anyone interested, that's the code of the hook that worked for me:
I had to manually build
page.edit_url
by concatenatingconfig.repo_url
…