feat: add API docs link button in sidebar footer

Opens Swagger UI (/docs) in a new tab. Proxies /docs and /openapi.json
in dev mode so the link works from the Vite dev server.
This commit is contained in:
2026-03-24 16:00:22 +03:00
parent ad2fd33697
commit f90cc36ebd
4 changed files with 23 additions and 14 deletions
+1
View File
@@ -806,6 +806,7 @@
"headersInvalid": "Invalid JSON",
"language": "Language",
"theme": "Theme",
"apiDocs": "API Docs",
"light": "Light",
"dark": "Dark",
"system": "System",
+1
View File
@@ -806,6 +806,7 @@
"headersInvalid": "Невалидный JSON",
"language": "Язык",
"theme": "Тема",
"apiDocs": "API Docs",
"light": "Светлая",
"dark": "Тёмная",
"system": "Системная",