We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899d1a2 commit 40444acCopy full SHA for 40444ac
2 files changed
book.json
@@ -10,12 +10,19 @@
10
"accounts.github": "azu"
11
},
12
"plugins": [
13
+ "github-buttons",
14
"include-codeblock",
15
"richquotes",
16
"edit-link",
17
"japanese-support"
18
],
19
"pluginsConfig": {
20
+ "github-buttons": {
21
+ "repo": "azu/JavaScript-Plugin-Architecture",
22
+ "types": [
23
+ "star"
24
+ ]
25
+ },
26
"edit-link": {
27
"base": "https://github.com/azu/JavaScript-Plugin-Architecture/edit/master/",
28
"label": "Edit This Page"
package.json
@@ -41,6 +41,7 @@
41
"espower-babel": "^3.3.0",
42
"gitbook-cli": "^0.3.6",
43
"gitbook-plugin-edit-link": "^1.4.1",
44
+ "gitbook-plugin-github-buttons": "^1.2.2",
45
"gitbook-plugin-include-codeblock": "^1.4.0",
46
"gitbook-plugin-japanese-support": "0.0.1",
47
"gitbook-plugin-richquotes": "0.0.5",
0 commit comments