Skip to content

Commit bf7ac77

Browse files
richabpcarlescufi
authored andcommitted
doc: Update doc versions for 3.0.0 release
Updated doc versions for 3.0.0 release. NCSDK-32648 Signed-off-by: Richa Pandey <[email protected]>
1 parent 65c74b7 commit bf7ac77

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

doc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ add_doxygen_docset(nrfx ${ZEPHYR_HAL_NORDIC_MODULE_DIR} "" STANDALONE)
323323
#-------------------------------------------------------------------------------
324324
# docset: tfm
325325

326-
add_docset(tfm "2.1.0")
326+
add_docset(tfm "2.1.1")
327327

328328
#-------------------------------------------------------------------------------
329329
# docset: matter

doc/nrf/dev_model_and_contributions/adding_code.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ This is demonstrated by the following code, that would be placed somewhere in yo
162162
- name: nrf
163163
repo-path: sdk-nrf
164164
remote: ncs
165-
revision: 2.9.0-nRF54H20-1
165+
revision: 3.0.0
166166
import: true
167167
self:
168168
path: application
@@ -189,7 +189,7 @@ For example:
189189
projects:
190190
- name: nrf
191191
remote: ncs
192-
revision: 2.9.0-nRF54H20-1
192+
revision: 3.0.0
193193
import: true
194194
# Example for how to override a repository in the nRF Connect SDK with your own:
195195
- name: mcuboot

doc/nrf/protocols/matter/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For a full list of |NCS| and Matter versions, view the following table:
2323
+--------------------------+-----------------------------------------------------+------------------------+
2424
| nRF Connect SDK version | Matter specification version | Matter SDK version |
2525
+==========================+=====================================================+========================+
26-
| v2.9.99 (latest) | :ref:`1.4.1 <ug_matter_overview_dev_model_support>` | 1.4.1.0 |
26+
| |release| | :ref:`1.4.1 <ug_matter_overview_dev_model_support>` | 1.4.1.0 |
2727
+--------------------------+-----------------------------------------------------+------------------------+
2828
| v2.9.1 | :ref:`1.4.0 <ug_matter_overview_dev_model_support>` | 1.4.0.0 |
2929
+--------------------------+ | |

doc/nrf/shortcuts.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
.. ### Versions
44

5-
.. |release| replace:: v2.9.0-nRF54H20-1
6-
.. |release_tt| replace:: ``v2.9.0-nRF54H20-1``
7-
.. |release_number_tt| replace:: ``2.9.0-nRF54H20-1``
5+
.. |release| replace:: v3.0.0
6+
.. |release_tt| replace:: ``v3.0.0``
7+
.. |release_number_tt| replace:: ``3.0.0``
88

99
.. |jlink_ver| replace:: v8.18
1010

doc/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
"2.9.99",
2+
"3.0.0",
33
"3.0.0-preview2",
44
"3.0.0-preview1",
55
"2.9.1",

0 commit comments

Comments
 (0)