A theme for tinydoc after Qt documentation pages.
npm install tinydoc-theme-qtA theme plugin after Qt documentation.
``bash`
npm install --save tinydoc-theme-qt
And in your tinydoc.conf.js:
`javascript``
exports.plugins = [
require('tinydoc-theme-qt')()
];
That's it!