docs: Hubpage change the link to the right path
This commit is contained in:
parent
89e6ca9009
commit
5b11c6ba7c
@ -16,12 +16,12 @@ export default function HomepagePrimaryFeatures() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="w-full md:w-1/2 h-72 md:h-84 flex-1 rounded-lg p-8 relative bg-gradient-to-r from-gray-100 to-purple-400 dark:from-gray-700 dark:to-purple-800">
|
||||
<div className="mb-8">
|
||||
<p className="text-lg mb-4">Models</p>
|
||||
<h3 className="text-1xl md:text-2xl lg:text-3xl font-semibold">Discover the pre-configured AI models available for use. </h3>
|
||||
<div className="mb-16">
|
||||
<p className="text-lg mb-4">API Reference</p>
|
||||
<h3 className="text-1xl md:text-2xl lg:text-3xl font-semibold">Interact with our API locally.</h3>
|
||||
</div>
|
||||
<div>
|
||||
<a href={"/guides/models-list"} className="btn bg-black hover:bg-gray-600 dark:bg-blue-500 text-normal md:text-xl text-white font-normal py-2 px-4 rounded-xl">Support</a>
|
||||
<a href={"/api-reference"} className="btn bg-black hover:bg-gray-600 dark:bg-blue-500 text-normal md:text-xl text-white font-normal py-2 px-4 rounded-xl">Get Started</a>
|
||||
</div>
|
||||
<div className="absolute right-4 bottom-4">
|
||||
<img alt={"Card Image"} src={"/img/homepage-new/chat.png"} className="h-16 md:h-24" />
|
||||
|
||||
@ -9,19 +9,19 @@ export default function HomepageSecondaryFeatures() {
|
||||
imgSrc="/img/homepage-new/bg-rocket.png"
|
||||
title="Quickstart"
|
||||
description="Get started quickly with our Quickstart guide, offering simple steps for a smooth setup."
|
||||
href="/guides/"
|
||||
href="/guides/quickstart"
|
||||
/>
|
||||
<FeatureCard
|
||||
imgSrc="/img/homepage-new/bg-wrench.png"
|
||||
title="Integrations"
|
||||
description="Learn how Jan can integrates seamlessly."
|
||||
href="/guides/integrations/"
|
||||
href="/integrations/"
|
||||
/>
|
||||
<FeatureCard
|
||||
imgSrc="/img/homepage-new/bg-book.png"
|
||||
title="Error Codes"
|
||||
description="Find solutions for common error codes to resolve them quickly."
|
||||
href="/guides/error-codes/"
|
||||
title="Extensions"
|
||||
description="Discover the available Jan extensions."
|
||||
href="/extensions"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -12,7 +12,7 @@ export default function HomepageTerinaryFeatures() {
|
||||
<p className="text-gray-700 dark:text-gray-200">Easily kick off your journey with Jan by installing your AI locally.</p>
|
||||
<ul className="mt-5">
|
||||
<li className="font-semibold list-disc mb-4">
|
||||
<a href={"/guides/"} className=" dark:text-blue-400">
|
||||
<a href={"/guides/quickstart"} className=" dark:text-blue-400">
|
||||
Quickstart
|
||||
</a>
|
||||
</li>
|
||||
@ -22,8 +22,8 @@ export default function HomepageTerinaryFeatures() {
|
||||
</a>
|
||||
</li>
|
||||
<li className="font-semibold list-disc mb-4">
|
||||
<a href={"/guides/models-list/"} className="dark:text-blue-400">
|
||||
Pre-configured Models
|
||||
<a href={"/guides/hardware/"} className="dark:text-blue-400">
|
||||
Hardware Setup
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@ -32,24 +32,24 @@ export default function HomepageTerinaryFeatures() {
|
||||
<div className="bg-gray-200 dark:bg-gray-800 w-72 rounded-lg relative flex flex-col p-8">
|
||||
<div className="flex items-center gap-4">
|
||||
<img alt={"Icon"} src={"/img/homepage-new/buku.png"} />
|
||||
<h5 className="text-gray-700 dark:text-gray-200">Settings</h5>
|
||||
<h5 className="text-gray-700 dark:text-gray-200">User Guides</h5>
|
||||
</div>
|
||||
<div className="mt-5 justify-center">
|
||||
<p className="text-gray-700 dark:text-gray-200">Discover how to manage Jan and configure your installed AI.</p>
|
||||
<p className="text-gray-700 dark:text-gray-200">Explore our comprehensive guide on configuring and using the Jan application.</p>
|
||||
<ul className="mt-5">
|
||||
<li className="font-semibold list-disc mb-4">
|
||||
<a href={"/guides/thread/"} className="dark:text-blue-400">
|
||||
Thread Management
|
||||
<a href={"/guides/advanced/"} className="dark:text-blue-400">
|
||||
Advanced Settings
|
||||
</a>
|
||||
</li>
|
||||
<li className="font-semibold list-disc mb-4">
|
||||
<a href={"/guides/start-server/"} className="dark:text-blue-400">
|
||||
<a href={"/guides/local-api/"} className="dark:text-blue-400">
|
||||
Local Server
|
||||
</a>
|
||||
</li>
|
||||
<li className="font-semibold list-disc mb-4">
|
||||
<a href={"/guides/advanced-settings/"} className="dark:text-blue-400">
|
||||
Advanced Settings
|
||||
<a href={"/guides/threads/"} className="dark:text-blue-400">
|
||||
Manage Threads
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@ -58,24 +58,24 @@ export default function HomepageTerinaryFeatures() {
|
||||
<div className="bg-gray-200 dark:bg-gray-800 w-72 rounded-lg relative flex flex-col p-8">
|
||||
<div className="flex items-center gap-4">
|
||||
<img alt={"Icon"} src={"/img/homepage-new/setting.png"} />
|
||||
<h5 className="text-gray-700 dark:text-gray-200">Features</h5>
|
||||
<h5 className="text-gray-700 dark:text-gray-200">Inference</h5>
|
||||
</div>
|
||||
<div className="mt-5 justify-center">
|
||||
<p className="text-gray-700 dark:text-gray-200">Explore key features designed to enhance your experience with Jan.</p>
|
||||
<p className="text-gray-700 dark:text-gray-200">Learn how to build and integrate Jan with local and remote inference providers.</p>
|
||||
<ul className="mt-5">
|
||||
<li className="font-semibold list-disc mb-4">
|
||||
<a href={"/guides/models-setup/"} className="dark:text-blue-400">
|
||||
Models Setup
|
||||
<a href={"/guides/providers/"} className="dark:text-blue-400">
|
||||
Overview
|
||||
</a>
|
||||
</li>
|
||||
<li className="font-semibold list-disc mb-4">
|
||||
<a href={"/guides/extensions/"} className="dark:text-blue-400">
|
||||
Extensions
|
||||
<a href={"/guides/providers/local/"} className="dark:text-blue-400">
|
||||
Local Providers
|
||||
</a>
|
||||
</li>
|
||||
<li className="font-semibold list-disc mb-4">
|
||||
<a href={"/guides/integrations/"} className="dark:text-blue-400">
|
||||
Integrations
|
||||
<a href={"/guides/providers/remote/"} className="dark:text-blue-400">
|
||||
Remote Providers
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
@ -87,21 +87,21 @@ export default function HomepageTerinaryFeatures() {
|
||||
<h5 className="text-gray-700 dark:text-gray-200">Troubleshooting</h5>
|
||||
</div>
|
||||
<div className="mt-5 justify-center">
|
||||
<p className="text-gray-700 dark:text-gray-200">Find solutions to common issues, including error codes, and FAQs.</p>
|
||||
<p className="text-gray-700 dark:text-gray-200">Find solutions to common issues and including error codes.</p>
|
||||
<ul className="mt-5">
|
||||
<li className="font-semibold list-disc mb-4">
|
||||
<a href={"/guides/error-codes/"} className="dark:text-blue-400">
|
||||
Error Codes
|
||||
<a href={"/troubleshooting/#broken-build"} className="dark:text-blue-400">
|
||||
Broken Build
|
||||
</a>
|
||||
</li>
|
||||
<li className="font-semibold list-disc mb-4">
|
||||
<a href={"/guides/common-error/"} className="dark:text-blue-400">
|
||||
Common Errors
|
||||
<a href={"/troubleshooting/#somethings-amiss"} className="dark:text-blue-400">
|
||||
Something's Amiss
|
||||
</a>
|
||||
</li>
|
||||
<li className="font-semibold list-disc mb-4">
|
||||
<a href={"/guides/faqs/"} className="dark:text-blue-400">
|
||||
FAQ
|
||||
<a href={"/troubleshooting/#unexpected-token"} className="dark:text-blue-400">
|
||||
Unexpected Token
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user