From 9acb99a0b9298325818d1f13b2af15417caa0f46 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Tue, 30 Apr 2024 22:59:48 -0700 Subject: [PATCH] Add Google Analytics to docs. --- docs/index.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index 796db462..9cb3ae05 100644 --- a/docs/index.html +++ b/docs/index.html @@ -40,7 +40,7 @@ name: 'Frigate Card', logo: 'images/frigate-logo.svg', - + // Automatically go to the top of a page on route change. auto2top: true, @@ -56,11 +56,20 @@ // Use relative links (this way both vscode and docsify work on clicking // a link). relativePath: true, + + // Skip the link to the main content. + skipLink: false, + + // Google tag (Google Analytics 4). + gtag: 'G-ZFD19QWCJP', }; - - + + + +