Skip to content

Commit 5d15ff9

Browse files
pekniscvinayak
authored andcommitted
doc: 2.5.0 post-release doc update
Post release version updates to docs. Signed-off-by: Pekka Niskanen <pekka.niskanen@nordicsemi.no>
1 parent fd11962 commit 5d15ff9

File tree

8 files changed

+10
-8
lines changed

8 files changed

+10
-8
lines changed

doc/nrf/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
project = "nRF Connect SDK"
2929
copyright = "2019-2023, Nordic Semiconductor"
3030
author = "Nordic Semiconductor"
31-
version = release = "2.5.0"
31+
version = release = "2.5.99"
3232

3333
sys.path.insert(0, str(ZEPHYR_BASE / "doc" / "_extensions"))
3434
sys.path.insert(0, str(NRF_BASE / "doc" / "_extensions"))

doc/nrf/protocols/matter/index.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ The |NCS| allows you to develop applications with different versions of Matter,
2020
+--------------------------+-----------------------------------------------------+------------------------+
2121
| nRF Connect SDK version | Matter specification version | `Matter SDK version`_ |
2222
+==========================+=====================================================+========================+
23-
| |release| | :ref:`1.1.0 <ug_matter_overview_dev_model_support>` | 1.1.0.1 |
23+
| v2.5.99 (latest) | :ref:`1.1.0 <ug_matter_overview_dev_model_support>` | 1.1.0.1 |
24+
+--------------------------+ | |
25+
| |release| | | |
2426
+--------------------------+ | |
2527
| v2.4.2 | | |
2628
+--------------------------+ | |

doc/nrf/releases_and_maturity.rst

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ If an issue is found in a release after it has taken place, those issues are lis
2626
releases_and_maturity/release_notes
2727
releases_and_maturity/repository_revisions
2828
releases_and_maturity/software_maturity
29+
releases_and_maturity/known_issues
2930

3031
Migration guides
3132
****************

doc/nrf/releases_and_maturity/known_issues.rst

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
:orphan:
2-
31
.. _known_issues:
42

53
Known issues

doc/nrf/releases_and_maturity/release_notes.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,17 @@ This page is included only in the latest documentation, because it might contain
1010

1111
.. note::
1212
A "99" at the end of the version number of this documentation indicates continuous updates on the main branch since the previous major.minor release.
13-
When looking at this latest documentation, be aware of the following aspect:
13+
When looking at this latest documentation, be aware of the following aspects:
1414

15+
* Changes between releases are tracked on the :ref:`ncs_release_notes_changelog` page, but the main branch might contain additional changes that are not listed on that page.
1516
* The release note pages that are available in the latest documentation might differ slightly from the release notes that were included in the respective |NCS| release at its release date.
1617
Therefore, to see the official version of the release notes for a specific |NCS| release, switch to the documentation for the corresponding |NCS| version using the selector in the upper right-hand corner.
1718

1819
.. toctree::
1920
:maxdepth: 1
2021
:caption: Subpages:
2122

23+
releases/release-notes-changelog
2224
releases/release-notes-2.5.0
2325
releases/release-notes-2.4.2
2426
releases/release-notes-2.4.1

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
:orphan:
2-
31
.. _ncs_release_notes_changelog:
42

53
Changelog for |NCS| v2.5.99

doc/nrfxlib/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
project = "nrfxlib"
2727
copyright = "2019-2023, Nordic Semiconductor"
2828
author = "Nordic Semiconductor"
29-
version = release = "2.5.0"
29+
version = release = "2.5.99"
3030

3131
sys.path.insert(0, str(ZEPHYR_BASE / "doc" / "_extensions"))
3232
sys.path.insert(0, str(NRF_BASE / "doc" / "_extensions"))

doc/versions.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
"2.5.99",
23
"2.5.0",
34
"2.4.2",
45
"2.4.1",

0 commit comments

Comments
 (0)