From 190c46838827f78819763b4f7f214225b201c6c7 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 21 Jun 2023 09:28:45 +0100 Subject: Move key binding docs so they can be more easily found (#1067) * Move key binding docs so they can be more easily found * Redirect --- docs/vercel.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/vercel.json') diff --git a/docs/vercel.json b/docs/vercel.json index efe39f08..b6525135 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -4,6 +4,11 @@ "source": "/docs/", "destination": "/docs/guide", "permanent": true + }, + { + "source": "/docs/config/key-binding", + "destination": "/docs/key-binding", + "permanent": true } ] } -- cgit v1.3.1