We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e79ba9 commit 3ab6e1fCopy full SHA for 3ab6e1f
1 file changed
book.json
@@ -8,7 +8,8 @@
8
"ga",
9
"edit-link",
10
"back-to-top-button",
11
- "githubcontributors"
+ "githubcontributors",
12
+ "github-buttons"
13
],
14
"pdf": {
15
"paperSize": "a4"
@@ -27,6 +28,14 @@
27
28
},
29
"ga": {
30
"token": "UA-111146084-1"
- }
31
+ },
32
+ "github-buttons": {
33
+ "buttons": [{
34
+ "user": "react-made-native-easy",
35
+ "repo": "book",
36
+ "type": "star",
37
+ "size": "small"
38
+ }]
39
+ }
40
}
41
0 commit comments