From d21369ad7b46a60b27059cefdfd9b74735820274 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 8 Mar 2026 09:33:36 +0100 Subject: [PATCH] Update shell completion documentation URL Signed-off-by: Ettore Di Giacinto --- docs/content/{features => reference}/shell-completion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/content/{features => reference}/shell-completion.md (97%) diff --git a/docs/content/features/shell-completion.md b/docs/content/reference/shell-completion.md similarity index 97% rename from docs/content/features/shell-completion.md rename to docs/content/reference/shell-completion.md index 71f2d9021..a40a379ee 100644 --- a/docs/content/features/shell-completion.md +++ b/docs/content/reference/shell-completion.md @@ -2,7 +2,7 @@ disableToc = false title = "Shell Completion" weight = 18 -url = "/features/shell-completion/" +url = "/reference/shell-completion/" +++ LocalAI provides shell completion support for **bash**, **zsh**, and **fish** shells. Once installed, tab completion works for all CLI commands, subcommands, and flags.