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 | |
| 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')
| -rw-r--r-- | docs/docs/key-binding.md (renamed from docs/docs/config/key-binding.md) | 4 | ||||
| -rw-r--r-- | docs/vercel.json | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/docs/config/key-binding.md b/docs/docs/key-binding.md index dd95cde5..82b0c916 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 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 } ] } |
