1.0.2 • Published 4 years ago

gitbook-plugin-theme-huang v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

Gitbook theme for BingoPaaS Docs

Image

Usage

Add the theme to your book's configuration book.json or book.js:

{
    "plugins": [
        "theme-huang"
    ],
    "variables": {
        "themeHuang":{
            "nav":[
                {
                    "url":"http://...",
                    "target":"_blank",
                    "name": "简易教程"
                }
            ]
        },
    }
},

Install by command:

gitbook install

Recommand plugins

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

Enjoy!

1.0.2

4 years ago

1.0.1

4 years ago