aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2019-02-18 11:34:20 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2019-02-18 11:53:39 +0000
commit9f86bd27564ada6bcd8e200f347b642578935934 (patch)
tree43f89dc8847eef50a7f17dc4ba020ea2a591f408
parent08b2e9c14f4acad3498f32fd638d76d61b7337de (diff)
Doc: Link to the Deployment Server documentation from top-levelv5.12.1_QtAS
Add links to the Qt Automotive Suite Deployment Server documentation, mention it in the overview under 'Qt Application Manager', and reorganize the overview sections so that components are not discussed before they are introduced. Task-number: AUTOSUITE-724 Change-Id: I71128f16dc45f560c6f325814b65e8dfcb727f62 Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com>
-rw-r--r--src/doc/qtautomotivesuite/src/external-resources.qdoc5
-rw-r--r--src/doc/qtautomotivesuite/src/qtautomotivesuite.qdoc17
2 files changed, 16 insertions, 6 deletions
diff --git a/src/doc/qtautomotivesuite/src/external-resources.qdoc b/src/doc/qtautomotivesuite/src/external-resources.qdoc
index 51fe684..ba030fb 100644
--- a/src/doc/qtautomotivesuite/src/external-resources.qdoc
+++ b/src/doc/qtautomotivesuite/src/external-resources.qdoc
@@ -76,6 +76,11 @@
*/
/*!
+ \externalpage https://doc.qt.io/QtAutoDeploymentServer/index.html
+ \title Qt Automotive Suite Deployment Server
+*/
+
+/*!
\externalpage https://doc.qt.io/QtForDeviceCreation/index.html
\title Qt for Device Creation
*/
diff --git a/src/doc/qtautomotivesuite/src/qtautomotivesuite.qdoc b/src/doc/qtautomotivesuite/src/qtautomotivesuite.qdoc
index fd4c587..db2d788 100644
--- a/src/doc/qtautomotivesuite/src/qtautomotivesuite.qdoc
+++ b/src/doc/qtautomotivesuite/src/qtautomotivesuite.qdoc
@@ -53,6 +53,7 @@
\li \l {Qt GENIVI Extras}{Qt GENIVI Extras Module Reference Documentation}
\li \l {Qt IVI}{Qt IVI Module Reference Documentation}
\li \l {Qt Application Manager}
+ \li \l {Qt Automotive Suite Deployment Server}
\li \l {Qt QmlLive}
\li \l {Qt Safe Renderer}
\li \l {Qt Design Studio}
@@ -176,6 +177,12 @@
Already defined interfaces from the GENIVI alliance are exposed in the
\l {Qt GENIVI Extras} module.
+ \section1 Reference Applications
+
+ \QAS includes \l{Neptune 3 UI} that provides a UI implementation for
+ Qt in IVI (In-Vehichle Infotainment) systems. It demonstrates best practices
+ for developing an automotive UI with \QAS.
+
\section1 Qt Application Manager
\l {Qt Application Manager} provides a basis for a multi-application
@@ -188,12 +195,10 @@
that facilitates the development of 3rd party applications within
a Qt Application Manager setup by automating the underlying processes.
- \section1 Reference Applications
-
- \QAS includes \l{Neptune 3 UI} that provides a UI implementation for
- Qt in IVI (In-Vehichle Infotainment) systems. It demonstrates best practices
- for developing an automotive UI with \QAS.
-
+ \l {Qt Automotive Suite Deployment Server} is a lightweight HTTP server
+ for installing application packages by a Qt Application Manager instance.
+ The UI counterpart for the Deployment Server is the \e Downloads app in
+ the Neptune 3 UI.
*/
/*!