From: Sebastián Ramírez Date: Thu, 24 Jan 2019 17:58:27 +0000 (+0400) Subject: :chart_with_upwards_trend: Add Analytics to understand docs usage and improvements X-Git-Tag: 0.1.19~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9259dc228a95fad5bfbb471561dec11e36b88b41;p=thirdparty%2Ffastapi%2Ffastapi.git :chart_with_upwards_trend: Add Analytics to understand docs usage and improvements --- diff --git a/mkdocs.yml b/mkdocs.yml index c687756a4e..83542a3d22 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,7 +11,10 @@ theme: repo_name: tiangolo/fastapi repo_url: https://github.com/tiangolo/fastapi -edit_uri: "" +edit_uri: '' +google_analytics: + - 'UA-133183413-1' + - 'auto' nav: - FastAPI: 'index.md'