Skip to content

Commit

Permalink
WIP: added Google Analytics to gitbook
Browse files Browse the repository at this point in the history
  • Loading branch information
droot committed May 25, 2018
1 parent 0bacca4 commit 378d587
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/book/book.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{

"plugins": ["theme-api", "panel", "sequence-diagrams"],
"plugins": ["theme-api", "panel", "sequence-diagrams", "ga"],
"pluginsConfig": {
"theme-api": {
"split": true
},
"sequence-diagrams": {
"theme": "simple"

}
},
"ga": {
"token": "UA-119864590-1"
}
},
"gitbook": ">= 3.0.0",
"author": "Phillip Wittrock",
"title": "The Kubebuilder Book"
}
}

0 comments on commit 378d587

Please sign in to comment.