We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40444ac commit ab9b871Copy full SHA for ab9b871
book.json
@@ -14,7 +14,8 @@
14
"include-codeblock",
15
"richquotes",
16
"edit-link",
17
- "japanese-support"
+ "japanese-support",
18
+ "ga"
19
],
20
"pluginsConfig": {
21
"github-buttons": {
@@ -26,6 +27,9 @@
26
27
"edit-link": {
28
"base": "https://github.com/azu/JavaScript-Plugin-Architecture/edit/master/",
29
"label": "Edit This Page"
30
+ },
31
+ "ga": {
32
+ "token": "UA-2184335-16"
33
}
34
35
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-ga": "^0.2.1",
45
"gitbook-plugin-github-buttons": "^1.2.2",
46
"gitbook-plugin-include-codeblock": "^1.4.0",
47
"gitbook-plugin-japanese-support": "0.0.1",
0 commit comments