From a129a98c3adb6013ad4848d3884b2f0b49a225a5 Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Mon, 30 Mar 2026 20:44:56 -0700 Subject: 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. --- docs/mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/mkdocs.yml') 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 -- cgit v1.3.1