From 2fdf108198fe2efe9da483c2196ee69e0f0fd539 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 4 Sep 2024 21:04:39 +0200 Subject: [PATCH] chore: update site_url to work correctly --- mkdocs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 7633181f9..494b18755 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ 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 repo_url: https://github.com/freqtrade/freqtrade edit_uri: edit/develop/docs/ @@ -116,9 +116,6 @@ extra: version: provider: mike alias: true - analytics: - provider: google - property: G-VH170LG9M5 plugins: - search: enabled: true