diff --git a/doc/source/_static/js/hw.js b/doc/source/_static/js/hw.js index 0f210e8f8..82f97d01c 100644 --- a/doc/source/_static/js/hw.js +++ b/doc/source/_static/js/hw.js @@ -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, ''); } diff --git a/doc/source/conf.py b/doc/source/conf.py index 89ed81099..7ecf6816b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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")]