gitbook-plugin-theme-skdoc

1.3.9 • Public • Published

Gitbook theme for theme-skdoc Docs

Usage

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

{
    "plugins": [
        "theme-skdoc"
    ],
    "variables": {
        "themeSkdoc":{
            "nav":[
                {
                    "url":"http://...",
                    "target":"_blank",
                    "name": "简易教程"
                }
            ]
        },
    },
    "pluginsConfig": {
        "theme-skdoc":{
            "search-placeholder":"输入关键字搜索", //搜索框提示信息
            "logo":"./logo.png", //logo地址
            "favicon": "./favicon.ico" //ico地址
        }
    }
},

Install by command:

gitbook install

Readme

Keywords

Package Sidebar

Install

npm i gitbook-plugin-theme-skdoc

Weekly Downloads

0

Version

1.3.9

License

ISC

Unpacked Size

4.79 MB

Total Files

18

Last publish

Collaborators

  • hahayxx