Update version picker in R6 branch
Update conf.py in R6 branch to enable R6 version selection. Update project name to indicate R6 docs. Update main index page to fix link to R6 ISO. Change-Id: Iafb2f7359826e4165625e23a46a323a9e79e3ab2 Signed-off-by: MCamp859 <maryx.camp@intel.com>
This commit is contained in:
@@ -20,7 +20,7 @@ sys.path.insert(0,os.path.abspath('_themes'))
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
project = u'StarlingX'
|
||||
project = u'StarlingX R6.0'
|
||||
copyright = '2018, StarlingX'
|
||||
author = 'StarlingX'
|
||||
|
||||
@@ -178,6 +178,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 = "r/stx.6.0"
|
||||
# starlingxdocs_plus_other_versions = [("even later","even-later"),("sooner","sooner")]
|
||||
starlingxdocs_plus_other_versions = [("Version 5.0","r/stx.5.0")]
|
||||
starlingxdocs_plus_other_versions = [("r/stx.5.0","r/stx.5.0"),("Latest","/")]
|
||||
|
||||
@@ -9,7 +9,7 @@ everything needed to deploy an edge cloud on one, two, or up to 100 servers.
|
||||
|
||||
* See the :ref:`release-notes`.
|
||||
* Download the `R6.0 StarlingX ISO image
|
||||
<http://mirror.starlingx.cengn.ca/mirror/starlingx/release/6.0/centos/flock/outputs/>`_
|
||||
<http://mirror.starlingx.cengn.ca/mirror/starlingx/release/6.0.0/centos/flock/outputs/>`_
|
||||
from the CENGN StarlingX mirror.
|
||||
|
||||
For more information about the StarlingX project, refer to the
|
||||
|
||||
Reference in New Issue
Block a user