docs: hub page fix link for the content

This commit is contained in:
Arista Indrajaya 2024-03-04 16:40:52 +07:00
parent fc8eb28195
commit 2fb99317b0
2 changed files with 13 additions and 13 deletions

View File

@ -35,7 +35,7 @@ export default function HomepageSecondaryFeatures() {
</div> </div>
</div> </div>
<div className={styles.cardFooter}> <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"}> {/* <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"/> <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> */} </svg> */}
@ -53,7 +53,7 @@ export default function HomepageSecondaryFeatures() {
</div> </div>
</div> </div>
<div className={styles.cardFooter}> <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"}> {/* <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"/> <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> */} </svg> */}

View File

@ -12,7 +12,7 @@ export default function HomepageTerinaryFeatures() {
<h3>Get Started</h3> <h3>Get Started</h3>
</div> </div>
<div className={styles.cardContent}> <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> <ul>
<li> <li>
<a href={"/guides/"}> <a href={"/guides/"}>
@ -38,10 +38,10 @@ export default function HomepageTerinaryFeatures() {
<h3>Settings</h3> <h3>Settings</h3>
</div> </div>
<div className={styles.cardContent}> <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> <ul>
<li> <li>
<a href={"/guides/start-server/"}> <a href={"/guides/thread/"}>
Thread Management Thread Management
</a> </a>
</li> </li>
@ -67,17 +67,17 @@ export default function HomepageTerinaryFeatures() {
<p>Explore our key features designed to enhance your experience.</p> <p>Explore our key features designed to enhance your experience.</p>
<ul> <ul>
<li> <li>
<a href={"/category/advanced-models-setup/"}> <a href={"/guides/models-setup/"}>
Advanced Models Setup Models Setup
</a> </a>
</li> </li>
<li> <li>
<a href={"/category/extensions/"}> <a href={"/guides/extensions/"}>
Extensions Extensions
</a> </a>
</li> </li>
<li> <li>
<a href={"/category/integrations/"}> <a href={"/guides/integrations/"}>
Integrations Integrations
</a> </a>
</li> </li>
@ -90,20 +90,20 @@ export default function HomepageTerinaryFeatures() {
<h3>Troubleshooting</h3> <h3>Troubleshooting</h3>
</div> </div>
<div className={styles.cardContent}> <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> <ul>
<li> <li>
<a href={"/category/error-codes/"}> <a href={"/guides/error-codes/"}>
Error Codes Error Codes
</a> </a>
</li> </li>
<li> <li>
<a href={"/category/common-error/"}> <a href={"/guides/common-error/"}>
Common Errors Common Errors
</a> </a>
</li> </li>
<li> <li>
<a href={"/category/faq/"}> <a href={"/guides/faqs/"}>
FAQ FAQ
</a> </a>
</li> </li>