Skip to content

Commit a6e1c6d

Browse files
localai-botmudler
andauthored
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 <mudler@localai.io> Co-authored-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 294170d commit a6e1c6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/content/features/image-generation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ options:
103103
- "keep_clip_on_cpu:true"
104104
```
105105

106-
{{% alert note %}}
106+
{{% notice note %}}
107107
`vae_decode_only` is still accepted for backwards compatibility but is now a no-op: upstream removed the flag and the model decides automatically.
108-
{{% /alert %}}
108+
{{% /notice %}}
109109

110110
#### Distributed inference (RPC workers)
111111

0 commit comments

Comments
 (0)