From 0f2bb1801a005dc8a1dad0873329ebee0cc37fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=9A=D1=83=D1=80?= =?UTF-8?q?=D0=B3=D0=B0=D0=BD=D1=81=D0=BA=D0=B8=D0=B9?= Date: Thu, 2 Oct 2025 23:03:51 +0300 Subject: [PATCH] Add redirects --- vercel.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/vercel.json b/vercel.json index ee9b783ef10..e89a0bfb252 100644 --- a/vercel.json +++ b/vercel.json @@ -3500,6 +3500,26 @@ "source": "/docs/migrations/migrations", "destination": "/docs/integrations/migration/overview", "permanent": true + }, + { + "source": "/docs/operations/system-tables/crash-log", + "destination": "/docs/operations/system-tables/crash_log", + "permanent": true + }, + { + "source": "/docs/operations/system-tables/current-roles", + "destination": "/docs/operations/system-tables/current_roles", + "permanent": true + }, + { + "source": "/docs/operations/system-tables/enabled-roles", + "destination": "/docs/operations/system-tables/enabled_roles", + "permanent": true + }, + { + "source": "/docs/operations/system-tables/role-grants", + "destination": "/docs/operations/system-tables/role_grants", + "permanent": true } ] }