Fix version menu

Latest seems to require a match in list of available
branches. Adding.

Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: I2cbac1f62dabd0e661b265deba2b604c01fc9821
This commit is contained in:
Ron Stone 2022-11-03 06:43:00 -04:00
parent f466c33764
commit 8972c8884b

View File

@ -191,4 +191,4 @@ starlingxdocs_plus_bug_project = 'starlingx'
starlingxdocs_plus_bug_tag = 'stx.docs'
starlingxdocs_plus_this_version = "Latest"
# starlingxdocs_plus_other_versions = [("even later","even-later"),("sooner","sooner")]
starlingxdocs_plus_other_versions = [("Version 6.0","r/stx.6.0"),("Version 7.0","r/stx.7.0")]
starlingxdocs_plus_other_versions = [("Version 6.0","r/stx.6.0"),("Version 7.0","r/stx.7.0"),("Latest","master")]