summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-09-29 11:45:15 +0200
committerKai Köhne <kai.koehne@qt.io>2023-10-12 16:59:42 +0200
commiteb9066dd0fe0732fef72f78fbbb5999f620550e8 (patch)
treee5439d44f0231dd0601754817eb602f2e42c4882
parent483b15ad08ca54653cf20b6481049c0f42b1ae5a (diff)
Highlight Simple HTTP Server example
Make sure the example is shown as one of the first in the Web Technologies section of Qt Creator's Welcome screen. Task-number: QTBUG-117224 Pick-to: 6.6.0 6.5 Change-Id: I5411c9aab24b6e8c3780f37056ef1f2139d4a651 Reviewed-by: Jesus Fernandez <jsfdez@gmail.com> (cherry picked from commit e35ed829f8e2eab835edff6c27f0cbd4e6c26c21) Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--doc/config/qthttpserver.qdocconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/config/qthttpserver.qdocconf b/doc/config/qthttpserver.qdocconf
index 512a0ba..9a583c3 100644
--- a/doc/config/qthttpserver.qdocconf
+++ b/doc/config/qthttpserver.qdocconf
@@ -46,5 +46,7 @@ qhp.QtHttpServer.subprojects.examples.sortPages = true
navigation.cppclassespage = "Qt HTTP Server C++ Classes"
navigation.landingpage = "Qt HTTP Server"
+manifestmeta.highlighted.names = "QtHttpServer/Simple HTTP Server"
+
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0