From 702efe867e2ba41ab086b9a07a264490b49b5d24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=8BAndrzej=20Ressel?= Date: Sun, 11 Aug 2024 00:16:36 +0200 Subject: [PATCH] Add google analytics --- mkdocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 6bf71be4f..0620cac36 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,9 +5,14 @@ theme: name: material search: true +extra: + analytics: + provider: google + property: !ENV GOOGLE_ANALYTICS_TOKEN + markdown_extensions: - pymdownx.superfences: custom_fences: - name: mermaid class: mermaid - format: !!python/name:pymdownx.superfences.fence_code_format \ No newline at end of file + format: !!python/name:pymdownx.superfences.fence_code_format