From ed0fd7b7683bee427a8aeb1e0bc2b50d3a156b7f Mon Sep 17 00:00:00 2001 From: James Gallagher Date: Thu, 2 Feb 2023 09:29:10 +0000 Subject: [PATCH] move analytics to main extra section in yaml --- mkdocs.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index de3bf70f..3212b2aa 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,6 +17,9 @@ extra: link: https://www.linkedin.com/company/roboflow-ai/mycompany/ - icon: fontawesome/brands/twitter link: https://twitter.com/roboflow + analytics: + provider: google + property: G-P7ZG0Y19G5 nav: - Home 🏠: index.md @@ -44,9 +47,4 @@ plugins: markdown_extensions: - admonition - pymdownx.details - - pymdownx.superfences - -extra: - analytics: - provider: google - property: G-P7ZG0Y19G5 \ No newline at end of file + - pymdownx.superfences \ No newline at end of file