From eb7047c68d905df170f0de7c2c3d9021b839d039 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 3 Jun 2024 06:50:56 +0200 Subject: [PATCH] Add site_description to docs for better SEO --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index ef8b7181b..896dcd3f4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,6 @@ site_name: Freqtrade site_url: !ENV [READTHEDOCS_CANONICAL_URL, 'https://www.freqtrade.io/en/latest/'] +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/ use_directory_urls: True