File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 359359 'theme_logo_only' : False ,
360360 'current_version' : version ,
361361 'versions' : ( ("latest" , "/" ),
362+ ("1.13.0" , "/1.13.0/" ),
362363 ("1.12.0" , "/1.12.0/" ),
363364 ("1.11.0" , "/1.11.0/" ),
364365 ("1.10.0" , "/1.10.0/" ),
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ Zephyr Project Documentation
2020 ``http://docs.zephyrproject.org/<version> ``. The following documentation
2121 versions are available:
2222
23- `Zephyr 1.9.2 `_ | `Zephyr 1.10.0 `_ | `Zephyr 1.11.0 `_ | `Zephyr 1.12.0 `_
23+ `Zephyr 1.9.2 `_ | `Zephyr 1.10.0 `_ | `Zephyr 1.11.0 `_ |
24+ `Zephyr 1.12.0 `_ | `Zephyr 1.13.0 `_
2425
2526For information about the changes and additions for releases, please
2627consult the published :ref: `zephyr_release_notes ` documentation.
@@ -66,6 +67,7 @@ Source code for the Zephyr Project is maintained in the Zephyr Project's
6667
6768* :ref: `genindex `
6869
70+ .. _Zephyr 1.13.0 : http://docs.zephyrproject.org/1.13.0/
6971.. _Zephyr 1.12.0 : http://docs.zephyrproject.org/1.12.0/
7072.. _Zephyr 1.11.0 : http://docs.zephyrproject.org/1.11.0/
7173.. _Zephyr 1.10.0 : http://docs.zephyrproject.org/1.10.0/
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Git clone and checkout commands, such as:
1818
1919 git clone https://github.com/zephyrproject-rtos/zephyr
2020 cd zephyr
21- git checkout tags/v1.12 .0
21+ git checkout tags/v1.13 .0
2222
2323
2424 The project's technical documentation is also tagged to correspond with a
@@ -30,6 +30,7 @@ Zephyr Kernel Releases
3030.. toctree ::
3131 :maxdepth: 1
3232
33+ release-notes-1.13
3334 release-notes-1.12
3435 release-notes-1.11
3536 release-notes-1.10
You can’t perform that action at this time.
0 commit comments