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 } ] }