From d08d5a24d7b1f1b07ef64cc46549e04451b2aea5 Mon Sep 17 00:00:00 2001 From: steve richards Date: Tue, 18 May 2021 10:29:13 +0100 Subject: [PATCH] Remove custom GA Tags script. Use built in GA. (#2794) Signed-off-by: Steve Richards --- docs/custom_theme/main.html | 11 ----------- mkdocs.yml | 3 +++ 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/docs/custom_theme/main.html b/docs/custom_theme/main.html index b6ad2467dd..94d9808cc7 100644 --- a/docs/custom_theme/main.html +++ b/docs/custom_theme/main.html @@ -1,12 +1 @@ {% extends "base.html" %} - -{% block analytics %} - - - -{% endblock %} \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index fe42cbccf5..7001e41ce5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,6 +7,9 @@ repo_name: GitHub repo_url: https://github.com/lensapp/lens copyright: Copyright © 2021 Mirantis Inc. - All rights reserved. edit_uri: "" +google_analytics: + - UA-159377374-2 + - auto nav: - Overview: README.md - Getting Started: getting-started/README.md