gitbook-plugin-h2otheme
v1.0.8
Published
Gitbook theme for Harvest TO Order User Guide
Readme
Gitbook theme for Harvest To Order User Guide

Usage
Add the theme to your book's configuration book.json or book.js:
{
{
"plugins": [
"accordion",
"collapsible-menu",
"videoclips",
"youtube",
"expandable-chapters",
"toggle-chapters",
"hints",
"tabs",
"h2otheme"
],
"variables": {
"h2otheme": {
"nav": [
{
"url": "https://guide.harvesttoorder.com",
"target": "_blank",
"name": "Harvest To Order"
}
]
}
},
"pluginsConfig": {
"h2otheme": {
"search-placeholder": "searh harvest to order",
"logo": "./logo.png",
"favicon": "./favicon.ico"
}
}
}Install by command:
gitbook installRecommand plugins
plugins: [
'-sharing',
"-fontsettings",
'back-to-top-button',
"copy-code-button",
"cuav-chapters",
"heading-anchors",
"h2otheme"
//...
]Enjoy!
