aboutsummaryrefslogtreecommitdiffstats
path: root/docs/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/mkdocs.yml')
-rw-r--r--docs/mkdocs.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index 2742fdb0..b0fb2491 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -75,7 +75,8 @@ plugins:
- reference/daemon.md: Background daemon for faster writes, auto-sync, and in-memory fuzzy search.
- reference/doctor.md: Diagnose common problems and dump system info for bug reports.
- reference/gen-completions.md: Generate shell completions for bash, fish, zsh, nushell, powershell, elvish.
- - reference/hex.md: Experimental PTY proxy with popup rendering over existing terminal output.
+ - reference/hex.md: The old name for `atuin pty-proxy`
+ - reference/pty-proxy.md: Experimental PTY proxy with popup rendering over existing terminal output.
- reference/import.md: Import history from bash, fish, zsh, replxx, mcfly, resh, and xonsh.
- reference/info.md: Show config file paths, env vars, and version info.
- reference/list.md: List history entries with formatting, filtering by cwd/session, and custom output templates.
@@ -141,7 +142,7 @@ nav:
- daemon: reference/daemon.md
- doctor: reference/doctor.md
- gen-completions: reference/gen-completions.md
- - hex: reference/hex.md
+ - pty-proxy: reference/pty-proxy.md
- import: reference/import.md
- info: reference/info.md
- history list: reference/list.md