Skip to content

Commit 9d869f3

Browse files
committed
refactor(docs): remove redundant documentation links from homepage
- Remove "Documentation" link from vectorless product section - Remove "Learn more" link from vectorless-code product section - Keep only GitHub links for both products to streamline navigation
1 parent 63bdc91 commit 9d869f3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/src/pages/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export default function Home(): ReactNode {
4949
<code>pip install vectorless</code>
5050
</div>
5151
<div className={styles.productLinks}>
52-
<Link to="/docs/getting-started">Documentation</Link>
5352
<Link href="https://github.com/vectorlessflow/vectorless">GitHub</Link>
5453
</div>
5554
</div>
@@ -69,7 +68,6 @@ export default function Home(): ReactNode {
6968
<code>pip install vectorless-code</code>
7069
</div>
7170
<div className={styles.productLinks}>
72-
<Link to="/docs/vectorless-code">Learn more</Link>
7371
<Link href="https://github.com/vectorlessflow/vectorless-code">GitHub</Link>
7472
</div>
7573
</div>

0 commit comments

Comments
 (0)