Skip to content

Commit

Permalink
修改gitbook插件章节
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoda committed Nov 26, 2015
1 parent 796a4ee commit 223dd6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _posts/2015-11-09-gitbook-plugins.md
Expand Up @@ -61,7 +61,7 @@ Gitbook 本身功能丰富,但同时可以使用插件来进行个性化定制
"plugins": [
"disqus",
"github",
"edit-link",
"editlink",
"prism",
"-highlight",
"baidu",
Expand All @@ -75,7 +75,7 @@ Gitbook 本身功能丰富,但同时可以使用插件来进行个性化定制
"github": {
"url": "https://github.com/zhaoda/webpack-handbook"
},
"edit-link": {
"editlink": {
"base": "https://github.com/zhaoda/webpack-handbook/blob/master/content",
"label": "编辑本页"
},
Expand All @@ -96,6 +96,10 @@ $ gitbook install ./

## 常用插件

##### [editlink](https://plugins.gitbook.com/plugin/editlink)

内容顶部显示 `编辑本页` 链接。

##### [ad](https://plugins.gitbook.com/plugin/ad)

在每个页面顶部和底部添加广告或任何自定义内容。
Expand All @@ -116,10 +120,6 @@ $ gitbook install ./

标题带有 github 样式的锚点。

##### [edit-link](https://plugins.gitbook.com/plugin/edit-link)

内容顶部显示 `编辑本页` 链接。

##### [chart](https://plugins.gitbook.com/plugin/chart)

使用 C3.js 图表。
Expand Down

0 comments on commit 223dd6e

Please sign in to comment.