aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
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.json5
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
}
]
}