diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-06-21 09:28:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-21 09:28:45 +0100 |
| commit | 190c46838827f78819763b4f7f214225b201c6c7 (patch) | |
| tree | 9116fce5dea97038ef1ff101ecf4b0a856bcc848 /docs/vercel.json | |
| parent | Redirect old docs (#1066) (diff) | |
| download | atuin-190c46838827f78819763b4f7f214225b201c6c7.zip | |
Move key binding docs so they can be more easily found (#1067)
* Move key binding docs so they can be more easily found
* Redirect
Diffstat (limited to 'docs/vercel.json')
| -rw-r--r-- | docs/vercel.json | 5 |
1 files changed, 5 insertions, 0 deletions
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 } ] } |
