From 95b6c9bb5a9b55c4882f358cfb844cae7ceeadc9 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 19 Nov 2025 22:25:33 +0100 Subject: [PATCH] Update docs Signed-off-by: Ettore Di Giacinto --- docs/content/_index.md | 2 +- docs/hugo.toml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/content/_index.md b/docs/content/_index.md index e4f8e7eb2..a5948e89a 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -9,7 +9,7 @@ type = "home" **No cloud, no limits, no compromise.** {{% notice tip %}} -**⭐ 33.3k+ stars on GitHub!** +**[⭐ Star us on GitHub](https://github.com/mudler/LocalAI)** - 33.3k+ stars and growing! **Drop-in replacement for OpenAI API** - modular suite of tools that work seamlessly together or independently. diff --git a/docs/hugo.toml b/docs/hugo.toml index 0f415f3f8..4ac94bd26 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -60,6 +60,12 @@ enableEmoji = true landingPageName = ' Home' # Menu shortcuts +[[languages.en.menu.shortcuts]] + name = ' Star us on GitHub' + identifier = 'star-github' + url = 'https://github.com/mudler/LocalAI' + weight = 5 + [[languages.en.menu.shortcuts]] name = ' GitHub' identifier = 'github'