release: adding 2.0.0 doc link
Add 2.0.0 release to the list and remove the last release. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
07d750efb3
commit
9f7d4bc475
1 changed files with 1 additions and 1 deletions
|
@ -525,11 +525,11 @@ html_context = {
|
||||||
'theme_logo_only': False,
|
'theme_logo_only': False,
|
||||||
'current_version': version,
|
'current_version': version,
|
||||||
'versions': ( ("latest", "/"),
|
'versions': ( ("latest", "/"),
|
||||||
|
("2.0.0", "/2.0.0/"),
|
||||||
("1.14.0", "/1.14.0/"),
|
("1.14.0", "/1.14.0/"),
|
||||||
("1.13.0", "/1.13.0/"),
|
("1.13.0", "/1.13.0/"),
|
||||||
("1.12.0", "/1.12.0/"),
|
("1.12.0", "/1.12.0/"),
|
||||||
("1.11.0", "/1.11.0/"),
|
("1.11.0", "/1.11.0/"),
|
||||||
("1.10.0", "/1.10.0/"),
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue