From 2a19257a5eef7a25a05d5cf7ea69ecc4184226f3 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Mon, 14 Dec 2015 12:30:28 +0100 Subject: Doc: Fix navigation and build version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix documentation navigation: - Default to Qt index page as the home page - Use the same landing page for all doc modules - Remove custom build version (it now follows Qt version) - Add navigation for C++ classes, QML types Change-Id: I3b00940dabb3cd518cffe2e21a87913e008a912e Reviewed-by: Venugopal Shivashankar Reviewed-by: Jędrzej Nowacki --- doc/enginio_global.qdocconf | 3 +-- src/enginio_client/doc/qtenginio.qdocconf | 2 +- src/enginio_plugin/doc/qtenginioqml.qdocconf | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/enginio_global.qdocconf b/doc/enginio_global.qdocconf index 62c7f63..e057003 100644 --- a/doc/enginio_global.qdocconf +++ b/doc/enginio_global.qdocconf @@ -1,2 +1 @@ -navigation.homepage = "Enginio Manual" -buildversion = "Enginio $QT_VERSION Reference Documentation" \ No newline at end of file +navigation.landingpage = "Enginio Manual" diff --git a/src/enginio_client/doc/qtenginio.qdocconf b/src/enginio_client/doc/qtenginio.qdocconf index aa9b3b4..ff55798 100644 --- a/src/enginio_client/doc/qtenginio.qdocconf +++ b/src/enginio_client/doc/qtenginio.qdocconf @@ -49,4 +49,4 @@ qhp.QtEnginio.subprojects.examples.indexTitle = Enginio C++ Classes and Examples qhp.QtEnginio.subprojects.examples.selectors = fake:example qhp.QtEnginio.subprojects.examples.sortPages = true -navigation.landingpage = "Enginio C++ Classes and Examples" +navigation.cppclassespage = "Enginio C++ Classes and Examples" diff --git a/src/enginio_plugin/doc/qtenginioqml.qdocconf b/src/enginio_plugin/doc/qtenginioqml.qdocconf index fb69034..f887f9f 100644 --- a/src/enginio_plugin/doc/qtenginioqml.qdocconf +++ b/src/enginio_plugin/doc/qtenginioqml.qdocconf @@ -50,4 +50,4 @@ qhp.QtEnginioQml.subprojects.examples.indexTitle = Enginio QML Types and Example qhp.QtEnginioQml.subprojects.examples.selectors = fake:example qhp.QtEnginioQml.subprojects.examples.sortPages = true -navigation.landingpage = "Enginio QML Types and Examples" +navigation.qmltypespage = "Enginio QML Types and Examples" -- cgit v1.2.1