1.0.1 • Published 4 years ago

gitbook-plugin-extra-html v1.0.1

Weekly downloads
22
License
MIT
Repository
github
Last release
4 years ago

gitbook-plugin-extra-html

This is a plugin of gitbook to add some html to render result

{
    "plugins": [
        "extra-html"
    ],
    "pluginsConfig": {
        "extra-html": {
            "footer": {
                "files": [
                    "_footer.html"
                ],
                "modules": {
                    "divider": true,
                    "donate": {
                        "qrCodes": [
                            {
                                "image": "图片地址",
                                "label": "微信"
                            },
                            {
                                "image": "图片地址",
                                "label": "支付宝"
                            }
                        ]
                    }
                }
            },
            "header": {}
        }
    }
}