diff --git a/docs/src/theme/DocCard/assets/v0.4.10.png b/docs/src/theme/DocCard/assets/v0.4.10.png
new file mode 100644
index 000000000..a620273fa
Binary files /dev/null and b/docs/src/theme/DocCard/assets/v0.4.10.png differ
diff --git a/docs/src/theme/DocCard/assets/v0.4.8.png b/docs/src/theme/DocCard/assets/v0.4.8.png
new file mode 100644
index 000000000..2774f64d9
Binary files /dev/null and b/docs/src/theme/DocCard/assets/v0.4.8.png differ
diff --git a/docs/src/theme/DocCard/assets/v0.4.9.png b/docs/src/theme/DocCard/assets/v0.4.9.png
new file mode 100644
index 000000000..85c86bec0
Binary files /dev/null and b/docs/src/theme/DocCard/assets/v0.4.9.png differ
diff --git a/docs/src/theme/DocCard/index.js b/docs/src/theme/DocCard/index.js
index b0723058b..d80331d2c 100644
--- a/docs/src/theme/DocCard/index.js
+++ b/docs/src/theme/DocCard/index.js
@@ -12,6 +12,9 @@ import styles from './styles.module.css';
import engine from './assets/engine.png';
import remote from './assets/remote.png';
import manual from './assets/manual.png';
+import v0410 from './assets/v0.4.10.png';
+import v049 from './assets/v0.4.9.png';
+import v048 from './assets/v0.4.8.png';
import v047 from './assets/v0.4.7.png';
import v046 from './assets/v0.4.6.png';
import v045 from './assets/v0.4.5.png';
@@ -45,7 +48,6 @@ import gpu from './assets/gpu.png';
import mistral from './assets/mistral.png';
import lm from './assets/lm.png';
import ollama from './assets/ollama.png';
-import logsError from './assets/logs-error.png';
function CardContainer({href, children}) {
return (
@@ -167,7 +169,7 @@ function CardLink({item}) {
) : (item.label === "Broken Build") ? (
- ) : (item.label === "Troubleshooting NVIDIA GPU") ? (
+ ) : (item.label === "Jan not using GPU") ? (
) : (item.label === "Mistral AI") ? (
@@ -175,15 +177,16 @@ function CardLink({item}) {
) : (item.label === "Ollama") ? (
- ) : (item.label === "How to Get Error Logs") ? (
-
+ ) : (item.label === "v0.4.8") ? (
+
+ ) : (item.label === "v0.4.9") ? (
+
+ ) : (item.label === "v0.4.10") ? (
+
) : (
// If not "Customize Engine Settings", use default icon
'📄️'
- );
-
-
-
+ );
const doc = useDocById(item.docId ?? undefined);
return (