1.3.9 • Published 10 months ago

gitbook-plugin-theme-skdoc v1.3.9

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

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
1.3.9

10 months ago

1.3.8

10 months ago

1.3.7

10 months ago

1.1.0

10 months ago

1.3.6

10 months ago

1.3.5

10 months ago

1.3.4

10 months ago

1.3.3

10 months ago

1.3.2

10 months ago

1.3.1

10 months ago

1.2.6

10 months ago

1.2.5

10 months ago

1.2.4

10 months ago

1.2.3

10 months ago