From a6e1c6d0b3da546225067e27cfcb9cc3bdaa09a1 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Tue, 16 Jun 2026 21:06:20 +0200 Subject: [PATCH] fix(docs): use relearn notice shortcode instead of unsupported alert (#10364) The Hugo relearn theme does not provide an "alert" shortcode, so the docs deploy failed at the Build site step: failed to extract shortcode: template for shortcode "alert" not found docs/content/features/image-generation.md:106 Convert the vae_decode_only note to the theme-supported notice shortcode used everywhere else in the docs. Signed-off-by: Ettore Di Giacinto Co-authored-by: Ettore Di Giacinto --- docs/content/features/image-generation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/features/image-generation.md b/docs/content/features/image-generation.md index 9430a3a3b..fa2a1eb91 100644 --- a/docs/content/features/image-generation.md +++ b/docs/content/features/image-generation.md @@ -103,9 +103,9 @@ options: - "keep_clip_on_cpu:true" ``` -{{% alert note %}} +{{% notice note %}} `vae_decode_only` is still accepted for backwards compatibility but is now a no-op: upstream removed the flag and the model decides automatically. -{{% /alert %}} +{{% /notice %}} #### Distributed inference (RPC workers)