1
0
mirror of https://github.com/projectacrn/acrn-hypervisor.git synced 2025-09-03 01:44:55 +00:00

Doc: Add v1.5 release menu choice.

Signed-off-by: Deb Taylor <deb.taylor@intel.com>
This commit is contained in:
Deb Taylor
2019-12-21 10:40:13 -05:00
committed by wenlingz
parent 6fc8aa2151
commit 55975688ad

@@ -186,6 +186,7 @@ else:
html_context = { html_context = {
'current_version': current_version, 'current_version': current_version,
'versions': ( ("latest", "/latest/"), 'versions': ( ("latest", "/latest/"),
("1.5", "/1.5/"),
("1.4", "/1.4/"), ("1.4", "/1.4/"),
("1.3", "/1.3/"), ("1.3", "/1.3/"),
("1.2", "/1.2/"), ("1.2", "/1.2/"),