Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki authored Aug 6, 2023
1 parent d418682 commit 45550f5
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
# ]),
# ]

}

Expand Down

0 comments on commit 45550f5

Please sign in to comment.