doc: add v1.0 doc menu to master
Update the /latest documents with a menu choice for the 1.0 release docs. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
83c971221d
commit
38c553b397
|
@ -189,6 +189,7 @@ else:
|
|||
html_context = {
|
||||
'current_version': current_version,
|
||||
'versions': ( ("latest", "/latest/"),
|
||||
("1.0", "/1.0/"),
|
||||
("0.8", "/0.8/"),
|
||||
("0.7", "/0.7/"),
|
||||
("0.6", "/0.6/"),
|
||||
|
|
Loading…
Reference in New Issue