roedoejet / g2p

Grapheme-to-Phoneme transductions that preserve input and output indices, and support cross-lingual g2p!
https://g2p-studio.herokuapp.com
Other
119 stars 26 forks source link

version selector doesn't seem to recognize version aliases #341

Closed roedoejet closed 2 months ago

roedoejet commented 3 months ago

I expected toggles for v2.0.0 and stable as well as latest

joanise commented 3 months ago

Semi fixed, now using the URLs to stable and latest redirects you to v2.0.0 and dev, respectively.

But the selector does not show the aliases.

In an ideal world, I'd want to see this in the selector:

v2.0.0 (stable)
dev (latest)

Just like https://github.com/squidfunk/mkdocs-material/issues/6436 asks for.

joanise commented 2 months ago

Closing this, the aliases work as URLs, and we have no control over displaying the aliases in the selector.