diff --git a/commands/docs/dexit.md b/commands/docs/dexit.md
new file mode 100644
index 0000000000..523352aa3d
--- /dev/null
+++ b/commands/docs/dexit.md
@@ -0,0 +1,18 @@
+---
+title: dexit
+categories: |
+ shells
+version: 0.92.0
+shells: |
+ Enters a new shell at the given path.
+usage: |
+ Enters a new shell at the given path.
+---
+
+# `dexit` for [shells](/commands/categories/shells.md)
+
+
Leaves the currently active working directory if there are multiple shell paths open.
+
+## Signature
+
+```> dexit```
diff --git a/commands/docs/enter.md b/commands/docs/enter.md
index e6e4ff4597..0225edb63b 100644
--- a/commands/docs/enter.md
+++ b/commands/docs/enter.md
@@ -2,16 +2,16 @@
title: enter
categories: |
shells
-version: 0.79.0
+version: 0.92.0
shells: |
Enters a new shell at the given path.
usage: |
Enters a new shell at the given path.
---
-# {{ $frontmatter.title }}
for shells
+# `enter` for [shells](/commands/categories/shells.md)
-{{ $frontmatter.shells }}
+Enters a new shell at the given path.
## Signature
diff --git a/commands/docs/g.md b/commands/docs/g.md
index 59138b4d68..76eadf78d8 100644
--- a/commands/docs/g.md
+++ b/commands/docs/g.md
@@ -2,16 +2,16 @@
title: g
categories: |
shells
-version: 0.79.0
+version: 0.92.0
shells: |
Switch to a given shell, or list all shells if no given shell number.
usage: |
Switch to a given shell, or list all shells if no given shell number.
---
-# {{ $frontmatter.title }}
for shells
+# `g` for [shells](/commands/categories/shells.md)
-{{ $frontmatter.shells }}
+Switch to a given shell, or list all shells if no given shell number.
## Signature
diff --git a/commands/docs/n.md b/commands/docs/n.md
index 24b30a1422..37922ac64e 100644
--- a/commands/docs/n.md
+++ b/commands/docs/n.md
@@ -2,16 +2,16 @@
title: n
categories: |
shells
-version: 0.79.0
+version: 0.92.0
shells: |
Switch to the next shell.
usage: |
Switch to the next shell.
---
-# {{ $frontmatter.title }}
for shells
+# `n` for [shells](/commands/categories/shells.md)
-{{ $frontmatter.shells }}
+Switch to the next shell.
## Signature
diff --git a/commands/docs/p.md b/commands/docs/p.md
index 7cc8289c2e..6ba96a99d0 100644
--- a/commands/docs/p.md
+++ b/commands/docs/p.md
@@ -2,16 +2,16 @@
title: p
categories: |
shells
-version: 0.79.0
+version: 0.92.0
shells: |
Switch to the previous shell.
usage: |
Switch to the previous shell.
---
-# {{ $frontmatter.title }}
for shells
+# `p` for [shells](/commands/categories/shells.md)
-{{ $frontmatter.shells }}
+Switch to the previous shell.
## Signature
diff --git a/commands/docs/shells.md b/commands/docs/shells.md
index 03c51b5d27..181ea3fde4 100644
--- a/commands/docs/shells.md
+++ b/commands/docs/shells.md
@@ -2,16 +2,16 @@
title: shells
categories: |
shells
-version: 0.79.0
+version: 0.92.0
shells: |
Lists all open shells.
usage: |
Lists all open shells.
---
-# {{ $frontmatter.title }}
for shells
+# `shells` for [shells](/commands/categories/shells.md)
-{{ $frontmatter.shells }}
+Lists all open shells.
## Signature