diff --git a/docs/book/book.json b/docs/book/book.json index 04f2c52ce1d..935ec70c967 100644 --- a/docs/book/book.json +++ b/docs/book/book.json @@ -1,6 +1,5 @@ { - - "plugins": ["theme-api", "panel", "sequence-diagrams"], + "plugins": ["theme-api", "panel", "sequence-diagrams", "ga"], "pluginsConfig": { "theme-api": { "split": true @@ -8,9 +7,12 @@ "sequence-diagrams": { "theme": "simple" - } + }, + "ga": { + "token": "UA-119864590-1" + } }, "gitbook": ">= 3.0.0", "author": "Phillip Wittrock", "title": "The Kubebuilder Book" -} \ No newline at end of file +}