From 1ef744cbc4a47d181690a3e413b243c5e0aeae4a Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Mon, 11 May 2026 17:12:13 -0700 Subject: chore: Rename 'atuin hex' to 'atuin pty-proxy' (#3473) --- docs/mkdocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/mkdocs.yml') 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 -- cgit v1.3.1