docs: hub page fix link for the content
This commit is contained in:
parent
fc8eb28195
commit
2fb99317b0
@ -35,7 +35,7 @@ export default function HomepageSecondaryFeatures() {
|
||||
</div>
|
||||
</div>
|
||||
<div className={styles.cardFooter}>
|
||||
<a href={"/category/integrations/"}>Learn Here
|
||||
<a href={"/guides/integrations/"}>Learn Here
|
||||
{/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill={"currentColor"}>
|
||||
<path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/>
|
||||
</svg> */}
|
||||
@ -53,7 +53,7 @@ export default function HomepageSecondaryFeatures() {
|
||||
</div>
|
||||
</div>
|
||||
<div className={styles.cardFooter}>
|
||||
<a href={"/category/error-codes/"}>Learn Here
|
||||
<a href={"/guides/error-codes/"}>Learn Here
|
||||
{/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill={"currentColor"}>
|
||||
<path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/>
|
||||
</svg> */}
|
||||
|
||||
@ -12,7 +12,7 @@ export default function HomepageTerinaryFeatures() {
|
||||
<h3>Get Started</h3>
|
||||
</div>
|
||||
<div className={styles.cardContent}>
|
||||
<p>Dive into the basics and get set up quickly.</p>
|
||||
<p>Kick off your journey with Jan easily and install your AI locally.</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href={"/guides/"}>
|
||||
@ -38,10 +38,10 @@ export default function HomepageTerinaryFeatures() {
|
||||
<h3>Settings</h3>
|
||||
</div>
|
||||
<div className={styles.cardContent}>
|
||||
<p>Learn the best practices for optimizing thread management and local server use.</p>
|
||||
<p>Learn how to manage the thread history and configure your installed AI.</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href={"/guides/start-server/"}>
|
||||
<a href={"/guides/thread/"}>
|
||||
Thread Management
|
||||
</a>
|
||||
</li>
|
||||
@ -67,17 +67,17 @@ export default function HomepageTerinaryFeatures() {
|
||||
<p>Explore our key features designed to enhance your experience.</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href={"/category/advanced-models-setup/"}>
|
||||
Advanced Models Setup
|
||||
<a href={"/guides/models-setup/"}>
|
||||
Models Setup
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href={"/category/extensions/"}>
|
||||
<a href={"/guides/extensions/"}>
|
||||
Extensions
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href={"/category/integrations/"}>
|
||||
<a href={"/guides/integrations/"}>
|
||||
Integrations
|
||||
</a>
|
||||
</li>
|
||||
@ -90,20 +90,20 @@ export default function HomepageTerinaryFeatures() {
|
||||
<h3>Troubleshooting</h3>
|
||||
</div>
|
||||
<div className={styles.cardContent}>
|
||||
<p>Find solutions to common issues, including error codes, frequent errors, and FAQs.</p>
|
||||
<p>Find solutions to common issues, including error codes, and FAQs.</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href={"/category/error-codes/"}>
|
||||
<a href={"/guides/error-codes/"}>
|
||||
Error Codes
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href={"/category/common-error/"}>
|
||||
<a href={"/guides/common-error/"}>
|
||||
Common Errors
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href={"/category/faq/"}>
|
||||
<a href={"/guides/faqs/"}>
|
||||
FAQ
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user