tinydoc-theme-gitbooks
v5.0.0
Published
A theme for tinydoc after gitbooks.io pages.
Downloads
7
Maintainers
Readme
tinydoc-theme-gitbooks
A theme plugin after gitbooks.io.
A screenshot:
Or a demo, if you're lucky and it's still running: http://lua-cliargs.netlify.com/
Usage
npm install --save tinydoc-theme-gitbooks
And in your tinydoc.conf.js
:
exports.plugins = [
require('tinydoc-theme-gitbooks')()
];
// you should probably turn on the collapsible sidebar setting:
exports.collapsibleSidebar = true;
// and restrict the sidebar resizing:
exports.resizableSidebar = false;
That's it!