From a831e0ca5a0abd8de8594d8f3ed9ce9df1cd1210 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Fri, 24 Jun 2022 12:46:40 +0200 Subject: [PATCH] add analytics js --- mkdocs.yml | 4 ++++ .../partials/integrations/analytics/custom.html | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 overrides/partials/integrations/analytics/custom.html diff --git a/mkdocs.yml b/mkdocs.yml index 95cb7453..99b2e1fa 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -38,6 +38,10 @@ theme: extra_css: - _assets/user.css +extra: + analytics: + provider: custom + markdown_extensions: - admonition - def_list diff --git a/overrides/partials/integrations/analytics/custom.html b/overrides/partials/integrations/analytics/custom.html new file mode 100644 index 00000000..cb1c6f69 --- /dev/null +++ b/overrides/partials/integrations/analytics/custom.html @@ -0,0 +1,13 @@ + \ No newline at end of file