提交 9a498f6d 编写于 作者: rj2015's avatar rj2015

删除 README.md

上级 3280d86b
# Gitbook theme for BingoPaaS Docs
![Image](https://github.com/tonyyls/gitbook-plugin-theme-fexa/blob/master/preview.png)
## Usage
Add the theme to your book's configuration `book.json` or `book.js`:
```js
{
"plugins": [
"theme-fexa"
],
"variables": {
"themeFexa":{
"nav":[
{
"url":"http://...",
"target":"_blank",
"name": "简易教程"
}
]
},
},
"pluginsConfig": {
"theme-fexa":{
"search-placeholder":"输入关键字搜索", //搜索框提示信息
"logo":"./logo.png", //logo地址
"favicon": "./favicon.ico" //ico地址
}
}
},
```
Install by command:
``` bash
gitbook install
```
## Recommand plugins
```js
plugins: [
'-sharing',
"-fontsettings",
'back-to-top-button',
"copy-code-button",
"cuav-chapters",
"heading-anchors",
"theme-fexa"
//...
]
```
Enjoy!
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册