I do love the power of open source.
We use Facebooks docusaurus to generate our site documentation and it seems useful to have code tabs showing the relevant snippets for each applicable language, given Pact is multi language.
This feature request we made back in Mar has just got merged and will make our code snippets dreamier
https://github.com/facebook/docusaurus/issues/7008#issue-1181303022
As we should be able to link to a specific doc page, and then drill down to the relevant code section for the language you need.
So we could re-use the same url for say consumer version selectors in each repo passing a language param, and it takes you to exactly what you need, code wise, with all the generic preamble that surrounds the feature but isn’t worth duplicating in each repos respective readmes