aboutsummaryrefslogtreecommitdiffstats
path: root/docs/mkdocs.yml
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2026-03-30 20:44:56 -0700
committerGitHub <noreply@github.com>2026-03-31 04:44:56 +0100
commita129a98c3adb6013ad4848d3884b2f0b49a225a5 (patch)
treeddfdaa0d97f69e0dcdf939bafcb1b5cb90fd1bf3 /docs/mkdocs.yml
parentfeat: opt-in to sharing last command with ai (#3367) (diff)
downloadatuin-a129a98c3adb6013ad4848d3884b2f0b49a225a5.zip
feat: Add 'atuin config' subcommand for reading and setting config values (#3368)
Adds a new `atuin config` command with three subcommands for inspecting and modifying `config.toml` without opening an editor.
Diffstat (limited to '')
-rw-r--r--docs/mkdocs.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index 3a06643d..00adcfb2 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -78,8 +78,9 @@ nav:
- Key Binding: configuration/key-binding.md
- Advanced Key Binding: configuration/advanced-key-binding.md
- Reference:
- - doctor: reference/doctor.md
+ - config: reference/config.md
- daemon: reference/daemon.md
+ - doctor: reference/doctor.md
- gen-completions: reference/gen-completions.md
- hex: reference/hex.md
- import: reference/import.md