Skip to content

Commit 98d526f

Browse files
authored
Merge pull request #575 from NordicSemiconductor/doc_move_installing_under_index
doc: merge installing.md into index.md
2 parents fb1a548 + 36b687c commit 98d526f

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

doc/docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
The Programmer app in [nRF Connect for Desktop](https://docs.nordicsemi.com/bundle/nrf-connect-desktop/page/index.html) lets you program firmware to Nordic devices. The application allows you to see the memory layout for devices that support programming with J-Link, Nordic Secure DFU, and MCUboot. It also allows you to display content of HEX files and write it to the devices.
44

5+
## Installing the Programmer app
6+
7+
For installation instructions, see [Installing nRF Connect for Desktop apps](https://docs.nordicsemi.com/bundle/nrf-connect-desktop/page/installing_apps.html) in the nRF Connect for Desktop documentation.
8+
59
## Supported hardware
610

711
The following table lists the hardware platforms that you can program with the Programmer app.

doc/docs/installing.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/docs/revision_history.md

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

33
| Date | Description |
44
|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
5-
| January 2026 | - Added the NTN firmware instruction in the [Programming nRF91 Series DK firmware](programming_91dk.md) page |
5+
| January 2026 | - Renamed the Home page to [Get started](./index.md).<br/>- Removed the separate Installing the Programmer app page. This page is now a section of the Get started page.<br/>- Added the NTN firmware instruction in the [Programming nRF91 Series DK firmware](programming_91dk.md) page |
66
| November 2025 | - Added the [Programming nRF91 Series DK firmware](programming_91dk.md) page<br/>- Updated the [supported hardware section](index.md#supported-hardware) with an entry for the nRF9151 SMA DK |
77
| August 2025 | - Updated the [supported hardware section](index.md#supported-hardware) with entries for nRF54LM20 and Nordic Thingy:91 X<br/>- Added the [Programming Nordic Thingy prototyping platforms](programming_thingy.md) page<br/>- Added the [General programming procedure](programming_dk.md) page<br/>- Added back the [Programming the nRF52840 Dongle](programming_nrf52840_dongle.md) page<br/>- Created the Programming devices section to include all the separate pages |
88
| January 2025 | - Updated the [supported hardware section](index.md#supported-hardware) with entries for nRF54L15, nRF54H20, and nRF9151<br/>- Added the Programming Nordic Thingy:53 section on the [Programming devices](programming_dk.md) page<br/>- Added the [Application source code](./index.md#application-source-code) section on the [Home](./index.md) page |
@@ -18,6 +18,6 @@
1818
| August 2020 | Updated:<br/> - [nRF Connect Programmer](index.md)<br/> - [Overview and user interface](overview.md)<br/> - [Programming a Development Kit or the nRF51 Dongle](programming_dk.md)<br/> - [Programming the nRF52840 Dongle](programming_nrf52840_dongle.md)<br/> - Programming the nRF9160 DK<br/> - Programming Nordic Thingy:91<br/> - [Troubleshooting](troubleshooting.md) |
1919
| May 2020 | Added Figure 5: Nordic Thingy:91 buttons |
2020
| April 2020 | - Updated [Supported devices](index.md) in the Programmer app<br/> - Updated [Overview and user interface](overview.md)<br/> - Added Programming the nRF9160 DK<br/> - Added Programming Nordic Thingy:91 |
21-
| Sep 2019 | Updated to match [nRF Connect Programmer v1.2.3](https://github.com/NordicSemiconductor/pc-nrfconnect-programmer/blob/main/Changelog.md#123---2019-08-30):<br/> - Added Programming the nRF9160 DK cellular modem<br/> - Updated [Overview and user interface](overview.md)<br/> - Updated [Installing the Programmer app](installing.md) |
22-
| May 2019 | Updated [Installing the Programmer app](installing.md) |
21+
| Sep 2019 | Updated to match [nRF Connect Programmer v1.2.3](https://github.com/NordicSemiconductor/pc-nrfconnect-programmer/blob/main/Changelog.md#123---2019-08-30):<br/> - Added Programming the nRF9160 DK cellular modem<br/> - Updated [Overview and user interface](overview.md)<br/> - Updated [Installing the Programmer app](index.md#installing-the-programmer-app) |
22+
| May 2019 | Updated [Installing the Programmer app](index.md#installing-the-programmer-app) |
2323
| Feb 2019 | First release |

doc/mkdocs.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ theme:
1313
toggle:
1414
icon: material/lightbulb
1515
name: Switch to light mode
16-
# logo: assets/logo.png
17-
# favicon: assets/logo.png
16+
# logo: assets/logo.png
17+
# favicon: assets/logo.png
18+
1819
features:
1920
- content.code.annotate
2021
- content.tooltips
@@ -25,12 +26,11 @@ theme:
2526
- search.highlight
2627
- toc.follow
2728

28-
2929
extra_css:
3030
- stylesheets/style.css
3131

3232
copyright:
33-
Copyright &copy; 2019-2024
33+
Copyright &copy; 2019-2026
3434

3535
markdown_extensions:
3636
- abbr
@@ -40,8 +40,7 @@ markdown_extensions:
4040
- meta
4141
- pymdownx.details
4242
- pymdownx.keys
43-
- pymdownx.tabbed:
44-
alternate_style: true
43+
- pymdownx.tabbed
4544
- pymdownx.superfences
4645
- toc:
4746
permalink: true
@@ -51,13 +50,11 @@ plugins:
5150
- macros
5251
- search
5352

54-
5553
extra:
5654
test: This is a test abbreviation snippet
5755

5856
nav:
59-
- Home: index.md
60-
- Installing the Programmer app: installing.md
57+
- Get started: index.md
6158
- Overview and user interface: overview.md
6259
- Programming devices:
6360
- General programming procedure: programming_dk.md

0 commit comments

Comments
 (0)