From 190c46838827f78819763b4f7f214225b201c6c7 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 21 Jun 2023 09:28:45 +0100 Subject: [PATCH] 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/docs/{config => }/key-binding.md | 4 ++++ docs/vercel.json | 5 +++++ 2 files changed, 9 insertions(+) rename docs/docs/{config => }/key-binding.md (99%) diff --git a/docs/docs/config/key-binding.md b/docs/docs/key-binding.md similarity index 99% rename from docs/docs/config/key-binding.md rename to docs/docs/key-binding.md index dd95cde..82b0c91 100644 --- a/docs/docs/config/key-binding.md +++ b/docs/docs/key-binding.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 2 +--- + # Key binding ## Shell diff --git a/docs/vercel.json b/docs/vercel.json index efe39f0..b652513 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 } ] }