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 <david.b.kinder@intel.com>
This commit is contained in:
parent
8b51b60634
commit
6e22175a62
2 changed files with 14 additions and 8 deletions
|
@ -21,10 +21,10 @@ Zephyr Project Documentation
|
||||||
versions are available:
|
versions are available:
|
||||||
|
|
||||||
`Zephyr 1.5.0`_ | `Zephyr 1.6.1`_ | `Zephyr 1.7.1`_ | `Zephyr 1.8.0`_ |
|
`Zephyr 1.5.0`_ | `Zephyr 1.6.1`_ | `Zephyr 1.7.1`_ | `Zephyr 1.8.0`_ |
|
||||||
`Zephyr 1.9.2`_
|
`Zephyr 1.9.2`_ | `Zephyr 1.10.0`_
|
||||||
|
|
||||||
For more information about previous releases, please consult the published
|
For information about the changes and additions for releases, please
|
||||||
:ref:`zephyr_release_notes`.
|
consult the published :ref:`zephyr_release_notes` documentation.
|
||||||
|
|
||||||
The Zephyr OS is provided under the `Apache 2.0 license`_ (as found in
|
The Zephyr OS is provided under the `Apache 2.0 license`_ (as found in
|
||||||
the LICENSE file in the project's `GitHub repo`_). The Zephyr OS also
|
the LICENSE file in the project's `GitHub repo`_). The Zephyr OS also
|
||||||
|
@ -63,6 +63,7 @@ Indices and Tables
|
||||||
|
|
||||||
* :ref:`genindex`
|
* :ref:`genindex`
|
||||||
|
|
||||||
|
.. _Zephyr 1.10.0: https://www.zephyrproject.org/doc/1.10.0/
|
||||||
.. _Zephyr 1.9.2: https://www.zephyrproject.org/doc/1.9.0/
|
.. _Zephyr 1.9.2: https://www.zephyrproject.org/doc/1.9.0/
|
||||||
.. _Zephyr 1.8.0: https://www.zephyrproject.org/doc/1.8.0/
|
.. _Zephyr 1.8.0: https://www.zephyrproject.org/doc/1.8.0/
|
||||||
.. _Zephyr 1.7.1: https://www.zephyrproject.org/doc/1.7.0/
|
.. _Zephyr 1.7.1: https://www.zephyrproject.org/doc/1.7.0/
|
||||||
|
|
|
@ -9,19 +9,20 @@ Zephyr project is provided as source code and build scripts for different
|
||||||
target architectures and configurations, and not as a binary image. Updated
|
target architectures and configurations, and not as a binary image. Updated
|
||||||
versions of the Zephyr project are released approximately every three-months.
|
versions of the Zephyr project are released approximately every three-months.
|
||||||
|
|
||||||
All Zephyr project source code is maintained in a GitHub repository; you can
|
All Zephyr project source code is maintained in a `GitHub repository`_;
|
||||||
either download source as a tar.gz file (see the bottom of the GitHub release
|
you can either download source as a tar.gz file (see the bottom of the
|
||||||
notes pages listed below), or use Git clone and checkout commands, such as:
|
`GitHub tagged releases`_ page corresponding to each release), or use
|
||||||
|
Git clone and checkout commands, such as:
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
git clone https://github.com/zephyrproject-rtos/zephyr
|
git clone https://github.com/zephyrproject-rtos/zephyr
|
||||||
cd zephyr
|
cd zephyr
|
||||||
git checkout tags/v1.9.0
|
git checkout tags/v1.10.0
|
||||||
|
|
||||||
|
|
||||||
The project's technical documentation is also tagged to correspond with a
|
The project's technical documentation is also tagged to correspond with a
|
||||||
specific release and can be found at https://www.zephyrproject.org/doc/.
|
specific release and can be found at https://docs.zephyrproject.org/.
|
||||||
|
|
||||||
Zephyr Kernel Releases
|
Zephyr Kernel Releases
|
||||||
**********************
|
**********************
|
||||||
|
@ -29,8 +30,12 @@ Zephyr Kernel Releases
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
|
release-notes-1.10
|
||||||
release-notes-1.9
|
release-notes-1.9
|
||||||
release-notes-1.8
|
release-notes-1.8
|
||||||
release-notes-1.7
|
release-notes-1.7
|
||||||
release-notes-1.6
|
release-notes-1.6
|
||||||
release-notes-1.5
|
release-notes-1.5
|
||||||
|
|
||||||
|
.. _`GitHub repository`: https://github.com/zephyrproject-rtos/zephyr
|
||||||
|
.. _`GitHub tagged releases`: https://github.com/zephyrproject-rtos/zephyr/tags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue