move analytics to main extra section in yaml
This commit is contained in:
parent
ae84cdeb02
commit
ed0fd7b768
10
mkdocs.yml
10
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
|
||||
- pymdownx.superfences
|
||||
Loading…
Reference in New Issue