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"]