From 45550f5e13b2f4cd7ddcd8c95af49139c543bf2d Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Sun, 6 Aug 2023 13:05:52 +0200 Subject: [PATCH] Update conf.py --- docs/conf.py | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e44001802..c1cda13da 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -75,25 +75,25 @@ 'bootswatch_theme': "darkly", 'bootstrap_version': "3", - 'navbar_links': [ - ("TalkyTrader", "https://talkytrader.github.io/wiki/",True), - ("_menu", "🗿 Talky",[ - ("🪙 Get started", "https://talky.rtfd.io/01_start",True), - ("⚙️ Config", "https://talky.rtfd.io/02_config",True), - ]), - ("_menu", "🔌 Plugins",[ - ("👂 IamListening", "https://iamlistening.rtfd.io/", True), - ("🔎 FindMyOrder", "https://findmyorder.rtfd.io/", True), - ("⛓️ DXSP", "https://dxsp.rtfd.io/00_index_dxsp", True), - ("💱 CEX", "index",True), - ("💁 Helper", "index",True), - ("📰 Talkytrend", "https://talkytrend.rtfd.io/", True), - ]), - ("_menu", "➕ More",[ - ("🆕 What's new?", "https://github.com/mraniki/tt",True), - ("💬 Connect", "https://talky.rtfd.io",True), - ]), - ] + # 'navbar_links': [ + # ("TalkyTrader", "https://talkytrader.github.io/wiki/",True), + # ("_menu", "🗿 Talky",[ + # ("🪙 Get started", "https://talky.rtfd.io/01_start",True), + # ("⚙️ Config", "https://talky.rtfd.io/02_config",True), + # ]), + # ("_menu", "🔌 Plugins",[ + # ("👂 IamListening", "https://iamlistening.rtfd.io/", True), + # ("🔎 FindMyOrder", "https://findmyorder.rtfd.io/", True), + # ("⛓️ DXSP", "https://dxsp.rtfd.io/00_index_dxsp", True), + # ("💱 CEX", "index",True), + # ("💁 Helper", "index",True), + # ("📰 Talkytrend", "https://talkytrend.rtfd.io/", True), + # ]), + # ("_menu", "➕ More",[ + # ("🆕 What's new?", "https://github.com/mraniki/tt",True), + # ("💬 Connect", "https://talky.rtfd.io",True), + # ]), + # ] }