Skip to content

Commit 60fc006

Browse files
committed
chore(gibook): add github button
1 parent d906a43 commit 60fc006

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

book.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"gitbook": "2.x.x",
2+
"gitbook": "3.x.x",
33
"title": "JavaScript Plugin Architecture",
44
"description": "JavaScriptライブラリやツールのプラグインの仕組み",
55
"githubId": "azu/JavaScript-Plugin-Architecture",
@@ -9,9 +9,13 @@
99
"richquotes",
1010
"edit-link",
1111
"japanese-support",
12-
"ga"
12+
"ga",
13+
"github"
1314
],
1415
"pluginsConfig": {
16+
"github": {
17+
"url": "https://github.com/azu/JavaScript-Plugin-Architecture"
18+
},
1519
"github-buttons": {
1620
"repo": "azu/JavaScript-Plugin-Architecture",
1721
"types": [

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"gitbook-cli": "^2.1.2",
4848
"gitbook-plugin-edit-link": "^2.0.0",
4949
"gitbook-plugin-ga": "^1.0.0",
50+
"gitbook-plugin-github": "^2.0.0",
5051
"gitbook-plugin-github-buttons": "^1.2.2",
5152
"gitbook-plugin-include-codeblock": "^1.9.0",
5253
"gitbook-plugin-japanese-support": "0.0.1",

0 commit comments

Comments
 (0)