You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How would you go about creating a versioning menu switch? Like for example:
URI: https://docs.antora.org/antora/2.3/
UI - the 2.3 version in the upper right corner
The text was updated successfully, but these errors were encountered:
Although the original Antora theme is a documentation theme, my variant is a Hugo theme. As such, there is not a 1-to-1 mapping of each concept from the original Antora theme to the Hugo theme. For example, the styling of blog post categories in the Hugo theme doesn't exist in the original Antora theme doesn because there is no concept of blog post categories in Antora.
I thought about how to map the "versions dropdown" concept from the Antora theme to the Hugo theme. Hugo doesn't have a concept of versioned pages as far as I know, so a direct mapping isn't possible.
One possibility would be to adapt the original "versions dropdown" concept to be a dropdown of available languages for a page, using Hugo's multilingual mode. I think the UI would look quite nice. However, I don't need multilingual mode for my own web site, so I haven't implemented that yet. A pull request to add multilingual support to this Hugo theme, using the UI of the "versions dropdown" from the original Antora theme, would be quite welcome!
Hi,
first of all, thank you for a nice theme!
How would you go about creating a versioning menu switch? Like for example:
URI: https://docs.antora.org/antora/2.3/
UI - the 2.3 version in the upper right corner
The text was updated successfully, but these errors were encountered: