We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858a9de commit 9e785cfCopy full SHA for 9e785cf
.github/workflows/docbuild.yml
@@ -143,7 +143,7 @@ jobs:
143
done
144
145
# Doxygen APIs standalone
146
- declare -a DOXYGEN=("nrfx")
+ declare -a DOXYGEN=("nrfx" "wifi")
147
148
for docset in "${DOXYGEN[@]}"; do
149
OUTDIR=doc/_build/html-doxygen/$docset-apis
doc/_zoomin/wifi.apis.custom.properties
@@ -0,0 +1,2 @@
1
+manual.name=wifi-apis-__VERSION__
2
+booktitle=Wi-Fi APIs - __VERSION__
doc/_zoomin/wifi.apis.tags.yml
@@ -0,0 +1,10 @@
+# Document tags for Zoomin.
+
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