From 8dd6b52be26ddd555f4b69a1b58c96b11e66820b Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 3 May 2024 06:42:58 +0200 Subject: [PATCH] Make sure freqUI is visible in the menu --- mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 0a1b65f03..81d3f5cb1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -18,7 +18,8 @@ nav: - Start the bot: bot-usage.md - Control the bot: - Telegram: telegram-usage.md - - REST API & FreqUI: rest-api.md + - freqUI: freq-ui.md + - REST API: rest-api.md - Web Hook: webhook-config.md - Data Downloading: data-download.md - Backtesting: backtesting.md