mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 20:22:46 +00:00
doc: add 2.0 to doc version selector
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
eabb512ded
commit
7dd4061bcc
@ -189,6 +189,7 @@ else:
|
|||||||
html_context = {
|
html_context = {
|
||||||
'current_version': current_version,
|
'current_version': current_version,
|
||||||
'versions': ( ("latest", "/latest/"),
|
'versions': ( ("latest", "/latest/"),
|
||||||
|
("2.0", "/2.0/"),
|
||||||
("1.6.1", "/1.6.1/"),
|
("1.6.1", "/1.6.1/"),
|
||||||
("1.6", "/1.6/"),
|
("1.6", "/1.6/"),
|
||||||
("1.5", "/1.5/"),
|
("1.5", "/1.5/"),
|
||||||
|
Loading…
Reference in New Issue
Block a user