Skip to content

Commit

Permalink
doc: add files required for Zoomin tagging
Browse files Browse the repository at this point in the history
Update custom.properties and add tags.yml to the
2.4 release branch.

Signed-off-by: Bartosz Gentkowski <[email protected]>
  • Loading branch information
b-gent authored and gmarull committed Sep 12, 2023
1 parent 75adfe8 commit 201d1fc
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/custom.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
manual.name=ncs
booktitle=nRF Connect SDK
manual.name=ncs-__VERSION__
booktitle=nRF Connect SDK - __VERSION__
29 changes: 29 additions & 0 deletions doc/tags.yml
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit 201d1fc

Please sign in to comment.