From 5355ee01b6fb98f4eee887dbe42e280ba054925a Mon Sep 17 00:00:00 2001 From: Grzegorz Ferenc Date: Fri, 26 Jan 2024 15:02:47 +0100 Subject: [PATCH] doc: minor redirect and tag fixes Minor updates to redirect and tag files plus a typo fix. NCSDK-22325. Signed-off-by: Grzegorz Ferenc --- doc/_utils/redirects.py | 1 + doc/nrf/create_application.rst | 2 +- doc/tags.yml | 7 ++++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/_utils/redirects.py b/doc/_utils/redirects.py index 64a16029043a..640c7e0079e4 100644 --- a/doc/_utils/redirects.py +++ b/doc/_utils/redirects.py @@ -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"), diff --git a/doc/nrf/create_application.rst b/doc/nrf/create_application.rst index 4aab767ed108..70fb7b4043a9 100644 --- a/doc/nrf/create_application.rst +++ b/doc/nrf/create_application.rst @@ -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: diff --git a/doc/tags.yml b/doc/tags.yml index 2290463cbfa2..972a83e5e8f2 100644 --- a/doc/tags.yml +++ b/doc/tags.yml @@ -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",