Skip to content

Commit 6e22175

Browse files
dbkindergalak
authored andcommitted
doc: add links to 1.10 docs and release notes
Add link to the 1.10 technical docs to the available tech docs listed in the documentation home page. Add the 1.10 release notes to the list of available release notes in the release notes page. Also update description of where to get Zephyr source code (downloadable archives listed in the GitHub tagged releases page). Signed-off-by: David B. Kinder <[email protected]>
1 parent 8b51b60 commit 6e22175

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

doc/index.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Zephyr Project Documentation
2121
versions are available:
2222

2323
`Zephyr 1.5.0`_ | `Zephyr 1.6.1`_ | `Zephyr 1.7.1`_ | `Zephyr 1.8.0`_ |
24-
`Zephyr 1.9.2`_
24+
`Zephyr 1.9.2`_ | `Zephyr 1.10.0`_
2525

26-
For more information about previous releases, please consult the published
27-
:ref:`zephyr_release_notes`.
26+
For information about the changes and additions for releases, please
27+
consult the published :ref:`zephyr_release_notes` documentation.
2828

2929
The Zephyr OS is provided under the `Apache 2.0 license`_ (as found in
3030
the LICENSE file in the project's `GitHub repo`_). The Zephyr OS also
@@ -63,6 +63,7 @@ Indices and Tables
6363

6464
* :ref:`genindex`
6565

66+
.. _Zephyr 1.10.0: https://www.zephyrproject.org/doc/1.10.0/
6667
.. _Zephyr 1.9.2: https://www.zephyrproject.org/doc/1.9.0/
6768
.. _Zephyr 1.8.0: https://www.zephyrproject.org/doc/1.8.0/
6869
.. _Zephyr 1.7.1: https://www.zephyrproject.org/doc/1.7.0/

doc/release-notes.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,33 @@ Zephyr project is provided as source code and build scripts for different
99
target architectures and configurations, and not as a binary image. Updated
1010
versions of the Zephyr project are released approximately every three-months.
1111

12-
All Zephyr project source code is maintained in a GitHub repository; you can
13-
either download source as a tar.gz file (see the bottom of the GitHub release
14-
notes pages listed below), or use Git clone and checkout commands, such as:
12+
All Zephyr project source code is maintained in a `GitHub repository`_;
13+
you can either download source as a tar.gz file (see the bottom of the
14+
`GitHub tagged releases`_ page corresponding to each release), or use
15+
Git clone and checkout commands, such as:
1516

1617
.. code-block:: shell
1718
1819
git clone https://github.com/zephyrproject-rtos/zephyr
1920
cd zephyr
20-
git checkout tags/v1.9.0
21+
git checkout tags/v1.10.0
2122
2223
2324
The project's technical documentation is also tagged to correspond with a
24-
specific release and can be found at https://www.zephyrproject.org/doc/.
25+
specific release and can be found at https://docs.zephyrproject.org/.
2526

2627
Zephyr Kernel Releases
2728
**********************
2829

2930
.. toctree::
3031
:maxdepth: 1
3132

33+
release-notes-1.10
3234
release-notes-1.9
3335
release-notes-1.8
3436
release-notes-1.7
3537
release-notes-1.6
3638
release-notes-1.5
39+
40+
.. _`GitHub repository`: https://github.com/zephyrproject-rtos/zephyr
41+
.. _`GitHub tagged releases`: https://github.com/zephyrproject-rtos/zephyr/tags

0 commit comments

Comments
 (0)