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": [],