1.0.8 • Published 5 years ago

gitbook-plugin-h2otheme v1.0.8

Weekly downloads
16
License
-
Repository
github
Last release
5 years ago

Gitbook theme for Harvest To Order User Guide

Image

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 install

Recommand plugins

plugins: [
    '-sharing',
    "-fontsettings",
    'back-to-top-button',
    "copy-code-button",
    "cuav-chapters",
    "heading-anchors",
    "h2otheme"
    //...
]

Enjoy!