Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Update doc versions for 2.9.0 release #19447

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ add_docset(tfm "2.1.0")
#-------------------------------------------------------------------------------
# docset: matter

add_docset(matter "1.3.0")
add_docset(matter "1.4.0")

#-------------------------------------------------------------------------------
# docset: nrfxlib
Expand Down
4 changes: 2 additions & 2 deletions doc/nrf/dev_model_and_contributions/adding_code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ This is demonstrated by the following code, that would be placed somewhere in yo
- name: nrf
repo-path: sdk-nrf
remote: ncs
revision: 2.8.0
revision: 2.9.0
import: true
self:
path: application
Expand All @@ -189,7 +189,7 @@ For example:
projects:
- name: nrf
remote: ncs
revision: 2.8.0
revision: 2.9.0
import: true
# Example for how to override a repository in the nRF Connect SDK with your own:
- name: mcuboot
Expand Down
4 changes: 2 additions & 2 deletions doc/nrf/protocols/matter/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ For a full list of |NCS| and Matter versions, view the following table:
+--------------------------+-----------------------------------------------------+------------------------+
| nRF Connect SDK version | Matter specification version | Matter SDK version |
+==========================+=====================================================+========================+
| v2.8.99 (latest) | :ref:`1.4.0 <ug_matter_overview_dev_model_support>` | 1.4.0.0 |
| |release| | :ref:`1.4.0 <ug_matter_overview_dev_model_support>` | 1.4.0.0 |
richabp marked this conversation as resolved.
Show resolved Hide resolved
+--------------------------+-----------------------------------------------------+------------------------+
| |release| | :ref:`1.3.0 <ug_matter_overview_dev_model_support>` | 1.3.0.0 |
| v2.8.0 | :ref:`1.3.0 <ug_matter_overview_dev_model_support>` | 1.3.0.0 |
+--------------------------+ | |
| v2.7.0 | | |
+--------------------------+-----------------------------------------------------+------------------------+
Expand Down
6 changes: 3 additions & 3 deletions doc/nrf/shortcuts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

.. ### Versions

.. |release| replace:: v2.8.0
.. |release_tt| replace:: ``v2.8.0``
.. |release_number_tt| replace:: ``2.8.0``
.. |release| replace:: v2.9.0
.. |release_tt| replace:: ``v2.9.0``
.. |release_number_tt| replace:: ``2.9.0``

.. |jlink_ver| replace:: v7.94i
.. |jlink_ver_vsc| replace:: v7.94i
Expand Down
2 changes: 1 addition & 1 deletion doc/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
"2.8.99",
"2.9.0",
"2.8.0",
"2.8.0-preview1",
"2.7.99-cs2",
Expand Down
Loading