Doc: Do not highlight DTLS client/server

The client and server do in practice depend on each other.
So setting up things is a tad more complicated, and the use
case not big enough to warrant both to be highlighted.

Task-number: QTBUG-96575
Pick-to: 6.2
Change-Id: I0ed69f7a20ec490cc977bde7f1b09162153d0bd2
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
This commit is contained in:
Kai Köhne 2021-09-22 11:08:43 +02:00 committed by Alex Blasche
parent 461c3c58db
commit 2b48a4ebca

View File

@ -37,9 +37,7 @@ exampledirs += ../../../examples/network \
imagedirs += images \
../../../examples/network/doc/images
manifestmeta.highlighted.names = "QtNetwork/HTTP Example" \
"QtNetwork/DTLS client" \
"QtNetwork/DTLS server"
manifestmeta.highlighted.names = "QtNetwork/HTTP Example"
navigation.landingpage = "Qt Network"
navigation.cppclassespage = "Qt Network C++ Classes"