From c09c0d8753d69b34000de48f3f951ff8a6d46e6e Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Sat, 8 Nov 2025 06:07:31 +0300 Subject: [PATCH] Features: 1) Update link name to "REST Docs". Fixes: 1) Remove duplicate and unused "B2B REST Docs" link. Extra: 1) Minor cleanup in navigation settings. --- evibes/settings/jazzmin.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/evibes/settings/jazzmin.py b/evibes/settings/jazzmin.py index 34ce825b..f035f9cd 100644 --- a/evibes/settings/jazzmin.py +++ b/evibes/settings/jazzmin.py @@ -26,15 +26,10 @@ JAZZMIN_SETTINGS = { "new_window": True, }, { - "name": _("Platform REST Docs"), + "name": _("REST Docs"), "url": f"https://api.{CONSTANCE_CONFIG.get('BASE_DOMAIN')[0]}/docs/swagger", # type: ignore [index] "new_window": True, }, - { - "name": _("B2B REST Docs"), - "url": f"https://api.{CONSTANCE_CONFIG.get('BASE_DOMAIN')[0]}/b2b/docs/swagger", # type: ignore [index] - "new_window": True, - }, {"name": _("Support"), "url": "https://t.me/fureunoir", "new_window": True}, ], "usermenu_links": [],