megadoc-theme-qt
v7.1.0
Published
A theme for megadoc after Qt documentation pages.
Downloads
9
Maintainers
Readme
megadoc-theme-qt
A theme plugin after Qt documentation.
Usage
npm install --save megadoc-theme-qt
And in your megadoc.conf.js
:
exports.plugins = [
require('megadoc-theme-qt')()
];
That's it!