diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-05-11 17:12:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-11 17:12:13 -0700 |
| commit | 1ef744cbc4a47d181690a3e413b243c5e0aeae4a (patch) | |
| tree | 51fef5e1e3d36a1a87d9e7a56a4f1dd8e72845c4 /docs/mkdocs.yml | |
| parent | chore: Generate LLM-optimized docs (#3468) (diff) | |
| download | atuin-1ef744cbc4a47d181690a3e413b243c5e0aeae4a.zip | |
chore: Rename 'atuin hex' to 'atuin pty-proxy' (#3473)
Diffstat (limited to 'docs/mkdocs.yml')
| -rw-r--r-- | docs/mkdocs.yml | 5 |
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 |
