From 16e2093cc9b78d3fa048613d6d56189db359ebe4 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Tue, 23 Dec 2025 13:51:01 +0100 Subject: [PATCH] Fix typo in site name and description in mkdocs.yml --- mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index df2ded7..7225a40 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ -site_name: Llamatl Documentation -site_description: User documentation for Llamatl - A management tool for Llama.cpp instances -site_author: Llamatl Team +site_name: Llamactl Documentation +site_description: User documentation for Llamactl - A management tool for Llama.cpp instances +site_author: Llamactl Team site_url: https://llamactl.org repo_name: lordmathis/llamactl