mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 11:50:37 +08:00
Replace hardcoded Google Analytics ID with environment variable in mkdocs.yml
This commit is contained in:
@ -95,7 +95,7 @@ extra:
|
||||
link: https://www.instagram.com/codiumai/
|
||||
analytics:
|
||||
provider: google
|
||||
property: G-9LJSZ77MJF
|
||||
property: ${{ secrets.GOOGLE_ANALYTICS_ID }}
|
||||
|
||||
extra_css:
|
||||
- css/custom.css
|
||||
|
Reference in New Issue
Block a user