Skip to content

Commit

Permalink
feat(gitbook): add GitHub Button
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Sep 21, 2015
1 parent 899d1a2 commit 40444ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions book.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,19 @@
"accounts.github": "azu"
},
"plugins": [
"github-buttons",
"include-codeblock",
"richquotes",
"edit-link",
"japanese-support"
],
"pluginsConfig": {
"github-buttons": {
"repo": "azu/JavaScript-Plugin-Architecture",
"types": [
"star"
]
},
"edit-link": {
"base": "https://github.com/azu/JavaScript-Plugin-Architecture/edit/master/",
"label": "Edit This Page"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"espower-babel": "^3.3.0",
"gitbook-cli": "^0.3.6",
"gitbook-plugin-edit-link": "^1.4.1",
"gitbook-plugin-github-buttons": "^1.2.2",
"gitbook-plugin-include-codeblock": "^1.4.0",
"gitbook-plugin-japanese-support": "0.0.1",
"gitbook-plugin-richquotes": "0.0.5",
Expand Down

0 comments on commit 40444ac

Please sign in to comment.