mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
📈 Add Analytics to understand docs usage and improvements
This commit is contained in:
parent
de431d948d
commit
9259dc228a
1 changed files with 4 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue