Skip to content

Commit 36b687c

Browse files
committed
minor fixes
1 parent 5937b49 commit 36b687c

File tree

2 files changed

+54
-44
lines changed

2 files changed

+54
-44
lines changed

doc/docs/revision_history.md

Lines changed: 1 addition & 1 deletion
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 |

doc/mkdocs.yml

Lines changed: 53 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,65 @@
11
site_name: Programmer app documentation
2-
site_url: null
2+
site_url:
33
use_directory_urls: false
4+
45
theme:
56
name: material
67
palette:
7-
- scheme: custom-blue
8-
toggle:
9-
icon: material/lightbulb-outline
10-
name: Switch to dark mode
11-
- scheme: custom-blue-dark
12-
toggle:
13-
icon: material/lightbulb
14-
name: Switch to light mode
8+
- scheme: custom-blue
9+
toggle:
10+
icon: material/lightbulb-outline
11+
name: Switch to dark mode
12+
- scheme: custom-blue-dark
13+
toggle:
14+
icon: material/lightbulb
15+
name: Switch to light mode
16+
# logo: assets/logo.png
17+
# favicon: assets/logo.png
18+
1519
features:
16-
- content.code.annotate
17-
- content.tooltips
18-
- content.tabs.link
19-
- navigation.indexes
20-
- navigation.top
21-
- navigation.tracking
22-
- search.highlight
23-
- toc.follow
20+
- content.code.annotate
21+
- content.tooltips
22+
- content.tabs.link
23+
- navigation.indexes
24+
- navigation.top
25+
- navigation.tracking
26+
- search.highlight
27+
- toc.follow
28+
2429
extra_css:
25-
- stylesheets/style.css
26-
copyright: Copyright &copy; 2019-2024
30+
- stylesheets/style.css
31+
32+
copyright:
33+
Copyright &copy; 2019-2026
34+
2735
markdown_extensions:
28-
- abbr
29-
- admonition
30-
- attr_list
31-
- md_in_html
32-
- meta
33-
- pymdownx.details
34-
- pymdownx.keys
35-
- pymdownx.tabbed:
36-
alternate_style: true
37-
- pymdownx.superfences
38-
- toc:
39-
permalink: true
40-
toc_depth: 4
36+
- abbr
37+
- admonition
38+
- attr_list
39+
- md_in_html
40+
- meta
41+
- pymdownx.details
42+
- pymdownx.keys
43+
- pymdownx.tabbed
44+
- pymdownx.superfences
45+
- toc:
46+
permalink: true
47+
toc_depth: 4
48+
4149
plugins:
42-
- macros
43-
- search
50+
- macros
51+
- search
52+
4453
extra:
4554
test: This is a test abbreviation snippet
55+
4656
nav:
47-
- Get started: index.md
48-
- Overview and user interface: overview.md
49-
- Programming devices:
50-
- General programming procedure: programming_dk.md
51-
- Programming nRF91 Series DK firmware: programming_91dk.md
52-
- Programming Nordic Thingy prototyping platforms: programming_thingy.md
53-
- Programming nRF52840 Dongle: programming_nrf52840_dongle.md
54-
- Troubleshooting: troubleshooting.md
55-
- Revision history: revision_history.md
57+
- Get started: index.md
58+
- Overview and user interface: overview.md
59+
- Programming devices:
60+
- General programming procedure: programming_dk.md
61+
- Programming nRF91 Series DK firmware: programming_91dk.md
62+
- Programming Nordic Thingy prototyping platforms: programming_thingy.md
63+
- Programming nRF52840 Dongle: programming_nrf52840_dongle.md
64+
- Troubleshooting: troubleshooting.md
65+
- Revision history: revision_history.md

0 commit comments

Comments
 (0)