megadoc-theme-minimalist
v7.2.0
Published
A theme for megadoc after Qt documentation pages.
Downloads
625
Maintainers
Readme
megadoc-theme-minimalist
A clean and minimalist theme for megadoc.
Usage
npm install --save megadoc-theme-minimalist
And in your megadoc.conf.js
:
exports.serializer = ['megadoc-html-serializer', {
theme: 'megadoc-theme-minimalist'
}];
That's it!