Skip to content

Commit 0c48fd8

Browse files
elpddevbtroncone
authored andcommitted
feat(github-buttons): fix js error for github buttons config (#116)
addapted book.json to the newer gitbook github buttons plugin api
1 parent b7fe911 commit 0c48fd8

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

book.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,20 @@
2424
"token": "UA-54001708-2"
2525
},
2626
"github-buttons": {
27-
"repo": "btroncone/learn-rxjs",
28-
"types": ["star", "watch"],
29-
"size": "large"
27+
"buttons": [
28+
{
29+
"user": "btroncone",
30+
"repo": "learn-rxjs",
31+
"type": "star",
32+
"size": "small"
33+
},
34+
{
35+
"user": "btroncone",
36+
"repo": "learn-rxjs",
37+
"type": "watch",
38+
"size": "small"
39+
}
40+
]
3041
}
3142
}
3243
}

0 commit comments

Comments
 (0)