Browse Source

Add google analytics for docs site

master
Savorboard 3 years ago
parent
commit
a6e041c6ff
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      docs/mkdocs.yml

+ 5
- 0
docs/mkdocs.yml View File

@@ -153,3 +153,8 @@ nav:
- Contact Us: about/contact-us.md
- Release Notes: about/release-notes.md
- License: about/license.md

# Google Analytics
google_analytics:
- !!python/object/apply:os.getenv ["GOOGLE_ANALYTICS_KEY"]
- auto

Loading…
Cancel
Save