doc: boards: move subpages under Board support#28656
Merged
nordicjm merged 1 commit intoMay 12, 2026
Merged
Conversation
09b0e96 to
a3c6ef8
Compare
Contributor
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:more detailsGithub labels
List of changed files detected by CI (0)Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
a3c6ef8 to
d1820ae
Compare
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsbmdoc.z6.web.core.windows.net/ncs/PR-28656/nrf/app_dev/board_names.html |
FrancescoSer
approved these changes
May 11, 2026
Moved the board definition docs under Board support. Removed the separate section for Boards from the top level. These definitions may be moved to sdk-zephyr in a future release, so having a top section for them is not needed, as we might end up with an empty section. Additionally, a top section with two entries might've suggested that only two boards are supported by the nRF Connect SDK. Discussed with @b-gent. Follow-up to nrfconnect#27423. Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
d1820ae to
9babbcc
Compare
b-gent
approved these changes
May 12, 2026
Contributor
|
@greg-fer Did you add wrong backport label here? it says v3.1-branch, yet the milestone is set to v3.3.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moved the board definition docs under Board support.
Removed the separate section for Boards from the top level.
These definitions may be moved to sdk-zephyr in a future release,
so having a top section for them is not needed, as we might end
up with an empty section.
Additionally, a top section with two entries might've suggested that
only two boards are supported by the nRF Connect SDK.
Discussed with @b-gent.
Follow-up to #27423.