gitbook-plugin-theme-seers

1.0.5 • Public • Published

Gitbook theme for BingoPaaS Docs

Image

Usage

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

{
    "plugins": [
        "theme-seer"
    ],
    "variables": {
        "themeSeer":{
            "nav":[
                {
                    "url":"http://www.baidu.com",
                    "target":"_blank",
                    "name": "教程"
                },
                {
                    "url":"http://www.baidu.com",
                    "target":"_blank",
                    "name": "官网"
                }
            ]
        }
    },
    "pluginsConfig": {
        "theme-seer":{
            "search-placeholder":"输入关键字搜索",
            "logo":"./logo.svg",
            "favicon": "./favicon.ico" 
        }
    }
}

Install by command:

gitbook install

Recommand plugins

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

Enjoy!

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i gitbook-plugin-theme-seers

      Weekly Downloads

      0

      Version

      1.0.5

      License

      none

      Unpacked Size

      15.1 MB

      Total Files

      1287

      Last publish

      Collaborators

      • machengda89