Replies: 1 comment
-
Hello @PlasmaHH, and each of the pages have So in general you have Insiders options that should be easier to configure than customization like:
Apart of those you can use hooks to edit the meta for files based on the You could also implement the logic to set different URLs based on the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
So this might be a bit of a stretch but maybe someone has already done something similar and knows a good way to deal with this situation.
I pull our full documentation together from various git repos and submodules (and symlink those into my main docs somewhere). Now the mkdocs.yml supports only the main repo url, which makes sense since we don't really want mkdocs to know about and deal with git details.
So the question mainly could boil down to "How can I set/influence the repository url on a per directory (tree) base?".
I thought about maybe something with the metadata per page and the actions partial? But then I would have to set the meta data per file, there does not seem to be a way to do it for a whole directory...
Beta Was this translation helpful? Give feedback.
All reactions