Skip to content

Commit 67f8e33

Browse files
divipillairlubos
authored andcommittedOct 24, 2024
doc: doc updates for release 2.8.0-preview1
doc updates for release 2.8.0-preview1. Also, added missing changelog entries for the 2.8 release. Signed-off-by: divya pillai <divya.pillai@nordicsemi.no>
1 parent 3d8484c commit 67f8e33

20 files changed

+237
-172
lines changed
 

‎doc/nrf/index.rst

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
Introduction
55
############
66

7+
.. important::
8+
9+
|NCS| v2.8.0-preview1 is a development tag used for development purposes but is not recommended to use in a production environment.
10+
This tag may be replaced by a release in the future.
11+
712
The |NCS| is a modern, unified software development kit for building low-power wireless applications based on the Nordic Semiconductor nRF52, nRF53, nRF54, nRF70, and nRF91 Series wireless devices.
813
It supports :ref:`Microsoft Windows, Linux, and macOS <requirements>` for development.
914

‎doc/nrf/links.txt

+1
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@
548548
.. _`LwM2M carrier library changelog for v1.9.0`: https://docs.nordicsemi.com/bundle/ncs-1.9.0/page/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.html
549549

550550

551+
.. _`Migration guide for nRF Connect SDK v2.8.0`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_guide_2.8.html
551552
.. _`Migration guide for nRF Connect SDK v2.7.0`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_guide_2.7.html
552553
.. _`Migration guide for nRF Connect SDK v2.6.0`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_guide_2.6.html
553554
.. _`Migration guide for nRF Connect SDK v2.5.0`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_guide_2.5.html

‎doc/nrf/protocols/bt/bt_solutions.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
.. _ug_bt_solution:
2+
13
Bluetooth solution areas
24
########################
35

6+
.. contents::
7+
:local:
8+
:depth: 2
9+
410
Bluetooth® technology provides full stack support for a wide and expanding range of use cases.
511

612
Audio streaming

‎doc/nrf/protocols/bt/bt_stack_arch.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _ug_bt_stack_arch:
2+
13
Bluetooth stack architecture
24
############################
35

‎doc/nrf/releases_and_maturity.rst

-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ 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

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

35
Known issues

‎doc/nrf/releases_and_maturity/migration/migration_guide_1.x_to_2.x.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _ncs_2.0.0_migration:
24

35
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

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_cs3_to_2_6_99_cs2:
24

35
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

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_2.5:
24

35
Migration guide for |NCS| v2.5.0

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

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_2.6:
24

35
Migration guide for |NCS| v2.6.0

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

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_2.7:
24

35
Migration guide for |NCS| v2.7.0

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

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_2.8:
24

35
Migration guide for |NCS| v2.8.0 (Working draft)

‎doc/nrf/releases_and_maturity/migration/migration_guide_nRF54H20_cs_to_2_7.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_nrf54h20_to_2.7:
24

35
Migration notes for |NCS| v2.7.0 and the nRF54H20 DK

‎doc/nrf/releases_and_maturity/migration/migration_guide_nRF54H20_cs_to_2_7_99-cs1.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_nrf54h20_to_2.7.99-cs1:
24

35
Migration notes for |NCS| v2.7.99-cs1 and the nRF54H20 DK

‎doc/nrf/releases_and_maturity/migration/migration_guide_nRF54H20_cs_to_2_7_99-cs2.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_nrf54h20_to_2.7.99-cs2:
24

35
Migration notes for |NCS| v2.7.99-cs2 and the nRF54H20 DK

‎doc/nrf/releases_and_maturity/migration/migration_hwmv2.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _hwmv1_to_v2_migration:
24

35
Migrating to the current hardware model

‎doc/nrf/releases_and_maturity/migration/migration_sysbuild.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _child_parent_to_sysbuild_migration:
24

35
Migrating from multi-image builds to sysbuild

‎doc/nrf/releases_and_maturity/migration_guides.rst

+13-6
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,17 @@ Migration guides are also provided for major functionality updates.
99
.. note::
1010
|migration_contact_devzone|
1111

12-
.. toctree::
13-
:maxdepth: 1
14-
:glob:
15-
:reversed:
16-
:caption: Subpages:
12+
* `Migrating from multi-image builds to sysbuild`_
13+
* `Migrating to the current hardware model`_
14+
* `Migration guide for nRF Connect SDK v2.8.0 (Working draft) <Migration guide for nRF Connect SDK v2.8.0_>`_
15+
* `Migration guide for nRF Connect SDK v2.7.0`_
16+
* `Migration guide for nRF Connect SDK v2.6.0`_
17+
* `Migration guide for nRF Connect SDK v2.5.0`_
18+
* `Migration guide for nRF Connect SDK v2.0.0`_
1719

18-
migration/*
20+
For nRF54H20 customer sampling participants:
21+
22+
* `Migration notes for nRF Connect SDK v2.7.99-cs2 and the nRF54H20 DK`_
23+
* `Migration notes for nRF Connect SDK v2.7.99-cs1 and the nRF54H20 DK`_
24+
* `Migration notes for nRF Connect SDK v2.7.0 for nRF54H20 DK users`_
25+
* `Migration guide for nRF Connect SDK v2.6.99_cs2 for v2.4.99-cs3 users`_

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

+185-165
Large diffs are not rendered by default.

‎doc/versions.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
"2.8.0-preview1",
23
"2.7.99",
34
"2.7.99-cs2",
45
"2.7.99-cs1",

0 commit comments

Comments
 (0)