From 201d1fc3d77180b613ca312a4c952b4da97ff0e5 Mon Sep 17 00:00:00 2001 From: Bartosz Gentkowski Date: Tue, 5 Sep 2023 12:52:32 +0200 Subject: [PATCH] doc: add files required for Zoomin tagging Update custom.properties and add tags.yml to the 2.4 release branch. Signed-off-by: Bartosz Gentkowski --- CODEOWNERS | 1 + doc/custom.properties | 4 ++-- doc/tags.yml | 29 +++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 doc/tags.yml diff --git a/CODEOWNERS b/CODEOWNERS index add702e55abd..90dfff8726e9 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -59,6 +59,7 @@ Kconfig* @tejlmand /doc/nrfxlib/ @gmarull /doc/versions.json @carlescufi /doc/custom.properties @gmarull +/doc/tags.yml @gmarull # All subfolders /drivers/ @anangl /drivers/serial/ @nordic-krch @anangl diff --git a/doc/custom.properties b/doc/custom.properties index 2db629d10641..252341aee0e9 100644 --- a/doc/custom.properties +++ b/doc/custom.properties @@ -1,2 +1,2 @@ -manual.name=ncs -booktitle=nRF Connect SDK +manual.name=ncs-__VERSION__ +booktitle=nRF Connect SDK - __VERSION__ diff --git a/doc/tags.yml b/doc/tags.yml new file mode 100644 index 000000000000..597415bd2f16 --- /dev/null +++ b/doc/tags.yml @@ -0,0 +1,29 @@ +# Document tags for Zoomin. + +# Tags for all topics: +mapping_global: + - ncs + - ncs-__VERSION__ + - cluster-ncs-__VERSION__ + +# Tags for individual topics: +mapping_topics: + - nrf/applications/*/README.html: ["applications"] + - nrf/applications/*/doc/*.html: ["applications"] + - nrf/samples/nrf9160/modem_shell/README.html: ["at-commands"] + - nrf/drivers/*.html: ["drivers"] + - nrf/libraries/*/*.html: ["libraries"] + - nrf/libraries/*/*/*.html: ["libraries"] + - nrf/external_comp/nrf_cloud.html: ["nrf-cloud"] + - nrf/protocols/*/*.html: ["protocols"] + - nrf/protocols/*/*/*.html: ["protocols"] + - nrf/protocols/*/*/*/*.html: ["protocols"] + - nrf/release_notes.html: ["release-notes"] + - nrf/releases/*.html: ["release-notes"] + - nrf/samples/*/README.html: ["samples"] + - nrf/samples/*/*/README.html: ["samples"] + - nrf/samples/*/*/*/README.html: ["samples"] + - nrf/samples/*/*/*/*/README.html: ["samples"] + - nrf/scripts/*/*.html: ["scripts"] + - nrf/scripts/*/*/*.html: ["scripts"] + - kconfig/index.html: ["kconfig"]