Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Add the GoogleAnalyics plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Dec 21, 2014
1 parent 593e405 commit 125d1ef
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions books.json
@@ -0,0 +1,8 @@
{
"plugins": ["ga"],
"pluginsConfig": {
"ga": {
"token": "UA-57903556-1"
}
}
}
13 changes: 13 additions & 0 deletions package.json
@@ -0,0 +1,13 @@
{
"name": "ProblemBook.NET",
"version": "0.0.0",
"description": "Free book with .NET/C# problems",
"repository": {
"type": "git",
"url": "https://github.com/AndreyAkinshin/ProblemBook.NET.git"
},
"author": "Andrey Akinshin <andrey.akinshin@gmail.com>",
"dependencies": {
"gitbook-plugin-ga": "*"
}
}

0 comments on commit 125d1ef

Please sign in to comment.