summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2018-12-20 14:50:29 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2019-01-02 11:25:16 +0000
commit43ae22359264e89ee0383ed8d52032394758929c (patch)
treeb77a6951c9c101c09d0920203d169f3b8d3af2e7
parent55dfdca96b04ba0e54ca16001a6411fd5f48d4ad (diff)
Doc: Fix documentation configuration
- Fix references to landing page title - Fix typo in buildversion - Use https over http - Use 'Qt Automotive Suite' as navigation.homepage and add a dependency to it Task-number: AUTOSUITE-726 Change-Id: I48b47b872d231689387de1a48cc0cfc1dca76eec Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
-rw-r--r--doc/qtautodeploymentserver-project.qdocconf12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/qtautodeploymentserver-project.qdocconf b/doc/qtautodeploymentserver-project.qdocconf
index 65a4fd7..8625f13 100644
--- a/doc/qtautodeploymentserver-project.qdocconf
+++ b/doc/qtautodeploymentserver-project.qdocconf
@@ -1,7 +1,7 @@
project = QtAutoDeploymentServer
-description = Qt Auto Deployment Server Documentation
+description = Qt Automotive Suite Deployment Server Documentation
version = $QT_VERSION
-url = http://doc.qt.io/QtAutoDeploymentServer
+url = https://doc.qt.io/QtAutoDeploymentServer
sourcedirs += src
imagedirs += src/images
@@ -11,7 +11,7 @@ qhp.projects = QtAutoDeploymentServer
qhp.QtAutoDeploymentServer.file = qtautodeploymentserver.qhp
qhp.QtAutoDeploymentServer.namespace = org.qt-project.qtautodeploymentserver.$QT_VERSION_TAG
qhp.QtAutoDeploymentServer.virtualFolder = qtautodeploymentserver
-qhp.QtAutoDeploymentServer.indexTitle = Qt Auto Deployment Server
+qhp.QtAutoDeploymentServer.indexTitle = Qt Automotive Suite Deployment Server
qhp.QtAutoDeploymentServer.indexRoot =
qhp.QtAutoDeploymentServer.filterAttributes = qtautodeploymentserver $QT_VERSION qtrefdoc
@@ -20,5 +20,7 @@ qhp.QtAutoDeploymentServer.customFilters.Qt.filterAttributes = qtautodeployments
tagfile = qtautodeploymentserver.tags
-buildversion = "Qt Auto Deploymment Server $QT_VERSION"
-navigation.homepage = "Qt Auto Deployment Server"
+depends = qtautomotivesuite
+
+buildversion = "Qt Automotive Suite Deployment Server $QT_VERSION"
+navigation.homepage = "Qt Automotive Suite"