summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-12-30 13:35:46 +0100
committerKalle Viironen <kalle.viironen@theqtcompany.com>2015-02-18 11:46:14 +0200
commit9c0a7afb30060ceae11e660610b9b67728ac9eab (patch)
tree2aaf487176bc7586709cb0931a41a370ee84b217 /src/doc
parentaf0cafa14d4f0f0a932edc68d7ebb9ac1888f502 (diff)
Doc: Add table of contents in the sidebar
This sidebar is used in the doc.qt.io online style. Having a TOC visible on all pages improves usability considerably. Also, add one page previously missing from the TOC (About Boot to Qt). Change-Id: Ic21a8ae9309971a590a3a23d278cfe67b45f05d1 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/config/b2qt.qdocconf2
-rw-r--r--src/doc/config/style/qt5-sidebar.html28
-rw-r--r--src/doc/src/qtee-index.qdoc1
3 files changed, 31 insertions, 0 deletions
diff --git a/src/doc/config/b2qt.qdocconf b/src/doc/config/b2qt.qdocconf
index 69f248b..0f7f734 100644
--- a/src/doc/config/b2qt.qdocconf
+++ b/src/doc/config/b2qt.qdocconf
@@ -49,3 +49,5 @@ navigation.landingpage = "Qt 5.4 for Device Creation"
navigation.qmltypespage = "Add-On Modules"
Cpp.ignoreDirectives += Q_DECLARE_LOGGING_CATEGORY
+
+HTML.stylesheets += style/qt5-sidebar.html
diff --git a/src/doc/config/style/qt5-sidebar.html b/src/doc/config/style/qt5-sidebar.html
new file mode 100644
index 0000000..5f0660c
--- /dev/null
+++ b/src/doc/config/style/qt5-sidebar.html
@@ -0,0 +1,28 @@
+<div class="sectionlist normallist">
+ <div class="heading">
+ <h2>Qt for Device Creation</h2>
+ </div>
+ <ul>
+ <li><a href="index.html">Home</a></li>
+ <li><a href="qtee-overview.html">Overview</a></li>
+ <li><a href="qtee-about-b2qt.html">Boot to Qt</a></li>
+ <li><a href="qtee-installation-guide.html">Installation Guide</a></li>
+ <li><a href="qtee-supported-platforms.html">Supported Platforms</a></li>
+ <li><a href="qtee-preparing-hardware.html">Preparing Hardware</a></li>
+ <li><a href="qtee-building-and-running.html">Building and Running</a></li>
+ <li><a href="qtee-customization.html">Customization</a></li>
+ <li><a href="qtee-custom-embedded-linux-image.html">Custom Embedded Linux Images</a></li>
+ <li><a href="qtee-changelog.html">ChangeLog</a></li>
+ <li><a href="qtee-troubleshooting.html">Troubleshooting</a></li>
+ <li><a href="qtee-known-issues.html">Known Issues</a></li>
+ <li><a href="qtee-licenses.html">License Information</a></li>
+ </ul>
+</div>
+<div class="sectionlist normallist">
+ <div class="heading">
+ <h2>Reference</h2>
+ </div>
+ <ul>
+ <li><a href="qtee-module-reference.html">Add-On Modules</a></li>
+ </ul>
+</div>
diff --git a/src/doc/src/qtee-index.qdoc b/src/doc/src/qtee-index.qdoc
index 4ab3594..b9f35b3 100644
--- a/src/doc/src/qtee-index.qdoc
+++ b/src/doc/src/qtee-index.qdoc
@@ -39,6 +39,7 @@
\list
\li \l{Overview}
+ \li \l{About Boot to Qt}
\li \l{Installation Guide}
\li \l{Supported Platforms}
\li \l{Preparing Hardware}