Skip to content

Commit

Permalink
doc: minor redirect and tag fixes
Browse files Browse the repository at this point in the history
Minor updates to redirect and tag files plus a typo fix.
NCSDK-22325.

Signed-off-by: Grzegorz Ferenc <[email protected]>
  • Loading branch information
greg-fer authored and rlubos committed Jan 30, 2024
1 parent aa2d4ff commit 5355ee0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/_utils/redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
("getting_started/recommended_versions", "installation/recommended_versions"),
("gs_testing", "test_and_optimize/testing"),
("getting_started/testing", "test_and_optimize/testing"),
("test_and_optimize/testing", "test_and_optimize"),
("gs_updating", "installation/updating"),
("getting_started/updating", "installation/updating"),
("ug_nrf52", "device_guides/nrf52"),
Expand Down
2 changes: 1 addition & 1 deletion doc/nrf/create_application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Use the following steps depending on the application type:
.. parsed-literal::
:class: highlight
west init -m https:\ //github.com/*your-name/your-application* *your-app-worskpace*
west init -m https:\ //github.com/*your-name/your-application* *your-app-workspace*
#. Go to the *your-app-workspace* directory using the following command pattern:

Expand Down
7 changes: 6 additions & 1 deletion doc/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,17 @@ mapping_topics:
- nrf/config_and_build/bootloaders_and_dfu/*.html: ["applications"]
- nrf/config_and_build/bootloaders_and_dfu/bootloader_adding.html: ["kconfig"]
- nrf/config_and_build/bootloaders_and_dfu/bootloader_config.html: ["kconfig"]
- nrf/test_and_optimize.html: ["nrf91-series", "nrf70-series", "nrf53-series", "nrf52-series",
"nrf7002", "nrf7001", "nrf7000", "nrf9160", "thingy91",
"nrf9161", "nrf5340", "thingy53", "nrf52840", "nrf52833",
"nrf52832", "nrf52820", "nrf52811", "nrf52810", "nrf52805",
"nrf21540", "npm1100", "npm1300", "npm6001", "applications",
"samples"]
- nrf/test_and_optimize/*.html: ["nrf91-series", "nrf70-series", "nrf53-series", "nrf52-series",
"nrf7002", "nrf7001", "nrf7000", "nrf9160", "thingy91",
"nrf9161", "nrf5340", "thingy53", "nrf52840", "nrf52833",
"nrf52832", "nrf52820", "nrf52811", "nrf52810", "nrf52805",
"nrf21540", "npm1100", "npm1300", "npm6001"]
- nrf/test_and_optimize/testing.html: ["applications", "samples"]
- nrf/test_and_optimize/optimizing/*.html: ["applications", "protocols"]
- nrf/test_and_optimize/optimizing/memory.html: ["kconfig", "protocols", "ble", "blemesh",
"gazell", "matter", "nfc", "thread", "zigbee",
Expand Down

0 comments on commit 5355ee0

Please sign in to comment.