Skip to content

Commit

Permalink
Merge pull request #2425 from janhq/dev
Browse files Browse the repository at this point in the history
fix: hot-fix thumbnail
  • Loading branch information
henryh0x1 committed Mar 19, 2024
2 parents ff57a34 + 26c2c6a commit 3a1c8ef
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,31 +76,31 @@ Jan is an open-source ChatGPT alternative that runs 100% offline on your compute
<tr style="text-align:center">
<td style="text-align:center"><b>Experimental (Nightly Build)</b></td>
<td style="text-align:center">
<a href='https://delta.jan.ai/latest/jan-win-x64-0.4.9-334.exe'>
<a href='https://delta.jan.ai/latest/jan-win-x64-0.4.9-335.exe'>
<img src='./docs/static/img/windows.png' style="height:14px; width: 14px" />
<b>jan.exe</b>
</a>
</td>
<td style="text-align:center">
<a href='https://delta.jan.ai/latest/jan-mac-x64-0.4.9-334.dmg'>
<a href='https://delta.jan.ai/latest/jan-mac-x64-0.4.9-335.dmg'>
<img src='./docs/static/img/mac.png' style="height:15px; width: 15px" />
<b>Intel</b>
</a>
</td>
<td style="text-align:center">
<a href='https://delta.jan.ai/latest/jan-mac-arm64-0.4.9-334.dmg'>
<a href='https://delta.jan.ai/latest/jan-mac-arm64-0.4.9-335.dmg'>
<img src='./docs/static/img/mac.png' style="height:15px; width: 15px" />
<b>M1/M2</b>
</a>
</td>
<td style="text-align:center">
<a href='https://delta.jan.ai/latest/jan-linux-amd64-0.4.9-334.deb'>
<a href='https://delta.jan.ai/latest/jan-linux-amd64-0.4.9-335.deb'>
<img src='./docs/static/img/linux.png' style="height:14px; width: 14px" />
<b>jan.deb</b>
</a>
</td>
<td style="text-align:center">
<a href='https://delta.jan.ai/latest/jan-linux-x86_64-0.4.9-334.AppImage'>
<a href='https://delta.jan.ai/latest/jan-linux-x86_64-0.4.9-335.AppImage'>
<img src='./docs/static/img/linux.png' style="height:14px; width: 14px" />
<b>jan.AppImage</b>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tags: [Postmortem]
<meta property="og:description" content="Comprehensive postmortem on the Jan AI v0.4.4 Bitdefender false positive incident on January 10, 2024. Learn about the investigation, solutions, and preventive measures." />
<meta property="og:url" content="https://jan.ai/blog/postmortems/january-10-2024-bitdefender-false-positive-flag/" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://jan.ai/img/og-image.svg" />
<meta property="og:image" content="https://jan.ai/img/og-image.png" />
</head>


Expand Down
2 changes: 1 addition & 1 deletion docs/docs/developer/01-overview/01-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ keywords:
<meta property="og:description" content="Discover the modular architecture of Jan, a ChatGPT alternative that runs on your own computer. Learn about Jan's local API server, Desktop UI, and the Nitro inference engine." />
<meta property="og:url" content="https://jan.ai/developer/architecture/" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://jan.ai/img/og-image.svg" />
<meta property="og:image" content="https://jan.ai/img/og-image.png" />
</head>

:::warning
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/developer/01-overview/02-file-based.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ keywords:
<meta property="og:description" content="Learn how Jan, a ChatGPT alternative, leverages a local filesystem for data persistence, promoting composability and tinkerability similar to VSCode." />
<meta property="og:url" content="https://jan.ai/developer/file-based/" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://jan.ai/img/og-image.svg" />
<meta property="og:image" content="https://jan.ai/img/og-image.png" />
</head>

:::warning
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/developer/01-overview/03-user-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ keywords:
<meta property="og:description" content="Explore Jan's UI Kit for customizing the user interface to fit your brand and style. Learn how to personalize your application with Jan's flexible UI components." />
<meta property="og:url" content="https://jan.ai/developer/ui/" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://jan.ai/img/og-image.svg" />
<meta property="og:image" content="https://jan.ai/img/og-image.png" />
</head>

:::warning
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ keywords:
<meta property="og:description" content="Comprehensive guide to installing and setting up Jan for development. Covers hardware, system requirements, and step-by-step instructions for developers." />
<meta property="og:url" content="https://jan.ai/developer/prereq/" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://jan.ai/img/og-image.svg" />
<meta property="og:image" content="https://jan.ai/img/og-image.png" />
</head>

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/developer/01-overview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ keywords:
<meta property="og:description" content="Guide for developers on building extensions on top of the Jan Framework. Learn about Jan's extensible framework for AI applications, available on all platforms." />
<meta property="og:url" content="https://jan.ai/developer/" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://jan.ai/img/og-image.svg" />
<meta property="og:image" content="https://jan.ai/img/og-image.png" />
</head>

The following docs are aimed at developers who want to build extensions on top of the Jan Framework.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ keywords:
<meta property="og:description" content="Step-by-step guide on how to build your first extension for Jan AI. Learn how to use the extension template and integrate your custom functionality into Jan." />
<meta property="og:url" content="https://jan.ai/developer/build-extension/your-first-extension/" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://jan.ai/img/og-image.svg" />
<meta property="og:image" content="https://jan.ai/img/og-image.png" />
</head>

:::caution
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/error-codes/permission-denied.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ keywords:
<meta property="og:description" content="Learn how to resolve the 'Permission Denied' error encountered while running Jan AI by changing ownership of the `~/.npm` directory to the current user." />
<meta property="og:url" content="https://jan.ai/troubleshooting/permission-denied" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://jan.ai/img/og-image.svg" />
<meta property="og:image" content="https://jan.ai/img/og-image.png" />
</head>

When you run Jan, you may encounter the following error:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/extensions/setup-ext.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ keywords:
<meta property="og:description" content="Learn how to configure settings for default extensions in Jan AI, including how to enable/disable extensions and modify their configurations." />
<meta property="og:url" content="https://jan.ai/guides/using-extensions/extension-settings/" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://jan.ai/img/og-image.svg" />
<meta property="og:image" content="https://jan.ai/img/og-image.png" />
</head>

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.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/hardware/concepts/gpu-and-vram.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ title: GPUs and VRAM
<meta property="og:description" content="Explore the world of GPUs and VRAM, learn their importance in gaming, AI, machine learning, and more. Understand how to connect a GPU to a motherboard and choose the right graphics card for your needs." />
<meta property="og:url" content="https://jan.ai/guides/gpus-and-vram" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://jan.ai/img/og-image.svg" />
<meta property="og:image" content="https://jan.ai/img/og-image.png" />
</head>

## What Is a GPU?
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/hardware/recommendations/by-budget.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ title: Recommended AI Hardware by Budget
<meta property="og:description" content="Explore recommended AI hardware builds for entry-level, mid-range, and high-end budgets. Find the perfect balance of performance and cost for your AI and machine learning projects." />
<meta property="og:url" content="https://jan.ai/guides/recommended-ai-hardware-by-budget" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://jan.ai/img/og-image.svg" />
<meta property="og:image" content="https://jan.ai/img/og-image.png" />
</head>

> :warning: **Warning:** Do your own research before any purchase. Jan is not liable for compatibility, performance or other issues. Products can become outdated quickly.
Expand Down
6 changes: 3 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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' },
Expand All @@ -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: [
Expand Down
Binary file modified docs/static/img/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a1c8ef

Please sign in to comment.