-
I'm trying to setup mike for versioning a little project and am encoutnering some issues getting the version dropdown to work. When not hovering over the link, there is an arrow there, but when I actually attempt to select a different version, the arrow disappears and there is no dropdown at all. The last deploy command run was Clearly I'm doing something wrong, but I'm unsure what. Any help would be appreciated. Docs Link: https://stumpylog.github.io/gotenberg-client/latest/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You've specified your versions backwards here. The primary version goes first, and then any aliases go after that. Here, you've actually created a version named |
Beta Was this translation helpful? Give feedback.
You've specified your versions backwards here. The primary version goes first, and then any aliases go after that. Here, you've actually created a version named
latest
with an alias of0.6.0
. In some other invocation, you've likely done the same but for 0.5 so now you have one version namedlatest
with two aliases: https://github.com/stumpylog/gotenberg-client/blob/gh-pages/versions.json