Skip to content

Commit 811c806

Browse files
divipillairlubos
authored andcommitted
doc: post-release doc update for 2.8.0
Standard post-release changes in documentation. Changing version to 2.8.99. Signed-off-by: divya pillai <[email protected]>
1 parent 9598724 commit 811c806

19 files changed

+82
-48
lines changed

doc/nrf/protocols/matter/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ 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-
| |release| | :ref:`1.3.0 <ug_matter_overview_dev_model_support>` | 1.3.0.0 |
26+
| v2.8.99 (latest) | :ref:`1.3.0 <ug_matter_overview_dev_model_support>` | 1.3.0.0 |
27+
+--------------------------+ | |
28+
| |release| | | |
2729
+--------------------------+ | |
2830
| v2.7.0 | | |
2931
+--------------------------+-----------------------------------------------------+------------------------+

doc/nrf/releases_and_maturity.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ If an issue is found in a release after it has taken place, those issues are lis
2828
releases_and_maturity/repository_revisions
2929
releases_and_maturity/software_maturity
3030
releases_and_maturity/abi_compatibility
31+
releases_and_maturity/known_issues

doc/nrf/releases_and_maturity/known_issues.rst

Lines changed: 0 additions & 2 deletions
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/migration/migration_guide_1.x_to_2.x.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
:orphan:
2-
31
.. _ncs_2.0.0_migration:
42

53
Migration notes for |NCS| v2.0.0

doc/nrf/releases_and_maturity/migration/migration_guide_2.4.99-cs3_to_2.6.99-cs2.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
:orphan:
2-
31
.. _migration_cs3_to_2_6_99_cs2:
42

53
Migration notes for |NCS| v2.6.99_cs2 for v2.4.99-cs3 users

doc/nrf/releases_and_maturity/migration/migration_guide_2.5.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
:orphan:
2-
31
.. _migration_2.5:
42

53
Migration guide for |NCS| v2.5.0

doc/nrf/releases_and_maturity/migration/migration_guide_2.6.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
:orphan:
2-
31
.. _migration_2.6:
42

53
Migration guide for |NCS| v2.6.0

doc/nrf/releases_and_maturity/migration/migration_guide_2.7.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
:orphan:
2-
31
.. _migration_2.7:
42

53
Migration guide for |NCS| v2.7.0

doc/nrf/releases_and_maturity/migration/migration_guide_2.8.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
:orphan:
2-
31
.. _migration_2.8:
42

53
Migration guide for |NCS| v2.8.0
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
.. _migration_2.9:
2+
3+
Migration guide for |NCS| v2.9.0 (Working draft)
4+
################################################
5+
6+
.. contents::
7+
:local:
8+
:depth: 3
9+
10+
This document describes the changes required or recommended when migrating your application from |NCS| v2.8.0 to |NCS| v2.9.0.
11+
12+
.. HOWTO
13+
14+
Add changes in the following format:
15+
16+
Component (for example, application, sample or libraries)
17+
*********************************************************
18+
19+
.. toggle::
20+
21+
* Change1 and description
22+
* Change2 and description
23+
24+
.. _migration_2.9_required:
25+
26+
Required changes
27+
****************
28+
29+
The following changes are mandatory to make your application work in the same way as in previous releases.
30+
31+
Samples and applications
32+
========================
33+
34+
This section describes the changes related to samples and applications.
35+
36+
|no_changes_yet_note|
37+
38+
Libraries
39+
=========
40+
41+
This section describes the changes related to libraries.
42+
43+
|no_changes_yet_note|
44+
45+
.. _migration_2.9_recommended:
46+
47+
Recommended changes
48+
*******************
49+
50+
The following changes are recommended for your application to work optimally after the migration.
51+
52+
Samples and applications
53+
========================
54+
55+
This section describes the changes related to samples and applications.
56+
57+
|no_changes_yet_note|
58+
59+
Libraries
60+
=========
61+
62+
This section describes the changes related to libraries.
63+
64+
|no_changes_yet_note|

0 commit comments

Comments
 (0)