Skip to content

Commit 9e785cf

Browse files
committed
doc: zoomin: add wifi doxygen docset
Allow it to be published in Zoomin. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 858a9de commit 9e785cf

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/workflows/docbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
done
144144
145145
# Doxygen APIs standalone
146-
declare -a DOXYGEN=("nrfx")
146+
declare -a DOXYGEN=("nrfx" "wifi")
147147
148148
for docset in "${DOXYGEN[@]}"; do
149149
OUTDIR=doc/_build/html-doxygen/$docset-apis
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
manual.name=wifi-apis-__VERSION__
2+
booktitle=Wi-Fi APIs - __VERSION__

doc/_zoomin/wifi.apis.tags.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Document tags for Zoomin.
2+
3+
# Tags for all topics:
4+
mapping_global:
5+
- wifi-apis
6+
- wifi-apis-__VERSION__
7+
- cluster-wifi-apis-__VERSION__
8+
9+
# Tags for individual topics:
10+
mapping_topics: []

0 commit comments

Comments
 (0)