- Replace colors in offline-dark.css - Do not use the note and attention icons in offline templates Task-number: QTBUG-133761 Change-Id: I55e81d6c3887764542e23c8f85f4d46e273b3885 Reviewed-by: Topi Reiniö <topi.reinio@qt.io> (cherry picked from commit c770015876390de0cc9c77a3d5b123637204b92c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 9a0716b7281b31fbfc9fdb1d342829c8ec3008b0)
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
#Additional HTML settings
|
|
|
|
HTML.nonavigationbar = "false"
|
|
|
|
HTML.tocdepth = 2
|
|
|
|
HTML.extraimages += template/images/arrow_bc.png \
|
|
template/images/home.png \
|
|
template/images/ico_out.png \
|
|
template/images/btn_prev.png \
|
|
template/images/btn_next.png \
|
|
template/images/bullet_dn.png \
|
|
template/images/bullet_sq.png \
|
|
template/images/bgrContent.png \
|
|
template/images/logo.png
|
|
|
|
#specify which files in the output directory should be packed into the qch file.
|
|
#these files are assumed to be in each module's output directory."qtquick/images/ico_out.png" for example.
|
|
{qhp.extraFiles,DocBook.extraFiles} += \
|
|
images/arrow_bc.png \
|
|
images/home.png \
|
|
images/ico_out.png \
|
|
images/btn_prev.png \
|
|
images/btn_next.png \
|
|
images/bullet_dn.png \
|
|
images/bullet_sq.png \
|
|
images/bgrContent.png \
|
|
images/logo.png
|
|
|