Skip to content

Commit 9b38d0e

Browse files
committed
Analytics
1 parent 09c7976 commit 9b38d0e

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

book.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"plugins": ["ga"],
3+
"pluginsConfig": {
4+
"ga": {
5+
"token": "UA-6859198-24"
6+
}
7+
}
8+
}

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"dependencies": {
3+
"gitbook-plugin-ga": "^2.0.0"
4+
}
5+
}

yarn.lock

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+
5+
gitbook-plugin-ga@^2.0.0:
6+
version "2.0.0"
7+
resolved "https://registry.yarnpkg.com/gitbook-plugin-ga/-/gitbook-plugin-ga-2.0.0.tgz#8adbbc97b71be4326eb4e090ab6d438c1951e6cc"

0 commit comments

Comments
 (0)