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', }; - - + + + +