Some documentations are versioned ([mkdocs-material with mike](https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/?h=mike), for example ) To not have different comments depending to versions, we need to be able to use `my/doc/page` as issue-term instead of `v5.0.1/my/doc/page` Example code to embed: ```html <script src="https://utteranc.es/client.js" repo="megalinter/megalinter" issue-term="pathnameVersion" label="comments" theme="github-light" crossorigin="anonymous" async> </script> ```