chore: update site_url to work correctly

This commit is contained in:
Matthias 2024-09-04 21:04:39 +02:00
parent 63092d7d1a
commit 2fdf108198

View File

@ -1,5 +1,5 @@
site_name: Freqtrade site_name: Freqtrade
site_url: !ENV [READTHEDOCS_CANONICAL_URL, 'https://www.freqtrade.io/en/latest/'] site_url: !ENV [READTHEDOCS_CANONICAL_URL, 'https://www.freqtrade.io/']
site_description: Freqtrade is a free and open source crypto trading bot written in Python, designed to support all major exchanges and be controlled via Telegram or builtin Web UI site_description: Freqtrade is a free and open source crypto trading bot written in Python, designed to support all major exchanges and be controlled via Telegram or builtin Web UI
repo_url: https://github.com/freqtrade/freqtrade repo_url: https://github.com/freqtrade/freqtrade
edit_uri: edit/develop/docs/ edit_uri: edit/develop/docs/
@ -116,9 +116,6 @@ extra:
version: version:
provider: mike provider: mike
alias: true alias: true
analytics:
provider: google
property: G-VH170LG9M5
plugins: plugins:
- search: - search:
enabled: true enabled: true