gitbook-plugin-theme-beauty
v1.2.3
Published
gitbook plugin theme
Readme
Gitbook theme for theme-beauty Docs

Usage
Add the theme to your book's configuration book.json or book.js:
{
"plugins": [
"theme-beauty"
],
"variables": {
"themeBeauty":{
"nav":[
{
"url":"http://...",
"target":"_blank",
"name": "简易教程"
}
]
},
},
"pluginsConfig": {
"theme-beauty":{
"search-placeholder":"输入关键字搜索", //搜索框提示信息
"logo":"./logo.png", //logo地址
"favicon": "./favicon.ico" //ico地址
}
}
},Install by command:
gitbook install