mirror of
https://github.com/open-webui/docs.git
synced 2026-07-01 21:14:08 -04:00
fix ci
This commit is contained in:
@@ -0,0 +1 @@
|
||||
* text=auto eol=lf
|
||||
@@ -18,3 +18,7 @@
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Local Node environment
|
||||
.local_node
|
||||
node.zip
|
||||
|
||||
@@ -8,14 +8,16 @@ export const SidebarBanners = () => {
|
||||
mobileImgSrc: "/sponsors/banners/openwebui-banner-mobile.png",
|
||||
url: "https://docs.openwebui.com/enterprise",
|
||||
name: "Open WebUI Inc.",
|
||||
description: "Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.",
|
||||
description:
|
||||
"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.",
|
||||
},
|
||||
{
|
||||
imgSrc: "/sponsors/banners/openwebui-banner.png",
|
||||
mobileImgSrc: "/sponsors/banners/openwebui-banner-mobile.png",
|
||||
url: "https://careers.openwebui.com",
|
||||
name: "Open WebUI Inc.",
|
||||
description: "**We are hiring!** Shape the way humanity engages with _intelligence_.",
|
||||
description:
|
||||
"**We are hiring!** Shape the way humanity engages with _intelligence_.",
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
@@ -51,7 +51,9 @@ export const TopBanner = ({
|
||||
|
||||
{description && (
|
||||
<div className="mt-1 line-clamp-1 text-right text-xs font-semibold text-gray-600 dark:text-gray-300">
|
||||
<div dangerouslySetInnerHTML={{ __html: marked(item.description) }} />
|
||||
<div
|
||||
dangerouslySetInnerHTML={{ __html: marked(item.description) }}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
@@ -13,14 +13,16 @@ export const TopBanners = ({
|
||||
mobileImgSrc: "/sponsors/banners/openwebui-banner-mobile.png",
|
||||
url: "https://docs.openwebui.com/enterprise",
|
||||
name: "Open WebUI Inc.",
|
||||
description: "Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.",
|
||||
description:
|
||||
"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.",
|
||||
},
|
||||
{
|
||||
imgSrc: "/sponsors/banners/openwebui-banner.png",
|
||||
mobileImgSrc: "/sponsors/banners/openwebui-banner-mobile.png",
|
||||
url: "https://careers.openwebui.com",
|
||||
name: "Open WebUI Inc.",
|
||||
description: "**We are hiring!** Shape the way humanity engages with _intelligence_.",
|
||||
description:
|
||||
"**We are hiring!** Shape the way humanity engages with _intelligence_.",
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user