Fix typo in version menu definition
Switch value of starlingxdocs_plus_this_version on master to "Latest"

Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: I6aa1a34589a07253a89f6092756a132a5361b82c
This commit is contained in:
Ron Stone
2022-10-17 08:30:50 -04:00
parent 65d77a12fa
commit be1b390e74

View File

@@ -189,6 +189,6 @@ starlingxdocs_plus_project = 'StarlingX'
starlingxdocs_plus_auto_name = False
starlingxdocs_plus_bug_project = 'starlingx'
starlingxdocs_plus_bug_tag = 'stx.docs'
starlingxdocs_plus_this_version = "Version 7.0"
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")]