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
version_menu = "Releases"
# Add your release versions here
[[params.versions]]
version = "master"
url = "https://kurator.dev"
[[params.versions]]
version = "v0.5"
url = "https://v0-5.kurator.dev"
[[params.versions]]
version = "v0.4"
url = "https://v0-4.kurator.dev"
However, we face a challenge as the older version websites (such as https://v0-4.kurator.dev/) do not currently exist. Therefore, it is necessary to create and add websites for the older documentation versions, aligning with each released branch.
This version menu just offer a button to switch to another subdomain. If we already have the orlder version site, user can switch to their desired document version in this way.
What would you like to be added:
part of #215
Why is this needed:
Currently, we are considering implementing a version menu in our documentation to enable users to switch to their desired document version.
The method for adding a version menu is detailed in the Docsy documentation on versioning:
(see https://www.docsy.dev/docs/adding-content/versioning/)
However, we face a challenge as the older version websites (such as https://v0-4.kurator.dev/) do not currently exist. Therefore, it is necessary to create and add websites for the older documentation versions, aligning with each released branch.
This concept is inspired by the versioning system used on the https://github.com/kubeflow/website
The text was updated successfully, but these errors were encountered: