diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-03-23 15:12:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-23 22:12:02 +0000 |
| commit | 640beb344dd469651f918a0a2ea04fbcb5690c56 (patch) | |
| tree | 7331fdb034181aa8577dae2f31784efbc8769979 /docs/mkdocs.yml | |
| parent | chore: Refactor CLI auth flows and token storage (#3317) (diff) | |
| download | atuin-640beb344dd469651f918a0a2ea04fbcb5690c56.zip | |
fix: Don't run 'atuin init' in 'atuin hex init' — each must be initialized separately (#3334)
Diffstat (limited to '')
| -rw-r--r-- | docs/mkdocs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 0c2445be..3a06643d 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -81,6 +81,7 @@ nav: - doctor: reference/doctor.md - daemon: reference/daemon.md - gen-completions: reference/gen-completions.md + - hex: reference/hex.md - import: reference/import.md - info: reference/info.md - history list: reference/list.md |
