mirror of https://github.com/qt/qtdoc.git
Docs: Return Tutorials and examples back to the tree
This commit returns the autogenerated subtree with examples back to the topic tree. It was missing by mistake. Change-Id: I4cb8dbc484cc69ba6cd4b0c12491e5d970989dcd Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
parent
39f1fa437e
commit
bea70f277b
|
@ -46,11 +46,16 @@ qhp.QtDoc.virtualFolder = qtdoc
|
|||
qhp.QtDoc.indexTitle = Qt $QT_VERSION Reference Documentation
|
||||
qhp.QtDoc.indexRoot =
|
||||
|
||||
qhp.QtDoc.subprojects = manual
|
||||
qhp.QtDoc.subprojects = manual examples
|
||||
qhp.QtDoc.subprojects.manual.title = Qt $QT_VERSION Reference Documentation
|
||||
qhp.QtDoc.subprojects.manual.indexTitle = All Topics
|
||||
qhp.QtDoc.subprojects.manual.type = manual
|
||||
|
||||
qhp.QtDoc.subprojects.examples.title = Tutorials and Examples
|
||||
qhp.QtDoc.subprojects.examples.indexTitle = Qt Examples And Tutorials
|
||||
qhp.QtDoc.subprojects.examples.selectors = example
|
||||
qhp.QtDoc.subprojects.examples.sortPages = true
|
||||
|
||||
# Add an image used in example manifests to qhp, as well as thumbnails for YouTube links
|
||||
{HTML.extraimages,DocBook.extraimages,qhp.QtDoc.extraFiles} += images/qt-codesample.png \
|
||||
images/5OiIqFTjUZI.jpg \
|
||||
|
|
Loading…
Reference in New Issue