diff --git a/docs/blog/01-january-10-2024-bitdefender-false-positive-flag.mdx b/docs/blog/01-january-10-2024-bitdefender-false-positive-flag.mdx
index 37ed1017d..6c208764d 100644
--- a/docs/blog/01-january-10-2024-bitdefender-false-positive-flag.mdx
+++ b/docs/blog/01-january-10-2024-bitdefender-false-positive-flag.mdx
@@ -16,7 +16,7 @@ tags: [Postmortem]
-
+
diff --git a/docs/docs/developer/01-overview/01-architecture.md b/docs/docs/developer/01-overview/01-architecture.md
index 26a813173..218964bed 100644
--- a/docs/docs/developer/01-overview/01-architecture.md
+++ b/docs/docs/developer/01-overview/01-architecture.md
@@ -26,7 +26,7 @@ keywords:
-
+
:::warning
diff --git a/docs/docs/developer/01-overview/02-file-based.md b/docs/docs/developer/01-overview/02-file-based.md
index df8450389..2cd8a554c 100644
--- a/docs/docs/developer/01-overview/02-file-based.md
+++ b/docs/docs/developer/01-overview/02-file-based.md
@@ -26,7 +26,7 @@ keywords:
-
+
:::warning
diff --git a/docs/docs/developer/01-overview/03-user-interface.md b/docs/docs/developer/01-overview/03-user-interface.md
index 968e2e254..fa5a3de79 100644
--- a/docs/docs/developer/01-overview/03-user-interface.md
+++ b/docs/docs/developer/01-overview/03-user-interface.md
@@ -26,7 +26,7 @@ keywords:
-
+
:::warning
diff --git a/docs/docs/developer/01-overview/04-install-and-prerequisites.md b/docs/docs/developer/01-overview/04-install-and-prerequisites.md
index 27ce60eba..a3e6ccfc1 100644
--- a/docs/docs/developer/01-overview/04-install-and-prerequisites.md
+++ b/docs/docs/developer/01-overview/04-install-and-prerequisites.md
@@ -29,7 +29,7 @@ keywords:
-
+
## Requirements
diff --git a/docs/docs/developer/01-overview/README.md b/docs/docs/developer/01-overview/README.md
index b6f9c0423..4f094685a 100644
--- a/docs/docs/developer/01-overview/README.md
+++ b/docs/docs/developer/01-overview/README.md
@@ -26,7 +26,7 @@ keywords:
-
+
The following docs are aimed at developers who want to build extensions on top of the Jan Framework.
diff --git a/docs/docs/developer/04-build-extension/01-your-first-extension.md b/docs/docs/developer/04-build-extension/01-your-first-extension.md
index 51c20e4bb..3fa9f5da5 100644
--- a/docs/docs/developer/04-build-extension/01-your-first-extension.md
+++ b/docs/docs/developer/04-build-extension/01-your-first-extension.md
@@ -28,7 +28,7 @@ keywords:
-
+
:::caution
diff --git a/docs/docs/guides/error-codes/permission-denied.mdx b/docs/docs/guides/error-codes/permission-denied.mdx
index d5cac5784..a1c3577f9 100644
--- a/docs/docs/guides/error-codes/permission-denied.mdx
+++ b/docs/docs/guides/error-codes/permission-denied.mdx
@@ -28,7 +28,7 @@ keywords:
-
+
When you run Jan, you may encounter the following error:
diff --git a/docs/docs/guides/extensions/setup-ext.mdx b/docs/docs/guides/extensions/setup-ext.mdx
index aae762663..b8e1f757d 100644
--- a/docs/docs/guides/extensions/setup-ext.mdx
+++ b/docs/docs/guides/extensions/setup-ext.mdx
@@ -27,7 +27,7 @@ keywords:
-
+
The current Jan Desktop Client has some default extensions built on top of this framework to enhance the user experience. In this guide, we will show you the list of default extensions and how to configure extension settings.
diff --git a/docs/docs/hardware/concepts/gpu-and-vram.md b/docs/docs/hardware/concepts/gpu-and-vram.md
index 4543d731c..0a9316a90 100644
--- a/docs/docs/hardware/concepts/gpu-and-vram.md
+++ b/docs/docs/hardware/concepts/gpu-and-vram.md
@@ -13,7 +13,7 @@ title: GPUs and VRAM
-
+
## What Is a GPU?
diff --git a/docs/docs/hardware/recommendations/by-budget.md b/docs/docs/hardware/recommendations/by-budget.md
index 1d1e24f71..e556c77d3 100644
--- a/docs/docs/hardware/recommendations/by-budget.md
+++ b/docs/docs/hardware/recommendations/by-budget.md
@@ -13,7 +13,7 @@ title: Recommended AI Hardware by Budget
-
+
> :warning: **Warning:** Do your own research before any purchase. Jan is not liable for compatibility, performance or other issues. Products can become outdated quickly.
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 3b1bc3d5e..761e741db 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -199,7 +199,7 @@ const config = {
// Docs: https://docusaurus.io/docs/api/themes/configuration
themeConfig: {
- image: 'img/og-image.svg',
+ image: 'img/og-image.png',
// Only for react live
liveCodeBlock: {
playgroundPosition: 'bottom',
@@ -240,7 +240,7 @@ const config = {
},
{
property: 'og:image',
- content: 'https://jan.ai/img/og-image.svg',
+ content: 'https://jan.ai/img/og-image.png',
},
{ property: 'og:type', content: 'website' },
{ property: 'twitter:card', content: 'summary_large_image' },
@@ -255,7 +255,7 @@ const config = {
},
{
property: 'twitter:image',
- content: 'https://jan.ai/img/og-image.svg',
+ content: 'https://jan.ai/img/og-image.png',
},
],
headTags: [
diff --git a/docs/static/img/og-image.png b/docs/static/img/og-image.png
index c858b786b..2b6835287 100644
Binary files a/docs/static/img/og-image.png and b/docs/static/img/og-image.png differ