aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2019-06-13 12:57:39 +0200
committerTopi Reinio <topi.reinio@qt.io>2019-06-13 13:00:15 +0200
commit2cab9c588d41bac36c7facc06e67db22c9eb372b (patch)
tree7fe8dc07387fa709cfae07419f1db96bf6d0a388
parent9258af124f23f5315022dd797f7864bf39eb0eb6 (diff)
Doc: Add a sidebar with quick links for the online template
Change-Id: I637656bf317d516ce9a30cb7f985e4eb4120891f Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com>
-rw-r--r--src/doc/qtautomotivesuite/online/qtautomotivesuite.qdocconf2
-rw-r--r--src/doc/qtautomotivesuite/online/style/qt5-sidebar.html20
2 files changed, 22 insertions, 0 deletions
diff --git a/src/doc/qtautomotivesuite/online/qtautomotivesuite.qdocconf b/src/doc/qtautomotivesuite/online/qtautomotivesuite.qdocconf
index decff9f..27350da 100644
--- a/src/doc/qtautomotivesuite/online/qtautomotivesuite.qdocconf
+++ b/src/doc/qtautomotivesuite/online/qtautomotivesuite.qdocconf
@@ -9,3 +9,5 @@ HTML.outputsubdir = "qtautomotivesuite"
include(../qtautomotivesuite-project.qdocconf)
+# add a sidebar with quick links
+HTML.stylesheets += "style/qt5-sidebar.html"
diff --git a/src/doc/qtautomotivesuite/online/style/qt5-sidebar.html b/src/doc/qtautomotivesuite/online/style/qt5-sidebar.html
new file mode 100644
index 0000000..dc8ef04
--- /dev/null
+++ b/src/doc/qtautomotivesuite/online/style/qt5-sidebar.html
@@ -0,0 +1,20 @@
+<div class="sectionlist normallist">
+ <div class="heading">
+ <h2>Qt Automotive Suite</h2>
+ </div>
+ <ul>
+ <li><a href="index.html">Home</a></li>
+ <li><a href="index.html#components-and-tools">Components and Tools</a></li>
+ <li><a href="qtas-install.html">Install Guide</a></li>
+ <li><a href="qtas-examples.html">Examples</a></li>
+ <li><a href="qtas-licenses.html">License Information</a></li>
+ </ul>
+</div>
+<div class="sectionlist normallist">
+ <div class="heading">
+ <h2>See Also</h2>
+ </div>
+ <ul>
+ <li><a href="/QtForDeviceCreation/">Qt for Device Creation</a></li>
+ </ul>
+</div>