Branch test


Signed-off-by: Elisamara Aoki Goncalves <elisamaraaoki.goncalves@windriver.com>
Change-Id: I786c4356f5af40258139b58a67fc300ee1062c65
This commit is contained in:
Elisamara Aoki Goncalves 2022-09-08 11:14:19 -03:00
parent 5a6fafb127
commit 722197e9e9
2 changed files with 2 additions and 4 deletions

View File

@ -17,12 +17,10 @@ if (page === 'verified-commercial-hardware.html') {
// Strings
document.body.innerHTML = document.body.innerHTML.replace(/Studio Cloud Version/g, 'StarlingX Version');
document.body.innerHTML = document.body.innerHTML.replace(/21.05/g, '5.0');
document.body.innerHTML = document.body.innerHTML.replace(/21.12/g, '6.0');
document.body.innerHTML = document.body.innerHTML.replace(/22.06/g, '7.0');
document.body.innerHTML = document.body.innerHTML.replace(/WRCP 22.06/g, 'StarlingX 7.0');
document.body.innerHTML = document.body.innerHTML.replace(/WRCP 21.12/g, 'StarlingX 6.0');
document.body.innerHTML = document.body.innerHTML.replace(/WRCP 21.05/g, 'StarlingX 5.0');
document.body.innerHTML = document.body.innerHTML.replace(/Patch \d+/g, '');
}

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 = "latest"
starlingxdocs_plus_this_version = "Version 7.0"
# starlingxdocs_plus_other_versions = [("even later","even-later"),("sooner","sooner")]
starlingxdocs_plus_other_versions = [("Version 7.0","r/stx.7.0"),("Version 6.0","r/stx.6.0"),("Version 5.0","r/stx.5.0")]
starlingxdocs_plus_other_versions = [("Version 6.0","r/stx.6.0")]