|
1 | 1 | site_name: Programmer app documentation |
2 | | -site_url: null |
| 2 | +site_url: |
3 | 3 | use_directory_urls: false |
| 4 | + |
4 | 5 | theme: |
5 | 6 | name: material |
6 | 7 | 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 | + |
15 | 19 | 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 | + |
24 | 29 | extra_css: |
25 | | -- stylesheets/style.css |
26 | | -copyright: Copyright © 2019-2024 |
| 30 | + - stylesheets/style.css |
| 31 | + |
| 32 | +copyright: |
| 33 | + Copyright © 2019-2026 |
| 34 | + |
27 | 35 | 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 | + |
41 | 49 | plugins: |
42 | | -- macros |
43 | | -- search |
| 50 | + - macros |
| 51 | + - search |
| 52 | + |
44 | 53 | extra: |
45 | 54 | test: This is a test abbreviation snippet |
| 55 | + |
46 | 56 | 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