gitbook-plugin-extra-html

1.0.1 • Public • Published

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": {}
        }
    }
}

Package Sidebar

Install

npm i gitbook-plugin-extra-html

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

10.3 kB

Total Files

8

Last publish

Collaborators

  • iamhefang